# Scrape Data Science Influencer Medium Posts

**Use case:** 

Gather articles from key data science influencers on Medium to follow their latest insights and analyses. This is crucial for thought leadership tracking and st

## Input

```json
{
  "mode": "byUser",
  "tag": "programming",
  "username": "william-grosset",
  "query": "artificial intelligence",
  "excludePaywalled": true,
  "maxItems": 25
}
```

## 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.