cloro

Grok Sources API

Grok's citations carry the richest per-source metadata of any AI engine: site name, creator, preview text, favicon, and image — across both the web and X posts. Plus the search queries Grok ran to build its answer, all structured JSON.

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

Rich citations, structured

Sources and query fan-out are parsed from the real grok.com surface — including references to X posts that only exist there.

Request example

python
from cloro import Cloro

client = Cloro(api_key="sk_live_your_api_key_here")

response = client.monitor.grok(
    prompt="which ev has the best real-world range",
    country="US",
    include={"markdown": True},
)

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

Response example

200 OKapplication/json
{
  "success": true,
  "result": {
    "text": "Based on independent range tests, the EVs with the best real-world range are...",
    "sources": [
      {
        "position": 1,
        "url": "https://example.com/ev-range-test",
        "label": "Real-World EV Range Test Results",
        "description": "70-mph highway range tests across 40 EVs",
        "preview": "We drove every major EV at a steady 70 mph until empty...",
        "siteName": "Example Motors",
        "creator": "Jane Doe",
        "favicon": "https://example.com/favicon.ico"
      }
    ],
    "searchQueries": [
      "ev real world range test 2026",
      "longest range electric car highway test"
    ],
    "model": "grok-4"
  }
}

Every source field, documented

FieldTypeDescription
positionnumberPosition index of the source in the response.
url / label / descriptionstringCited URL, display label, and source description.
previewstringPreview text snippet from the source.
siteName / metadataTitlestringWebsite name and source metadata title.
creatorstringContent creator or author — includes X handles for cited posts.
image / faviconstringSource image and favicon URLs.
searchQueriesstring[]Search queries Grok emitted while answering (query fan-out).
modelstringModel identifier that produced the answer.

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

Grok citation tracking, answered

What makes Grok's source data different?+

Two things: metadata depth (siteName, creator, preview, favicon, image per source) and X integration — Grok cites X posts natively, so it's the only AI engine where you can measure how social posts versus web pages drive answers about your brand.

Can I see which X accounts influence Grok's answers?+

Yes — cited X posts appear as sources with the author in the creator field. Aggregating creators across your prompt set shows which voices shape Grok's view of your category.

Does Grok expose its query fan-out?+

Yes — searchQueries returns the queries Grok ran while researching. Combined with the sources array, you can trace the full retrieval path from prompt to citation.

How do I run the same tracking on other engines?+

The request shape is identical across engines — swap the endpoint and the same pipeline covers ChatGPT, Perplexity, Gemini, and Copilot.

Why scrape grok.com instead of using the xAI API?+

The xAI developer API doesn't replicate the consumer product's live-search behavior or its citation surface. cloro drives the real grok.com product, so the sources you get are the sources users see.

See who shapes Grok's answers

Web and X citations, structured, from the real Grok product.