跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt

Use this file to discover all available pages before exploring further.

几分钟内发出您的第一个请求

使用以下现成代码示例,几分钟内即可测试 Bing SERP API。

Postman 示例

Node.js 示例

Python 示例

Bing SERP API 快速入门示例

运行这些基础示例以检查您的 Bing SERP API 是否正常工作(记得替换 API 密钥和查询内容):
curl -X POST https://api.brightdata.com/request \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer API_KEY" \
  --data '{
    "zone": "serp_api1",
    "url": "https://www.bing.com/search?q=pizza",
    "format": "raw"
  }'

Bing SERP API 入门链接

Microsoft Bing API 到 Bright Data SERP API 迁移指南

Bing API 到 Bright Data SERP API 迁移指南