Skip to main content
cloro supports monitoring and extracting structured data from multiple providers. The API uses a credit-based billing system where each request consumes credits based on the provider and features used.

Provider list and base costs

ProviderBase CostKey Features
ChatGPT5 credits (see details)Shopping cards & inline products (+2), query fan-out (+2), raw response (+2), ads (+2), state targeting (+2), map entries, citation pills
AI Overview5 creditsPart of Google Search endpoint, ads included
Gemini4 creditsState targeting (+2), markdown & HTML included
AI Mode4 creditsShopping cards, markdown included
Perplexity3 creditsState targeting (+2), shopping cards, query fan-out, markdown included
Copilot5 creditsState targeting (+2), shopping cards, query fan-out, markdown included
Grok4 creditsState targeting (+2), query fan-out, markdown included
Google Search3 credits (see details)AI Overview (+2), PAA AI Overview (+2), ads, multi-page (+2 per additional page)
Google News3 creditsMulti-page (+2 per additional page, same as Google Search)
Grok is temporarily unavailable. Grok has blocked anonymous access for the time being. Requests to the Grok endpoint will fail.

Detailed pricing

Sync request surcharge

All sync monitor requests (/v1/monitor/*) include a +2 credit surcharge on top of the base cost and any feature add-ons. This surcharge reflects the higher operational cost of real-time synchronous requests. Async and batch requests (/v1/async/*) are not affected by this surcharge.

Google Search multi-page pricing

FeatureCost
Base request (page 1)3 credits
+ AI Overview+2 credits
+ PAA AI Overview+2 credits
+ Each additional page (pages 2-10)+2 credits per page
3 pages with AI Overview9 credits
10 pages with AI Overview23 credits
Notes:
  • HTML response included at no additional cost
  • Page 1 included in base cost
  • Multi-page costs scale linearly: +2 credits for every page beyond the first
  • AI Overview and PAA AI Overview are billed independently. Using both adds +4 credits
  • Maximum 10 pages per request
  • Google News uses the same multi-page pricing (without AI Overview option)

ChatGPT additional features

FeatureCost
Base request (web search enabled)5 credits
+ Raw response+2 credits
+ Query fan-out+2 credits
+ Ads+2 credits
+ Shopping cards & inline products (include.shopping)+2 credits
Any combination of raw response, query fan-out, ads, and shopping+2 credits
Full response7 credits
Note: The +2 credits for raw response, query fan-out, ads, and shopping are inclusive. Enabling any or all of these features adds a total of +2 credits.

Feature comparison

Query fan-out support

Query fan-out reveals the search queries that providers use internally to gather information. Useful for understanding how models break down complex prompts.
ProviderSupportRequest ParameterCost
ChatGPT✅ Yesinclude.searchQueries: true+2 credits
Grok✅ YesNone (included by default)Included in base price
Perplexity✅ YesNone (included by default)Included in base price
Copilot✅ YesNone (included by default)Included in base price
Gemini❌ No--
AI Overview❌ No--
AI Mode❌ No--
AI Overview and AI Mode do not expose result.searchQueries. Google does not include that data in the rendered HTML it serves to anonymous users.

Shopping cards support

Shopping cards provide structured product information including pricing, ratings, offers, and merchant details.
ProviderSupportCostNotes
ChatGPT✅ Yes+2 creditsOpt-in with include.shopping: true. Includes inline products
Perplexity✅ YesIncludedAutomatically extracted when available
Copilot✅ YesIncludedAutomatically extracted when available
AI Mode✅ YesIncludedAutomatically extracted when available
Grok❌ No--
Gemini❌ No--
AI Overview❌ No--
When shopping cards appear:
  • Prompt must be shopping/product-related (e.g., “best laptops under $1000”)
  • Provider must return product data in its response
  • Not all shopping queries guarantee shopping cards

Ads support

Ads extraction provides structured advertising data from provider responses, including advertiser branding, destination URLs, and product carousel cards.
ProviderSupportCostNotes
ChatGPT✅ Yes+2 creditsOpt-in with include.ads: true. Brand info and carousel cards
Google Search✅ YesIncludedAlways included. Sponsored ads with sitelinks
AI Overview✅ YesIncludedAlways included. Text and shopping ads within AI Overview
Perplexity❌ No--
Copilot❌ No--
Grok❌ No--
Gemini❌ No--
AI Mode❌ No--

State-level targeting

Target a specific US state to route the request through a proxy in that state. See State-level targeting for details.
ProviderSupportCost
ChatGPT✅ Yes+2 credits
Copilot✅ Yes+2 credits
Perplexity✅ Yes+2 credits
Gemini✅ Yes+2 credits
Grok✅ Yes+2 credits
Google Search❌ No
AI Overview❌ No
AI Mode❌ No
Google News❌ No
Google Search, AI Overview, AI Mode, and Google News use location / uule for sub-country targeting instead.

Other features

FeatureProvidersCostNotes
SourcesAllIncludedAll providers include source citations
HTML responsesAllIncludedUse include.html: true
Markdown formatAllIncludedUse include.markdown: true
Entity extractionChatGPTIncludedProducts, brands, and concepts mentioned in responses
Map entriesChatGPT, CopilotIncludedBusiness/place information
Citation pillsChatGPT, Google AI Overview, AI Mode, Copilot, Perplexity, GeminiIncludedInline citations denormalized one entry per cited source, sharing a citationPillId per chip. Not available on Grok (no inline citations upstream)
Raw responseChatGPT+2 creditsFull streaming events with include.rawResponse: true

Unsupported providers

cloro does not currently scrape the following providers. The list reflects the most common requests we receive and is updated as our coverage changes.
ProviderSupported?Reason
Mistral❌ NoNo endpoint available today. We evaluate new providers regularly based on demand
Claude❌ NoBehind a login wall — access conflicts with Anthropic’s terms of service
Meta AI❌ NoBehind a login wall — access conflicts with Meta’s terms of service
DeepSeek❌ NoBehind a login wall — access conflicts with DeepSeek’s terms of service
Amazon Rufus❌ NoBehind a login wall — access conflicts with Amazon’s terms of service
If you’d like to see one of these added, or there’s another provider you need, let us know at support@cloro.dev. We evaluate new providers regularly, but cannot commit to dates and will not scrape services that require authentication.

Common questions

How does cloro retrieve data from AI providers?

cloro retrieves data from AI surfaces (ChatGPT, Perplexity, Copilot, Gemini, etc.) using real browser sessions routed through proxy infrastructure — not direct API calls. Key implications:
  • Geo proxy routing: each request routes through a proxy in the country (and, for US requests on supported providers, the state) you specify — the AI provider sees that location’s anonymous user.
  • Model routing: cloro does not control which model the provider uses; that is the provider’s decision (e.g. ChatGPT cycles between gpt-5-3 and gpt-5-3-mini based on its own logic).
  • Authentication walls: cloro cannot access content that requires a logged-in session. If a provider begins requiring login in a region, requests from that region will fail until the provider relaxes the requirement.
  • Response fidelity: the html field is the actual page the provider rendered; result.* fields are extracted from that page.

Why is ChatGPT (or Copilot) suddenly failing for a specific country?

Some AI providers intermittently require login for anonymous users in specific regions. When this happens, cloro cannot retrieve results because the upstream provider blocks the anonymous session. This is not a cloro infrastructure issue — it resolves when the provider adjusts its regional access controls, and cloro has no control over the timeline. If your failure rate from a specific country consistently exceeds ~30%, contact support@cloro.dev. The status page (status.cloro.dev) does not track per-region provider breakdowns.

Why aren’t shopping cards appearing in my responses?

Shopping cards only appear when the prompt is related to products or shopping:
# ✅ Good - shopping related
"best laptops under $1000"
"compare iPhone vs Samsung"
"top rated headphones 2026"

# ❌ Bad - not shopping related
"what is the capital of France"
"how does photosynthesis work"
Bear in mind that the provider must support shopping cards (ChatGPT, Perplexity, Copilot, or AI Mode).

Do you support Claude, Mistral, Meta AI, DeepSeek, or Amazon Rufus?

No. See Unsupported providers above for the current list and reasons.