run_id, session_id, dataset_id, and a content field with your results.
search
Submit a natural language search query for companies and contacts. UsageNatural language prompt describing the companies or people you want to find.
| Flag | Default | Description |
|---|---|---|
--download[=<path>] | ./results.jsonl | Write results to a file. Supports .jsonl, .jsonl.gz, .csv, .parquet |
--session=<label> | — | Continue a prior conversation with a follow-up prompt. Accepts a session label or session ID |
--agent=<name> | fast_dataset_creator | Select the search agent. Use advanced_dataset_creator for custom SQL, aggregations, exact filters, and custom output columns |
--format=<format> | json | Output format: json or table |
--limit=<n> | — | Maximum number of results to return |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
Advanced Dataset Creator
The default search agent isfast_dataset_creator, which is the fastest path for everyday natural-language audience builds. Use advanced_dataset_creator when the audience needs custom logic that is hard to express as fixed filters, such as custom SQL, aggregations, exact filtering, ratios, or output columns.
Advanced Dataset Creator uses a two-step confirmation flow:
- Send the request with
--agent=advanced_dataset_creatorand a--session=<label>. - Review the proposed query in the response.
- Confirm in the same session with a follow-up such as
"yes, run it".

