Brand monitoring in ByteStack lets you ask a plain-English question about your brand and receive a structured count of mentions, unique users, and a per-source breakdown — all in one response. You can run these queries on demand or schedule them to run automatically, and configure a webhook to notify your team the moment results are ready.Documentation Index
Fetch the complete documentation index at: https://docs.bytestack.com/llms.txt
Use this file to discover all available pages before exploring further.
Run a one-off brand mention query
Start by sending a single query to see how many times your brand was mentioned across the platforms you care about.Send a brand mention query
Use the ByteStack returns a structured JSON response with mention counts per source.
/query endpoint with a natural language prompt. Replace YourBrand with your actual brand name.Review results in the dashboard
Open the Dashboard in your ByteStack workspace. Navigate to Jobs and click the completed query to see:
- Total Mentions — total number of times your brand appeared across all selected sources.
- Unique Users — number of distinct users who authored those mentions.
- Per-source breakdown — a table and chart comparing mention volume on X, Reddit, and LinkedIn.
Schedule a recurring job
To monitor brand mentions every morning without manual effort, schedule the query as a recurring job. Set the This cron expression runs the job every day at 08:00 UTC. ByteStack stores each run’s results in Storage under a timestamped key so you can compare results over time.
schedule field using a cron expression.Set up a webhook notification
Add a The webhook payload includes the
webhook_url to your job configuration. ByteStack sends a POST request to that URL whenever a scheduled run completes.query_id, status, and a result_url pointing to the full result in Storage. Your service can fetch the result, post a summary to Slack, or trigger downstream processing.You can adjust the date range in your prompt at any time — for example, swap “last 7 days” for “last 30 days” or a specific date range like “between April 1 and April 15”. You can also add or remove sources by editing the
sources array. Supported sources are: x, reddit, linkedin, instagram, youtube, tiktok, facebook, google, and github.