{ "opencollection": "1.0.0", "info": { "name": "Bright Data Account Management Access Scrape API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scrape", "type": "folder" }, "items": [ { "info": { "name": "Trigger a Web Scraper Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.brightdata.com/datasets/v3/scrape", "params": [ { "name": "dataset_id", "value": "", "type": "query", "description": "Bright Data dataset identifier (e.g. `gd_l1viktl72bvl7bjuj0`)." }, { "name": "include_errors", "value": "", "type": "query" }, { "name": "notify", "value": "", "type": "query", "description": "Webhook URL Bright Data calls when the snapshot completes." }, { "name": "format", "value": "", "type": "query" }, { "name": "limit_per_input", "value": "", "type": "query" }, { "name": "limit_multiple_results", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger an asynchronous scraping job against a Bright Data dataset. Pass the `dataset_id` of\nthe target collector and the per-record input payload as a JSON array. Returns a `snapshot_id`\nused to poll progress and download results.\n" }, { "info": { "name": "Get Scrape Progress", "type": "http" }, "http": { "method": "GET", "url": "https://api.brightdata.com/datasets/v3/progress/:snapshot_id", "params": [ { "name": "snapshot_id", "value": "", "type": "path" } ] }, "docs": "Get Scrape Progress" }, { "info": { "name": "List Available Datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.brightdata.com/datasets" }, "docs": "List Available Datasets" } ] } ], "bundled": true }