# Likee Scraper — Video Stats

**Use case:** 

Likee scraper for any video link: views, likes, comments, shares, engagement rate, plus the creator's info. Add as many links as you like. No account needed. Do

## Input

```json
{
  "startUrls": [
    {
      "url": "https://likee.video/v/sepkYQ"
    }
  ],
  "profileUrls": [
    {
      "url": "https://likee.video/@KATYA_LUPP1"
    }
  ],
  "maxVideosPerProfile": 30,
  "profileVideoSorting": "latest",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "engagementRate": {
    "label": "Engagement %",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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