Trigger async real-time scrape
Trigger an async real-time Scraper Studio scrape. POST /dca/trigger_immediate returns a response_id to fetch the result from the Real-time data endpoint.
response_id. Use that response_id with the Realtime Data endpoint to retrieve the result when the scrape is complete.Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
Query Parameters
A unique identification of the collector to run
"COLLECTOR_ID"
Set to dev to trigger the development version of the scraper
Body
A single input object. The fields must match the input schema defined for the collector. Some collectors take url, others take fields such as keyword, location or state.
Single input object whose fields match the collector input schema.
Example field for collectors that take a target URL. Replace with the fields your collector expects.
Response
Returns immediately with a response_id. Use this ID with the Realtime Data endpoint to retrieve the result.
ID of the asynchronous real-time job. Use this value to retrieve the result from the Realtime Data endpoint.