Amazon Influencer Posts Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Amazon Influencer Posts Scraper
Export posts from an Amazon Influencer storefront—titles, links, thumbnails, types, and more—one row per post with a collection timestamp.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
PowerAI
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Collect public posts from an Amazon Influencer’s storefront: titles, links, thumbnails, post types, pins, and optional list/video metadata—saved as one row per post, with a timestamp on each row.
Key Features
- Collect up to your chosen maximum number of posts; follows cursor paging until that limit or until there is no next page
- Core fields: post_id (e.g.
amzn1.ideas…for idea lists), post_type (e.g.List), post_title, post_url (shop/list or post URL), post_thumbnail, is_pinned - list_items_count appears on list-style posts (number of items in the list); video_duration may appear on video posts
- Filters: marketplace (country), scope (all posts, idea lists only, photos, or videos), optional search query, language, and optional fields projection
- Each record includes scrapedAt (ISO 8601) when the row was written
Why Use It?
- Practical: See what an influencer publishes on Amazon in one structured export
- Structured: JSON rows for research, monitoring, or content workflows
- Steady: Stops at your cap or when the feed ends
Great For
- Influencer content audits and competitive research
- Tracking idea lists, photo posts, and video posts by scope
- Building catalogs of storefront content with stable URLs
Input Parameters
| Parameter | Required | Description |
|---|---|---|
influencer_name | Yes | Influencer storefront name or handle. |
maxResults | No | Maximum posts to collect (default: 48). |
geo | No | Which country’s Amazon site to use (default: US). Pick UK for the United Kingdom marketplace. |
scope | No | ALL, IDEA_LISTS, PHOTOS, or VIDEOS (default: all—no scope filter). |
query | No | Optional keyword filter within that influencer’s posts. |
language | No | Preferred language when supported (e.g. en_US). |
fields | No | Comma-separated attributes if you want a narrower payload. |
Output
Each dataset row is one post. The actor appends scrapedAt (ISO 8601). Fields depend on post_type (lists vs photos vs videos).
| Field | Type | Description |
|---|---|---|
post_id | string | Stable id for the post (e.g. idea-list ids often look like amzn1.ideas.…). |
post_type | string | Content kind, e.g. List for idea lists. |
post_title | string | Title shown on the storefront. |
post_url | string | URL to open the list or post (often under /shop/…/list/…). |
post_thumbnail | string | Thumbnail image URL. |
is_pinned | boolean | Whether the post is pinned on the influencer page. |
list_items_count | number | How many products/items are in the list (when applicable). |
video_duration | string | May appear on video posts. |
scrapedAt | string | When this row was collected (ISO 8601). |
Sample record (idea list)
{"post_id": "amzn1.ideas.3842UIVTBU82O","post_type": "List","post_title": "HAIR TOOLS","post_url": "https://www.amazon.com/shop/rockybarnes/list/3842UIVTBU82O","post_thumbnail": "https://m.media-amazon.com/images/I/61-dI4F6bjL._AC_._US550_SCLZZZZZZZ_.jpg","is_pinned": false,"list_items_count": 33,"scrapedAt": "2026-03-24T03:37:32.223Z"}
Notes
- Availability and fields depend on the influencer and marketplace.
- Respect Amazon’s terms and applicable laws when using scraped data.