cloro
AI Mode

The Google AI Mode scraping API trusted by the top brands

Get the real AI Mode UI responses: sources, citations, places, and shopping cards, with desktop / mobile targeting and city-level geo. Markdown out, any country, any scale.

4.7 on G2 G2.com software review platform logo
Try 500 credits for free

No credit card required.

AI Mode API example
Live

Example Request

POST
curl -X POST https://api.cloro.dev/v1/monitor/aimode \
  -H "Authorization: Bearer sk_live_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "What do you know about Tesla\'s latest updates?",
    "country": "US",
    "include": {
      "markdown": true
    }
  }'

Response

~30 s
{
  "success": true,
  "result": {
    "text": "...",
    "sources": [],
    "markdown": "...",
    "html": "..."
  }
}
Trusted by AI-search teams running AI Mode brand monitoring every single day
500M+ monthly API calls

The deeper-search AI Mode scraping API

cloro extracts AI Mode's full conversational SERP. The same key gets you ChatGPT, Perplexity, Gemini, AI Overview, and Copilot.

Why scraping AI Mode is not the same as Search API

AI Mode is Google's deeper conversational search, combining live web results with an AI-generated answer, plus places and shopping cards rendered inline. None of it lives in any Google API.

Google bot-detection security check screen

Direct scraping gets you blocked

AI Mode rides on top of Google's hardest anti-automation defenses, plus an extra detection layer for the conversational rendering path. DIY pipelines fail within a day of any UI rev. cloro absorbs the access fight so AI Mode monitoring keeps running through Google's release cycle.

Google AI Mode sources panel showing variable citation ordering across sessions

Sources change per session and device

AI Mode's cited sources aren't deterministic. Small prompt phrasing changes shift the citation order. A single sample tells you nothing; you need repeated runs across the dimensions you care about. cloro lets you target each axis per request.

Google Vertex AI documentation page

The Search API is not AI Mode

The Google Search API returns SERP rows. Vertex AI returns ungrounded Gemini output. Neither returns the AI Mode answer with its inline places, shopping cards, and live source citations. Surfer's analysis measured ~20% overlap between AI APIs and the rendered UI across LLMs.

Google AI Mode UI showing inline places and shopping cards alongside the AI answer

Special objects only render in the UI

AI Mode auto-detects intent and renders inline place cards and shopping cards for shopping-intent prompts, alongside the cited source list. None of these special objects live in any Google API. cloro returns `places`, `shopping_cards`, and `sources` as structured JSON.

Track AI Mode citations in 30 lines of code

Parse markdown, sources, places, and shopping cards from one endpoint.

Request example

python
import requests

response = requests.post(
  "https://api.cloro.dev/v1/monitor/aimode",
  headers={
    "Authorization": "Bearer sk_live_your_api_key_here",
    "Content-Type": "application/json"
  },
  json={
    "prompt": "What do you know about Tesla's latest updates?",
    "country": "US",
    "include": {
      "markdown": true
    }
  }
)

print(response.json())

Response example

200 OK application/json
{
  "success": true,
  "result": {
    "text": "The best espresso machines under $200 include...",
    "markdown": "### Best espresso machines under $200\n\nFor home baristas...",
    "html": "https://storage.cloro.dev/results/aimode-result-page.html",
    "sources": [
      {
        "position": 1,
        "url": "https://wirecutter.com/reviews/best-espresso-machine",
        "label": "Wirecutter — Best Espresso Machines",
        "description": "After 80 hours of testing, Wirecutter recommends the De'Longhi Stilosa for under-$200..."
      }
    ],
    "shopping_cards": [
      {
        "position": 1,
        "product": {
          "name": "Stilosa Manual Espresso Maker",
          "brand": "De'Longhi",
          "price": "$99.95",
          "currency": "USD",
          "rating": 4.3,
          "reviewCount": 412,
          "imageUrl": "https://example.com/products/delonghi-stilosa.jpg",
          "productUrl": "https://example.com/buy/delonghi-stilosa",
          "description": "Compact 15-bar pump espresso maker with manual milk frother"
        }
      }
    ]
  }
}

Pricing that scales with you

Pick a plan that fits your volume. Price per credit drops as you scale.

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
  • Email support
Most Popular
Growth
$500/mo
1,562,500 credits
  • $0.32 per 1000 credits
  • 50 concurrent jobs
  • Priority email support
Business
$1,000/mo
3,333,333 credits
  • $0.30 per 1000 credits
  • 100 concurrent jobs
  • Priority email support
Enterprise
$1,500+
Large volumes
  • Volume discounts
  • Larger concurrency
  • Slack support

Credit cost per request varies by provider. The rates below apply to async/batch requests; sync requests add a +2 credit surcharge.

ChatGPT (query fan-out) 7 credits
ChatGPT (web search) 5 credits
Perplexity 3 credits
Grok 4 credits
Copilot 5 credits
AI Mode 4 credits
AI Overview (incl. SERP) 5 credits
Gemini 4 credits
Google Search 3 credits +2/page
Google News 3 credits +2/page

Google News uses the same pricing as Google Search.

AI Mode scraping, answered

How is AI Mode different from AI Overview, and why monitor both?+

AI Overview is the AI snippet at the top of a classic Google SERP: short, source-cited, single-turn. AI Mode is Google's deeper conversational search experience, with longer answers, internal sub-queries, follow-up suggestions, and multi-turn navigation. Different surface, different brand-visibility signal. Pages that get cited in AI Overview don't always get cited in AI Mode.

Can I target a specific city or neighborhood, not just a country?+

Yes. Pass `location` (Google's canonical location name, e.g. `"New York,New York,United States"`) or a pre-encoded `uule` string. AI Mode's place cards are highly location-sensitive; for local-intent prompts, country-level routing isn't enough. You need city-level for trustworthy brand-visibility data.

Does AI Mode return different results on mobile vs desktop?+

Often, yes. Google ships device-specific behavior on AI Mode: different inline cards, different prompt expansion, different shopping-card density. Pass `device: "mobile"` or `"desktop"` per request to capture the surface a real user on each device would see.

How fresh are AI Mode responses cloro returns?+

Each request runs against Google AI Mode live. Typical latency is 30–60 seconds end-to-end with no caching layer. Sources reflect the current sub-query expansion against Google's live index.

Does AI Mode cite differently in EU vs US for the same prompt?+

Yes. Roughly 25–40% citation overlap on the same prompt between US and EU runs in our sampling. Some EU markets get sanitized AI Mode responses or no AI Mode at all under DMA constraints. Pass `country` per request to capture the regional variation.

Can I run AI Mode brand monitoring at hourly cadence?+

Yes. The same per-request cost applies regardless of frequency. For high-cadence sampling use `POST /v1/monitor/aimode/async` to fan out batches and receive results via webhook. That's the right pattern when you're tracking many prompts across many countries.

Why doesn't Google offer an AI Mode API for brand monitoring?+

Same reason as AI Overview: it's a rendered surface, not a product surface. Vertex AI gives you Gemini without Google's grounding. The Search API gives you SERP rows without the AI conversation. cloro extracts the rendered AI Mode UI directly so what you monitor is what users actually read.

How does cloro's pricing compare to running this in-house?+

DIY AI Mode scraping requires defeating Google's anti-automation plus the extra detection layer on the conversational rendering path. Realistic in-house cost for sustained monitoring is $5–10k/month before engineer time, with a fragile success rate. cloro's Hobby plan ($100/month) covers the workload with managed reliability.

Start tracking your brand in AI Mode today

Capture the cited sources, place cards, and shopping cards AI Mode renders inline, across device and city-level targeting.