# Latest articles DEV.to Articles

**Use case:** 

Extract DEV.to Articles data filtered by Latest articles. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "latest",
  "tag": "",
  "username": "ben",
  "fetchBody": true
}
```

## Output

```json
{
  "coverImage": {
    "label": "Cover",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "authorUsername": {
    "label": "Username",
    "format": "text"
  },
  "tagsText": {
    "label": "Tags",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "positiveReactionsCount": {
    "label": "Reactions",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "readingTimeMinutes": {
    "label": "Read (min)",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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