跳转到主要内容
GET
cURL
推荐: 我们强烈建议在轮询请求中使用 timeout 参数,以减少不必要的 API 调用并帮助避免速率限制。
结果数据在收集后可供下载7天。为避免过期,请确保在7天内下载数据或配置交付方法以自动将其发送到您的存储。

速率限制

  • 每秒 4,000 个请求
  • 每分钟 240,000 个请求

授权

Authorization
string
header
必填

Use your Bright Data API Key as a Bearer token in the Authorization header.

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

查询参数

response_id
string
必填

A unique identification of response

timeout
string

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