# Top Python Tutorials on Dev.to

**Use case:** 

Access a curated list of the best Python tutorials on Dev.to. Gather data for up to 200 articles by tag.

## Input

```json
{
  "sort": "latest",
  "tag": "python",
  "customTag": "",
  "username": "",
  "maxArticles": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "reactionsCount": {
    "label": "Reactions",
    "format": "integer"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "integer"
  },
  "readingTimeMinutes": {
    "label": "Reading time (min)",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Dev.to Scraper - Articles by Tag & Author](https://apify.com/logiover/devto-articles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/devto-articles-scraper) to learn more, explore other use cases, and run it yourself.