# Niconico Gaming Mylist Search Scraper

**Use case:** 

Scrape Niconico mylist search results for ゲーム, including description, title, url where available. Find topic-relevant records for a ゲーム content directory, campaign shortlist or competitive research dataset.

## Input

```json
{
  "inputList": [
    "ゲーム"
  ],
  "pagesPerSearch": 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"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "thumbnail_url": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "video_count": {
    "label": "Video count",
    "format": "integer"
  },
  "follower_count": {
    "label": "Follower count",
    "format": "integer"
  },
  "last_video_added_at": {
    "label": "Last video added at",
    "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"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "source_total_count": {
    "label": "Source total count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Niconico Mylist Search Scraper](https://apify.com/scrapingmonkey/niconico-mylist-search-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/niconico-mylist-search-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-search-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`).
