Niconico Video Search & Rankings avatar

Niconico Video Search & Rankings

Pricing

from $30.00 / 1,000 items

Go to Apify Store
Niconico Video Search & Rankings

Niconico Video Search & Rankings

Pricing

from $30.00 / 1,000 items

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

📺 Niconico Video Search & Ranking Scraper — Japan's Homegrown Video Giant

Optional delivery: Send results straight to your own Notion database or Supabase table in the same run, via Apify's native MCP connectors — the Actor never sees your credentials. One-click connect: Notion or Supabase. Leave blank to get the dataset as usual.

Search and rank videos on Niconico (ニコニコ動画) — Japan's original, fiercely-loyal video platform, often called "Japan's Bilibili" and the birthplace of Vocaloid, 実況プレイ (let's-play) culture, and the scrolling-comment format YouTube later copied. Pull titles, view counts, comment counts, My-List saves, length, tags, thumbnails, and watch URLs — no login, no Niconico API key.

This is a corner of the internet most Western scrapers can't reach. YouTube tooling is everywhere; Niconico — where a huge slice of Japanese fandom, music, and gaming culture actually lives — is almost completely untapped outside Japan. If you research JP entertainment, track Vocaloid/anime/gaming trends, scout creators, or build a media dataset, this is signal your competitors don't have.

📊 Sample Output

Niconico video search scraper sample output — Japanese video results with title, view count, comment count, My-List saves and length for media research and trend tracking

Real videos returned by this actor for { "mode": "search", "query": "ゲーム", "maxItems": 12 } — every row below comes straight from a live run:

TitleViewsCommentsMy-ListsLength
新・豪血寺一族 -煩悩解放 - レッツゴー!陰陽師22,968,1625,670,779183,0625:20
幕末志士達のスマブラ64実況プレイ17,714,612276,096153,23015:10
DECO*27 - ゴーストルール feat. 初音ミク12,770,162191,222117,2323:26
【マリオ64実況】 奴が来る 伍【幕末志士】11,882,794704,99054,98020:54
東方紅魔郷Ultraモード 2周目突入 Stage1〜48,890,133113,987150,93616:40
最強の匠は誰か!?…Minecraftをカ…7,616,012145,29847,07224:25
幕末志士達のマリオカート64実況プレイ7,478,97187,38353,32118:46

Niconico ranks engagement very differently from YouTube: comment count and My-List saves (the platform's bookmark metric) are the true signals of cult status — a 22M-view video here carries 5.6M comments, the kind of density you never see on Western platforms.

What you get

Per video, a flat, typed record:

  • Identitycontent_id (e.g. sm9), title, description
  • Engagementview_count, comment_count, mylist_count (bookmarks), like_count
  • Formatlength_seconds, posted_at
  • Discoverytags[] (the rich Japanese tag folksonomy Niconico is famous for)
  • Mediathumbnail_url, video_url (direct watch link)
  • Creatoruser_id
  • Provenancequery, scraped_at

Sample inputs

1. Search by keyword (most common)

{ "mode": "search", "query": "ゲーム", "maxItems": 12 }

2. Most-viewed ranking, scoped to a theme

{ "mode": "ranking", "query": "VOCALOID", "maxItems": 30 }

3. Search sorted by My-List saves (find cult favorites)

{ "mode": "search", "query": "初音ミク", "sort": "mylist", "maxItems": 50 }

JSON sample record

One representative record, exactly as returned:

{
"content_id": "sm9",
"title": "新・豪血寺一族 -煩悩解放 - レッツゴー!陰陽師",
"description": "レッツゴー!陰陽師(フルコーラスバージョン)",
"view_count": 22968162,
"comment_count": 5670779,
"mylist_count": 183062,
"like_count": 44165,
"length_seconds": 320,
"posted_at": "2007-03-06T00:33:00+09:00",
"thumbnail_url": "https://nicovideo.cdn.nimg.jp/thumbnails/9/9",
"user_id": 4,
"tags": ["陰陽師", "公式", "音楽", "ゲーム", "ニコニ国歌"],
"video_url": "https://www.nicovideo.jp/watch/sm9",
"query": "ゲーム",
"scraped_at": "2026-06-15T04:50:34Z"
}

How it works

This actor queries Niconico's public search/ranking endpoints through Apify proxy and parses the structured results directly — view_count, comment_count, mylist_count, like_count, length, tags, and watch URL — into one flat record per video. No headless browser, no brittle DOM scraping, no login. Pick search for keyword discovery or ranking for the most-viewed board, control ordering with sort (views / recent / comments / mylist / likes / length), and cap the run with maxItems — a hard ceiling, so compute and your bill never outrun what you asked for.

🗾 Why this Japanese data is unique

Niconico isn't a YouTube clone — it's a parallel media universe that shaped Japanese internet culture. Vocaloid (初音ミク) broke here, the 実況プレイ let's-play format was popularized here, and the platform's scrolling-comment overlay (弾幕) predates and inspired the format used worldwide today. Its tag folksonomy and My-List metric encode fandom signals that don't exist on Western platforms and aren't surfaced by any English-language tool. Pulling it in clean, structured, English-readable fields is the edge for anyone studying JP entertainment, music, or gaming.

This actor reads only public Niconico search and ranking results — the same listings any visitor sees on nicovideo.jp, no login required. It collects publicly displayed video metadata (title, counts, tags, thumbnail, URL). It does not download video files, access private/members-only content, or touch anything behind authentication. You are responsible for using the output in line with Niconico's terms and your local regulations.

❓ FAQ

Q: Do I need a Niconico account or premium membership? A: No. The actor works entirely off public search and ranking pages — no login, no API key.

Q: What's the difference between search and ranking mode? A: search finds videos by keyword (Japanese or English). ranking returns the most-viewed videos, optionally scoped to a query/genre keyword — leave query blank for the overall top.

Q: What is mylist_count and why does it matter? A: My-List is Niconico's bookmark/save feature. A high mylist_count signals a video people deliberately kept — often a stronger quality signal than raw views, and unique to this platform.

Q: Can I download the actual video files? A: No. This actor returns metadata and the public watch URL only — it does not download or rehost video content.

Q: Why did I get fewer videos than maxItems? A: That keyword/ranking simply had fewer matching videos. maxItems is a ceiling, not a target — getting fewer is normal, not an error.

Pair this with the rest of the NexGenData Asia-video & trend fleet:

💰 Pricing example

This actor uses Pay-Per-Event pricing — you only pay for videos that actually land in your dataset:

  • Actor start: $0.005
  • Per item: $0.03

A 12-video search = $0.005 + (12 × $0.03) = $0.365. A 100-video deep pull = $0.005 + (100 × $0.03) = $3.005. No monthly minimum, no seats, no surprise overage bills.


⭐ Found this useful?

If this actor opened up Japan's video catalog for you, a quick review on the Apify Store helps other teams discover it. Feature request or bug? Open it from the Issues tab — we read every one.