Overview
Unlocker
SERP
Scraper
Marketplace Dataset API
Account Management API
- POSTAdd a Zone
- POSTAllow/Deny Domains
- POSTDenylist IP(s)
- POSTAllowlist IP(s)
- POSTAdd Static IP(s)
- POSTMigrate Static IPs
- POSTRefresh dedicated residential IPs
- POSTRefresh Static IPs (Datacenter/ISP)
- PUTChange Account Status
- GETAccount status
- GETActive Zones
- GETAvailable IPs/Zone
- GETAvailable Datacenter & ISP IPs count
- GETGet Countries
- GETGet Country Cities
- GETGet current service status
- GETList all available country's cities (static network)
- GETRecent IPs attempting to use your Zone
- GETAvailable Datacenter & ISP IPs/Zone
- GETBandwidth stats for a zone
- GETBandwidth stats for all your zones
- GETTotal cost & bandwidth for a zone
- GETList of denylisted IPs for a zone
- GETList of allowlisted IPs for a zone
- GETLive status of Static Zone
- GETTotal Balance
- GETZone info
- GETZone Password
- GETZone Permission
- GETZone Statistics
- GETZone status
- GETGet Proxies Pending Replacement
- DELRemove dedicated residential IPs
- DELRemove domain from Zone allowlist/denylist
- DELRemove IP from Zone denylist
- DELRemove IP from Zone allowlist
- DELRemove Static IPs (Datacenter/ISP)
- DELRemove a Zone
- POSTSwitch Automatic Failover
- POSTTurn on/off Zone
API Reference
- Proxy
- Proxy Manager
- Web Scraper IDE API
- Web Scraper API
- Scraping Shield
Native Access
- Proxy
- Unlocker & SERP API
Web Scraper IDE API
Receive Batch data
Copy
curl "https://api.brightdata.com/dca/dataset?id=ID_DATASET" -H "Content-Type: application/json" -H "Authorization: <Bearer API_KEY>"
Copy
{
"status": "building",
"message": "Dataset is not ready yet, try again in XXs"
}
API endpoint: GET
/dca/dataset?id={id_dataset}
A unique identification of data set
Authorization Bearer Key -H "Authorization: Bearer API_KEY"
Copy
{
"status": "building",
"message": "Dataset is not ready yet, try again in XXs"
}
Copy
Shell
Was this page helpful?
Copy
curl "https://api.brightdata.com/dca/dataset?id=ID_DATASET" -H "Content-Type: application/json" -H "Authorization: <Bearer API_KEY>"
Copy
{
"status": "building",
"message": "Dataset is not ready yet, try again in XXs"
}
Assistant
Responses are generated using AI and may contain mistakes.