Niconico Mylist Search Scraper
Pricing
from $1.00 / 1,000 results
Niconico Mylist Search Scraper
Search public Niconico mylists and export playlist titles, descriptions, curators, video counts, follower counts, and last added dates.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
ScrapingMonkey
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Niconico Mylist Search Scraper β Search public Niconico mylists and export playlist titles, descriptions, curators, video counts, follower counts, and last added dates. Add supported inputs and start a run to get structured public data without providing a Niconico account.
Search public Niconico mylists for cat videos. Export playlist titles, descriptions, owners and video counts to shortlist collections for further review.
| At a glance | Details |
|---|---|
| π₯ Input | Enter search words or matching public Niconico mylist_search URLs. Collection starts at page 1 using the website default search order. |
| π€ Output | One playlist per success row, with source input retained |
| π Pagination | pagesPerSearch limits result pages per input, with a default of 1. The source may end sooner. |
| π Login required | No |
| β‘ Processing | Up to 5 HTTP requests concurrently with automatic retries |
| πΎ Delivery | One Apify dataset view, useful flat columns and complete nested JSON |
What the niconico mylist search scraper collects π
Search public Niconico mylists and export playlist titles, descriptions, curators, video counts, follower counts, and last added dates.
Data can include:
- Source identity and public links
- Available id, url, title, description, thumbnail url, video count, follower count, last video added at
- Original input retained with every result
- One consistent success or failed record format
How to collect mylists from Niconico π
- Enter one or more supported inputs in
inputList. - Set the result-page budget for each input.
- Start the Actor.
- Open the Mylists dataset view and review the individual records.
- Export the dataset or retrieve it from your application.
{"inputList": ["η«"],"pagesPerSearch": 1}
pagesPerSearch limits result pages per input, with a default of 1. The source may end sooner.
Niconico mylists data and complete output π¦
| Field | Type | Meaning |
|---|---|---|
input | string | Original submitted input. |
status | string | Result status: success or failed. |
type | string or null | Entity type of this row. |
id | string or null | Stable public entity ID, exported as text. |
url | string or null | Public page URL for this entity. |
title | string or null | Video or mylist title returned by the source. |
description | string or null | Source description. May contain markup. |
thumbnail_url | string or null | Mylist thumbnail URL. |
video_count | integer or null | Source-reported number of videos. |
follower_count | integer or null | Public follower count for the profile or mylist. |
last_video_added_at | string or null | Most recent video-addition date reported for the mylist. |
owner | object or null | Public video creator or playlist curator. |
owner.id | string or null | Source identifier of this entity, retained as a string. |
owner.name | string or null | Public name supplied by the source. |
owner.type | string or null | Type when exposed by the public response. |
owner.url | string or null | Public source URL. |
owner.icon_url | string or null | Available icon URL. |
owner.visibility | string or null | Visibility when exposed by the public response. |
page | integer or null | Result page within this input. |
source_total_count | integer or null | Source-reported total for this search or feed; accessible collection depth can be smaller. |
Nested arrays and media references stay in their parent record. Downloading source media files is not part of this Actor.
Every top-level output field appears in these complete examples. The success example is normalized from a public response. Long strings and arrays are shortened here; the Actor keeps the complete available values. Values are a snapshot and can change. Nested arrays remain inside their parent result.
Representative success result with every output field (long text and arrays shortened for readability):
{"input": "η«","status": "success","type": "mylist","id": "65719603","url": "https://www.nicovideo.jp/mylist/65719603","title": "14Dη«ζ","description": "θ³ε γγ°δΊΊηΌγ²γΌγ ","thumbnail_url": "https://resource.video.nimg.jp/web/img/series/no_thumbnail.png","video_count": 80,"follower_count": 477,"last_video_added_at": "2026-05-09T17:42:09+09:00","owner": {"id": "16598948","name": "γ¨γγ","type": "user","url": "https://www.nicovideo.jp/user/16598948","icon_url": "https://secure-dcdn.cdn.nimg.jp/nicoaccount/usericon/1659/16598948.jpg?1520521646","visibility": "visible"},"page": 1,"source_total_count": 7774}
Complete failed result:
{"input": "invalid input","status": "failed","type": null,"id": null,"url": null,"title": null,"description": null,"thumbnail_url": null,"video_count": null,"follower_count": null,"last_video_added_at": null,"owner": null,"page": null,"source_total_count": null}
A failed row preserves input, sets status to failed, and sets every other top-level field to null. The run log records the reason. Optional successful fields can be null or empty when Niconico does not supply them. Object fields are exposed through useful columns in the single Mylists view; arrays are not expanded into extra result rows.
Input requirements and pagination settings βοΈ
| Parameter | Type | Required | Default | Rules |
|---|---|---|---|---|
inputList | array of strings | Yes | None | Enter search words or matching public Niconico mylist_search URLs. Collection starts at page 1 using the website default search order. At least 1 item. |
pagesPerSearch | integer | No | 1 | Maximum result pages per input, starting at page 1. Stops at the available end of results. Rows per page vary; short pages can still have a continuation. Minimum 1. |
Enter search words or matching public Niconico mylist_search URLs. Collection starts at page 1 using the website default search order.
Examples of supported inputs: η«.
Duplicate normalized inputs are processed once. Within the collection for one source input, repeated records are removed while distinct interactions or objects remain separate. The same object returned for different source inputs retains its source relationship.
The first result page counts as page 1. Public-page preparation and metadata lookups do not consume result pages. Collection stops at your page budget or the end of the available list. A short page alone does not mean that the list has ended.
Niconico mylists use cases π―
Find cat video playlists on Niconico
Search public Niconico mylists for cat videos. Export playlist titles, descriptions, owners and video counts to shortlist collections for further review.
Discover Touhou playlists on Niconico
Search Niconico public mylists for Touhou. Keep collection descriptions, owner links and last-added dates to discover playlists for deeper research.
Discover music playlists on Niconico
Find public Niconico music mylists. Export collection titles, descriptions, video counts and owner details to build a source-linked playlist directory.
Pricing and saved-result behavior π°
Check the Actorβs Pricing tab for the active pricing model and current rate. Store settings can change, so this README does not claim a fixed price or runtime.
Under dataset-item pricing:
- Each successful result represents one playlist for its source input.
- An invalid or unavailable input, an input with no accessible results, or an exhausted request can produce a
failedrow. - Retry attempts and supporting requests do not create extra dataset rows by themselves.
- Nested media, profile information and other arrays remain part of their parent row.
- A normal empty continuation after earlier successes creates no additional row.
- Saved failed rows are not assumed to be free; check their treatment in the active pricing configuration.
More inputs and larger page budgets can produce more saved rows. Start with a small run and check actual usage before increasing the workload.
Niconico mylists API π
Replace $ACTOR_ID with the identifier shown in this Actorβs API tab and $APIFY_TOKEN with your Apify token.
curl -X POST "https://api.apify.com/v2/acts/$ACTOR_ID/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"inputList":["η«"],"pagesPerSearch":1}'
Download the dataset in JSON, CSV, Excel or other formats available in the Console, or retrieve it through the Apify API. Use schedules, webhooks and Apify integrations to connect results to Google Sheets, Make, Zapier, cloud storage or your own application. These connections are configured separately by the user.
Reliability, retries, and public-data limits β οΈ
Collection uses pure HTTP with up to five concurrent requests. Invalid syntax and confirmed missing, removed or unavailable targets stop without unnecessary retries. Temporary network or proxy failures, timeouts, blocking responses, malformed data, throttling and server errors allow up to five total attempts per request.
Successful earlier pages remain saved if a later request fails. A normal end after saved results is not retried. An input with no accessible results can receive a failed row; that alone does not prove that its underlying source does not exist. An exhausted later request can add a failed row while preserving previous output.
One result describes a public mylist; its full video contents are collected by Niconico Mylist Videos Scraper. Source totals and search ordering can change during collection.
Niconico controls public availability, ranking and optional fields. Result counts can be affected by duplicates, removed content and changes during a run. A page budget is a collection limit, not a promise of exhaustive coverage.
An invalid string within a valid input list does not stop other inputs. Invalid overall configuration, such as a non-string list item or a wrong page-count type, exits before source requests. Startup failures, unavailable dataset storage or an unrecoverable result-save error can still stop the whole run. A failed save is not retried as a new scraping request.
Frequently asked questions β
What does one Niconico Mylist Search Scraper result represent?
Each successful row represents one playlist. The source input is retained, and nested fields stay in the same row.
Which source limits apply?
One result describes a public mylist; its full video contents are collected by Niconico Mylist Videos Scraper. Source totals and search ordering can change during collection.
Does it download media files?
No. Where available, the Actor returns media URLs and metadata within the result row.
Does it require a Niconico account or personal cookies?
No. You do not need to provide a Niconico account, password or personal session cookie. Collection uses HTTP without opening a browser.
What happens to invalid or unavailable inputs?
Invalid individual inputs are recorded as failed without a source request. Confirmed missing or unavailable targets stop without unnecessary retries. Temporary failures allow up to five total attempts per request; other inputs and earlier saved results remain available.
Can I export results or run the same input again?
Yes. Export the default dataset or retrieve it through the Apify API. You can create an Apify schedule and connect completed runs to your own workflow.
Support, responsible use, and related actors π
For a reproducible issue, use the Actorβs Issues tab and provide the run ID, approximate time, a safe public input, expected behavior and actual result. Include the mode or page budget when relevant. Never share access tokens, personal cookies or proxy credentials.
Use public data responsibly and follow applicable privacy, copyright, contractual and platform requirements before storing, analyzing or redistributing collected information.