Indexly

Competitor Pages Cited

Get detailed citation analysis across AI models including references to your competitor's URLs.

API Endpoint

GET /api/v1/citations/:siteId
Try it

Example Request

curl --request GET \
  --url 'https://app.indexly.ai/api/v1/citations/SITE_ID?page=1&pageSize=20&scope=competitors&viewType=url&filter=all' \
  --header 'X-API-Key: YOUR_API_KEY'

Example Response

{
  "citations": [
    {
      "url": "https://visible.seranking.com/blog/best-ai-visibility-tools",
      "domain": "visible.seranking.com",
      "totalCitations": 504,
      "position": 1.7258064516129032,
      "modelBreakdown": {
        "OPENAI": 0,
        "GOOGLE": 146,
        "PERPLEXITY": 204,
        "AIOVERVIEW": 11,
        "GROK": 143,
        "CLAUDE": 0
      },
      "statusCode": 200
    }
  ],
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "total": 10762,
    "totalPages": 539
  },
  "lastCalculatedAt": "2026-03-17T08:38:34.458Z"
}

Authorizations

Path Parameters

Query Parameters

Response