Web Scraper IDE API
Trigger a scraper for real-time collection
API endpoint: POST
/dca/trigger_immediate?collector={ID_COLLECTOR}
POST
Body
Authorization
string
requiredraw JSON -d '[{"url":"https://targetwebsite.com/product_id/"}]'
Query Parameters
collector
string
requiredA unique identification of scraper
version
string
Set to dev
to trigger the development version of the scraper
name
string
human_name
- A human readable name for the batch
Headers
Authorization
string
requiredAuthorization Bearer Key -H "Authorization: Bearer API_TOKEN"
Content-Type
string
requiredJSON/CSV/Multipart -H "Content-Type: application/json"
Was this page helpful?