# Medium Publication Articles | RSS Feed Export Full Export

**Use case:** 

Full Export of Medium Publication Articles | RSS Feed Export. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "publication": "towards-data-science"
}
```

## Output

```json
{
  "title": {
    "label": "📋 Title",
    "format": "text"
  },
  "link": {
    "label": "🔗 Link",
    "format": "text"
  },
  "guid": {
    "label": "🔑 GUID",
    "format": "text"
  },
  "author": {
    "label": "✍️ Author",
    "format": "text"
  },
  "pubDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "publication": {
    "label": "📰 Publication",
    "format": "text"
  },
  "publicationSlug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "categories": {
    "label": "🏷️ Categories",
    "format": "text"
  },
  "contentSnippet": {
    "label": "📝 Snippet",
    "format": "text"
  },
  "feedUrl": {
    "label": "🔗 Feed URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Medium Publication Articles Scraper | RSS Feed Export](https://apify.com/parseforge/medium-publication-articles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/medium-publication-articles-scraper) to learn more, explore other use cases, and run it yourself.