Get Companies Stats
This endpoint returns aggregated data showing which companies appear in query results. For each company, you’ll receive:
Count: How many queries this company was mentioned in Percentage: What percent of total queries this company was mentioned in
Use either queryGroupID with a date range for historical analysis, or executionID to get statistics from a specific scan.
Results include executions from all supported AI platforms (e.g. ChatGPT, Google AI Overview) by default.
Documentation Index
Fetch the complete documentation index at: https://docs.mindshare.so/llms.txt
Use this file to discover all available pages before exploring further.
AI Platforms (`aiPlatform`)
AI Platforms (`aiPlatform`)
count and percentage across platforms. Response rows do not include an ai_platform field.Use the optional aiPlatform request parameter to scope stats to a single platform. Current values:chatgpt— ChatGPTaioverview— Google AI Overview
aiPlatform is set, count and percentage are recomputed relative to that platform only (i.e. percentage is over the filtered platform’s queries, not the total across all platforms).When executionID is provided, aiPlatform is not needed because an execution already belongs to a single platform.Authorizations
Body
Get companies stats parameters
The ID of the customer
The ID of the query group
Start date in yyyy-mm-dd format
End date in yyyy-mm-dd format
The ID of the execution
Optional. Filter stats to a single AI platform. Current values: 'chatgpt' (ChatGPT), 'aioverview' (Google AI Overview). Additional platforms may be added in the future. If omitted, stats are aggregated across all platforms. Not needed when 'executionID' is provided, since an execution already belongs to a single platform.