Skip to main content
POST
Weekly and monthly volume projections for one keyword, looked up on demand. Pass a keyword, a matching_type, and a date range; narrow with regions and platforms.
  • matching_type: exact_match or phrase_match.
  • Rows: one per country, platform, and period. The response has both weekly and monthly rows; frequency tells them apart (Week - Monday Start or Month).
  • Privacy: slices with two or fewer users are left out of the response.
  • organization_id: required only when your API key has access to more than one organization. It picks the organization whose daily allowance the lookup uses.
Daily keyword allowance. Each organization can look up 1,000 distinct keywords per UTC day. Repeating a keyword you already looked up that day is free. A new keyword over the cap returns 429 with X-KeywordQuota-* and Retry-After headers. A lookup that returns no rows still counts toward the allowance.

Authorizations

X-API-Key
string
header
required

Body

application/json
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
organization_id
string<uuid> | null

Organization whose daily keyword allowance is used. Required in the JSON request body for API keys with multiple organizations that have API access. If omitted or null, defaults to the API key's sole organization with API access or the token's active organization. For OAuth/M2M tokens, any supplied organization_id must match the token's organization.

Response

Successful Response

Response wrapper with metadata and data array.

info
VolumeResponseInfo · object
required

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

data
OtfVolumeData · object[]
required