AACFlow

Profound

Видимость в AI и аналитика с Profound

Profound — платформа AI-видимости и аналитики, которая помогает брендам понять, как они выглядят в AI-поисковиках, чат-ботах и ассистентах. Она отслеживает упоминания, цитирования, тональность, трафик ботов и паттерны переходов на таких платформах, как ChatGPT, Perplexity, Google AI Overviews и других.

Интеграция Profound в AACFlow позволяет:

  • Мониторинг AI-видимости: отслеживайте долю голоса, показатели видимости и количество упоминаний на AI-платформах для своего бренда и конкурентов.
  • Анализ тональности: измеряйте, насколько позитивно или негативно обсуждается ваш бренд в AI-генерируемых ответах.
  • Отслеживание цитирований: смотрите, какие URL цитируют AI-модели и какая ваша доля цитирований относительно конкурентов.
  • Мониторинг трафика ботов: анализируйте активность AI-краулеров на вашем домене, включая GPTBot, ClaudeBot и другие AI-агенты, с почасовой детализацией.
  • Отслеживание реферального трафика: контролируйте переходы реальных пользователей с AI-платформ на ваш сайт.
  • Изучение данных промптов: получайте сырые пары «промпт — ответ», расширения запросов и тренды объёма промптов на AI-платформах.
  • Оптимизация контента: получайте оценки AEO (Answer Engine Optimization) и практические рекомендации, как улучшить упоминаемость вашего контента в ответах AI-моделей.
  • Управление категориями и активами: получайте и исследуйте отслеживаемые категории, активы (бренды), темы, теги, персоны и регионы.

Эти инструменты позволяют вашим AI-агентам автоматизировать мониторинг AI-видимости, конкурентную разведку и воркфлоу по оптимизации контента. Для использования интеграции Profound вам понадобится аккаунт Profound с доступом к API.

Инструкции по использованию

Отслеживать how your brand appears across AI platforms. Мониторить visibility scores, sentiment, citations, bot traffic, referrals, content optimization, и prompt volumes с Profound.

Инструменты

profound_list_categories

Список всех organization categories in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key

Выходные данные

ПараметрТипОписание
categoriesjsonList of organization categories
idstringCategory ID
namestringCategory name

profound_list_regions

Список всех organization regions in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key

Выходные данные

ПараметрТипОписание
regionsjsonList of organization regions
idstringRegion ID (UUID)
namestringRegion name

profound_list_models

Список всех AI models/platforms tracked in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key

Выходные данные

ПараметрТипОписание
modelsjsonList of AI models/platforms
idstringModel ID (UUID)
namestringModel/platform name

profound_list_domains

Список всех organization domains in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key

Выходные данные

ПараметрТипОписание
domainsjsonList of organization domains
idstringDomain ID (UUID)
namestringDomain name
createdAtstringWhen the domain was added

profound_list_assets

Список всех organization assets (companies/brands) across all categories in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key

Выходные данные

ПараметрТипОписание
assetsjsonList of organization assets with category info
idstringAsset ID
namestringAsset/company name
websitestringAsset website URL
alternateDomainsjsonAlternate domain names
isOwnedbooleanпринадлежит ли этот актив организации
createdAtstringWhen the asset was created
logoUrlstringURL of the asset logo
categoryIdstringCategory ID the asset belongs to
categoryNamestringCategory name

profound_list_personas

Список всех organization personas across all categories in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key

Выходные данные

ПараметрТипОписание
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

Список тем для a specific category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)

Выходные данные

ПараметрТипОписание
topicsjsonList of topics in the category
idstringTopic ID (UUID)
namestringTopic name

profound_category_tags

Список tags для a specific category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)

Выходные данные

ПараметрТипОписание
tagsjsonList of tags in the category
idstringTag ID (UUID)
namestringTag name

profound_category_prompts

Список prompts для a specific category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)
limitnumberНетMaximum number of results (default 10000, max 10000)
cursorstringНетPagination cursor from previous response
orderDirstringНетSort direction: asc or desc (default desc)
promptTypestringНетComma-separated prompt types to filter: visibility, sentiment
topicIdstringНетComma-separated topic IDs (UUIDs) to filter by
tagIdstringНетComma-separated tag IDs (UUIDs) to filter by
regionIdstringНетComma-separated region IDs (UUIDs) to filter by
platformIdstringНетComma-separated platform IDs (UUIDs) to filter by

Выходные данные

ПараметрТипОписание
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

Список assets (companies/brands) для a specific category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)

Выходные данные

ПараметрТипОписание
assetsjsonList of assets in the category
idstringAsset ID
namestringAsset/company name
websitestringWebsite URL
alternateDomainsjsonAlternate domain names
isOwnedbooleanПроизошла ли asset is owned by the organization
createdAtstringWhen the asset was created
logoUrlstringURL of the asset logo

profound_category_personas

Список personas для a specific category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)

Выходные данные

ПараметрТипОписание
personasjsonList of personas in the category
idstringPersona ID
namestringPersona name
personajsonPersona profile with behavior, employment, and demographics

profound_visibility_report

Запрос AI visibility report для a category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringДаEnd date (YYYY-MM-DD or ISO 8601)
metricsstringДаComma-separated metrics: share_of_voice, mentions_count, visibility_score, executions, average_position
dimensionsstringНетComma-separated dimensions: date, region, topic, model, asset_name, prompt, tag, persona
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_sentiment_report

Запрос sentiment report для a category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringДаEnd date (YYYY-MM-DD or ISO 8601)
metricsstringДаComma-separated metrics: positive, negative, occurrences
dimensionsstringНетComma-separated dimensions: theme, date, region, topic, model, asset_name, tag, prompt, sentiment_type, persona
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects, e.g. [{"field":"asset_name","operator":"is","value":"Company"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_citations_report

Запрос citations report для a category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringДаEnd date (YYYY-MM-DD or ISO 8601)
metricsstringДаComma-separated metrics: count, citation_share
dimensionsstringНетComma-separated dimensions: hostname, path, date, region, topic, model, tag, prompt, url, root_domain, persona, citation_category
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects, e.g. [{"field":"hostname","operator":"is","value":"example.com"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_запрос_fanouts

Запрос fanout report showing how AI models expand prompts into sub-queries in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringДаEnd date (YYYY-MM-DD or ISO 8601)
metricsstringДаComma-separated metrics: fanouts_per_execution, total_fanouts, share
dimensionsstringНетComma-separated dimensions: prompt, query, model, region, date
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_prompt_answers

Получить raw prompt answers data для a category in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
categoryIdstringДаCategory ID (UUID)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringДаEnd date (YYYY-MM-DD or ISO 8601)
filtersstringНетJSON array of filter objects, e.g. [{"field":"prompt_type","operator":"is","value":"visibility"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
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

Запрос bot traffic report с hourly granularity для a domain in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
domainstringДаDomain to query bot traffic for (e.g. example.com)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringНетEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
metricsstringДаComma-separated metrics: count, citations, indexing, training, last_visit
dimensionsstringНетComma-separated dimensions: date, hour, path, bot_name, bot_provider, bot_type
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_referrals_report

Запрос human referral traffic report с hourly granularity для a domain in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
domainstringДаDomain to query referral traffic for (e.g. example.com)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringНетEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
metricsstringДаComma-separated metrics: visits, last_visit
dimensionsstringНетComma-separated dimensions: date, hour, path, referral_source, referral_type
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects, e.g. [{"field":"referral_source","operator":"is","value":"openai"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonReport data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_raw_logs

Получить raw traffic logs с filters для a domain in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
domainstringДаDomain to query logs for (e.g. example.com)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringНетEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
dimensionsstringНетComma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params
filtersstringНетJSON array of filter objects, e.g. [{"field":"path","operator":"contains","value":"/blog"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of log entries
datajsonLog data rows with metrics and dimension values
metricsjsonМассив metric values (count)
dimensionsjsonМассив dimension values matching requested dimensions order

profound_bot_logs

Получить identified bot visit logs с filters для a domain in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
domainstringДаDomain to query bot logs for (e.g. example.com)
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringНетEnd date (YYYY-MM-DD or ISO 8601). Defaults to now
dimensionsstringНет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
filtersstringНетJSON array of filter objects, e.g. [{"field":"bot_name","operator":"is","value":"GPTBot"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of bot log entries
datajsonBot log data rows with metrics and dimension values
metricsjsonМассив metric values (count)
dimensionsjsonМассив dimension values matching requested dimensions order

profound_list_optimizations

Список content optimization entries для an asset in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
assetIdstringДаAsset ID (UUID)
limitnumberНетMaximum number of results (default 10000, max 50000)
offsetnumberНетOffset for постраничная выборка (default 0)

Выходные данные

ПараметрТипОписание
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

Получить detailed content optimization analysis для a specific content item in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
assetIdstringДаAsset ID (UUID)
contentIdstringДаContent/optimization ID (UUID)

Выходные данные

ПараметрТипОписание
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
breakdownjsonМассив 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

Запрос prompt volume data to understand search demand across AI platforms in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
startDatestringДаStart date (YYYY-MM-DD or ISO 8601)
endDatestringДаEnd date (YYYY-MM-DD or ISO 8601)
metricsstringДаComma-separated metrics: volume, change
dimensionsstringНетComma-separated dimensions: keyword, date, platform, country_code, matching_type, frequency
dateIntervalstringНетDate interval: hour, day, week, month, year
filtersstringНетJSON array of filter objects, e.g. [{"field":"keyword","operator":"contains","value":"best"}]
limitnumberНетMaximum number of results (default 10000, max 50000)

Выходные данные

ПараметрТипОписание
totalRowsnumberTotal number of rows in the report
datajsonVolume data rows with metrics and dimension values
metricsjsonМассив metric values matching requested metrics order
dimensionsjsonМассив dimension values matching requested dimensions order

profound_citation_prompts

Получить prompts that cite a specific domain across AI platforms in Profound

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаProfound API Key
inputDomainstringДаDomain to look up citations for (e.g. ramp.com)

Выходные данные

ПараметрТипОписание
datajsonCitation prompt data for the queried domain

On this page

Инструкции по использованию
Инструменты
profound_list_categories
Входные параметры
Выходные данные
profound_list_regions
Входные параметры
Выходные данные
profound_list_models
Входные параметры
Выходные данные
profound_list_domains
Входные параметры
Выходные данные
profound_list_assets
Входные параметры
Выходные данные
profound_list_personas
Входные параметры
Выходные данные
profound_category_topics
Входные параметры
Выходные данные
profound_category_tags
Входные параметры
Выходные данные
profound_category_prompts
Входные параметры
Выходные данные
profound_category_assets
Входные параметры
Выходные данные
profound_category_personas
Входные параметры
Выходные данные
profound_visibility_report
Входные параметры
Выходные данные
profound_sentiment_report
Входные параметры
Выходные данные
profound_citations_report
Входные параметры
Выходные данные
profound_запрос_fanouts
Входные параметры
Выходные данные
profound_prompt_answers
Входные параметры
Выходные данные
profound_bots_report
Входные параметры
Выходные данные
profound_referrals_report
Входные параметры
Выходные данные
profound_raw_logs
Входные параметры
Выходные данные
profound_bot_logs
Входные параметры
Выходные данные
profound_list_optimizations
Входные параметры
Выходные данные
profound_optimization_analysis
Входные параметры
Выходные данные
profound_prompt_volume
Входные параметры
Выходные данные
profound_citation_prompts
Входные параметры
Выходные данные
Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать