Free brand mention tool

Brand Intelligence

Track how a brand shows up across news, forums, and social. Start from a name, aliases, and domains — get structured mention data back.

Brand Monitoring

Run tool synchronously.

Input
Result
Run the tool to see output here.
  • News, forums, social
  • Aliases and domains
  • Timeframe filters

Developer experience

Monitor brand mentions across the web.

Use the Batches endpoint with the Google Search parser to track mentions of your brand across news, forums, and social media.

REST APIBatch processingGoogle Search parserMention trackingSentiment analysisJSON responses
Read the docs
# 1. Start the batch
curl --request POST \
  --url https://api.olostep.com/v1/batches \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "items": [
          {
                "custom_id": "news",
                "url": "https://www.google.com/search?q=%22Acme+Inc%22+news&gl=us&hl=en"
          },
          {
                "custom_id": "reviews",
                "url": "https://www.google.com/search?q=%22Acme+Inc%22+reviews&gl=us&hl=en"
          }
    ],
    "parser": { "id": "@olostep/google-search" },
    "formats": ["json"],
    "country": "US"
  }'

# 2. Poll batch status (replace BATCH_ID)
curl --url https://api.olostep.com/v1/batches/BATCH_ID \
  --header 'Authorization: Bearer YOUR_API_KEY'

# 3. Get batch items
curl --url 'https://api.olostep.com/v1/batches/BATCH_ID/items?limit=50' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Mention research you can schedule later

This playground runs Olostep brand intelligence. In production, the same job is a Google Search batch or an Answers task you can repeat.

  • Aliases and domains

    Include legal names and properties so mentions are not missed.

  • Platform filters

    Focus on news, forums, Reddit, X, or Instagram.

  • Time windows

    Look back 24 hours, 7 days, 30 days, or 90 days.

How it works

Each tool is designed around a direct job: provide the input, get a useful output, and move it into your workflow.

  • 1

    Name the brand

    Add aliases and domains if you have them.

  • 2

    Choose surfaces and timeframe

    Pick where to look and how far back.

  • 3

    Read the JSON

    Copy mentions into a digest or a recurring batch job.

Built for practical workflows

These tools are small on purpose: they solve the conversion job quickly, then point teams toward the API path when the workflow becomes recurring or high volume.

  • PR monitoring

    See news and forum mentions after a launch.

  • Reputation checks

    Scan review-adjacent and social chatter before a campaign.

  • Competitive watch

    Track a peer brand on the same surfaces.

Need this at scale?

Use /v1/batches with the Google Search parser for mention queries, or /v1/answers for a summarized digest. The snippet on this page shows the batch path.

Frequently asked questions

Product & Capabilities

  • Public pages and threads that name the brand or an alias you provided.

  • No. Each run is a point-in-time research job. Recurring checks belong on batches.

  • Yes. Pass a JSON array of alternate names.

Usage & Automation

  • Batches + @olostep/google-search for SERP-style mention tracking, or Answers for a summarized brief.

  • No. Persist results in your own store if you need a timeline.

  • Yes. Schedule the same batch or Answers payload.

Pricing & Plans

  • The page UI is free to use. Live runs use the Olostep API configured for this site and may be rate limited.

  • Olostep is usage based. See pricing for current plan details and included credits.

  • New Olostep accounts include free credits so you can test extraction before scaling.