Exporting Your Data
Once you've enriched your leads, you'll want to export them for use in your CRM, email marketing platform, or other tools. This guide covers all export options.
Quick Export
Fastest way to export:
- Open any lead list
- Click Export button
- Choose Quick Export (all fields, all leads)
- CSV downloads immediately
Use this for simple exports when you want everything.
Custom Export
Step-by-Step
- Open the lead list you want to export
- Click Export button
- Choose "Custom Export"
- Configure export settings (see below)
- Click "Download CSV"
- File downloads to your computer
Export Options
Select Leads:
- β All leads: Entire list
- β Selected leads only: Manually selected rows
- β Filtered leads: Based on current filters
- β First N leads: Specify count
Choose Columns:
- β Standard fields (Name, Email, Phone, Company, Title, Location)
- β Smart Columns (any AI-extracted data)
- β Custom fields (imported or CRM-synced)
- β Metadata (enrichment date, confidence scores, etc.)
Format Options:
- Encoding: UTF-8 (recommended), ASCII, ISO-8859-1
- Delimiter: Comma, Semicolon, Tab
- Include headers: Yes/No
- Date format: MM/DD/YYYY, DD/MM/YYYY, YYYY-MM-DD
Export Formats
CSV (Comma-Separated Values)
Best for:
- Excel, Google Sheets
- Email marketing platforms (Mailchimp, SendGrid)
- Most CRM imports
- Data analysis tools
Example output:
first_name,last_name,email,phone,company,title
John,Doe,john@acme.com,+15551234567,Acme Corp,VP Sales
Jane,Smith,jane@tech.com,+15559876543,Tech Inc,CEOExcel (.xlsx)
Best for:
- Microsoft Excel users
- Preserving formatting
- Multiple sheets (advanced export)
- Complex data types
Features:
- Formatted dates
- Multiple worksheets
- Frozen headers
- Auto-sized columns
JSON
Best for:
- API integrations
- Custom applications
- Webhooks
- Developers
Example output:
[
{
"first_name": "John",
"last_name": "Doe",
"email": "john@acme.com",
"phone": "+15551234567",
"company": "Acme Corp",
"title": "VP Sales"
}
]Export Filters
Create targeted exports using filters:
Filter by Email Status
Verified emails only:
- Click filter icon on Email column
- Select "Verified" status
- Click Export
- Only verified emails exported
Use cases:
- Email campaigns (only deliverable addresses)
- High-confidence outreach
- Compliance (verified contacts only)
Filter by Enrichment Date
Recently enriched:
- Filter "Enriched Date" column
- Select date range (e.g., last 30 days)
- Export fresh data only
Use cases:
- Weekly campaign lists
- Recent acquisition lists
- Time-based segmentation
Filter by Smart Column Results
Qualified leads only:
- Add Smart Column: "Budget Authority? Yes/No"
- Filter where value = "Yes"
- Export qualified subset
Use cases:
- High-value prospect lists
- Segmented campaigns
- Custom qualifications
Multiple Filters
Combine filters for precise exports:
Example: VPs at large companies with verified emails
Filter 1: Title contains "VP"
Filter 2: Company size > 1000
Filter 3: Email status = "Verified"Export only leads matching all criteria.
Column Selection
Standard Columns
Always available:
- β First Name
- β Last Name
- β Email
- β Phone
- β Company
- β Job Title
- β Location (City, State, Country)
- β LinkedIn URL
Smart Columns
Include AI-extracted data:
- Custom Smart Column data
- Appears as separate columns
- Header = Smart Column name
- Export toggleable per column
Metadata Columns
Additional information:
- Enrichment Date: When lead was enriched
- Source: How lead was added
- Confidence Score: Email/phone confidence
- Validation Status: Email deliverability
- Phone Type: Mobile, Landline, VoIP
- Created Date: When added to list
- Updated Date: Last modification
Custom Column Order
Rearrange columns for your needs:
- Click "Customize Columns" in export dialog
- Drag and drop to reorder
- Preview shows final order
- Order saved for future exports
Large Exports
Batch Exports
For lists with 10,000+ leads:
Automatic batching:
- System splits into multiple files
- Max 5,000 rows per file
- Files numbered:
list_1.csv,list_2.csv, etc. - Download as ZIP archive
Email delivery option:
- For very large exports (25,000+)
- Enter email address
- Receive download link when ready
- Link valid for 7 days
Performance Tips
Speed up large exports:
- Export during off-peak hours
- Reduce selected columns (only what you need)
- Use filters to export segments
- Consider API export for 50,000+ leads
Export Templates
Save Export Configurations
Create reusable export templates:
- Configure your export settings
- Click "Save as Template"
- Name the template (e.g., "Email Campaign Export")
- Template saved for future use
Common Templates
Email Marketing:
Columns: First Name, Last Name, Email, Company
Filters: Email Status = Verified
Format: CSV, UTF-8Phone Outreach:
Columns: Name, Phone, Company, Title
Filters: Phone Status = Valid, Phone Type = Mobile
Format: CSVCRM Import:
Columns: All standard fields + Smart Columns
Filters: None (all leads)
Format: Excel (.xlsx)
Include metadata: YesUsing Templates
- Click Export
- Select "Use Template"
- Choose from saved templates
- Template settings auto-applied
- Optionally adjust before export
Direct Integrations
CRM Push
Instead of exporting CSV, push directly to CRM:
Supported CRMs:
- HubSpot
- Salesforce
- More coming soon
How it works:
- Configure CRM integration first
- Open lead list
- Click "Sync to CRM"
- Map fields (first time only)
- Choose sync options:
- Create new records
- Update existing
- Skip duplicates
- Start sync
- Monitor progress in real-time
Benefits:
- No manual import needed
- Automatic field mapping
- Two-way sync available
- Schedule automatic syncs
Email Platform Export
Direct export to email marketing platforms:
Supported platforms:
- Mailchimp (via API)
- SendGrid (contact list import)
- Constant Contact
Setup:
- Connect email platform in Integrations
- Export from lead list
- Choose "Export to [Platform]"
- Select target list/audience
- Map fields
- Export completes automatically
Export Scheduling
Automated Exports
Schedule regular exports:
Use cases:
- Daily new enrichments to CRM
- Weekly campaign list updates
- Monthly data backups
Setup:
- Go to List Settings
- Enable "Scheduled Exports"
- Configure:
- Frequency (daily, weekly, monthly)
- Time of day
- Export template to use
- Delivery method (download, email, CRM)
- Save
Delivery options:
- Email with download link
- Direct CRM sync
- Webhook POST to your endpoint
- FTP/SFTP upload
Data Formats for Different Tools
Salesforce
Required format:
FirstName,LastName,Email,Phone,Company,TitleTips:
- Use Phone in E.164 format (+1234567890)
- Match Salesforce field names exactly
- Include Salesforce ID for updates
HubSpot
Required format:
firstname,lastname,email,phone,company,jobtitleTips:
- Use HubSpot property names (lowercase)
- Email required for contact creation
- Use semicolons for multi-value fields
Mailchimp
Required format:
Email Address,First Name,Last Name,Company,TitleTips:
- Email Address column required
- Merge tags must match Mailchimp
- Include tags column for segmentation
Google Sheets
Best format:
- CSV with UTF-8 encoding
- Headers in first row
- No special formatting needed
Import to Sheets:
- File β Import
- Upload CSV
- Choose "Replace current sheet" or "Append to current sheet"
- Import data
Post-Export Actions
Verify Export Quality
Check:
- β Row count matches expectation
- β All columns present
- β Data formatted correctly
- β No truncated fields
- β Special characters display properly
Clean Exported Data
In Excel/Sheets:
- Remove duplicates (Data β Remove Duplicates)
- Validate email formats
- Standardize phone numbers
- Check for blank required fields
Import to Destination
Best practices:
- Test import with small sample first (10-20 rows)
- Map fields correctly in destination tool
- Set duplicate rules (skip, update, create)
- Import full file after test succeeds
- Verify import in destination tool
Troubleshooting
Export File Won't Download
Solutions:
- Check browser popup blocker
- Try different browser
- Clear browser cache
- Use "Email me" option instead
Wrong Number of Rows
Check:
- Applied filters (may reduce rows)
- Duplicate removal setting
- Selected leads vs. all leads
- Row limit in export settings
Special Characters Broken
Problem: Names, companies with accents/symbols display incorrectly
Solution:
- Use UTF-8 encoding
- Open CSV in Excel: Data β From Text β UTF-8
- Or use Excel (.xlsx) format instead
File Too Large
Problem: Export file exceeds size limits
Solutions:
- Split into multiple exports (use filters)
- Reduce columns (only essential fields)
- Use batch export (automatic)
- Contact support for API export option
API Export
For developers:
Authentication
Authorization: Bearer YOUR_API_KEYExport Endpoint
GET /api/v1/lists/{list_id}/exportQuery Parameters
?format=json&fields=email,phone,company&limit=1000Example Response
{
"total": 1000,
"data": [ ... ],
"next_cursor": "abc123"
}For full API documentation, contact support.