cloro

Copilot Sources API

Microsoft Copilot grounds its answers on the Bing index — the search stack behind Windows, Edge, and Microsoft 365. cloro returns Copilot's source list and inline citation pills as structured JSON, so you can measure your citation share on the Microsoft side of AI search.

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

Bing-grounded citations, structured

Sources and citation pills are included in the base request, along with text, markdown, and search queries.

Request example

python
from cloro import Cloro

client = Cloro(api_key="sk_live_your_api_key_here")

response = client.monitor.copilot(
    prompt="best accounting software for freelancers",
    country="US",
    include={"markdown": True},
)

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

Response example

200 OKapplication/json
{
  "success": true,
  "result": {
    "text": "For freelancers, the accounting tools most often recommended are...",
    "sources": [
      {
        "position": 1,
        "url": "https://example.com/freelancer-accounting",
        "label": "Accounting Software for Freelancers, Compared",
        "description": "Pricing and feature breakdown of 10 tools"
      }
    ],
    "citationPills": [
      {
        "label": "Accounting Software for Freelancers, Compared",
        "citationPillId": 1,
        "url": "https://example.com/freelancer-accounting",
        "domain": "example.com",
        "position": 1
      }
    ],
    "searchQueries": [
      "best accounting software freelancers"
    ]
  }
}

Every citation field, documented

FieldTypeDescription
sources[].positionnumberPosition index of the source in the response.
sources[].url / label / descriptionstringCited URL, display label, and source description.
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 Copilot ships one — omitted otherwise.
searchQueriesstring[]Search queries Copilot ran while answering.

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

Copilot citation tracking, answered

Why does Copilot matter if my buyers use ChatGPT?+

Copilot ships inside Windows, Edge, and Microsoft 365 — an enormous default-on distribution, especially in enterprise. It's also the only major AI answer surface grounded on Bing rather than Google or a proprietary crawl, so it reaches an index none of your other tracking covers.

If it's all Bing, why not just track Bing rankings?+

Ranking in Bing is necessary but not sufficient — Copilot's answer layer selects, synthesizes, and cites a handful of pages from the retrieval set. Two sites ranking #3 and #4 can have wildly different citation rates. You have to sample the answer surface itself.

What does a Copilot request cost?+

Base requests are 5 credits with sources, citation pills, shopping cards, query fan-out, and markdown included. US `state` targeting adds +2. See pricing.

Does Copilot return commerce data too?+

Yes — the same response can carry shoppingCards and local map entries (result.map) on shopping and local prompts, at no extra credit cost.

Can I reuse my ChatGPT tracking pipeline?+

Yes — the request and response shapes are deliberately parallel. The same code that processes ChatGPT sources handles Copilot with an endpoint swap, and extends to Gemini and Perplexity.

Measure your Copilot visibility

Bing-grounded citations, structured, in one API call.