Get a frozen research snapshot
get_exampleRetrieve a frozen research snapshot for testing without hitting live sources or consuming trial credits. Choose full or compact view to get sample mentions, sentiment, and themes.
Instructions
Return a frozen Cloudflare Workers research snapshot. Omit view or set view=full for the complete fixture; view=compact slices mentions and citations to 8 and clears theme examples; query and filters are ignored because the snapshot is fixed; extra keys besides view are rejected; {} is valid. Use this free fixture when you need a sample payload; for liveness use get_health instead; for list price use get_pricing instead; for live mentions use research_mentions. Never charges, never hits live sources, and does not consume the shared 10-call trial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Optional snapshot size: full or compact. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | Request metadata including billing and freshness | |
| query | Yes | Echo of the researched query | |
| themes | Yes | Ranked themes extracted from mentions | |
| voices | No | Top non-placeholder authors by engagement | |
| volume | Yes | Mention counts and trend for the window | |
| signals | No | Spike and negative-concentration flags for this window | |
| summary | No | Executive summary when include_summary was true | |
| markdown | No | Deterministic pasteable brief when include_markdown was true | |
| mentions | Yes | Cited mention rows (may be empty — empty windows still succeed) | |
| citations | Yes | Sources used to build the brief | |
| sentiment | Yes | Aggregate and per-class sentiment | |
| timeframe | Yes | Echo of the requested window | |
| share_of_voice | No | Present when the query is a vs / multi-brand compare |