# Devto Tags sample export

**Use case:** 

Run a ready-made Devto Tags example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: devto-tags-scraper.

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "bg_color_hex": {
    "label": "Bg Color Hex",
    "format": "text"
  },
  "short_summary": {
    "label": "Short Summary",
    "format": "text"
  },
  "text_color_hex": {
    "label": "Text Color Hex",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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