Skip to main content

CSV export

Easily export your data.

Written by Michael Simmons

Export any list of people, companies, deals, or custom objects as a CSV file for use in spreadsheets, external tools, or data pipelines.


Export a list

  1. Open any People, Companies, Deals, or List view in Clarify

  2. Click the menu in the top right of the view

  3. Click Export CSV

The file downloads immediately, named after the current view (e.g., All People.csv, My Pipeline.csv).

Columns exported match the columns visible in the current view. Adjust the view before exporting to include or exclude specific fields.


What can be exported

  • People ✅

  • Companies ✅

  • Deals ✅

  • Custom Objects ✅

  • Any saved List view ✅

  • Lead Finder results ❌ - see below

ℹ️ Lead Finder results can't be exported directly. Add them to a list first (Lead Finder → Add to), then export the list.


Limits and availability

CSV export is available on all plans. There is no row limit - the export includes every row in the current view. Large lists may take a moment to generate.


API access

CSV export is also available via the Clarify API:

POST /workspaces/{slug}/objects/{obj}/lists/{listId}/rows/csv

See Clarify API for authentication and usage details.

Did this answer your question?