cURL
curl --request GET \ --url https://api.geogen.io/v1/competitors \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "rank": 123, "domain": "<string>", "name": "<string>", "visibilityScore": 123, "mentionCount": 123 } ], "pagination": { "total": 123, "limit": 123, "offset": 123 } }
Get competitors visibility leaderboard.
API key authentication. Format: Bearer wsk_your_api_key
Entity ID
Time period
7d
14d
30d
Comma-separated model UUIDs
Results per page
Pagination offset
Successful response
Show child attributes