cloro

The scraper for Google Search

Get the real user interface results, with organic results, people also ask, related searches and AI overview, in markdown or other formats, at any scale.

Google Search 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",
    "city": "New York",
    "country": "US",
    "pages": 1,
    "include": {
      "html": true,
      "aioverview": true
    }
  }'

Response

22.1s
{
  "success": true,
  "result": {
    "organicResults": [],
    "peopleAlsoAsk": [],
    "relatedSearches": [],
    "aioverview": {
      "text": "...",
      "sources": []
    }
  }
}
Trusted by top SEO & AI SEO companies
99.9% uptime
100M+ 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.

Why cloro is your best option

Direct LLM API integration has hidden costs and difficult scalability.

No sources / citations

No sources / citations

Google Search API doesn't give the tools to influence SEO.

Multiple API integrations

Multiple API integrations

Each AI provider requires separate API integration, creating technical overhead.

Unpredictable cost

Unpredictable cost

Token-based pricing varies by model and provider, making costs unpredictable.

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.

Request example

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",
    "city": "New York",
    "country": "US",
    "pages": 1,
    "include": {
      "html": True,
      "aioverview": True
    }
  }
)

print(response.json())

Response example

200 OK application/json
{
  "success": true,
  "result": {
    "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

All plans allow overages when credits are exceeded,
with extra credits paid in the following invoice.

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

Each LLM provider requires different credit amounts per request:

ChatGPT (query fan-out) 7 credits
ChatGPT (web search) 5 credits
ChatGPT (basic) 3 credits
Perplexity 3 credits
Copilot 3 credits
AI Mode 4 credits
AI Overview 3 credits
Google Search 3 credits
Gemini 4 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.