Agent-Native SERP API

Agent-Native Search & Maps APIs

Multi-engine SERP (Google, Startpage, Yahoo) plus Google Maps business scraping with 30+ data fields. Compatible with WAIS, the open standard for web agent interaction.

Terminal
# SERP Search
curl -X POST https://api.search.deeger.io/v1/search \
  -H "X-API-Key: sk-your-key" \
  -d '{"query": "Irish breakfast Dublin", "engine": "google"}'

# Google Maps Scraping
curl -X POST https://api.search.deeger.io/v1/maps \
  -H "X-API-Key: sk-your-key" \
  -d '{"query": "Miraflores, Lima", "search_terms": "Hotels"}'

Features

Built for Agents, Works Everywhere

Agent-native by design. Token efficient and WAIS compatible. Simple REST API for everyone.

Agent-Native

Designed for AI agents, copilots, and automation. Token-efficient structured JSON responses ready for LLMs. Works just as well from any backend or script.

Multi-Engine Search

Query Google, Startpage, and Yahoo from a single unified API. Get diverse search results and reduce dependency on any single engine.

Maps Scraping

Extract businesses from Google Maps with 30+ fields: name, phone, rating, hours, amenities, hotel class, check-in/out, and more. Grid search covers entire cities with adaptive precision.

Built-in Anti-Block

Authentic TLS fingerprints, residential proxies, automatic session management, and challenge resolution. No CAPTCHAs or blocked requests — we handle it transparently.

Global Coverage

Target any country and language with residential proxies. Google Maps grid search covers entire cities with adaptive precision.

WAIS Compatible

Supports the Web Agent Interaction Standard — agent discovery, Proof of Delegation, and traceable agent-site interaction. Open source.

Developer Experience

Two APIs, same simplicity

Submit a job, poll for results. Works the same for SERP search and Maps scraping.

SERP Search API

POSTRequest
# Submit a SERP search
curl -X POST https://api.search.deeger.io/v1/search \
  -H "X-API-Key: sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "best restaurants in Lima",
    "engine": "google",
    "gl": "pe",
    "hl": "es"
  }'
200Response
{
  "status": "done",
  "organic_results": [
    {
      "position": 1,
      "title": "Los 10 mejores restaurantes - TripAdvisor",
      "url": "https://tripadvisor.com/...",
      "snippet": "Descubre los mejores restaurantes..."
    }
  ],
  "result_count": 10
}

Google Maps API

POSTRequest
# Scrape Google Maps businesses
curl -X POST https://api.search.deeger.io/v1/maps \
  -H "X-API-Key: sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "Miraflores, Lima",
    "search_terms": "Hotels,Restaurants",
    "max_results": 50
  }'
200Response
{
  "status": "done",
  "result_count": 50,
  "results": [
    {
      "business_name": "Maido",
      "business_type": "Peruvian restaurant",
      "stars": 4.7,
      "phone": "+51 1 3135100",
      "address": "Ca. San Martín 399, Miraflores",
      "hotel_class": null,
      "amenities": {"Accessibility": {"Wheelchair": true}},
      "maps_url": "https://google.com/maps/place/..."
    }
  ]
}

Pricing

Simple, transparent pricing

SERP searches + Google Maps scraping. Start free, scale as you grow.

Free

$0forever

SERP

250

Maps

50

Threads

2

  • 250 SERP searches/month
  • 50 Maps results/month
  • 2 concurrent requests
  • Google engine
  • JSON responses
Get Started Free

Starter

$9/month

SERP

5,000

Maps

500

Threads

5

  • 5,000 SERP searches/month
  • 500 Maps results/month
  • 5 concurrent requests
  • All engines (Google, Startpage, Yahoo)
  • Geo-targeting (gl, hl, location)
Start Free Trial

Growth

$29/month

SERP

30,000

Maps

2,500

Threads

10

  • 30,000 SERP searches/month
  • 2,500 Maps results/month
  • 10 concurrent requests
  • All engines
  • Geo-targeting
Start Free Trial
Most Popular

Pro

$69/month

SERP

100,000

Maps

10,000

Threads

25

  • 100,000 SERP searches/month
  • 10,000 Maps results/month
  • 25 concurrent requests
  • All engines
  • Geo-targeting
  • Priority support
Start Free Trial

Business

$149/month

SERP

500,000

Maps

25,000

Threads

50

  • 500,000 SERP searches/month
  • 25,000 Maps results/month
  • 50 concurrent requests
  • All engines
  • Geo-targeting
  • Dedicated support
  • Custom SLA
Start Free Trial

Enterprise

$349/month

SERP

2,000,000

Maps

50,000

Threads

100

  • 2,000,000 SERP searches/month
  • 50,000 Maps results/month
  • 100 concurrent requests
  • All engines
  • Geo-targeting
  • Dedicated account manager
  • Custom SLA
  • Volume discounts available
Start Free Trial

All plans include SERP search + Google Maps scraping. Maps billed per result. No credit card required for Free plan.

Want to run it yourself?

Complete package — scrapers, monitoring and audit dashboards, WAIS integration, Stripe and Polar billing, deployment scripts. Everything to go live on your own infra.

View Packages →