# Devto Top Articles sample export

**Use case:** 

Run a ready-made Devto Top Articles example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: devto-top-articles-scrap

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "organization_name": {
    "label": "Organization Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "organization_slug": {
    "label": "Organization Slug",
    "format": "text"
  },
  "path": {
    "label": "Path",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "type_of": {
    "label": "Type Of",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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