# Monitor AI Content Trends on Medium

**Use case:** 

Stay informed about the latest trends and popular topics in Artificial Intelligence by scraping Medium articles. This helps content marketers and strategists id

## Input

```json
{
  "mode": "byTag",
  "tag": "artificial-intelligence",
  "query": "artificial intelligence",
  "fromDate": "2024-03-01",
  "excludePaywalled": true,
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authorName": {
    "label": "Author name"
  },
  "publishedDate": {
    "label": "Published date"
  },
  "readingTimeMinutes": {
    "label": "Reading time minutes"
  },
  "tags": {
    "label": "Tags"
  },
  "articleUrl": {
    "label": "Article url"
  }
}
```

## About this Actor

This example demonstrates how to use [Medium Article Scraper](https://apify.com/crawlerbros/medium-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/medium-scraper) to learn more, explore other use cases, and run it yourself.