Create Crawler Job
Creates a new crawler or scrape job using the V3 API.
Documentation Index
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new crawler job for a workspace and starts processing it in the background.Supports
- Single-page scrape jobs
- Multi-URL scrape jobs
- Crawl jobs with
crawlOptions - Optional outbound webhooks for
page_scraped,job_completed, andjob_failed
Billing
Credits are estimated at submission time and actually consumed per successful scraped page.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The workspace that owns the crawler job.
Body
One or more source URLs to scrape or use as crawl entry points.
1If true, discovered URLs can be followed and scraped as part of the same job.
If true, use deep scraping behavior.
If true, the crawler uses proxy scraping and paid proxy pricing.
Optional refresh cadence for KB-linked scrapes.
Optional single agent destination for KB import.
Optional list of agent destinations for KB import.
Optional outbound webhook that receives page_scraped, job_completed, and job_failed events.
