NewAgents Just Need APIs — Benchmarking three ways to give AI agents web access: read the writeup →
endpoints/social-media
Endpoint·api.agent-data.dev/v1/feed

Social Media.

Live posts, comment threads, and linked article content across social media platforms — cursor-paginated with durable checkpoints, plus full thread detail and readability-extracted markdown.

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

Cross-community feed

Track the latest discussions across supported communities with unified feed retrieval, source filtering, pagination, and checkpoint-based monitoring. Currently supports Hacker News and Lobsters.

Conversation intelligence

Open any feed item into a richer discussion record with post body, engagement signals, thread context, and author metadata.

Linked-content extraction

Expand the article, repo, or external page behind a post into structured content chunks with fetch diagnostics and content-type awareness.

Get started