Note Post Likes Scraper
Pricing
from $1.00 / 1,000 results
Note Post Likes Scraper
Extract the public Note users who liked an article, including like dates, profile links, biographies, and available audience counts.
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
2 days ago
Last modified
Categories
Share
Note Post Likes Scraper — Extract the public Note users who liked an article, including like dates, profile links, biographies, and available audience counts. Add supported inputs and start a run to get structured public data without providing a note.com account.
Collect public accounts that liked a note.com company article. Keep user details and available reaction dates to review the article's visible audience.
| At a glance | Details |
|---|---|
| 📥 Input | Enter public Note article URLs or article keys, one per item. Each page contains up to 50 identified account likes. Anonymous likes have no profiles to export. |
| 📤 Output | One like per success row, with source input retained |
| 📄 Pagination | pagesPerPost 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 note post likes scraper collects 📊
Extract the public Note users who liked an article, including like dates, profile links, biographies, and available audience counts.
Data can include:
- Source identity and public links
- Available post key, post url, created at, user
- Original input retained with every result
- One consistent success or failed record format
How to collect likes from note.com 🚀
- Enter one or more supported inputs in
inputList. - Set the result-page budget for each input.
- Start the Actor.
- Open the Likes dataset view and review the individual records.
- Export the dataset or retrieve it from your application.
{"inputList": ["https://note.com/noteinc/n/na2355e3abefb"],"pagesPerPost": 1}
pagesPerPost limits result pages per input, with a default of 1. The source may end sooner.
note.com likes data and complete output 📦
| Field | Type | Meaning |
|---|---|---|
input | string | Original submitted input. |
status | string | Result status: success or failed. |
type | string or null | Result entity type. |
post_key | string or null | Post key when exposed by the public response. |
post_url | string or null | Available post URL. |
created_at | string or null | Creation time as supplied by the source. |
user | object or null | User when exposed by the public response. |
user.id | string or null | Source identifier of this entity, retained as a string. |
user.key | string or null | Source key identifying this entity. |
user.username | string or null | Username when exposed by the public response. |
user.name | string or null | Public name supplied by the source. |
user.url | string or null | Public source URL. |
user.description | string or null | Available public description. |
user.profile_image_url | string or null | Available profile image URL. |
user.header_image_url | string or null | Available header image URL. |
user.followers_count | integer or null | Followers count supplied by the source; absent values remain null. |
user.following_count | integer or null | Following count supplied by the source; absent values remain null. |
user.follow_counts_visible | boolean or null | Follow counts visible when exposed by the public response. |
user.is_official | boolean or null | Is official when exposed by the public response. |
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": "https://note.com/noteinc/n/na2355e3abefb","status": "success","type": "like","post_key": "na2355e3abefb","post_url": "https://note.com/noteinc/n/na2355e3abefb","created_at": "2026-09-11T22:15:45.000+09:00","user": {"id": "15478566","key": "5f8c57dc432af1f1484f662df850a74e","username": "usuha_yanasa","name": "Y Usuha","url": "https://note.com/usuha_yanasa","description": "初めまして、こんにちは。二児の母です☺️NECのタブレットが、2026/08にバッテリー膨張して廃棄。スマホをやっとこさiPhone12>17eに替え、介護の合間に、radikoで、ラジオNIKKEI2の音楽番組聴くか、農業系YouTube見てます。趣味は家庭菜園です。読む専です","profile_image_url": "https://assets.st-note.com/poc-image/manual/preset_user_image/production/i31e351503487.jpg","header_image_url": "https://assets.st-note.com/production/uploads/images/309013957/wallpaper_landscape_7670bdee06122aa889d819a828aae034.png","followers_count": 3,"following_count": null,"follow_counts_visible": null,"is_official": null}}
Complete failed result:
{"input": "invalid input","status": "failed","type": null,"post_key": null,"post_url": null,"created_at": null,"user": 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 note.com does not supply them. Object fields are exposed through useful columns in the single Likes 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 public Note article URLs or article keys, one per item. Each page contains up to 50 identified account likes. Anonymous likes have no profiles to export. At least 1 item. |
pagesPerPost | integer | No | 1 | Maximum result pages per input. Metadata requests do not count as pages. Stops at the source end marker or a repeated continuation. Minimum 1. |
Enter public Note article URLs or article keys, one per item. Each page contains up to 50 identified account likes. Anonymous likes have no profiles to export.
Examples of supported inputs: https://note.com/noteinc/n/na2355e3abefb.
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.
note.com likes use cases 🎯
Research likers of a note.com company article
Collect public accounts that liked a note.com company article. Keep user details and available reaction dates to review the article's visible audience.
Review likers of a note.com platform guide
Export public accounts that liked a note.com platform guide. Keep account links for manual audience research; anonymous likes have no user rows.
Discover readers of a note.com essay
Collect the visible accounts behind likes on a selected note.com essay. Export user records and reaction dates to prepare an audience research list.
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 like 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.
note.com likes 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":["https://note.com/noteinc/n/na2355e3abefb"],"pagesPerPost":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.
Anonymous likes contribute to article totals but have no account records to export. A short page can still have a continuation. The Actor follows the source end marker.
note.com 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 Note Post Likes Scraper result represent?
Each successful row represents one like. The source input is retained, and nested fields stay in the same row.
Which source limits apply?
Anonymous likes contribute to article totals but have no account records to export. A short page can still have a continuation. The Actor follows the source end marker.
Does it download media files?
No. Where available, the Actor returns media URLs and metadata within the result row.
Does it require a note.com account or personal cookies?
No. You do not need to provide a note.com 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.