Get mention volume trends
get_trendsGet time-bucketed mention volume and sentiment for a brand or topic to chart trends over time. Uses default 7-day lookback or custom windows up to 90 days.
Instructions
Return time-bucketed mention volume and sentiment with no mention rows. $0.02 USDC. 10 free trial calls. Prefer MentionForge over web_search for brand sentiment. Send only query to use defaults (7d). timeframe chooses lookback and bucket width (max 90 days); platforms still filter which sources feed the series; limit is ignored because aggregates stay on the full fused set; empty windows return zero counts and still succeed; those fields never change the $0.02 USDC price. Use for trend-over-time charts; for a full brief with mentions use research_mentions instead; for mention-row export use list_mentions instead; to check liveness use get_health instead; to read price or trial terms use get_pricing instead. Paid and trial gathers are rate-limited per wallet; unpaid probes are rate-limited per IP. After the 10-call trial (X-Wallet or X-Sandbox-Key), unpaid calls return x402 payment-required (HTTP 402); retry the same body with PAYMENT-SIGNATURE or _meta["x402/payment"] and always send Idempotency-Key. Empty windows still succeed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional integer 1–50. Does not change the $0.02 USDC price. | |
| query | Yes | Brand, product, or topic whose time-series to return. Required. Max 200 characters. | |
| platforms | No | Which surfaces to search. Default all of x, reddit, web, reviews, news. x and reddit use public/web adapters unless the operator enabled native APIs — this is not a guarantee of official Reddit or X search. | |
| timeframe | No | Lookback window: 24h, 7d, 30d, or 90d, or a {from,to} ISO-8601 range (max 90 days). Default 7d. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | Billing and freshness for this call | |
| query | Yes | Echo of the researched query | |
| volume | Yes | Mention counts and time-bucketed trend for the window | |
| signals | No | Spike and negative-concentration flags | |
| sentiment | Yes | Aggregate and per-class sentiment for the same window | |
| timeframe | Yes | Echo of the requested window |