Every platform, one schema.
A note per platform: the exact call, a real captured response, what it costs, what it covers and what it does not, and why building it yourself is harder than it looks.
12 platforms ยท 62 endpoints
same envelope everywhere
same envelope everywhere
1Input pins
| Platform | Headline endpoint | What it reads | How it is served | Credits |
|---|---|---|---|---|
| /v1/reddit/search | search posts and comment threads | Not your problem :) | 1-5 | |
| X / Twitter | /v1/x/search | search tweets with engagement metrics | Not your problem :) | 1-3 |
| /v1/instagram/profile/posts | read a public profile's posts | Not your problem :) | 2-3 | |
| TikTok | /v1/tiktok/profile/posts | creator videos and hashtag search | Not your problem :) | 2-5 |
| /v1/facebook/profile/posts | public Page posts and reactions | Not your problem :) | 2-3 | |
| Hacker News | /v1/hackernews/search | stories and comments | Not your problem :) | 1 |
| YouTube | /v1/youtube/search | video search with no API quota | Not your problem :) | 1-2 |
| Bluesky | /v1/bluesky/search | full-text post search | Not your problem :) | 1 |
| Mastodon | /v1/mastodon/tag | hashtag timelines and search | Not your problem :) | 1 |
| GitHub | /v1/github/search | repos, issues, code and users | Not your problem :) | 1 |
| Google News | /v1/google_news/search | news headlines by query | Not your problem :) | 1 |
| Web / News | /v1/web/search | web and news search | Not your problem :) | 1 |
How each platform is read changes more often than you would think. We keep up, swear a little, and hand you the same JSON every time. Send the call, get the data.
2Absolute maximum ratings
| Parameter | Rating |
|---|---|
| Requests per second, per key | 5 |
| Burst, per key | 10 |
| Calls in flight, per key | 10 |
| Keys per account | 10 |
| Credit expiry | never |
Past the rate limit the API answers 429 with a Retry-After header. Nothing is charged, nothing is queued.