Ameba Post Search Scraper
Pricing
from $1.00 / 1,000 results
Ameba Post Search Scraper
Search Ameba posts by keyword and export matching articles, author IDs, snippets, dates, tags, and image links.
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 Search Scraper — Search Ameba posts by keyword and export matching articles, author IDs, snippets, dates, tags, and image links. Add supported inputs and start a run to get structured public data without providing a Ameba account.
Search popular public Ameba posts about travel. Export article links, titles, snippets, tags and author identifiers to shortlist sources for further review.
| At a glance | Details |
|---|---|
| 📥 Input | Enter one keyword or phrase per item. Each result page contains up to 10 posts. |
| 📤 Output | One post 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 ameba post search scraper collects 📊
Search Ameba posts by keyword and export matching articles, author IDs, snippets, dates, tags, and image links.
Data can include:
- Source identity and public links
- Available id, url, query, sort, ameba id, title, text snippet, blog title
- Original input retained with every result
- One consistent success or failed record format
How to collect posts from Ameba 🚀
- Enter one or more supported inputs in
inputList. - Set the result-page budget for each input.
- Start the Actor.
- Open the Posts dataset view and review the individual records.
- Export the dataset or retrieve it from your application.
{"inputList": ["旅行"],"mode": "popular","pagesPerSearch": 1}
pagesPerSearch limits result pages per input, with a default of 1. The source may end sooner.
Ameba posts 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. |
query | string or null | Requested search keyword or phrase. |
sort | string or null | Selected search ordering. |
ameba_id | string or null | Ameba blog ID / username. |
title | string or null | Public blog or post title. |
text_snippet | string or null | Public search or reblog text; it is not guaranteed to contain the full article. |
blog_title | string or null | Public blog title. |
published_at | string or null | Publication timestamp. |
profile_image_url | string or null | Public profile image URL. |
thumbnail_url | string or null | Article preview image URL. |
tags | array or null | Public tags. |
image_urls | array or null | Image URLs returned in the search result. |
is_official | boolean or null | Whether Ameba identifies the blog as official. |
is_top_blogger | boolean or null | Whether the source marks the author as a top blogger. |
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","id": "12978299645","url": "https://ameblo.jp/momo-minbe/entry-12978299645.html","query": "旅行","sort": "popular","ameba_id": "momo-minbe","title": "履き心地抜群のスニーカー届いたーーー!!!","text_snippet": "スーパーセール始まってから注文した、はあちゅうプロデュースのスニーカーが届いたーーー箱から可愛い!!!そして、じゃじゃーーーん!かわいい!!!色合いも可愛いし、形も可愛い!!!!!!スタイルアップする厚底嬉しいし、かかとが靴べらみたいになってて手を使わずにはけるっていうのがこのスニーカーの素晴らしいところなんだけど、全然違和感ないっていうか、デザインとして良い!そしてインソールも気持ちよさそうで履き心地よさそっっ!こういう設計になってるらしい!!てか…このスニーカー6万足近く売れてるんだよ、すごすぎないか???【9/10 12時再販】 【新色発売】...","blog_title": "桃オフィシャルブログ Powered by Ameba","published_at": "2026-09-10T04:00:57.000Z","profile_image_url": "https://stat.profile.ameba.jp/profile_images/20190322/11/5b/ks/j/o04000400p_1553221814318_d85zk.jpg","thumbnail_url": "https://stat.ameba.jp/user_images/20260910/10/momo-minbe/ae/65/j/o1080081015820662460.jpg","tags": ["桃"],"image_urls": ["https://stat.ameba.jp/user_images/20260910/10/momo-minbe/ae/65/j/o1080081015820662460.jpg","https://stat.ameba.jp/user_images/20260910/10/momo-minbe/75/c6/j/o1080081015820662461.jpg","https://stat.ameba.jp/user_images/20260910/10/momo-minbe/3b/39/j/o1080081015820662462.jpg"],"is_official": true,"is_top_blogger": false}
Complete failed result:
{"input": "invalid input","status": "failed","id": null,"url": null,"query": null,"sort": null,"ameba_id": null,"title": null,"text_snippet": null,"blog_title": null,"published_at": null,"profile_image_url": null,"thumbnail_url": null,"tags": null,"image_urls": null,"is_official": null,"is_top_blogger": 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 Posts 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 one keyword or phrase per item. Each result page contains up to 10 posts. At least 1 item. |
mode | string | No | "popular" | Popular uses the website relevance/popularity order. Recent returns newest matching posts. Both modes have a 1,000-result website limit. Allowed values: popular, recent. |
pagesPerSearch | 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 one keyword or phrase per item. Each result page contains up to 10 posts.
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.
Ameba posts use cases 🎯
Find popular travel articles on Ameba
Search popular public Ameba posts about travel. Export article links, titles, snippets, tags and author identifiers to shortlist sources for further review.
Find recent cosmetics mentions on Ameba
Search recent public Ameba posts about cosmetics. Keep publication dates, discovery snippets and source links to review newly published mentions.
Discover Ameba parenting and travel writers
Search public Ameba posts about parenting and travel. Export author identifiers and article links to build a candidate list for subsequent profile research.
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 post 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 posts 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":["旅行"],"mode":"popular","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.
The website limits post searches to 1,000 results. Search text is a discovery snippet; use Ameba Post Scraper for full article details.
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 Search Scraper result represent?
Each successful row represents one post. The source input is retained, and nested fields stay in the same row.
Which source limits apply?
The website limits post searches to 1,000 results. Search text is a discovery snippet; use Ameba Post Scraper for full article details.
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.