# Beginner Web Development Articles from Dev.to

**Use case:** 

Access up to 150 articles on web development from Dev.to by tag. Get insightful content tailored for novice web developers.

## Input

```json
{
  "sort": "latest",
  "tag": "webdev",
  "customTag": "",
  "username": "",
  "maxArticles": 150
}
```

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