// fig. 01ai agents & rag

SERP API for AI agents
and RAG pipelines.

Plug your agent into a live web. Fresh Google SERPs, News, Images and Maps — returned as clean JSON, ready for function-calling. No stale index, no scraper to maintain.

↓ retrieval surfacefunction-calling · stable JSON
<2s// p50 latency
real-time// no cache
190+// countries
Production loop
// fig. 04agent loop

How agent products run on our API.

Three loops — RAG retrieval, tool calls, multimodal grounding — all on the same endpoint surface. Start with Search, layer News and Images as the agent grows.

// fig. 04
RAG

Fresh retrieval for LLMs

Plug Serpyx into your RAG pipeline as the live retrieval layer. The agent issues a query, we return ranked Google results with snippets and links — clean, citation-ready, ready to chunk for vector storage or pass directly into context.

// powered by Google Search API

// outcomes
  • Real-time SERPs (no stale index)
  • Citation-ready link + snippet
  • JSON shape stable across queries
// fig. 05
AGENTS

Tool calls for AI agents

Expose Serpyx endpoints as tools to Claude, GPT or any function-calling agent. The model decides when to query the live web — Search, News, Images, Maps — and gets parsed JSON back without scraping glue.

// powered by Google Search · News · Maps · Images

// outcomes
  • Function-calling friendly
  • Stable JSON contracts
  • Sub-2s latency
// fig. 06
MULTIMODAL

Multimodal grounding

Combine Google Search, Images and News in a single agent loop. Ground LLM responses with fresh visuals and current news — no separate scraper, no proxy stack to maintain.

// powered by Google News · Images

// outcomes
  • Text + visual grounding
  • Time-bound news for freshness
  • Same JSON shape as Search
Endpoints
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.

FAQ
// fig. 11agent builders ask

Questions from agent builders.

Anything we missed? Talk to us.

Indexes drift — Google's doesn't. Serpyx hits Google in real time, so your agent always sees what users see today. For knowledge that changes (prices, news, product specs, regulations) a SERP API is materially more accurate than any cached embedding store.

Define a function with the JSON schema of our `/v1/google-search` endpoint and let your agent call it. Claude, GPT and Gemini handle this natively. We return parsed JSON the model can read without preprocessing.

P50 is sub-2 seconds, P95 under 3 seconds. Fast enough for a single user-facing turn. For multi-step agents, batch endpoints can run several searches in parallel and return them as a single payload.

Yes. Every result ships with a stable URL, page title, and snippet — exactly the fields LLMs need for grounded citations. We also include published dates on News results and source metadata on Images.

Yes. Residential, mobile and datacenter proxies across 190+ countries, automatic captcha solving, exponential retry on failure. Your agent gets a JSON response or it doesn't get billed.

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