create_dataset
Turn a plain-language prompt into a structured dataset by planning searches, scraping sites, and validating rows into CSV/JSON. Returns a job ID for status polling and respects budget caps.
Instructions
Build a structured dataset from a plain-language prompt. Quantic AI plans the search queries, searches Google/Bing/DuckDuckGo, maps the sites it finds and scrapes them into validated rows (CSV/JSON). Returns a job id — poll with dataset_status. Billed per delivered, validated record (email/phone fields cost extra, only when found); the run never exceeds limits.max_cost_usd, and the unspent budget is refunded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limits | No | ||
| prompt | Yes | What dataset you want, in plain language (e.g. 'coffee roasters in Portland with email and phone') | |
| columns | No | Columns to extract; omit to let the planner infer them | |
| country | No | ISO country code for the proxy exit geo | |
| sources | No | Domain allow/deny lists | |
| webhook | No | Public URL to POST the finished dataset to |