# CSV Export

CSV export lets you bulk download visitor data for offline analysis, custom reporting, or import into other tools. Export is available on Starter plans and above.

## Availability

CSV export is included on:

* Starter plan and above
* Not available on the Free plan

Check your [plan](/billing/plans-and-credits.md) to confirm export access.

## What You Can Export

You can export:

* **Visitors list** — All visitors matching your current filters and search
* **List members** — Visitors in a specific [List](/platform/lists.md)
* **Company visitors** — All visitors from a specific [Company](/platform/companies.md)

## Fields Included

Exports typically include:

| Category   | Fields                                                             |
| ---------- | ------------------------------------------------------------------ |
| Contact    | Name, work email, job title, LinkedIn URL, location                |
| Company    | Company name, industry, employee count, domain                     |
| Engagement | Visit count, session count, page view count, first seen, last seen |
| ICP        | ICP fit score, ICP match status                                    |
| Session    | Last session landing page, referrer, UTM parameters                |

Exact fields may vary by export type. The export preview shows which columns will be included before you download.

## How to Download

1. Apply any [filters](/platform/search-and-filtering.md) to narrow the visitor set (or open a list or company)
2. Click **Export** or **Download CSV**
3. Select the fields to include (if options are offered)
4. Confirm — the CSV file downloads to your device

Large exports may take a moment to generate. You may receive an email with a download link for very large datasets.

## Use Cases

* **Offline analysis** — Analyze visitor data in Excel or Google Sheets
* **Custom reporting** — Build reports in BI tools
* **Import to other tools** — Bring data into systems without native Bullseye integrations
* **Backup** — Keep periodic snapshots of your identified visitors


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bullseye.so/platform/csv-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
