cURL
获取数据
从实时工作爬虫接收数据
GET
cURL
结果数据在收集后可供下载7天。为避免过期,请确保在7天内下载数据或配置交付方法以自动将其发送到您的存储。
速率限制
- 每秒 4,000 个请求
- 每分钟 240,000 个请求
授权
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
查询参数
A unique identification of response
Enables long-polling. The request waits up to this duration for the result to become available instead of returning 202 immediately. Format is Xs where X is an integer between 25 and 50 (for example, 25s, 30s, 50s). If no result is available within the timeout, the response returns 202 as usual. Use this to reduce polling calls and avoid hitting rate limits.
示例:
"50s"
响应
OK