New260+ blocks and 240+ tools are now fully documented
DocumentationReferenceTool IntegrationsAnalytics & Monitoring
Tool

Profound Tools

Track AI visibility, sentiment, citations, bot traffic, and prompt volume across AI platforms with Profound

Profound measures how your brand appears across AI platforms (ChatGPT, Gemini, Perplexity, and more): visibility scores, sentiment, citations, bot traffic, referrals, content optimization, and prompt volume. Use these tools in a workflow to pull AI-search analytics for categories, assets, and domains and feed them into downstream reporting or alerting blocks.

Overview

PropertyValue
Providerprofound
Categorytools
AuthAPI Key (sent as the X-API-Key request header)

Operations

OperationTool IDDescription
List Categoriesprofound_list_categoriesList all organization categories
List Assetsprofound_list_assetsList all assets
List Domainsprofound_list_domainsList all domains
List Modelsprofound_list_modelsList all AI models tracked
List Personasprofound_list_personasList all personas
List Regionsprofound_list_regionsList all regions
Category Assetsprofound_category_assetsList assets for a specific category
Category Personasprofound_category_personasList personas for a specific category
Category Promptsprofound_category_promptsList prompts for a specific category
Category Tagsprofound_category_tagsList tags for a specific category
Category Topicsprofound_category_topicsList topics for a specific category
List Optimizationsprofound_list_optimizationsList content optimization entries for an asset
Optimization Analysisprofound_optimization_analysisGet detailed content optimization analysis for a content item
Citation Promptsprofound_citation_promptsGet prompts that cite a specific domain across AI platforms
Visibility Reportprofound_visibility_reportQuery AI visibility report for a category
Citations Reportprofound_citations_reportQuery citations report for a category
Sentiment Reportprofound_sentiment_reportQuery sentiment report for a category
Query Fanoutsprofound_query_fanoutsQuery fanout report showing how AI models expand prompts into sub-queries
Prompt Answersprofound_prompt_answersGet raw prompt answers data for a category
Prompt Volumeprofound_prompt_volumeQuery prompt volume / search demand across AI platforms
Bots Reportprofound_bots_reportQuery bot traffic report for a domain
Referrals Reportprofound_referrals_reportQuery human referral traffic report for a domain
Bot Logsprofound_bot_logsGet identified bot visit logs with filters for a domain
Raw Logsprofound_raw_logsGet raw traffic logs with filters for a domain

Configuration

Every operation requires an apiKey (secret) sent as the X-API-Key header. It is marked user-only (it is never supplied by the LLM).

profound_list_categories

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)

profound_list_assets

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)

profound_list_domains

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)

profound_list_models

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)

profound_list_personas

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)

profound_list_regions

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)

profound_category_assets

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)

profound_category_personas

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)

profound_category_prompts

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)
limitnumberNoMax results
cursorstringNoPagination cursor
orderDirstringNoSort direction: asc or desc
promptTypestringNoComma-separated prompt types: visibility, sentiment
topicIdstringNoComma-separated topic IDs
tagIdstringNoComma-separated tag IDs
regionIdstringNoComma-separated region IDs
platformIdstringNoComma-separated platform IDs

profound_category_tags

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)

profound_category_topics

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)

profound_list_optimizations

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
assetIdstringYesAsset ID (UUID)
limitnumberNoMax results
offsetnumberNoOffset for pagination

profound_optimization_analysis

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

profound_citation_prompts

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

profound_visibility_report

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringYesEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: share_of_voice, mentions_count, visibility_score, executions, average_position
dimensionsstringNoComma-separated dimensions
dateIntervalstringNoDate interval: hour, day, week, month, year
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_citations_report

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringYesEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: count, citation_share
dimensionsstringNoComma-separated dimensions
dateIntervalstringNoDate interval
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_sentiment_report

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringYesEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: positive, negative, occurrences
dimensionsstringNoComma-separated dimensions
dateIntervalstringNoDate interval
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_query_fanouts

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringYesEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: fanouts_per_execution, total_fanouts, share
dimensionsstringNoComma-separated dimensions: prompt, query, model, region, date
dateIntervalstringNoDate interval
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_prompt_answers

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
categoryIdstringYesCategory ID (UUID)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringYesEnd date (YYYY-MM-DD)
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_prompt_volume

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringYesEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: volume, change
dimensionsstringNoComma-separated dimensions: keyword, date, platform, country_code, matching_type, frequency
dateIntervalstringNoDate interval
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_bots_report

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
domainstringYesDomain (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringNoEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: count, citations, indexing, training, last_visit
dimensionsstringNoComma-separated dimensions
dateIntervalstringNoDate interval
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_referrals_report

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
domainstringYesDomain (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringNoEnd date (YYYY-MM-DD)
metricsstringYesComma-separated metrics: visits, last_visit
dimensionsstringNoComma-separated dimensions
dateIntervalstringNoDate interval
filtersstringNoJSON array of filter objects
limitnumberNoMax results

profound_bot_logs

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
domainstringYesDomain (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringNoEnd date (YYYY-MM-DD)
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
limitnumberNoMax results

profound_raw_logs

ParameterTypeRequiredDescription
apiKeystringYesProfound API Key (secret)
domainstringYesDomain (e.g. example.com)
startDatestringYesStart date (YYYY-MM-DD)
endDatestringNoEnd date (YYYY-MM-DD)
dimensionsstringNoComma-separated dimensions: timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params
filtersstringNoJSON array of filter objects
limitnumberNoMax results

Outputs

profound_list_categories

  • categories (json) — List of organization categories (each with id, name)

profound_list_assets

  • assets (json) — List of assets (each with id, name, website, alternateDomains, isOwned, createdAt, logoUrl)

profound_list_domains

  • domains (json) — List of domains

profound_list_models

  • models (json) — List of AI models

profound_list_personas

  • personas (json) — List of personas

profound_list_regions

  • regions (json) — List of regions

profound_category_assets

  • assets (json) — List of assets in the category (each with id, name, website, alternateDomains, isOwned, createdAt, logoUrl)

profound_category_personas

  • personas (json) — List of personas in the category

profound_category_prompts

  • prompts (json) — List of prompts in the category
  • cursor (string) — Pagination cursor
  • hasMore (boolean) — Whether more results are available

profound_category_tags

  • tags (json) — List of tags in the category (each with id, name)

profound_category_topics

  • topics (json) — List of topics in the category (each with id, name)

profound_list_optimizations

  • totalRows (number) — Total number of optimization entries
  • optimizations (json) — List of content optimization entries (each with id, title, createdAt, extractedInput, type, status)

profound_optimization_analysis

  • analysis (json) — Detailed content optimization analysis

profound_citation_prompts

  • data (json) — Citation prompt data for the queried domain

profound_visibility_report

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics (array of metric values) and dimensions (array of dimension values)

profound_citations_report

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_sentiment_report

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_query_fanouts

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_prompt_answers

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_prompt_volume

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_bots_report

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_referrals_report

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_bot_logs

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

profound_raw_logs

  • totalRows (number) — Total number of rows in the report
  • data (json) — Report data rows, each with metrics and dimensions

YAML Example

profound_1:
  type: profound
  name: "Profound"
  inputs:
    operation: "visibility_report"
    apiKey: "{{PROFOUND_API_KEY}}"
    categoryId: "00000000-0000-0000-0000-000000000000"
    startDate: "2026-05-01"
    endDate: "2026-05-31"
    visibilityMetrics: "share_of_voice, visibility_score, mentions_count"
  connections:
    outgoing:
      - target: next-block-id

Tips

  • Store your Profound API key as an environment variable or workspace secret and reference it with {{PROFOUND_API_KEY}} — it is sent as the X-API-Key header and never passed by the LLM.
  • Category-scoped reports (visibility, sentiment, citations, query fanouts, prompt answers) need a categoryId UUID — pull it first from profound_list_categories and reference it like {{profound_categories.categories}}. Domain reports (bots, referrals, raw logs, bot logs) need a domain instead.
  • The metrics and dimensions fields are comma-separated strings; valid values differ per report (e.g. share_of_voice for visibility, positive,negative,occurrences for sentiment). The optional filters field must be a JSON array of {"field","operator","value"} objects — invalid JSON throws an "Invalid JSON in filters parameter" error.
  • Report tools return rows under data as parallel metrics/dimensions arrays (column order matches the order you requested), so map the returned arrays back to your requested metric/dimension names downstream. Bots and referrals reports use the Profound v2 API; everything else uses v1.