Freemium
Serper API
Serper API provides structured Google search results through a fast and lightweight JSON API. It enables developers to extract SERP data, including organic results, featured snippets, images, news, and knowledge panels, without manual scraping. Common use cases include SEO tools, market research, keyword tracking, competitive intelligence, and building custom search-driven applications.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
2,500 requests/month
Rate Limit
API Endpoints
Perform search using Serper
Full URL
https://serper.dev/search/search
Code Examples
curl -X POST 'https://serper.dev/search/search' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "q": "restful APIs", "num": 10 }
Example Response
{
"organic": [
{
"title": "RESTful API Design"
}
],
"searchParameters": {
"q": "restful APIs"
}
}
Version
v1
Rate Limit
2,500 requests/month (free tier)
Tags
google-searchseo-toolsserp-dataserper
Related APIs
Discover similar APIs that might interest you