简体中文
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", }
POST
/dca/trigger_immediate?collector={ID_COLLECTOR}
-d '[{"url":"https://targetwebsite.com/product_id/"}]'
dev
human_name
-H "Authorization: Bearer API_KEY"
-H "Content-Type: application/json"
此页面对您有帮助吗?