search
Extract data from search
search
Extract data from search. 1 endpoints available.
Base URL: /v1/search/...
Getting Started
Make your first request to any endpoint below.
3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Universal social search across 12 platforms (with comment enrichment) | /v1/search/everywhere | standard (20cr) |
The single endpoint fans out across 12 platforms in parallel, ranks the merged set with an LLM judge, clusters near-duplicates, and enriches each result with the top comments from its source — Reddit upvoted replies, HackerNews thread comments, YouTube/TikTok/Instagram top-liked, GitHub issue discussion. Real-people sentiment, not just titles. Streams via Accept: text/event-stream (comments_enriched chunk per candidate) or returns one envelope via Accept: application/json.
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
