RankrRankr/Documentation
Menu
Competitors

List tracked competitors

Competitors being tracked alongside this brand. Responses are JSON and require a workspace API key.

GET/v1/brands/{brand_id}/competitors
Requires API key

Parameters

brand_iduuid· pathrequired
Request
curl -X GET 'https://api.rankr.so/v1/brands/:brand_id/competitors' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Response200
JSON
{
  "data": [
    {
      "id": "c0c0c0c0-....",
      "name": "Globex",
      "website": "https://globex.com",
      "favicon_url": "https://www.google.com/s2/favicons?domain=globex.com&sz=64",
      "description": "Enterprise widget alternative.",
      "created_at": "2026-03-01T12:05:00Z"
    }
  ]
}