# Dev.to Webdev Articles — Trending

**Use case:** 

Get trending web development articles on Dev.to. Titles, authors, tags, and reactions.

## Input

```json
{
  "tag": "webdev",
  "sort": "trending",
  "max_results": 25,
  "min_reactions": 0
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "reactions_count": {
    "label": "Reactions",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "reading_time_minutes": {
    "label": "Reading Time",
    "format": "number"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "cover_image": {
    "label": "Cover Image",
    "format": "image"
  },
  "author_image": {
    "label": "Author Image",
    "format": "image"
  }
}
```

## About this Actor

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