cloro

Gemini Sources API

The links behind Gemini's answers, as structured JSON: the source list with position, label, and description, and the inline citation pills that map sources to specific claims. Gemini shares infrastructure with Google Search, so its citation choices preview where Google's AI surfaces are heading — worth tracking even if your buyers live elsewhere.

4.8 · 42 reviewsG2.com software review platform logo
Used by the top SEO and AI SEO companies
1,000,000,000 monthly API calls

Grounding links, structured

Sources and citation pills are included in the base request; add include.markdown for a clean rendering of the answer they support.

Request example

python
from cloro import Cloro

client = Cloro(api_key="sk_live_your_api_key_here")

response = client.monitor.gemini(
    prompt="what is the best payroll software for small business",
    country="US",
    include={"markdown": True},
)

print(response["result"]["text"])

Response example

200 OKapplication/json
{
  "success": true,
  "result": {
    "text": "For small businesses, the payroll platforms most often recommended are...",
    "markdown": "**For small businesses**, the payroll platforms most often recommended are...",
    "sources": [
      {
        "position": 1,
        "label": "Payroll Software Buyer's Guide",
        "url": "https://example.com/payroll-guide",
        "description": "Feature and pricing comparison of 15 payroll tools"
      }
    ],
    "citationPills": [
      {
        "label": "Payroll Software Buyer's Guide",
        "citationPillId": 1,
        "url": "https://example.com/payroll-guide",
        "domain": "example.com",
        "position": 1
      }
    ]
  }
}

Every citation field, documented

FieldTypeDescription
sources[].positionintegerPosition of the source in the list.
sources[].label / url / descriptionstringSource title, URL, and snippet.
citationPills[].citationPillIdinteger1-based identifier shared by all entries from the same inline chip — group by it to reconstruct pills.
citationPills[].positioninteger1-based pointer to the matching entry in result.sources.
citationPills[].domainstringHost extracted from the URL, for grouping and display.
citationPills[].descriptionstringSource description from the sources rail when Gemini ships one — omitted otherwise.

Pricing that scales with you

Start free. Price per credit drops as your volume grows — see every tier below.

Free
$0/mo
500 credits / month
  • Added monthly
  • 1 concurrent job
  • 1 seat
  • Community support
Lite
$30/mo
37,500 credits
  • $0.80 per 1k credits
  • 10 concurrent jobs
  • Unlimited seats
  • Email support
Hobby
$100/mo
250,000 credits
  • $0.40 per 1k credits
  • 20 concurrent jobs
  • Unlimited seats
  • Email support
Most Popular
Starter
$250/mo
650,000 credits
  • $0.39 per 1k credits
  • 50 concurrent jobs
  • Unlimited seats
  • Email support
Scale
$500+/mo
More credits
  • Volume discounts
  • More concurrency
  • Unlimited seats
  • Faster support
Compare all 11 tiers
PlanPrice / moCreditsPer 1kConcurrencySeatsSupport
Free$050011Community
Lite$3037,500$0.8010UnlimitedEmail
Hobby$100250,000$0.4020UnlimitedEmail
StarterPopular$250650,000$0.3950UnlimitedEmail
Growth$5001,350,000$0.3775UnlimitedPriority email
Business$1,0002,800,000$0.36100UnlimitedPriority email
Enterprise 2K$2,0005,871,025$0.34135UnlimitedSlack
Enterprise 3K$3,0009,306,606$0.32175UnlimitedSlack
Enterprise 4K$4,00012,756,261$0.31215UnlimitedSlack
Enterprise 5K$5,00016,391,783$0.31255UnlimitedSlack
Enterprise$5,000+Increased concurrency, overages on credits and credit discounts for annual contracts.Know more

Gemini citation tracking, answered

Why track Gemini citations specifically?+

Gemini sits on Google's search stack, so the pages it grounds on correlate with what Google's other AI surfaces (AI Overview, AI Mode) trust. Movement in your Gemini citation share is often an early indicator for the Google surfaces with much larger traffic.

Why not use the Gemini API with grounding enabled?+

The developer API's grounding behavior differs from the consumer gemini.google.com product — different retrieval, different citation UI, different answers. cloro drives the real consumer surface, which is what actual users read.

What does a Gemini request cost?+

Base requests are 4 credits with sources, citation pills, markdown, and HTML included. US `state` targeting adds +2. Full table on the pricing page.

How should I handle answer variability?+

Gemini answers are non-deterministic and citation sets rotate. Sample each prompt repeatedly (daily or weekly per market) and compute citation share over a window rather than reading single responses — the methodology in our AI visibility tracking guide.

Can I run the same tracking across other AI engines?+

Yes — the same request shape works for ChatGPT, Perplexity, Copilot, and Google AI Mode, so one pipeline covers every engine.

Track your Gemini visibility

Structured grounding citations from the real Gemini product.