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.
几分钟内发送您的第一个请求
使用此现成代码示例,可在几分钟内测试 Google SERP API。
Postman 示例
Node.js 示例
Python 示例
Google SERP API 快速入门示例
运行以下基础示例以检查您的 Google SERP API 是否工作正常(记得更新 API key 和查询内容):
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.google.com/search?q=pizza",
"format": "raw"
}'
Google SERP API 入门链接