Skip to main content
POST
The mix of user intents behind conversations that match one keyword, averaged across the weeks in your date range. Takes the same keyword, matching_type, date range, regions, and platforms as Keyword Volume.
  • Rows: one per intent, with main_classification, an optional sub_category_classification, and pct_conversation.
  • pct_conversation is a fraction from 0 to 1 of the classified matching conversations. Multiply by 100 for a percentage.
  • Privacy: weeks with two or fewer matching users are left out.
This endpoint doesn’t use your daily keyword allowance. It shares a burst rate limit with Keyword Volume.

Authorizations

X-API-Key
string
header
required

Body

application/json

Query for on-the-fly intent shares for a single keyword.

keyword
string
required
matching_type
enum<string>
required
Available options:
exact_match,
phrase_match
start_date
string<date>
required
end_date
string<date>
required
regions
string[]

ISO 3166-1 alpha-3 country codes (e.g. USA). Omit to include every region.

platforms
enum<string>[]

Platforms to restrict to. Omit to include every platform.

Available options:
chatgpt.com,
gemini.google.com,
perplexity.ai

Response

Successful Response

Response wrapper for on-the-fly intent shares.

info
VolumeResponseInfo · object
required

Metadata for volume query response. truncated indicates if results hit MAX_ROWS limit.

data
OtfIntentShareData · object[]
required