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 · 33 reviews G2.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
import requests

response = requests.post(
  "https://api.cloro.dev/v1/monitor/copilot",
  headers={
    "Authorization": "Bearer sk_live_your_api_key_here",
    "Content-Type": "application/json"
  },
  json={
    "prompt": "best accounting software for freelancers",
    "country": "US",
    "include": {
      "markdown": True
    }
  }
)

print(response.json())

Response example

200 OK application/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

Field Type Description
sources[].position number Position index of the source in the response.
sources[].url / label / description string Cited URL, display label, and source description.
citationPills[].citationPillId integer 1-based identifier shared by all entries from the same inline chip — group by it to reconstruct pills.
citationPills[].position integer 1-based pointer to the matching entry in result.sources.
citationPills[].domain string Host extracted from the URL, for grouping and display.
citationPills[].description string Source description from the sources rail when Copilot ships one — omitted otherwise.
searchQueries string[] Search queries Copilot ran while answering.

Pricing that scales with you

Pick a plan that fits your volume. Price per credit drops as you scale.

Hobby
$100/mo
250,000 credits
  • $0.40 per 1000 credits
  • 20 concurrent jobs
  • Email support
Starter
$250/mo
650,000 credits
  • $0.39 per 1000 credits
  • 50 concurrent jobs
  • Email support
Growth
$500/mo
1,350,000 credits
  • $0.37 per 1000 credits
  • 75 concurrent jobs
  • Priority email support
Most Popular
Business
$1,000/mo
2,800,000 credits
  • $0.36 per 1000 credits
  • 100 concurrent jobs
  • Priority email support
Enterprise
/mo
5,871,025 credits
  • $0.34 per 1000 credits
  • 135 concurrent jobs
  • Priority support
Enterprise$5,000+

Increased concurrency, overages on credits and credit discounts for annual contracts.

Know more

Credit cost per request varies by provider. The rates below apply to async/batch requests; sync requests add a +2 credit surcharge.

ChatGPT (full response) 7 credits
ChatGPT (web search) 5 credits
Perplexity 3 credits
Grok 4 credits
Copilot 5 credits
AI Mode 4 credits
AI Overview (incl. SERP) 5 credits
Gemini 4 credits
Google Search 3 credits +2/page
Google News 3 credits +2/page

ChatGPT full response includes query fan-out, ads, and shopping data. Google News uses the same pricing as Google Search.

Estimate your monthly cost and plan

7 credits each
5 credits each
3 credits each
4 credits each
5 credits each
4 credits each
4 credits each
3 credits / 1 page
3 credits / 1 page
Monthly requests
0
Credits needed
0
Recommended plan:

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.