Google SERP API from $0.03/1K Pages

An affordable Google search results API. Web search, news, image search, and video search through a single REST API. Get organic results, optional AI Overviews, Featured Snippets, People Also Ask, and more. 10 shared free calls apply to eligible Web Search requests.

Try for Free View Documentation
Google Google SERP from $0.03/1K Pages Google News $0.01/1K Queries 10 Shared Free Calls 112 Countries

Google Search Endpoints, One API Key

Web search for full SERP data with optional AI Overviews, news for fast structured news articles, images for visual search, or dedicated video search. Pay only for what you use.

Google SERP

Google SERP

from $0.03
per 1,000 web requests (Scale tier)
  • Optional AI Overviews with sources
  • Featured Snippets & PAA
  • Inline videos when present
  • Ads & Related Searches
  • Up to 10 pages (~100 results) per call
  • Account-state Web category billing
Default$0.60/1K Pages
Growth$0.06/1K Pages
Scale$0.03/1K Pages
Image Search

Google Images

from $0.42
per 1,000 searches (Scale tier)
  • Image URLs & thumbnails
  • Dimensions & file size
  • Source page URL
  • Alt text / title
  • SafeSearch filtering
  • Color & size filters
Default$0.60/1K Queries
Growth$0.54/1K Queries
Scale$0.42/1K Queries
NEW · BETA

Pixel Position & Geometry on every Google SERP element

Add pixel_position=true to any Google search and every item — organic results, AI Overview, PAA, ads, featured snippet, knowledge panel, local pack — comes back with both an integer pixel_position (y-coordinate) and a full pixel_box with x, y, width, and height. Same per-call price, opt-in flag.

See the spec →
{
  "organic": [
    { "position": 1, "pixel_position": 750, "pixel_box": { "x": 126, "y": 750, "w": 652, "h": 118 } }
  ],
  "aiOverview": {
    "pixel_position": 175
  },
  "featuredSnippet": {
    "pixel_position": 252
  }
}

Integrate in Under 5 Minutes

A single cURL request is all you need. Replace YOUR_API_KEY with the key from your dashboard.

cURL - Google SERP Search
# Google web search for "best laptops 2025"
curl "https://apiserpent.com/api/search?q=best+laptops+2025&engine=google&num=10" \
  -H "X-API-Key: YOUR_API_KEY"
JSON Response (partial)
{
  "searchParameters": {
    "q": "best laptops 2025",
    "engine": "google",
    "type": "search"
  },
  "organic": [
    {
      "title": "Best Laptops 2025: Top Picks for Every Budget",
      "url": "https://example.com/best-laptops",
      "snippet": "Our experts tested 50+ laptops to find the best...",
      "position": 1
    }
  ],
  "peopleAlsoAsk": [...],
  "relatedSearches": [...],
  "credits": { "used": 1, "remaining": 99 }
}

Comprehensive Data from Every Google Endpoint

Each endpoint returns structured JSON with all the data you need for SEO tools, market research, and competitive analysis.

Web Search Fields

  • organic[].title
  • organic[].url
  • organic[].snippet
  • organic[].position
  • featuredSnippet.text
  • peopleAlsoAsk[].question
  • relatedSearches[]
  • ads[].title, ads[].url

News Search Fields

  • articles[].title
  • articles[].url
  • articles[].source
  • articles[].publishedTime
  • articles[].snippet
  • totalResults
  • searchParameters.freshness
  • searchParameters.country

Image Search Fields

  • images[].imageUrl
  • images[].thumbnailUrl
  • images[].title
  • images[].sourceUrl
  • images[].width
  • images[].height
  • images[].format
  • totalResults

Request Parameters

  • q (search query)
  • engine=google
  • num (results count, up to 100)
  • country (e.g., us, uk, in)
  • language (e.g., en, es, de)
  • freshness (1d, 7d, 30d)
  • safe (SafeSearch strict/moderate/off)
  • pages (pagination, 1–10)
  • format (full, compact)

Google SERP API Questions

The Google SERP API returns organic results with titles, URLs, and snippets. It can capture AI Overviews on eligible Deep Search calls when requested, plus Featured Snippets, People Also Ask boxes, ads, related searches, and knowledge panels when available. Google News returns 100+ articles with title, URL, source, published time, and snippet. Google Images returns image URLs, thumbnails, dimensions, and source page information.
Google SERP API pricing starts from just $0.03/1K pages for Web and $0.01/1K for News on the Scale tier. Google Quick Web: $0.60/1K pages (Default), $0.06/1K pages (Growth), $0.03/1K pages (Scale). Google Deep Web: $0.60/1K pages (Default), $0.06/1K pages (Growth), $0.03/1K pages (Scale). Google News: $0.20/1K (Default), $0.02/1K (Growth), $0.01/1K (Scale). Google Images: $0.60/1K (Default), $0.54/1K (Growth), $0.42/1K (Scale). Dedicated Google Video Search is available under the Videos category. Web, News, Images, and Videos are all free-eligible from the shared 10-call pool.
Yes. Use the country parameter to target specific countries. Google supports 112 country codes via the gl= and ceid= parameters, including US, UK, IN, DE, FR, JP, BR, and more. Web search also supports country-level targeting to get localized results.
Our Google News endpoint returns structured article metadata at a low Scale-tier cost of $0.01/1K ($0.20/1K Default, $0.02/1K Growth). You can filter by freshness (last hour, day, week, or month) and target 112 country codes.
Serpent API provides access to publicly available search results. We recommend reviewing applicable terms and using the data for legitimate business purposes such as SEO monitoring, market research, competitive analysis, and academic research.

Start using the Google SERP API

10 shared free calls apply to Web, News, Image, and Video endpoints alike. Google search data from $0.03/1K pages.

Try for Free

Related guides

Tutorials for working with Google search results in code.

Scrape Google in Python (3 Ways)Three methods to pull Google results in Python, tested side by side. Scrape Google Without Getting BlockedThe 2026 playbook for avoiding blocks at scale. Parse Google SERP FeaturesExtract PAA, AI Overviews, snippets, and panels from the Google SERP. API vs Scraping for GoogleWhich approach to use in 2026, and the real trade-offs. Scrape Google AutocompletePull autocomplete and related searches for keyword research. Fix Google's 429 ErrorWhy "unusual traffic" happens and how to get past it.