Get an account's recent posts
social_postsAn account's recent posts / videos / tweets / threads / pins as the unified Post[] schema (id, url, author, text, createdAt, like/comment/share/view counts, mediaType, mediaUrls, hashtags), tagged with its platform. Keyless on Instagram, TikTok, YouTube, Pinterest, Snapchat, and Threads. Twitter/X, Reddit, and Facebook need operator-side credentials; LinkedIn is quarantined. For a keyless Reddit history pull use reddit_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, clamped 1-100. Default 20. | |
| cursor | No | Opaque pagination cursor from a previous response (where the platform supports paging). | |
| platform | Yes | Target social network. | |
| username | Yes | Account handle / username (without @). |