Visibility Score

Last updated: June 12, 2026

The Visibility Score node pulls brand visibility data from your Profound account and into an Agent. Use this node as a step when you want to measure how prominently your brand appears in AI-generated answers. You can then pass the data into downstream steps such as content generation.

This node is built for tracking overall brand presence across models, regions, and topics.

Use the Visibility Score node for tasks such as:

  • Monitoring how often your brand appears in AI answers

  • Measuring share of voice over time

  • Comparing visibility across regions or topics

  • Tracking performance before and after campaigns

  • Triggering alerts when visibility drops below a threshold

Check out 📄 Getting started with Agents to learn how to add this node to an Agent.


Node configuration

Selecting the Visibility Score node opens its configuration panel on the right side of the Agent Builder.

Metric

Choose the visibility-related metric to return. Options include:

  • Visibility Score

  • Share of Voice

Date Range

Specify the time window to query (for example, Last 7 Days).

The node will return visibility data only for answers within this range.

Filters

Use filters to narrow the dataset. Options include:

  • Asset

  • Personas

  • Platforms

  • Prompts

  • Regions

  • Topics

  • Tags

You can paste a static value or insert a value dynamically from earlier Agent steps by typing /.

When filtering on a field, you must also add that field as a dimension in the field settings.

Output Label

Provide a descriptive label for the node’s result. This becomes the variable name used in downstream steps.

Examples:

  • visibility_score

  • weekly_visibility

  • regional_share_of_voice


Advanced settings

Date Interval

Group the date interval by day, week, month, or year. 

Limit

Set the maximum number of rows returned by the query. This is helpful when using multiple dimensions or sending data into LLM steps.

Sort By

Sort the output by metric or date.

Sort Direction

Sort the output in ascending (Asc) or descending (Desc) order.


Output

The Visibility Score node returns structured data containing:

  • Selected visibility metric

  • Any grouping dimensions

  • Values constrained by filters and date range

This output can be consumed by downstream nodes including:

  • Prompt LLM nodes

  • Reporting Agents

  • Alerting workflows