Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt

Use this file to discover all available pages before exploring further.

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), map entries, citation pills
AI Overview5 creditsPart of Google Search endpoint, ads included
Gemini4 creditsMarkdown & HTML included
AI Mode4 creditsShopping cards, markdown included
Perplexity3 creditsShopping cards, query fan-out, markdown included
Copilot5 creditsShopping cards, markdown included
Grok4 creditsQuery 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)

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❌ No--
Gemini❌ No--
AI Overview❌ No--
AI Mode❌ No--

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--

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 pillsChatGPTIncludedInline citations with metadata
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

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.