Track how your brand appears across AI platforms. Monitor visibility scores, sentiment, citations, bot traffic, referrals, content optimization, and prompt volumes with Profound.
List all organization categories in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
| Parameter | Type | Description |
|---|
categories | json | List of organization categories |
List all organization regions in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
| Parameter | Type | Description |
|---|
regions | json | List of organization regions |
List all AI models/platforms tracked in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
| Parameter | Type | Description |
|---|
models | json | List of AI models/platforms |
List all organization domains in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
| Parameter | Type | Description |
|---|
domains | json | List of organization domains |
List all organization assets (companies/brands) across all categories in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
| Parameter | Type | Description |
|---|
assets | json | List of organization assets with category info |
List all organization personas across all categories in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
| Parameter | Type | Description |
|---|
personas | json | List of organization personas with profile details |
List topics for a specific category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
| Parameter | Type | Description |
|---|
topics | json | List of topics in the category |
List tags for a specific category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
| Parameter | Type | Description |
|---|
tags | json | List of tags in the category |
List prompts for a specific category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
limit | number | No | Maximum number of results (default 10000, max 10000) |
cursor | string | No | Pagination cursor from previous response |
orderDir | string | No | Sort direction: asc or desc (default desc) |
promptType | string | No | Comma-separated prompt types to filter: visibility, sentiment |
topicId | string | No | Comma-separated topic IDs (UUIDs) to filter by |
tagId | string | No | Comma-separated tag IDs (UUIDs) to filter by |
regionId | string | No | Comma-separated region IDs (UUIDs) to filter by |
platformId | string | No | Comma-separated platform IDs (UUIDs) to filter by |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of prompts |
nextCursor | string | Cursor for next page of results |
prompts | json | List of prompts |
List assets (companies/brands) for a specific category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
| Parameter | Type | Description |
|---|
assets | json | List of assets in the category |
List personas for a specific category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
| Parameter | Type | Description |
|---|
personas | json | List of personas in the category |
Query AI visibility report for a category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | Yes | End date (YYYY-MM-DD or ISO 8601) |
metrics | string | Yes | Comma-separated metrics: share_of_voice, mentions_count, visibility_score, executions, average_position |
dimensions | string | No | Comma-separated dimensions: date, region, topic, model, asset_name, prompt, tag, persona |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Report data rows with metrics and dimension values |
Query sentiment report for a category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | Yes | End date (YYYY-MM-DD or ISO 8601) |
metrics | string | Yes | Comma-separated metrics: positive, negative, occurrences |
dimensions | string | No | Comma-separated dimensions: theme, date, region, topic, model, asset_name, tag, prompt, sentiment_type, persona |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Report data rows with metrics and dimension values |
Query citations report for a category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | Yes | End date (YYYY-MM-DD or ISO 8601) |
metrics | string | Yes | Comma-separated metrics: count, citation_share |
dimensions | string | No | Comma-separated dimensions: hostname, path, date, region, topic, model, tag, prompt, url, root_domain, persona, citation_category |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects, e.g. [{"field":"hostname","operator":"is","value":"example.com"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Report data rows with metrics and dimension values |
Query fanout report showing how AI models expand prompts into sub-queries in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | Yes | End date (YYYY-MM-DD or ISO 8601) |
metrics | string | Yes | Comma-separated metrics: fanouts_per_execution, total_fanouts, share |
dimensions | string | No | Comma-separated dimensions: prompt, query, model, region, date |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Report data rows with metrics and dimension values |
Get raw prompt answers data for a category in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
categoryId | string | Yes | Category ID (UUID) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | Yes | End date (YYYY-MM-DD or ISO 8601) |
filters | string | No | JSON array of filter objects, e.g. [{"field":"prompt_type","operator":"is","value":"visibility"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of answer rows |
data | json | Raw prompt answer data |
Query bot traffic report with hourly granularity for a domain in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
domain | string | Yes | Domain to query bot traffic for (e.g. example.com) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | No | End date (YYYY-MM-DD or ISO 8601). Defaults to now |
metrics | string | Yes | Comma-separated metrics: count, citations, indexing, training, last_visit |
dimensions | string | No | Comma-separated dimensions: date, hour, path, bot_name, bot_provider, bot_type |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Report data rows with metrics and dimension values |
Query human referral traffic report with hourly granularity for a domain in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
domain | string | Yes | Domain to query referral traffic for (e.g. example.com) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | No | End date (YYYY-MM-DD or ISO 8601). Defaults to now |
metrics | string | Yes | Comma-separated metrics: visits, last_visit |
dimensions | string | No | Comma-separated dimensions: date, hour, path, referral_source, referral_type |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects, e.g. [{"field":"referral_source","operator":"is","value":"openai"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Report data rows with metrics and dimension values |
Get raw traffic logs with filters for a domain in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
domain | string | Yes | Domain to query logs for (e.g. example.com) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | No | End date (YYYY-MM-DD or ISO 8601). Defaults to now |
dimensions | string | No | Comma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params |
filters | string | No | JSON array of filter objects, e.g. [{"field":"path","operator":"contains","value":"/blog"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of log entries |
data | json | Log data rows with metrics and dimension values |
Get identified bot visit logs with filters for a domain in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
domain | string | Yes | Domain to query bot logs for (e.g. example.com) |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | No | End date (YYYY-MM-DD or ISO 8601). Defaults to now |
dimensions | string | No | Comma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params, bot_name, bot_provider, bot_types |
filters | string | No | JSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of bot log entries |
data | json | Bot log data rows with metrics and dimension values |
List content optimization entries for an asset in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
assetId | string | Yes | Asset ID (UUID) |
limit | number | No | Maximum number of results (default 10000, max 50000) |
offset | number | No | Offset for pagination (default 0) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of optimization entries |
optimizations | json | List of content optimization entries |
Get detailed content optimization analysis for a specific content item in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
assetId | string | Yes | Asset ID (UUID) |
contentId | string | Yes | Content/optimization ID (UUID) |
| Parameter | Type | Description |
|---|
content | json | The analyzed content |
aeoContentScore | json | AEO content score with target zone |
analysis | json | Analysis breakdown by category |
recommendations | json | Content optimization recommendations |
Query prompt volume data to understand search demand across AI platforms in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
startDate | string | Yes | Start date (YYYY-MM-DD or ISO 8601) |
endDate | string | Yes | End date (YYYY-MM-DD or ISO 8601) |
metrics | string | Yes | Comma-separated metrics: volume, change |
dimensions | string | No | Comma-separated dimensions: keyword, date, platform, country_code, matching_type, frequency |
dateInterval | string | No | Date interval: hour, day, week, month, year |
filters | string | No | JSON array of filter objects, e.g. [{"field":"keyword","operator":"contains","value":"best"}] |
limit | number | No | Maximum number of results (default 10000, max 50000) |
| Parameter | Type | Description |
|---|
totalRows | number | Total number of rows in the report |
data | json | Volume data rows with metrics and dimension values |
Get prompts that cite a specific domain across AI platforms in Profound
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Profound API Key |
inputDomain | string | Yes | Domain to look up citations for (e.g. ramp.com) |
| Parameter | Type | Description |
|---|
data | json | Citation prompt data for the queried domain |
- Category:
tools
- Type:
profound