marketplace/social-monitoring
Endpoint·api.agent-data.dev/v1/feed

Social Monitoring.

Live posts, comment threads, and linked article content from Hacker News and Lobsters — cursor-paginated with durable checkpoints, plus full thread detail and readability-extracted markdown.

Cost / call$0.008
Tokens / call~600
FreshnessLive

Example response.

GET /v1/feed?source=hackernews&limit=2
Sample
{
  "data": [
    {
      "id": "hackernews_47885872",
      "source": "hackernews",
      "author": "memalign",
      "title": "Paint But…",
      "url": "https://paintbut.netlify.app/",
      "permalink": "https://news.ycombinator.com/item?id=47885872",
      "created_at": "2026-04-24T05:17:46Z",
      "engagement": {
        "score": 1,
        "comment_count": 0
      }
    },
    {
      "id": "hackernews_47885865",
      "source": "hackernews",
      "author": "cwinq",
      "title": "GitGuardian analysis of the bitwarden/CLI compromise",
      "url": "https://blog.gitguardian.com/bitwarden-cli-gitguardian-views-on-helloworm00/",
      "permalink": "https://news.ycombinator.com/item?id=47885865",
      "created_at": "2026-04-24T05:17:39Z",
      "engagement": {
        "score": 1,
        "comment_count": 0
      }
    }
  ],
  "meta": {
    "has_more": true,
    "next_since_token": "OPAQUE_CHECKPOINT",
    "checkpoint_status": "ok"
  }
}

What you can build.

Competitive intel

Watch for mentions of my product and competitors; send a weekly memo on sentiment, feature requests, and competitor reception.

Decision support

I'm evaluating ClickHouse vs DuckDB. Find me all discussions over the past few months comparing them and summarize where people land.

Staying informed

What's the discourse around AI coding tools right now?

Coverage.

Sources

Hacker News and Lobsters for feed and detail; Hacker News for linked-content extraction. Reddit support coming soon.

Endpoints

Three GET routes: /feed with cursor pagination and durable checkpoints, /detail for full thread and author context, and /linked-content for readability-extracted markdown.

Freshness

Live upstream fetches from HN Firebase and Lobsters JSON — no warehouse lag, freshness matches the source.