// fig. 01 — google maps

Google Maps API
for local data.

Real-time Google Maps results: local pack, place details, reviews and ratings — as structured JSON. Lat/lng-precise, 190+ countries.

↓ scalelat/lng-precise · 190+ countries
190+// countries
<2s// avg response
99.99%// uptime
API
// figure-02 — endpoint

One request. One full Maps result.

Local pack, place details, reviews — every Google Maps SERP returned as clean JSON.

Pass a query plus a precise lat/lng — we return the local 3-pack, full Maps results, ratings, hours, photos and reviews.

GET/v1/google-maps
// 03 · request
curl "https://api.serpyx.io/v1/google-maps?q=coffee+shop&ll=40.6782,-73.9442&zoom=14" \
  -H "Authorization: Bearer sk_live_..." \
  -H "Accept: application/json"
200200 OK · application/json
// 04 · response
{
  "search_metadata": { "status": "success", "google_url": "..." },
  "local_results": [
    {
      "position": 1,
      "title": "Devocion Brooklyn",
      "place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
      "rating": 4.6,
      "reviews": 1842,
      "type": "Coffee shop",
      "address": "69 Grand St, Brooklyn, NY",
      "hours": "Open · Closes 7PM",
      "phone": "+1 718-285-6180",
      "website": "devocion.com",
      "gps_coordinates": { "latitude": 40.7146, "longitude": -73.9618 }
    }
  ]
}
Capabilities
// capabilities

Every Maps signal parsed and typed.

Local pack, place cards, reviews, popular times — controlled by lat/lng, zoom, country and language.

// fig. 05─ ─ ─

Geolocation precision

Pass lat/lng and zoom — or city + country. We rewrite Google's `ll` parameter for pixel-accurate localisation.

// filters
llzoomcountrycity
// fig. 06─ ─ ─

Place lookup

Resolve any place_id, CID or data_id into the full place card — including hours, attributes and photos.

// filters
place_idciddata_id
// fig. 07─ ─ ─

Reviews & ratings

Paginate reviews, sort by recent or relevance, filter by rating or language. Great for review intelligence pipelines.

// filters
sortratinglanguagenext_page_token
// fig. 08─ ─ ─

SERP fields

Local 3-pack, popular times, photos count, attributes, gps_coordinates — all parsed and typed.

// filters
local_resultspopular_timesgps_coordinatesattributes
Coverage
// fig. 10 — coverage

Coverage across 190+ countries

Residential, mobile and datacenter proxies across 190+ countries and 240+ Google domains — every SERP fetched live, every locale supported.

// dataset · global feed20+ points
// sources
20+
// refresh
live
// regions
global
Delivery
// fig. 11 — delivery

Data delivered where your stack lives.

Same SERP API, three transports. Pull on demand via REST, run async batches, or stream results back to your webhook.

// fig. 11REST
// channel

API

Pull on demand.

One GET request. Every Google SERP feature parsed. Authenticate with a Bearer token, point at the endpoint, get structured JSON back in under 2 seconds.

GET/v1/google-search
// notes
  • Bearer auth
  • JSON in, JSON out
// fig. 12BATCH
// channel

Async

Bulk SERP pulls.

Submit up to 100k queries in one POST. We fan out across the proxy network in parallel and webhook the parsed JSON back when ready — perfect for daily rank tracking.

POST/v1/batch
// notes
  • 100k queries / batch
  • parallel proxy fan-out
  • webhook on completion
// fig. 13PUSH
// channel

Webhooks

Push results back to your stack.

Configure a webhook URL and we POST every async batch completion or scheduled SERP delta there — signed, retried with exponential backoff.

POST→ your_endpoint
// notes
  • signed payloads
  • exponential retry
  • batch + scheduled deltas
Use Cases
// fig. 14 — build surface

What can you build with our API.

One POST request, four product surfaces. Each layered on top of the same endpoint — only the question changes.

// fig. 15daily SERP pulls

Rank tracking platform

Pull positions for every keyword/country/device combo daily. Diff against the previous run, surface gainers and losers — captchas handled, residential proxies included.

// filters
qcountryhldevicegoogle_domain
// outputrank deltas → dashboard
// fig. 16live web retrieval

AI agent or RAG pipeline

Plug Serpyx in as a tool for Claude, GPT or Gemini. The agent issues queries, gets fresh JSON results back — no scraper to maintain, no proxy stack to babysit.

// filters
qnumcountryhlsafetbs
// outputfresh JSON → agent context
// fig. 17SERP feature ownership

SEO monitoring

Track who owns the featured snippet, knowledge graph, image pack and People Also Ask for every keyword. Capture ad copy, ad position and shopping ads in the same call.

// filters
qdevicecountrygoogle_domaintbs
// outputfeature ownership map
// fig. 18SERP mentions

Brand monitoring

Schedule daily Google Search and News pulls for every brand keyword across markets. Catch new pages, ranking shifts and ad bids on branded queries.

// filters
qcountryhltbstime
// outputmention feed → alert

Building something we haven't listed? Tell us what you're wiring it into. Half the columns we ship today came from a customer asking for one.

Compliance
GDPR Logo

GDPR compliant

We process only public web data — no PII storage, no user tracking. Full GDPR alignment with signed DPA available.

CCPA Logo

CCPA compliant

California Consumer Privacy Act ready. We never sell personal data and ship clear opt-out endpoints.

Public web data only

Our scrapers fetch the same SERPs you'd see in a browser — public, indexed, citation-friendly. No PII stored.

Related
Get Started
// fig. ∞ — ship

Ship in minutes. Not weeks.

Get an API key in 60 seconds. Pull your first Google SERP as structured JSON — no proxies, no captchas, no maintenance.

↓ nextREST · JSON · Webhooks