Start a lead scrape
scrape_leads_startQueue a background scrape for fresh leads from the web and social platforms. Returns a job_id immediately; poll scrape_job_status and then read the results with scrape_job_leads. Scraped rows spend scrape credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to look for, for example 'dental clinics in Berlin' | |
| platforms | No | Social platforms to include | |
| max_results | No | Target lead count | |
| location_text | No | Location hint | |
| email_required | No | Only keep leads that have an email |