Freemium
SerpAPI
SerpAPI delivers structured search engine results from Google, Bing, Baidu, and more in real time through a JSON API. It provides organic listings, ads, news, images, maps, and shopping data that can be integrated into applications. Developers use it for SEO analytics, keyword tracking, competitor monitoring, market research, and building data-driven dashboards.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
100 searches/month
Rate Limit
API Endpoints
Perform web search using SerpAPI
Full URL
https://serpapi.com/v1/v1/search
Code Examples
curl -X GET 'https://serpapi.com/v1/v1/search' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "q": "restful APIs", "engine": "google" }
Example Response
{
"organic_results": [
{
"link": "https://example.com",
"title": "RESTful API Design"
}
]
}
Version
v1
Rate Limit
100 searches/month (free tier)
Tags
market-researchseo-analysisserp-data
Related APIs
Discover similar APIs that might interest you