Mandala
Tools

Profound

AI visibility and analytics with Profound

Usage Instructions

Track how your brand appears across AI platforms. Monitor visibility scores, sentiment, citations, bot traffic, referrals, content optimization, and prompt volumes with Profound.

Tools

profound_list_categories

List all organization categories in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key

Output

ParameterTypeDescription
categoriesjsonList of organization categories

profound_list_regions

List all organization regions in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key

Output

ParameterTypeDescription
regionsjsonList of organization regions

profound_list_models

List all AI models/platforms tracked in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key

Output

ParameterTypeDescription
modelsjsonList of AI models/platforms

profound_list_domains

List all organization domains in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key

Output

ParameterTypeDescription
domainsjsonList of organization domains

profound_list_assets

List all organization assets (companies/brands) across all categories in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key

Output

ParameterTypeDescription
assetsjsonList of organization assets with category info

profound_list_personas

List all organization personas across all categories in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key

Output

ParameterTypeDescription
personasjsonList of organization personas with profile details

profound_category_topics

List topics for a specific category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)

Output

ParameterTypeDescription
topicsjsonList of topics in the category

profound_category_tags

List tags for a specific category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)

Output

ParameterTypeDescription
tagsjsonList of tags in the category

profound_category_prompts

List prompts for a specific category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)
limitnumberNoMaximum number of results (default 10000, max 10000)
cursorstringNoPagination cursor from previous response
orderDirstringNoSort direction: asc or desc (default desc)
promptTypestringNoComma-separated prompt types to filter: visibility, sentiment
topicIdstringNoComma-separated topic IDs (UUIDs) to filter by
tagIdstringNoComma-separated tag IDs (UUIDs) to filter by
regionIdstringNoComma-separated region IDs (UUIDs) to filter by
platformIdstringNoComma-separated platform IDs (UUIDs) to filter by

Output

ParameterTypeDescription
totalRowsnumberTotal number of prompts
nextCursorstringCursor for next page of results
promptsjsonList of prompts

profound_category_assets

List assets (companies/brands) for a specific category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)

Output

ParameterTypeDescription
assetsjsonList of assets in the category

profound_category_personas

List personas for a specific category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)

Output

ParameterTypeDescription
personasjsonList of personas in the category

profound_visibility_report

Query AI visibility report for a category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringYesEnd date (YYYY-MM-DD or ISO 8601)
metricsstringYesComma-separated metrics: share_of_voice, mentions_count, visibility_score, executions, average_position
dimensionsstringNoComma-separated dimensions: date, region, topic, model, asset_name, prompt, tag, persona
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values

profound_sentiment_report

Query sentiment report for a category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringYesEnd date (YYYY-MM-DD or ISO 8601)
metricsstringYesComma-separated metrics: positive, negative, occurrences
dimensionsstringNoComma-separated dimensions: theme, date, region, topic, model, asset_name, tag, prompt, sentiment_type, persona
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values

profound_citations_report

Query citations report for a category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringYesEnd date (YYYY-MM-DD or ISO 8601)
metricsstringYesComma-separated metrics: count, citation_share
dimensionsstringNoComma-separated dimensions: hostname, path, date, region, topic, model, tag, prompt, url, root_domain, persona, citation_category
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects, e.g. [{"field":"hostname","operator":"is","value":"example.com"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values

profound_query_fanouts

Query fanout report showing how AI models expand prompts into sub-queries in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringYesEnd date (YYYY-MM-DD or ISO 8601)
metricsstringYesComma-separated metrics: fanouts_per_execution, total_fanouts, share
dimensionsstringNoComma-separated dimensions: prompt, query, model, region, date
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values

profound_prompt_answers

Get raw prompt answers data for a category in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringYesEnd date (YYYY-MM-DD or ISO 8601)
filtersstringNoJSON array of filter objects, e.g. [{"field":"prompt_type","operator":"is","value":"visibility"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of answer rows
datajsonRaw prompt answer data

profound_bots_report

Query bot traffic report with hourly granularity for a domain in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
domainstringYesDomain to query bot traffic for (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringNoEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
metricsstringYesComma-separated metrics: count, citations, indexing, training, last_visit
dimensionsstringNoComma-separated dimensions: date, hour, path, bot_name, bot_provider, bot_type
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values

profound_referrals_report

Query human referral traffic report with hourly granularity for a domain in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
domainstringYesDomain to query referral traffic for (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringNoEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
metricsstringYesComma-separated metrics: visits, last_visit
dimensionsstringNoComma-separated dimensions: date, hour, path, referral_source, referral_type
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects, e.g. [{"field":"referral_source","operator":"is","value":"openai"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values

profound_raw_logs

Get raw traffic logs with filters for a domain in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
domainstringYesDomain to query logs for (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringNoEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
dimensionsstringNoComma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params
filtersstringNoJSON array of filter objects, e.g. [{"field":"path","operator":"contains","value":"/blog"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of log entries
datajsonLog data rows with metrics and dimension values

profound_bot_logs

Get identified bot visit logs with filters for a domain in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
domainstringYesDomain to query bot logs for (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringNoEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
dimensionsstringNoComma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params, bot_name, bot_provider, bot_types
filtersstringNoJSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of bot log entries
datajsonBot log data rows with metrics and dimension values

profound_list_optimizations

List content optimization entries for an asset in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
assetIdstringYesAsset ID (UUID)
limitnumberNoMaximum number of results (default 10000, max 50000)
offsetnumberNoOffset for pagination (default 0)

Output

ParameterTypeDescription
totalRowsnumberTotal number of optimization entries
optimizationsjsonList of content optimization entries

profound_optimization_analysis

Get detailed content optimization analysis for a specific content item in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
assetIdstringYesAsset ID (UUID)
contentIdstringYesContent/optimization ID (UUID)

Output

ParameterTypeDescription
contentjsonThe analyzed content
aeoContentScorejsonAEO content score with target zone
analysisjsonAnalysis breakdown by category
recommendationsjsonContent optimization recommendations

profound_prompt_volume

Query prompt volume data to understand search demand across AI platforms in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
startDatestringYesStart date (YYYY-MM-DD or ISO 8601)
endDatestringYesEnd date (YYYY-MM-DD or ISO 8601)
metricsstringYesComma-separated metrics: volume, change
dimensionsstringNoComma-separated dimensions: keyword, date, platform, country_code, matching_type, frequency
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects, e.g. [{"field":"keyword","operator":"contains","value":"best"}]
limitnumberNoMaximum number of results (default 10000, max 50000)

Output

ParameterTypeDescription
totalRowsnumberTotal number of rows in the report
datajsonVolume data rows with metrics and dimension values

profound_citation_prompts

Get prompts that cite a specific domain across AI platforms in Profound

Input

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key
inputDomainstringYesDomain to look up citations for (e.g. ramp.com)

Output

ParameterTypeDescription
datajsonCitation prompt data for the queried domain

Notes

  • Category: tools
  • Type: profound
Profound