# Yandex Zen (Dzen) Article Scraper

**Use case:** 

Yandex Zen scraper (Dzen) for any article link: views, likes, comments, author, and follower count. One tool for articles, posts, videos, and Shorts. No account

## Input

```json
{
  "urls": [
    "https://dzen.ru/a/afRiHXixAFfUTmXO",
    "https://dzen.ru/b/aGLivxFprRc1kZqi",
    "https://dzen.ru/video/watch/6a2d6ac6f3ceb430b1660fd1"
  ],
  "maxItems": 1000,
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "contentId": {
    "label": "ID",
    "format": "text"
  },
  "contentType": {
    "label": "Type",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "engagementRate": {
    "label": "Engagement %",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Zen Scraper](https://apify.com/sashaebashu/yandex-zen-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sashaebashu/yandex-zen-scraper) to learn more, explore other use cases, and run it yourself.