# Niconico Mylist videos: Like Counts Scraper

**Use case:** 

Niconico: Extract available public like and favorite counts from supplied records, retaining original public source context.

## Input

```json
{
  "inputList": [
    "https://www.nicovideo.jp/mylist/9820700"
  ],
  "pagesPerMylist": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "content_type": {
    "label": "Content type",
    "format": "string"
  },
  "registered_at": {
    "label": "Registered at",
    "format": "string"
  },
  "duration_seconds": {
    "label": "Duration seconds",
    "format": "integer"
  },
  "view_count": {
    "label": "View count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "mylist_count": {
    "label": "Mylist count",
    "format": "integer"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "short_description": {
    "label": "Short description",
    "format": "string"
  },
  "latest_comment_summary": {
    "label": "Latest comment summary",
    "format": "string"
  },
  "thumbnails.url": {
    "label": "Thumbnails URL",
    "format": "string"
  },
  "thumbnails.middle_url": {
    "label": "Thumbnails middle URL",
    "format": "string"
  },
  "thumbnails.large_url": {
    "label": "Thumbnails large URL",
    "format": "string"
  },
  "thumbnails.listing_url": {
    "label": "Thumbnails listing URL",
    "format": "string"
  },
  "thumbnails.hd_url": {
    "label": "Thumbnails hd URL",
    "format": "string"
  },
  "thumbnails.player_url": {
    "label": "Thumbnails player URL",
    "format": "string"
  },
  "thumbnails.ogp_url": {
    "label": "Thumbnails ogp URL",
    "format": "string"
  },
  "thumbnails.short_url": {
    "label": "Thumbnails short URL",
    "format": "string"
  },
  "owner.id": {
    "label": "Owner ID",
    "format": "string"
  },
  "owner.name": {
    "label": "Owner name",
    "format": "string"
  },
  "owner.type": {
    "label": "Owner type",
    "format": "string"
  },
  "owner.url": {
    "label": "Owner URL",
    "format": "string"
  },
  "owner.icon_url": {
    "label": "Owner icon URL",
    "format": "string"
  },
  "owner.visibility": {
    "label": "Owner visibility",
    "format": "string"
  },
  "is_channel_video": {
    "label": "Is channel video",
    "format": "boolean"
  },
  "is_payment_required": {
    "label": "Is payment required",
    "format": "boolean"
  },
  "requires_sensitive_masking": {
    "label": "Requires sensitive masking",
    "format": "boolean"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "mylist.id": {
    "label": "Mylist ID",
    "format": "string"
  },
  "mylist.url": {
    "label": "Mylist URL",
    "format": "string"
  },
  "mylist.name": {
    "label": "Mylist name",
    "format": "string"
  },
  "mylist.description": {
    "label": "Mylist description",
    "format": "string"
  },
  "mylist.owner.id": {
    "label": "Mylist owner ID",
    "format": "string"
  },
  "mylist.owner.name": {
    "label": "Mylist owner name",
    "format": "string"
  },
  "mylist.owner.type": {
    "label": "Mylist owner type",
    "format": "string"
  },
  "mylist.owner.url": {
    "label": "Mylist owner URL",
    "format": "string"
  },
  "mylist.owner.icon_url": {
    "label": "Mylist owner icon URL",
    "format": "string"
  },
  "mylist.owner.visibility": {
    "label": "Mylist owner visibility",
    "format": "string"
  },
  "mylist.video_count": {
    "label": "Mylist video count",
    "format": "integer"
  },
  "mylist.follower_count": {
    "label": "Mylist follower count",
    "format": "integer"
  },
  "mylist.is_public": {
    "label": "Mylist is public",
    "format": "boolean"
  },
  "mylist.has_invisible_items": {
    "label": "Mylist has invisible items",
    "format": "boolean"
  },
  "mylist_item_id": {
    "label": "Mylist item ID",
    "format": "string"
  },
  "added_at": {
    "label": "Added at",
    "format": "string"
  },
  "mylist_item_description": {
    "label": "Mylist item description",
    "format": "string"
  },
  "mylist_item_status": {
    "label": "Mylist item status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Niconico Mylist Videos Scraper](https://apify.com/scrapingmonkey/niconico-mylist-videos-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/niconico-mylist-videos-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/niconico-mylist-videos-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
