Coming soon
Public social and web data, one key, one envelope.
Profiles, posts, comments, reviews, listings and search across dozens of platforms, normalised into fourteen canonical shapes — so the code you write for one source already works for the next.
Shared cache hits cost nothing. Failed calls are refunded. Every endpoint documents what it can and cannot see, and one without a working upstream says so plainly instead of guessing.
One message, when it opens. Nothing else, and your address goes nowhere else.
626
documented operations
230
answering from a real upstream
0
credits for a shared cache hit
Counted from the coverage ledger on 23 September 2026. The gap between the first two figures is the honest part: every operation carries its state, and the ones that are not yet live say why.
The shape of every answer
$ curl "https://socialeavesdrop.com/v1/hackernews/profile?handle=pg" \
-H "x-api-key: se_..."
{
"success": true,
"platform": "hackernews",
"endpoint": "/v1/hackernews/profile",
"data": { "author": { … }, "computed": { … } },
"credits_used": 1,
"cached": false
}