Amazon Influencer Posts Scraper avatar

Amazon Influencer Posts Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Amazon Influencer Posts Scraper

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

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

ParameterRequiredDescription
influencer_nameYesInfluencer storefront name or handle.
maxResultsNoMaximum posts to collect (default: 48).
geoNoWhich country’s Amazon site to use (default: US). Pick UK for the United Kingdom marketplace.
scopeNoALL, IDEA_LISTS, PHOTOS, or VIDEOS (default: all—no scope filter).
queryNoOptional keyword filter within that influencer’s posts.
languageNoPreferred language when supported (e.g. en_US).
fieldsNoComma-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).

FieldTypeDescription
post_idstringStable id for the post (e.g. idea-list ids often look like amzn1.ideas.…).
post_typestringContent kind, e.g. List for idea lists.
post_titlestringTitle shown on the storefront.
post_urlstringURL to open the list or post (often under /shop/…/list/…).
post_thumbnailstringThumbnail image URL.
is_pinnedbooleanWhether the post is pinned on the influencer page.
list_items_countnumberHow many products/items are in the list (when applicable).
video_durationstringMay appear on video posts.
scrapedAtstringWhen 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.