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.
Make your first request in minutes
Test the Google SERP API in minutes with this ready-to-use code example.
Postman Example
Node.js Example
Python Example
Google SERP API Quick Start Examples
Run these basic examples to check that your Google SERP API is working (remember to update in your API key and query):
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"
}'
Links to get started with Google SERP API