Ameba Post Comments Scraper
Pricing
from $1.00 / 1,000 results
Ameba Post Comments Scraper
Export public Ameba post comments and replies with author information, text, dates, reply counts, and parent comment IDs.
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
a day ago
Last modified
Categories
Share
Ameba Post Comments Scraper โ Export public Ameba post comments and replies with author information, text, dates, reply counts, and parent comment IDs. Add supported inputs and start a run to get structured public data without providing a Ameba account.
Collect public comments on an Ameba staff announcement. Export comment text, author links, dates and reply identifiers to review service feedback.
| At a glance | Details |
|---|---|
| ๐ฅ Input | Enter full public Ameblo post URLs. Each page contains up to 20 comments, including replies. |
| ๐ค Output | One comment 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 ameba post comments scraper collects ๐
Export public Ameba post comments and replies with author information, text, dates, reply counts, and parent comment IDs.
Data can include:
- Source identity and public links
- Available id, url, post id, post url, blog id, author id, author name, author url
- Original input retained with every result
- One consistent success or failed record format
How to collect comments from Ameba ๐
- Enter one or more supported inputs in
inputList. - Set the result-page budget for each input.
- Start the Actor.
- Open the Comments dataset view and review the individual records.
- Export the dataset or retrieve it from your application.
{"inputList": ["https://ameblo.jp/staff/entry-12590320297.html"],"pagesPerPost": 1}
pagesPerPost limits result pages per input, with a default of 1. The source may end sooner.
Ameba comments data and complete output ๐ฆ
| Field | Type | Meaning |
|---|---|---|
input | string | Original submitted input. |
status | string | Result status: success or failed. |
id | string or null | Stable identifier of this result. |
url | string or null | Public result URL. |
post_id | string or null | ID of the requested source article. |
post_url | string or null | URL of the requested source article. |
blog_id | string or null | Numeric Ameba blog ID. |
author_id | string or null | Public Ameba ID of the comment author when available. |
author_name | string or null | Public author display name. |
author_url | string or null | Public author blog or website URL. |
author_image_url | string or null | Public author profile image URL. |
title | string or null | Public blog or post title. |
text | string or null | Available article or comment text with markup removed. |
html | string or null | Available article or comment HTML. |
created_at | string or null | Creation timestamp when provided. |
updated_at | string or null | Last update timestamp when provided. |
parent_comment_id | string or null | ID of the root comment when this row is a reply. |
in_reply_to_comment_id | string or null | ID of the comment directly replied to. |
reply_count | integer or null | Reply count reported for this comment. |
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://ameblo.jp/staff/entry-12590320297.html","status": "success","id": "13157542761","url": "https://ameblo.jp/staff/entry-12590320297.html#cbox","post_id": "12590320297","post_url": "https://ameblo.jp/staff/entry-12590320297.html","blog_id": "10000276667","author_id": "3104os777","author_name": "ใณใณใใ","author_url": "http://ameblo.jp/3104os777/","author_image_url": "https://stat.profile.ameba.jp/profile_images/20210113/01/68/MY/p/o05200520p_1610469386620_uen6t.png","title": "็ก้ก","text": "ใณใกใณใใซ็ตตๆๅญใไฝฟใใใฎใงใใญ๏ผ\n๐๐๐๐๐๐โบ๐\n๐โด๐โญ๐ก๐๐๐ฌ๐\n๐ต๐ด๐โโโโ๏ธ๐๐พ๐๐๐\n๐๐๐ฃ๐ปโ๐ค๐ขโตโ๐จ๐๐ \n๐๏ธ","html": "ใณใกใณใใซ็ตตๆๅญใไฝฟใใใฎใงใใญ๏ผ<br />๐๐๐๐๐๐โบ๐<br />๐โด๐โญ๐ก๐๐๐ฌ๐<br />๐ต๐ด๐โโโโ๏ธ๐๐พ๐๐๐<br />๐๐๐ฃ๐ปโ๐ค๐ขโตโ๐จ๐๐ <br />๐๏ธ<br />","created_at": "2021-09-22T02:21:57.000+09:00","updated_at": "2021-09-22T02:21:57.000+09:00","parent_comment_id": null,"in_reply_to_comment_id": null,"reply_count": 0}
Complete failed result:
{"input": "invalid input","status": "failed","id": null,"url": null,"post_id": null,"post_url": null,"blog_id": null,"author_id": null,"author_name": null,"author_url": null,"author_image_url": null,"title": null,"text": null,"html": null,"created_at": null,"updated_at": null,"parent_comment_id": null,"in_reply_to_comment_id": null,"reply_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 Ameba does not supply them. Object fields are exposed through useful columns in the single Comments 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 full public Ameblo post URLs. Each page contains up to 20 comments, including replies. At least 1 item. |
pagesPerPost | integer | No | 1 | Maximum result pages per input. Setup requests do not count as pages. Stops when the source has no next page or repeats a continuation. Actual rows per page can vary. Minimum 1. |
Enter full public Ameblo post URLs. Each page contains up to 20 comments, including replies.
Examples of supported inputs: https://ameblo.jp/staff/entry-12590320297.html.
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.
Ameba comments use cases ๐ฏ
Review feedback on an Ameba announcement
Collect public comments on an Ameba staff announcement. Export comment text, author links, dates and reply identifiers to review service feedback.
Map replies on an Ameba discussion page
Collect a bounded page of public Ameba comments and replies. Use parent identifiers to reconstruct available relationships in your own analysis.
Compare discussions on selected Ameba articles
Export public comments from selected Ameba articles. Keep each source post and available author details to compare discussion topics in your own analysis.
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 comment 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.
Ameba comments 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://ameblo.jp/staff/entry-12590320297.html"],"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.
Only public comments are returned. Replies are flat rows with parent IDs. Anonymous or removed authors may have no profile. Comment URLs point to the post comment section.
Ameba 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 Ameba Post Comments Scraper result represent?
Each successful row represents one comment. The source input is retained, and nested fields stay in the same row.
Which source limits apply?
Only public comments are returned. Replies are flat rows with parent IDs. Anonymous or removed authors may have no profile. Comment URLs point to the post comment section.
Does it download media files?
No. Where available, the Actor returns media URLs and metadata within the result row.
Does it require a Ameba account or personal cookies?
No. You do not need to provide a Ameba 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.