Get recent posts
get_recent_postsRetrieve recent posts from any Medium author or publication. Pass the returned nextCursor to page through older posts.
Instructions
Latest posts from one author or publication. Pass nextCursor back as cursor to page back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | nextCursor from a previous call. | |
| source | Yes | An author ("@username" or profile URL) or publication (name, slug like "javarevisited", or URL like "https://pub.towardsai.net"). |