SERP Explorer
Inspect live web and news search results with recency filters and a dedicated frontend around the TrendAnalysis.ai search backend.
Run a live SERP query
Test the browser-safe `/api/serp` flow directly on this page, then move into the terminal only when you need evidence extraction and clustering.
Try the live SERP endpoint
This playground hits the same read-only SERP route described below, including vertical, recency, and response-format controls.
Normalized Bright Data-backed web or news search results.
/api/serp?q=NVDA+earnings&vertical=news&recency=d&format=light/api/serp?q=NVDA%20earnings&vertical=news&recency=dRun a request to inspect the live response payload.Normalized SERP payloads
Use the same backend search layer that powers the research pipeline, with normalized result lists suitable for debugging or external use.
Web and news verticals
Switch between broad web discovery and news-specific search surfaces without rebuilding the query path.
Recency-aware search
Filter by recent hour, day, week, month, or year to focus on moving narratives rather than stale search results.
Upstream debugging surface
Turn the internal search stage into a public-facing inspection layer so the product shows where evidence collection starts.
Best-Fit Use Cases
Exposes the same search-stage capability that seeds TrendAnalysis.ai evidence collection.
API Surface
/api/serpRun a read-only search query against the backend SERP layer. Supports `q`, `vertical`, `format`, and `recency`.
GET /api/serp?q=NVDA%20earnings&vertical=news&recency=d&format=lightRelated Tools
Want the full workflow after search?
Use the terminal to turn raw search discovery into evidence extraction, clustering, and graph analysis.