AACFlow

Profound

KI-Sichtbarkeit und Analysen mit Profound

Profound is an AI visibility and analytics platform that helps brands understand how they appear across AI-powered search engines, chatbots, and assistants. It tracks mentions, citations, sentiment, bot traffic, and referral patterns across platforms like ChatGPT, Perplexity, Google AI Overviews, and more.

With the Profound integration in AACFlow, you can:

  • Monitor AI Visibility: Track share of voice, visibility scores, and mention counts across AI platforms for your brand and competitors.
  • Analyze Sentiment: Measure how positively or negatively your brand is discussed in AI-generated responses.
  • Track Citations: See which URLs are being cited by AI models and your citation share relative to competitors.
  • Monitor Bot Traffic: Analyze AI crawler activity on your domain, including GPTBot, ClaudeBot, and other AI agents, with hourly granularity.
  • Track Referral Traffic: Monitor human visits arriving from AI platforms to your website.
  • Explore Prompt Data: Access raw prompt-answer pairs, query fanouts, and prompt volume trends across AI platforms.
  • Optimize Content: Get AEO (Answer Engine Optimization) scores and actionable recommendations to improve how AI models reference your content.
  • Manage Categories & Assets: List and explore your tracked categories, assets (brands), topics, tags, personas, and regions.

These tools let your agents automate AI visibility monitoring, competitive intelligence, and content optimization workflows. To use the Profound integration, you'll need a Profound account with API access.

Nutzungsanleitung

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key

Ausgabe

ParameterTypBeschreibung
categoriesjsonList of organization categories
idstringCategory ID
namestringCategory name

profound_list_regions

List all organization regions in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key

Ausgabe

ParameterTypBeschreibung
regionsjsonList of organization regions
idstringRegion ID (UUID)
namestringRegion name

profound_list_models

List all AI models/platforms tracked in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key

Ausgabe

ParameterTypBeschreibung
modelsjsonList of AI models/platforms
idstringModel ID (UUID)
namestringModel/platform name

profound_list_domains

List all organization domains in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key

Ausgabe

ParameterTypBeschreibung
domainsjsonList of organization domains
idstringDomain ID (UUID)
namestringDomain name
createdAtstringWhen the domain was added

profound_list_assets

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key

Ausgabe

ParameterTypBeschreibung
assetsjsonList of organization assets with category info
idstringAsset ID
namestringAsset/company name
websitestringAsset website URL
alternateDomainsjsonAlternate domain names
isOwnedbooleanWhether this asset is owned by the organization
createdAtstringWhen the asset was created
logoUrlstringURL of the asset logo
categoryIdstringCategory ID the asset belongs to
categoryNamestringCategory name

profound_list_personas

List all organization personas across all categories in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key

Ausgabe

ParameterTypBeschreibung
personasjsonList of organization personas with profile details
idstringPersona ID
namestringPersona name
categoryIdstringCategory ID
categoryNamestringCategory name
personajsonPersona profile with behavior, employment, and demographics

profound_category_topics

List topics for a specific category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)

Ausgabe

ParameterTypBeschreibung
topicsjsonList of topics in the category
idstringTopic ID (UUID)
namestringTopic name

profound_category_tags

List tags for a specific category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)

Ausgabe

ParameterTypBeschreibung
tagsjsonList of tags in the category
idstringTag ID (UUID)
namestringTag name

profound_category_prompts

List prompts for a specific category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)
limitnumberNeinMaximum number of results (default 10000, max 10000)
cursorstringNeinPagination cursor from previous response
orderDirstringNeinSort direction: asc or desc (default desc)
promptTypestringNeinComma-separated prompt types to filter: visibility, sentiment
topicIdstringNeinComma-separated topic IDs (UUIDs) to filter by
tagIdstringNeinComma-separated tag IDs (UUIDs) to filter by
regionIdstringNeinComma-separated region IDs (UUIDs) to filter by
platformIdstringNeinComma-separated platform IDs (UUIDs) to filter by

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of prompts
nextCursorstringCursor for next page of results
promptsjsonList of prompts
idstringPrompt ID
promptstringPrompt text
promptTypestringPrompt type (visibility or sentiment)
topicIdstringTopic ID
topicNamestringTopic name
tagsjsonAssociated tags
regionsjsonAssociated regions
platformsjsonAssociated platforms
createdAtstringWhen the prompt was created

profound_category_assets

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)

Ausgabe

ParameterTypBeschreibung
assetsjsonList of assets in the category
idstringAsset ID
namestringAsset/company name
websitestringWebsite URL
alternateDomainsjsonAlternate domain names
isOwnedbooleanWhether the asset is owned by the organization
createdAtstringWhen the asset was created
logoUrlstringURL of the asset logo

profound_category_personas

List personas for a specific category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)

Ausgabe

ParameterTypBeschreibung
personasjsonList of personas in the category
idstringPersona ID
namestringPersona name
personajsonPersona profile with behavior, employment, and demographics

profound_visibility_report

Query AI visibility report for a category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringJaEnd date (YYYY-MM-DD or ISO 8601)
metricsstringJaComma-separated metrics: share_of_voice, mentions_count, visibility_score, executions, average_position
dimensionsstringNeinComma-separated dimensions: date, region, topic, model, asset_name, prompt, tag, persona
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_sentiment_report

Query sentiment report for a category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringJaEnd date (YYYY-MM-DD or ISO 8601)
metricsstringJaComma-separated metrics: positive, negative, occurrences
dimensionsstringNeinComma-separated dimensions: theme, date, region, topic, model, asset_name, tag, prompt, sentiment_type, persona
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_citations_report

Query citations report for a category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringJaEnd date (YYYY-MM-DD or ISO 8601)
metricsstringJaComma-separated metrics: count, citation_share
dimensionsstringNeinComma-separated dimensions: hostname, path, date, region, topic, model, tag, prompt, url, root_domain, persona, citation_category
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects, e.g. [{"field":"hostname","operator":"is","value":"example.com"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_query_fanouts

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringJaEnd date (YYYY-MM-DD or ISO 8601)
metricsstringJaComma-separated metrics: fanouts_per_execution, total_fanouts, share
dimensionsstringNeinComma-separated dimensions: prompt, query, model, region, date
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_prompt_answers

Get raw prompt answers data for a category in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
categoryIdstringJaCategory ID (UUID)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringJaEnd date (YYYY-MM-DD or ISO 8601)
filtersstringNeinJSON array of filter objects, e.g. [{"field":"prompt_type","operator":"is","value":"visibility"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of answer rows
datajsonRaw prompt answer data
promptstringThe prompt text
promptTypestringPrompt type (visibility or sentiment)
responsestringAI model response text
mentionsjsonCompanies/assets mentioned in the response
citationsjsonURLs cited in the response
topicstringTopic name
regionstringRegion name
modelstringAI model/platform name
assetstringAsset name
createdAtstringTimestamp when the answer was collected

profound_bots_report

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
domainstringJaDomain to query bot traffic for (e.g. example.com)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringNeinEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
metricsstringJaComma-separated metrics: count, citations, indexing, training, last_visit
dimensionsstringNeinComma-separated dimensions: date, hour, path, bot_name, bot_provider, bot_type
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_referrals_report

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
domainstringJaDomain to query referral traffic for (e.g. example.com)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringNeinEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
metricsstringJaComma-separated metrics: visits, last_visit
dimensionsstringNeinComma-separated dimensions: date, hour, path, referral_source, referral_type
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects, e.g. [{"field":"referral_source","operator":"is","value":"openai"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_raw_logs

Get raw traffic logs with filters for a domain in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
domainstringJaDomain to query logs for (e.g. example.com)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringNeinEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
dimensionsstringNeinComma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params
filtersstringNeinJSON array of filter objects, e.g. [{"field":"path","operator":"contains","value":"/blog"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of log entries
datajsonLog data rows with metrics and dimension values
metricsjsonArray of metric values (count)
dimensionsjsonArray of dimension values matching requested dimensions order

profound_bot_logs

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
domainstringJaDomain to query bot logs for (e.g. example.com)
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringNeinEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
dimensionsstringNeinComma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params, bot_name, bot_provider, bot_types
filtersstringNeinJSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of bot log entries
datajsonBot log data rows with metrics and dimension values
metricsjsonArray of metric values (count)
dimensionsjsonArray of dimension values matching requested dimensions order

profound_list_optimizations

List content optimization entries for an asset in Profound

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
assetIdstringJaAsset ID (UUID)
limitnumberNeinMaximum number of results (default 10000, max 50000)
offsetnumberNeinOffset for pagination (default 0)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of optimization entries
optimizationsjsonList of content optimization entries
idstringOptimization ID (UUID)
titlestringContent title
createdAtstringWhen the optimization was created
extractedInputstringExtracted input text
typestringContent type: file, text, or url
statusstringOptimization status

profound_optimization_analysis

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
assetIdstringJaAsset ID (UUID)
contentIdstringJaContent/optimization ID (UUID)

Ausgabe

ParameterTypBeschreibung
contentjsonThe analyzed content
formatstringContent format: markdown or html
valuestringContent text
aeoContentScorejsonAEO content score with target zone
valuenumberAEO score value
targetZonejsonTarget zone range
lownumberLow end of target range
highnumberHigh end of target range
analysisjsonAnalysis breakdown by category
breakdownjsonArray of scoring breakdowns
titlestringCategory title
weightnumberCategory weight
scorenumberCategory score
recommendationsjsonContent optimization recommendations
titlestringRecommendation title
statusstringStatus: done or pending
impactjsonImpact details with section and score
suggestionjsonSuggestion text and rationale
textstringSuggestion text
rationalestringWhy this recommendation matters

profound_prompt_volume

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
startDatestringJaStart date (YYYY-MM-DD or ISO 8601)
endDatestringJaEnd date (YYYY-MM-DD or ISO 8601)
metricsstringJaComma-separated metrics: volume, change
dimensionsstringNeinComma-separated dimensions: keyword, date, platform, country_code, matching_type, frequency
dateIntervalstringNeinDate interval: hour, day, week, month, year
filtersstringNeinJSON array of filter objects, e.g. [{"field":"keyword","operator":"contains","value":"best"}]
limitnumberNeinMaximum number of results (default 10000, max 50000)

Ausgabe

ParameterTypBeschreibung
totalRowsnumberTotal number of rows in the report
datajsonVolume data rows with metrics and dimension values
metricsjsonArray of metric values matching requested metrics order
dimensionsjsonArray of dimension values matching requested dimensions order

profound_citation_prompts

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

Eingabe

ParameterTypErforderlichBeschreibung
apiKeystringJaProfound API Key
inputDomainstringJaDomain to look up citations for (e.g. ramp.com)

Ausgabe

ParameterTypBeschreibung
datajsonCitation prompt data for the queried domain

On this page

Heute mit dem Aufbau beginnen
Über 100 000 Entwickler vertrauen uns.
Die SaaS-Plattform zum Aufbau von KI-Agenten und für Ihre agentische Belegschaft.
Loslegen