How do I handle large Phantombuster datasets exceeding 200kb in Clay?

April 2026

Quick Answer

# Handling Large Phantombuster Datasets in Clay When **Phantombuster** results exceed 200kb (typically with ~700+ comments), the API returns a CSV file instead of inline values. ## Solutions **Option 1: Reduce Dataset Size** - Limit the number of comments to a smaller amount for direct table output in Clay **Option 2: Process Large Datasets with n8n** 1. Send an HTTP request from Clay to **n8n** 2. Configure n8n to process all comments from the Phantombuster CSV 3. Have n8n push the processed data back to your Clay table in batches

Up to date
1 months ago

1 Answer

Handling Large Phantombuster Datasets in Clay

When Phantombuster results exceed 200kb (typically with ~700+ comments), the API returns a CSV file instead of inline values.

Solutions

Option 1: Reduce Dataset Size

  • Limit the number of comments to a smaller amount for direct table output in Clay

Option 2: Process Large Datasets with n8n

  1. Send an HTTP request from Clay to n8n
  2. Configure n8n to process all comments from the Phantombuster CSV
  3. Have n8n push the processed data back to your Clay table in batches
GTM StackCommunity Insight