cloro

SERP API for real-time
Google Search scraping

Get the real user interface results from Google and other search & AI engines with a single API. Extract organic results, sponsored ads, AI overview, people also ask, related searches and multi-page results in markdown or other formats, at any scale.

SERP API example
Live

Example Request

POST
curl -X POST https://api.cloro.dev/v1/monitor/google-search \
  -H "Authorization: Bearer sk_live_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "best coffee shops",
    "country": "US",
    "pages": 1,
    "include": {
      "html": true,
      "aioverview": true
    }
  }'

Response

22.1s
{
  "success": true,
  "result": {
    "sponsoredResults": [],
    "organicResults": [],
    "peopleAlsoAsk": [],
    "relatedSearches": [],
    "aioverview": {
      "text": "...",
      "sources": []
    }
  }
}
Trusted by top SEO & AI SEO companies
300M+ monthly API calls

Structured data with a single API

Currently supporting the major SEO and AI SEO providers.
Ready for any scale, across multiple regions.

How the cloro integration works

Easily extract markdown, text or HTML. We parse the relevant objects of each response, such sources, citations, query fan-out, shopping and others.

Basic SERP request

python
import requests

response = requests.post(
  "https://api.cloro.dev/v1/monitor/google-search",
  headers={
    "Authorization": "Bearer sk_live_your_api_key_here",
    "Content-Type": "application/json"
  },
  json={
    "query": "best coffee shops",
    "country": "US",
    "pages": 1,
    "include": {
      "html": True,
      "aioverview": True
    }
  }
)

print(response.json())

Response example

200 OK application/json
{
  "success": true,
  "result": {
    "sponsoredResults": [
      {
        "position": 1,
        "title": "Best Coffee NYC - Order Online",
        "link": "https://example-coffee.com",
        "displayedLink": "example-coffee.com",
        "snippet": "Premium coffee delivered. Fast shipping...",
        "page": 1
      }
    ],
    "organicResults": [
      {
        "position": 1,
        "title": "15 Best Coffee Shops in NYC (2024) - Local's Guide",
        "link": "https://nycguides.com/best-coffee-shops-2024",
        "displayedLink": "nycguides.com",
        "snippet": "A comprehensive guide to...",
        "page": 1
      }
    ],
    "peopleAlsoAsk": [
      {
        "question": "What is the most famous coffee shop in NYC?",
        "type": "LINK",
        "title": "The 10 Most Iconic NYC Coffee Shops of All Time",
        "link": "https://nytimes.com/nyc-iconic-coffee-shops",
        "snippet": "From historic institutions..."
      }
    ],
    "relatedSearches": [
      {
        "query": "best coffee shops brooklyn",
        "link": "https://google.com/search?q=best+coffee+shops+brooklyn"
      }
    ],
    "aioverview": {
      "text": "New York City has some of the best...",
      "sources": [
        {
          "position": 1,
          "url": "https://sprudge.com/nyc-coffee-guide",
          "label": "Sprudge NYC Coffee Guide",
          "description": "Comprehensive guide to specialty..."
        }
      ]
    }
  }
}

Simple, transparent pricing

Plans for all needs, with lowering price per credit as you scale.

Hobby
$0.40
per 1,000 credits
  • $100/month
  • 250,000 credits
  • 10 concurrent jobs
  • Email support
Starter
$0.36
per 1,000 credits
  • $250/month
  • 694,444 credits
  • 25 concurrent jobs
  • Email support
Most Popular
Growth
$0.32
per 1,000 credits
  • $500/month
  • 1,562,500 credits
  • 50 concurrent jobs
  • Priority email support
Business
$0.30
per 1,000 credits
  • $1,000/month
  • 3,333,333 credits
  • 100 concurrent jobs
  • Priority email support
Enterprise
Custom
Tailored plan
  • Discounted pricing
  • Larger concurrency
  • Slack support

Each provider requires different credit amounts per request:

ChatGPT (query fan-out) 7 credits
ChatGPT (web search) 5 credits
Perplexity 3 credits
Grok 3 credits
Copilot 3 credits
AI Mode 4 credits
AI Overview (incl. SERP) 5 credits
Gemini 4 credits
Google Search (n=10) 3 credits
Google Search (n=30) 4 credits
Google Search (n=100) 5 credits

Frequently Asked Questions

Try the best SEO and AI SEO scraper

Monitor your brand and your competitors, at global scale and with the best performance.

Try 500 credits for free

No credit card required.