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