Skip to content
ANY//
//Endpoint · Business Data

Post Data — Content and Engagement Signals

Posts, comment threads, and reaction lists from any public profile or company page — full text, engagement counts, media, timestamps. A keyword search endpoint covers all public posts.

Start for free7-day free trial

Fields You Get Back

post_urn
text
created_at
likes
comments
shares
media
author

What Comes Back

GET /api/people/user/posts
{
  "posts": [
    {
      "text": "Excited to announce our Series B funding...",
      "created_at": "2025-01-15T09:30:00Z",
      "likes": 342,
      "comments": 47,
      "shares": 89,
      "author": { "name": "Jane Smith" }
    }
  ],
  "cursor": "eyJvZmZzZXQiOjIwfQ=="
}

Start Reading the Feed

Posts, comments, and reactions as clean JSON — monitor prospects, competitors, and your own brand. 7-day free trial.

Common Questions

Cursor pagination pages through a person’s or company’s entire public post history — there’s no time cutoff. Each page returns 10–20 posts depending on the endpoint, at 1 credit per page.