Cheapest Google Search API - $0.00015/result - $0.0015/query avatar

Cheapest Google Search API - $0.00015/result - $0.0015/query

Pricing

from $0.00005 / actor start

Go to Apify Store
Cheapest Google Search API - $0.00015/result - $0.0015/query

Cheapest Google Search API - $0.00015/result - $0.0015/query

2x cheaper than any competitor. No browser, no hidden compute costs — just $0.00015 per result, all-in. Organic results, knowledge graphs, sitelinks for 12 countries. No sign-up required. Powered by https://serp.cheap

Pricing

from $0.00005 / actor start

Rating

4.6

(3)

Developer

serp.cheap

serp.cheap

Maintained by Community

Actor stats

4

Bookmarked

14

Total users

4

Monthly active users

19 days ago

Last modified

Share

Cheapest Google Search API — $0.0015/query · $1.50/1000 queries

Get clean, structured Google organic results for 12 countries at a fraction of what competitors charge. No browser overhead, no hidden compute costs — just a fast HTTP call per query.

Powered by serp.cheap.


Why we're cheaper

ActorAdvertised priceReal cost per query*vs us
ScraperLink$0.50/1K results~$0.005/query3.3× more expensive
igolaizola$0.15/1K results~$0.003/query2× more expensive
Apify official$1.80/1K pages~$0.006/query4× more expensive
serp.cheap$1.50/1K queries$0.0015/query— cheapest

*Competitors charge per result (10 results = 1 query) and add Apify compute on top. We charge per query, all-in, no compute overhead.


What you get

One dataset row per query, holding the complete SERP:

FieldDescription
queryOriginal query
countryCountry searched
pagePage number
organicArray of organic results — each with position, title, link, snippet, optional date and sitelinks
knowledgeGraphEntity panel — title, imageUrl, description, descriptionSource, descriptionLink, attributes (null when absent)
adsArray of sponsored results — position, title, link, displayedLink, snippet, block (top/bottom), sitelinks
peopleAlsoAskArray of "People also ask" questions
relatedSearchesArray of related searches — query, link

Each organic result row item:

FieldDescription
positionRank on the SERP (1–10)
titleResult title
linkFull URL
snippetDescription text
datePublication date (when shown by Google)
sitelinksQuick-access sub-links (when present)

Supported countries

us · br · gb · de · fr · es · it · mx · ca · au · jp · nl


Input examples

Basic search (US)

{
"queries": ["best running shoes 2025", "iphone 16 pro review"],
"country": "us"
}

Multiple countries

{
"queries": ["mejores laptops 2025"],
"country": "mx"
}

Recent news (last 24h)

{
"queries": ["AI news", "stock market today"],
"country": "us",
"timeFilter": "qdr:d"
}

Page 2 results

{
"queries": ["best headphones"],
"country": "gb",
"page": 2
}
FieldTypeDefaultDescription
queriesstring[]Required. List of search queries
countrystringusGoogle country (gl parameter)
languagestringLanguage override (hl parameter)
timeFilterstringqdr:h last hour · qdr:d last 24h · qdr:w last week
pageinteger1Page number (1–99)

Output example

One row per query, with the full SERP nested:

{
"query": "best running shoes 2025",
"country": "us",
"page": 1,
"knowledgeGraph": {
"title": "Running shoe",
"description": "A running shoe is a type of footwear...",
"attributes": { "Type": "Athletic shoe" }
},
"organic": [
{
"position": 1,
"title": "The 10 Best Running Shoes of 2025",
"link": "https://www.runnersworld.com/best-running-shoes/",
"snippet": "We tested over 100 pairs to find the best running shoes for every type of runner...",
"date": "Jan 15, 2025",
"sitelinks": [
{ "title": "Best for beginners", "link": "https://www.runnersworld.com/..." }
]
}
],
"ads": [
{
"position": 1,
"title": "Official Nike Running Shoes",
"link": "https://www.nike.com/running",
"displayedLink": "nike.com",
"snippet": "Shop the latest running shoes...",
"block": "top"
}
],
"peopleAlsoAsk": [
"What is the best running shoe brand?",
"How long do running shoes last?"
],
"relatedSearches": [
{ "query": "best running shoes for flat feet", "link": "https://www.google.com/search?q=..." }
]
}

Pricing

🔥 Results delivered in ~3 seconds. Flat rate, all-in, no surprises.

VolumeCost
1 result$0.00015
1 query (10 results)$0.0015
100 queries (1,000 results)$0.15
1,000 queries (10,000 results)$1.50
10,000 queries (100,000 results)$15.00

Tips

  • Use timeFilter — filter by last hour, day or week for fresher results
  • Use page — paginate beyond the first 10 results for deeper coverage

Limits & notes

  • Up to 10 organic results per page
  • Knowledge graph, ads, people-also-ask, related searches and sitelinks extracted when present
  • One dataset row per query — organic results, ads, etc. are nested arrays inside each row
  • 503 errors indicate temporary proxy exhaustion for that country — retry after a few seconds