Skip to main content
GET
List Competitors
Monitor how your brand and competitors are mentioned in AI responses. Competitors have three relationship types: SELF (your brand), DIRECT (direct competitors), and INDIRECT (indirect competitors). The list and evolution endpoints return only SELF and DIRECT by default. Share of Voice is calculated using only SELF and DIRECT mentions.
See Entities for the complete Competitor object structure.
string
required
Bearer token. Example: Bearer qw-api-xxx

Path Parameters

string
required
The unique identifier of the brand

Query Parameters

number
Number of days to include. If not specified, returns all data.
string
Start date (ISO 8601 format)
string
End date (ISO 8601 format)
string
Filter by AI provider. Supports comma-separated multi-select (e.g., chatgpt,claude).
string
Filter by topic ID. Supports comma-separated multi-select (e.g., id1,id2).
string
Filter by tag ID. Supports comma-separated multi-select (e.g., id1,id2).
string
Filter by prompt type: TOFU, MOFU, BOFU
string
default:"SELF,DIRECT"
Filter by relationship type. Supports comma-separated multi-select: SELF, DIRECT, INDIRECT. Default: SELF,DIRECT.
number
default:"50"
Maximum number of results to return (max: 100)
number
default:"0"
Number of results to skip for pagination
string
default:"mentions"
Field to sort by: mentions, position, sentiment, shareOfVoice, name
string
default:"desc"
Sort order: asc or desc

Response

Returns competitors with relationship SELF (your brand) and DIRECT (direct competitors). INDIRECT competitors are not included by default.
boolean
Indicates if the request was successful
object
array

Example Request

Example Response