Skip to content

Exporting your data

When a job reaches completed, open it to see the results table, then export.

CSV, JSON, or LLM?

Format Best for
CSV Opening in Excel or Google Sheets; sharing with non-technical people
JSON Feeding into another tool or script; preserving nested raw structure
LLM (format=llm) LLM / RAG pipelines — stable, deduped, versioned JSON profile

Steps

  1. Open a completed job.
  2. Click Export CSV, Export JSON, or use the API with format=llm (see LLM-ready export).
  3. The file downloads to your computer.

Big result sets

Export once a job is completed rather than copying from the table while it's still running.

Next