SERP Search Engine API
Get Google search results through a simple RESTful API. Supports web search, image search, news search—charged by the number of requests, starting at $0.00095.
Core Features
One API to get all search results from Google Search Engine
Web Search
Get Google web search results, including complete information such as title, summary, link, etc., supporting pagination and custom result counts.
Image Search
Search Google images, returning structured data such as image URLs, thumbnails, and sources for image collection and analysis.
News Search
Get Google news results, tracking hot events in real-time, suitable for news aggregation applications.
Multilingual and Multiregional
Specify the country and language for search using gl and hl parameters to get localized search results.
Get search results in one line of code
Concise RESTful API design, structured Google search data can be obtained with a GET request.
import requestsresponse = requests.get( "https://api.acedata.cloud/serp/google", headers={ "Authorization": "Bearer YOUR_API_KEY" }, params={ "q": "artificial intelligence", "number": 10, "gl": "us", "hl": "en" } )
data = response.json() for result in data["results"]: print(result["title"], result["link"])
3 Steps to Get Started Quickly
It only takes a few minutes from registration to getting your first search result.
Get API Key
Register and generate an API key from the console.
Build Search Request
Set parameters such as keywords, language, number of results, etc.
Get Results
Send a GET request to obtain search results in JSON format.
What is SERP API Suitable For?
Covers various application scenarios for search engine data
SEO Monitoring
Track keyword ranking changes and analyze competitors' search performance.
AI Agent Tools
Provide real-time search capabilities for LLM Agents to obtain the latest internet information.
Public Opinion Monitoring
Monitor brand-related news and changes in search results in real-time.
Market Research
Bulk obtain industry-related search data to assist in market analysis decisions.
Academic Research
Large-scale search data collection for academic research and paper writing.
Price Comparison
Search and compare product prices across platforms to build a price comparison tool.
Core Parameters
Flexibly customize search requests and precisely control output
Search Keywords
The keywords or query statements to search for, supporting Google search syntax.
Number of Results
The number of search results to return, affecting billing tiers (≤10 or >10).
Country/Region
Specify the target country for the search (e.g., us, cn, jp) to get localized results.
Language
Specify the language of the search results (e.g., en, zh-CN, ja).
Search Type
Search types: web (search), images (images), news (news), etc.
Starting Position
The offset of search results, used for pagination to get more results.
SERP API Pricing
Charged by the number of requests, simple and transparent.
| Request Type | Number of Results | Price per Request |
|---|---|---|
| Google Search | ≤ 10 results | $0.00095 |
| Google Search | > 10 results | $0.0019 |
💡 Charged per request, no monthly fees, no hidden charges. Bulk purchases can enjoy additional discounts.
Frequently Asked Questions
Common questions about using the SERP API
Yes, each request queries the Google search engine in real-time and returns the latest results, not cached data.
Supports various types such as web search (search), image search (images), news search (news), etc., switched via the type parameter.
Use the number parameter to control the number of results returned each time, combined with the start parameter for pagination to obtain a large number of search results.
Yes. Specify the country for the search using the gl parameter (e.g., us), and the result language using the hl parameter (e.g., en) to accurately locate the results you need.
Very suitable. The SERP API returns structured JSON data, which can be directly used as a tool for LLM Agents. Ace Data Cloud also provides an MCP Server wrapper that can be directly called in AI like Claude, ChatGPT, etc.
Explore More AI Services
Ace Data Cloud offers various AI service APIs
Start Using SERP API Now
Efficiently obtain Google search results to empower your applications.
