SERP API
Google Search APIStructured results
Retrieve rankings, links, snippets, and search features for your target market. Build rank trackers, research competitors, and give AI applications search context.
- Localized results
- Multiple search types
- Structured data
Search data
Google results, localized for your market.
Local search results
See what people find in the countries, cities, and languages that matter to your business.
Beyond organic listings
Read ads, related questions, news, images, shopping, and local results when those blocks appear.
Data for rank tracking
Track keyword positions and compare search visibility across markets in your own SEO tools.
Structured JSON
Work with named fields for result positions, URLs, and snippets in your dashboards and research pipelines.
A browser Playground
Adjust search settings and inspect results before adding the API to your application.
Automated collection
Connect search data to your existing collection and reporting workflows.
Request example
From a query to search results.
Structured JSON for your rank tracker, research pipeline, or reporting tool.
Choose the market
Set the location, country, language, and device for the search you want to run.
Explore the results
See rankings, titles, links, and snippets for the keywords you care about.
Use the data
Read the integration guideBring search results into your rank tracker, reports, or research tools.
curl https://api.sukidata.com/v1/serp \
--request POST \
--header "Authorization: Bearer $SUKIDATA_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"q": "coffee shops in seattle",
"location": "Seattle, Washington, United States",
"hl": "en",
"async": false
}'X-Sukidata-Cache-Hit: falseX-Sukidata-Credits-Used: 1{
"search_metadata": {
"id": "serp_...",
"status": "Success",
"json_endpoint": "https://files.sukidata.com/...",
"raw_html_file": "https://files.sukidata.com/...",
"created_at": "2026-08-11T08:30:00Z",
"total_time_taken": 4.28
},
"search_parameters": {
"engine": "google",
"q": "coffee shops in seattle",
"google_domain": "google.com",
"gl": "us",
"hl": "en",
"device": "desktop"
},
"search_information": {
"query_displayed": "coffee shops in seattle"
},
"organic_results": [
{
"position": 1,
"title": "A guide to Seattle coffee shops",
"link": "https://example.com/result",
"snippet": "Neighborhood favorites, roasters, and places to linger."
}
]
}Pricing
One credit per search.
A successful request uses one credit. Failed requests and eligible cached responses are free.
FAQ
SERP API questions.
Which Google search types are supported?
Explore web, image, news, video, and shopping results. Use the data for search visibility analysis, market research, and content discovery.
Can I search a specific location?
Yes. Choose a country or city and a language to see localized results. You can also compare mobile and desktop search results.
Can I use it for rank tracking?
Yes. Collect keyword rankings, links, and search features for your target markets. Use the data in your own rank tracker to compare performance over time.
Can I connect it to my existing tools?
Yes. Search results are delivered as structured data that you can use in your applications, dashboards, and analysis tools.
Can I try it without writing code?
Yes. Search for your own keywords in the SERP Playground and preview results for your target market, using your monthly free credits.
Try SERP API
Search your target market.
Explore Google Search data for your target keywords and markets with monthly free credits.