curl "https://api.brightdata.com/dca/trigger_immediate?collector=ID_COLLECTOR" -H "Content-Type: application/json" -H "Authorization: Bearer API_KEY" -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_KEY"
Content-Type
string
required
JSON/CSV/Multipart -H "Content-Type: application/json"
{
 "response_id": "ID_RESPONSE",
}
curl "https://api.brightdata.com/dca/trigger_immediate?collector=ID_COLLECTOR" -H "Content-Type: application/json" -H "Authorization: Bearer API_KEY" -d "{\"url\":\"https://targetwebsite.com/product_id/\"}"