List Author Articles
list_author_articlesRetrieve a Medium author's articles via RSS feed (about 10 recent) or scraping for more, with optional keyword filtering.
Instructions
Get a list of articles from a Medium author. Uses RSS feed by default (fast, ~10 recent articles with full content). Use source='scrape' for more articles (slower, may trigger bot detection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of articles (only applies to scrape mode) | |
| source | No | Data source: 'rss' (fast, limited to ~10 recent) or 'scrape' (more articles, slower) | rss |
| keyword | No | Filter articles by keyword in title, excerpt, or tags | |
| username | Yes | Medium username (without @ prefix) |