curl "https://api.brightdata.com/dca/trigger\_immediate?collector=ID\_COLLECTOR" -H "Content-Type: application/json" -H "Authorization: Bearer API\_TOKEN" -d "{\"url\":\"https://targetwebsite.com/product\_id/\"}"
{
 "response_id": "ID_RESPONSE",
}

API endpoint: POST /dca/trigger_immediate?collector={ID_COLLECTOR}

POST Body

Authorization
string
required

raw JSON -d '[{"url":"https://targetwebsite.com/product_id/"}]'

Query Parameters

collector
string
required

A 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
required

Authorization Bearer Key -H "Authorization: Bearer API_TOKEN"

Content-Type
string
required

JSON/CSV/Multipart -H "Content-Type: application/json"