English
cURL
curl --request POST \ --url https://api.brightdata.com/datasets/v3/trigger \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ { "url": "https://www.airbnb.com/rooms/50122531" }, { "url": "https://www.airbnb.com/rooms/50127677" } ]'
{ "snapshot_id": "s_m4x7enmven8djfqak" }
Bright Data Web Scraper API enables you to trigger a collection for automated web data extraction.
Was this page helpful?