# Niconico Video: Titles Scraper

**Use case:** 

Niconico: Extract available published titles from supplied records, retaining original public source context.

## Input

```json
{
  "inputList": [
    "https://www.nicovideo.jp/watch/sm46788296"
  ]
}
```

## 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"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "is_private": {
    "label": "Is private",
    "format": "boolean"
  },
  "is_deleted": {
    "label": "Is deleted",
    "format": "boolean"
  },
  "is_authentication_required": {
    "label": "Is authentication required",
    "format": "boolean"
  },
  "is_adult": {
    "label": "Is adult",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "genre.key": {
    "label": "Genre key",
    "format": "string"
  },
  "genre.label": {
    "label": "Genre label",
    "format": "string"
  },
  "series.id": {
    "label": "Series ID",
    "format": "string"
  },
  "series.title": {
    "label": "Series title",
    "format": "string"
  },
  "series.url": {
    "label": "Series URL",
    "format": "string"
  },
  "series.order": {
    "label": "Series order",
    "format": "integer"
  },
  "is_embed_player_allowed": {
    "label": "Is embed player allowed",
    "format": "boolean"
  },
  "has_lyrics": {
    "label": "Has lyrics",
    "format": "boolean"
  }
}
```

## About this Actor

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