Amazon Influencer Storefronts Scraper avatar

Amazon Influencer Storefronts Scraper

Pricing

Pay per event

Go to Apify Store
Amazon Influencer Storefronts Scraper

Amazon Influencer Storefronts Scraper

Extract public Amazon influencer profiles and collections from storefront URLs or handles. Optionally expand collections into visible recommended products or include creator videos, and filter by marketplace or public signals. No Amazon login is needed.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

🛍️ Inspect Amazon influencer storefronts

This Actor is for influencer marketing teams, Amazon brands, affiliate managers, and creator researchers. Submit public Amazon storefront URLs or handles and get creator profiles, storefront sections, Idea Lists, curation data, recommended products, and optional creator videos with source links, marketplace context, and capture times. Use the data to compare creator product mixes, check public affiliate signals, or prepare outreach from the pages you chose.

📋 Public storefront data

Each saved row keeps a record type, source page, and capture time. A storefront row can include creator identity, biography, affiliate disclosure, social links, public activity counts, section summaries, collections, and videos. A direct collection row keeps the known collection and its creator context. Product expansion adds visible product details inside a collection, and video output adds public video details when enabled. Counts shown by the source are separate from the number of records or products extracted. Fields that the source does not show may be absent.

▶️ Check a storefront or Idea List

  1. Choose Influencer storefronts to inspect a list of public storefront URLs or handles, or choose Idea List collection for one known collection URL.
  2. Add the storefront targets or collection URL. A full URL keeps its own Amazon marketplace. Set a marketplace and optional locale when you use handles.
  3. Add marketplace, top-creator, affiliate disclosure, curation, or activity filters when you want to keep only matching public signals.
  4. Turn on collection expansion for visible recommended product records, or turn on creator videos when you need those records.
  5. Set Maximum items to process for a bounded run. Leave it empty to return all available results until the public source is exhausted.
  6. Start the run and open the dataset and target outcome links in the output.

The Actor reads public Amazon pages and does not need an Amazon login. One run uses one shared extraction scope for its submitted storefront list.

⚙️ Input

Use the input to inspect several storefronts with one shared scope or one known Idea List. Fields for the other target type are not used.

Input fields

FieldTypeWhat it does
targetstringChooses storefronts for a list of URLs or handles, or collection for one public Idea List or collection URL.
storefrontsarray of stringsAdds one or more public Amazon storefront URLs or handles. The same scope, marketplace, and locale apply to every entry.
marketplacestringSets the Amazon marketplace for entries that are handles. A full URL keeps its own marketplace.
localestringOptionally sets locale context for storefront handles. The source may ignore it when the storefront does not support locale selection.
includeVideosbooleanWhen true, returns public creator-video records for storefront targets and adds the matching video event.
filterMarketplacestringKeeps only storefronts that report the selected public marketplace. Leave it empty to keep all marketplaces.
topCreatorFilterstringKeeps any storefront, one with a public top-creator signal, or one without that signal.
affiliateStatusFilterstringKeeps any storefront, one with a public affiliate disclosure, or one without that disclosure.
curationFilterstringKeeps any storefront, one with a public curation signal, or one without that signal.
activityFilterstringKeeps any storefront, one with public activity signals, or one without those signals.
collectionUrlstringAdds one public Amazon Idea List or collection URL for the collection target.
expandCollectionsbooleanWhen true, expands visible public collections into recommended product records. Profile and collection context are returned either way.
maxItemsintegerStops after this many output records are processed. Leave it empty to return all available results until the public source is exhausted.

Example input

The following JSON is copied from the successful Hosted QA default-input run on the current beta build.

{
"target": "storefronts",
"storefronts": [
"sweetsavingsandthings"
],
"includeVideos": false,
"expandCollections": false,
"maxItems": 1
}

🧾 Output

The run output includes links to the default dataset and to target outcomes. The dataset can contain storefront rows or direct collection rows.

Run links

FieldTypeWhat it does
datasetstringLinks to the default dataset with successful storefront and collection rows.
targetOutcomesstringLinks to a key-value record with one status and any errors for each submitted target.

Storefront rows

FieldTypeWhat it does
recordTypestringIdentifies this row as a storefront row.
sourceUrlstringPublic Amazon storefront page used for the row.
capturedAtstringTime when the public source data was captured.
creatorobjectPublic creator details shown on the storefront.
creator.creatorIdstringPublic creator identifier.
creator.namestringPublic creator name shown on the storefront.
creator.biostringPublic creator biography when shown.
creator.storefrontUrlstringPublic URL of the creator storefront.
creator.marketplacestringAmazon marketplace reported by the storefront.
creator.localestringLocale used or shown by the storefront when available.
creator.affiliateDisclosurestringPublic affiliate disclosure text when shown.
creator.isTopCreatorbooleanSays whether the storefront shows a public top-creator signal.
creator.hasCurationbooleanSays whether the storefront shows a public curation signal.
creator.socialLinksarray of objectsPublic social links shown on the storefront.
creator.socialLinks[].platformstringName of the social platform.
creator.socialLinks[].urlstringPublic social profile URL.
creator.activityCountsarray of objectsPublic activity counts shown on the storefront.
creator.activityCounts[].namestringName of the activity count shown by the source.
creator.activityCounts[].valueintegerNon-negative activity count shown by the source.
sectionSummariesarray of objectsPublic storefront sections and the counts shown for them.
sectionSummaries[].namestringName of a storefront section.
sectionSummaries[].typestringKind of section, such as a list or video section.
sectionSummaries[].visibleCountintegerCount shown by the source for the section, not the number of returned rows.
collectionsarray of objectsPublic Idea Lists or other collections shown by the source.
collections[].collectionIdstringPublic collection identifier.
collections[].curationIdstringPublic curation identifier when available.
collections[].typestringCollection type reported by the source.
collections[].titlestringPublic collection title.
collections[].urlstringPublic URL of the collection.
collections[].imageUrlsarray of stringsPublic collection image URLs shown by the source.
collections[].itemCountintegerNumber of items declared by the source for the collection.
collections[].postCountintegerNumber of posts declared by the source for the collection.
collections[].extractedProductCountintegerNumber of visible products actually extracted from the collection.
collections[].productsarray of objectsVisible products extracted from the collection when product expansion is on.
collections[].products[].productIdstringPublic product identifier.
collections[].products[].titlestringPublic product title shown by the source.
collections[].products[].brandstringProduct brand shown by the source.
collections[].products[].urlstringPublic product page URL.
collections[].products[].imageUrlsarray of stringsPublic product image URLs shown by the source.
collections[].products[].displayPricestringPrice text shown by the source.
collections[].products[].availabilityTextstringAvailability text shown by the source.
collections[].products[].deliveryTextstringDelivery text shown by the source.
collections[].products[].creatorNotestringCreator annotation shown with the product.
videosarray of objectsPublic creator videos shown when video output is enabled.
videos[].videoIdstringPublic video identifier.
videos[].urlstringPublic video page URL.
videos[].titlestringPublic creator-video title.
videos[].durationstringVideo duration shown by the source.
videos[].thumbnailUrlstringPublic video thumbnail URL.
videos[].productIdsarray of stringsPublic product identifiers linked to the video.
videos[].engagementCountsarray of objectsVisible engagement counts shown for the video.
videos[].engagementCounts[].namestringName of the engagement count shown by the source.
videos[].engagementCounts[].valueintegerNon-negative engagement count shown by the source.

Example storefront row

This is a genuine storefront row from a successful current-beta run.

{
"recordType": "storefront",
"sourceUrl": "https://www.amazon.ca/shop/cookingwithalison",
"capturedAt": "2026-08-25T21:23:43.803Z",
"creator": {
"creatorId": "amzn1.account.AHONLPDQTFUOJK6INT7XER2TWY3Q",
"name": "Cooking with Alison's Favourite Amazon Products",
"bio": "Favourite products by the owner of a recipe blog & dog lover",
"storefrontUrl": "https://www.amazon.ca/shop/cookingwithalison",
"marketplace": "amazon.ca",
"locale": "en_CA",
"affiliateDisclosure": "Earns commissions",
"isTopCreator": false,
"hasCuration": false,
"socialLinks": [],
"activityCounts": [
{
"name": "collection_likes",
"value": 0
},
{
"name": "collection_likes",
"value": 0
},
{
"name": "collection_likes",
"value": 0
},
{
"name": "collection_likes",
"value": 0
},
{
"name": "collection_likes",
"value": 1
},
{
"name": "collection_likes",
"value": 0
}
]
},
"sectionSummaries": [
{
"name": "All",
"type": "all",
"visibleCount": 6
},
{
"name": "Idea Lists",
"type": "list",
"visibleCount": 6
}
],
"collections": [
{
"collectionId": "amzn1.ideas.1T33Z576PM7TY",
"type": "idea_list",
"title": "Home, Smart Home Devices, Décor, Electronics",
"url": "https://www.amazon.ca/shop/cookingwithalison/list/1T33Z576PM7TY?tag=alisfoocookwi-20",
"imageUrls": [
"https://m.media-amazon.com/images/I/71vHVn35RnL._AC_._US550_SCLZZZZZZZ_.jpg"
],
"itemCount": 149,
"products": []
}
],
"videos": []
}

Video-enabled storefront row

This is a shortened genuine storefront row from a current-beta run with creator videos. It keeps one returned video. The "..." values mark omitted biography, activity, and additional video data.

{
"recordType": "storefront",
"sourceUrl": "https://www.amazon.com/shop/sweetsavingsandthings",
"capturedAt": "2026-08-25T21:22:59.938Z",
"creator": {
"creatorId": "amzn1.account.AGZWUMUYS5FHOJHF2CPDZQ6UFFOA",
"name": "Sweet Savings and Things",
"bio": "...",
"storefrontUrl": "https://www.amazon.com/shop/sweetsavingsandthings",
"marketplace": "amazon.com",
"locale": "en_US",
"affiliateDisclosure": "Earns revenue",
"isTopCreator": true,
"hasCuration": true,
"socialLinks": [
{
"platform": "pinterest",
"url": "https://www.pinterest.com/sweetsavingsandthings/"
}
],
"activityCounts": "..."
},
"sectionSummaries": [
{
"name": "All",
"type": "all",
"visibleCount": 3427
},
{
"name": "Idea Lists",
"type": "list",
"visibleCount": 16
},
{
"name": "Photos",
"type": "photo",
"visibleCount": 4
},
{
"name": "Videos",
"type": "video",
"visibleCount": 10
}
],
"collections": [
{
"collectionId": "amzn1.ideas.2E7LAQURU41SP",
"type": "idea_list",
"title": "Products From Reels",
"url": "https://www.amazon.com/shop/sweetsavingsandthings/list/2E7LAQURU41SP?tag=sweetsaving0b-20",
"imageUrls": [
"https://m.media-amazon.com/images/I/71lVPnXQnRL._AC_._US550_SCLZZZZZZZ_.jpg"
],
"itemCount": 395,
"products": []
}
],
"videos": [
{
"videoId": "amzn1.vse.video.06bd71fe2af449fdbd0ca863eb772558",
"url": "https://www.amazon.com/vdp/06bd71fe2af449fdbd0ca863eb772558?creator_attr_token=Y29tcEN0eElkPWFpcHN0b3JlZnJvbnRzdmMtMjAyNi0wNC0wOS1xeE1yJnRhZz1zd2VldHNhdmluZ3NvLTIwJmxpbmtDb2RlPXNzYyZhc2NfaXRlbS1pZD1hbXpuMS52c2UudmlkZW8uMDZiZDcxZmUyYWY0NDlmZGJkMGNhODYzZWI3NzI1NTguaW5jbHVkZUxpbWl0ZWRWaXNpYmlsaXR5&tag=sweetsavingso-20",
"title": "Airtap vent booster fan review Worth every penny!",
"duration": "0:11",
"thumbnailUrl": "https://m.media-amazon.com/images/I/71nzI47-XoL._AC_._SX500_SCLZZZZZZZ_.jpg",
"productIds": [
"B0792R5KJF"
],
"engagementCounts": []
},
"..."
]
}

Collection rows

FieldTypeWhat it does
recordTypestringIdentifies this row as a collection row.
sourceUrlstringPublic Amazon Idea List or collection page used for the row.
capturedAtstringTime when the public source data was captured.
creatorobjectPublic creator context shown with the collection.
creator.creatorIdstringPublic creator identifier.
creator.namestringPublic creator name when shown.
creator.biostringPublic creator biography when shown.
creator.storefrontUrlstringPublic URL of the creator storefront.
creator.marketplacestringAmazon marketplace reported by the source.
creator.localestringLocale used or shown by the source when available.
creator.affiliateDisclosurestringPublic affiliate disclosure text when shown.
creator.isTopCreatorbooleanSays whether the source shows a public top-creator signal.
creator.hasCurationbooleanSays whether the source shows a public curation signal.
creator.socialLinksarray of objectsPublic social links shown by the source.
creator.socialLinks[].platformstringName of the social platform.
creator.socialLinks[].urlstringPublic social profile URL.
creator.activityCountsarray of objectsPublic activity counts shown by the source.
creator.activityCounts[].namestringName of the activity count.
creator.activityCounts[].valueintegerNon-negative activity count.
sectionSummariesarray of objectsPublic storefront sections when the source provides them.
sectionSummaries[].namestringName of a storefront section.
sectionSummaries[].typestringKind of storefront section.
sectionSummaries[].visibleCountintegerCount shown by the source for the section.
collectionsarray of objectsThe directly targeted public collection and its collection data.
collections[].collectionIdstringPublic collection identifier.
collections[].curationIdstringPublic curation identifier when available.
collections[].typestringCollection type reported by the source.
collections[].titlestringPublic collection title.
collections[].urlstringPublic URL of the collection.
collections[].imageUrlsarray of stringsPublic collection image URLs.
collections[].itemCountintegerNumber of items declared by the source.
collections[].postCountintegerNumber of posts declared by the source.
collections[].extractedProductCountintegerNumber of visible products actually extracted.
collections[].productsarray of objectsVisible products extracted from the collection when expansion is on.
collections[].products[].productIdstringPublic product identifier.
collections[].products[].titlestringPublic product title.
collections[].products[].brandstringProduct brand shown by the source.
collections[].products[].urlstringPublic product page URL.
collections[].products[].imageUrlsarray of stringsPublic product image URLs.
collections[].products[].displayPricestringPrice text shown by the source.
collections[].products[].availabilityTextstringAvailability text shown by the source.
collections[].products[].deliveryTextstringDelivery text shown by the source.
collections[].products[].creatorNotestringCreator annotation shown with the product.
videosarray of objectsPublic creator videos when the collection run includes them.
videos[].videoIdstringPublic video identifier.
videos[].urlstringPublic video page URL.
videos[].titlestringPublic creator-video title.
videos[].durationstringVideo duration shown by the source.
videos[].thumbnailUrlstringPublic video thumbnail URL.
videos[].productIdsarray of stringsPublic product identifiers linked to the video.
videos[].engagementCountsarray of objectsVisible engagement counts shown for the video.
videos[].engagementCounts[].namestringName of the engagement count.
videos[].engagementCounts[].valueintegerNon-negative engagement count.

Example collection row

This is a genuine direct-collection row from a successful current-beta run with one visible product.

{
"recordType": "collection",
"sourceUrl": "https://www.amazon.com/shop/sweetsavingsandthings/list/2E7LAQURU41SP",
"capturedAt": "2026-08-25T21:22:58.699Z",
"creator": {
"creatorId": "amzn1.account.AGZWUMUYS5FHOJHF2CPDZQ6UFFOA",
"name": "Sweet Savings and Things",
"storefrontUrl": "https://www.amazon.com/shop/sweetsavingsandthings",
"marketplace": "amazon.com",
"locale": "en_US",
"affiliateDisclosure": "Earns revenue",
"isTopCreator": false,
"hasCuration": false,
"socialLinks": [],
"activityCounts": []
},
"sectionSummaries": [],
"collections": [
{
"collectionId": "2E7LAQURU41SP",
"type": "idea_list",
"title": "Products From Reels",
"url": "https://www.amazon.com/shop/sweetsavingsandthings/list/2E7LAQURU41SP",
"imageUrls": [
"https://m.media-amazon.com/images/I/71GrimGm8KL._AC_._US550_SCLZZZZZZZ_.jpg"
],
"itemCount": 395,
"extractedProductCount": 1,
"products": [
{
"productId": "B0DSGDGH42",
"title": "Shark NeverChange Compact Pro Air Purifier, HP071BRN, Winter Fog | For Bedroom, Nursery, Home Office, Dorm, HEPA-Exceeding Filter, Captures Pollutants, Pet Dander, Dust, Odor, Smoke, and More",
"brand": "Shark",
"url": "https://www.amazon.com/dp/B0DSGDGH42?linkCode=ssc&tag=sweetsaving0b-20&creativeASIN=B0DSGDGH42&asc_item-id=amzn1.ideas.2E7LAQURU41SP&ref_=aip_sf_list_spv_ofs_d_asin",
"imageUrls": [
"https://m.media-amazon.com/images/I/41kYnlpPVoL._AC_.jpg"
],
"displayPrice": "$129.99",
"deliveryText": "FREE delivery Sun, Aug 30"
}
]
}
],
"videos": []
}

💳 Pricing

The Actor uses pay-per-event pricing. A successfully saved creator profile, collection, visible recommended product, or creator video uses its matching event.

Buyer-facing chargeWhen it applies
ProfileOne public creator profile is saved.
CollectionOne public Idea List or curation collection is saved.
ProductOne visible recommended product is saved.
VideoOne public creator video is saved.

Product and video events apply only when those output types are saved, so turn on expansion or videos only when you need them. The current pricing configuration has no separate run-start event.

🔌 Integrations

Read the dataset and target outcome links from the Apify Console or API. Store the public rows in your own workflow when you need to compare creator collections or product data over time.

❓ FAQ

Does this find Amazon influencer storefronts by keyword?

No. Add the public storefront URLs or handles that you want to inspect. This Actor does not search the full Amazon creator population.

Can I inspect one known Idea List?

Yes. Choose Idea List collection and enter its public Amazon collection URL. The returned row keeps the collection source page and creator context.

Can one run check several storefronts?

Yes. Add several URLs or handles to storefronts. They use one shared extraction scope, marketplace, and locale.

What happens when the source does not show a field?

That field may be absent. Source-declared counts, such as an Idea List item count, are kept separate from visible products actually extracted.

Can I include products and creator videos?

Yes. Turn on expandCollections for visible recommended product records and includeVideos for public creator-video records. Profile and collection context stay part of the output.

Can I filter by public creator signals?

Yes. Storefront targets can be filtered by marketplace, top-creator signal, affiliate disclosure, curation signal, or activity signals.

Do I need an Amazon login?

No. The Actor reads public storefront and collection pages and does not ask for Amazon account credentials.

What does an empty maximum do?

Leave maxItems empty to return all available results until the public source is exhausted.

📝 Changelog

0.0: Initial release

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

  • ShopMy Creator Scraper: Compare public creator picks, collections, products, merchants, and affiliate links on another creator storefront platform.
  • Influencer Scraper: Find public influencer profiles on TikTok, Instagram, and YouTube before checking their Amazon storefronts.
  • Amazon Price Tracker: Follow public prices, ratings, availability, and seller details for product IDs or URLs found in storefront data.
  • Amazon Creator Shop Scraper: Compare another public Amazon creator storefront workflow with profile, collection, product, and video data.
  • Amazon Influencer Storefront Scraper: Use a separate public Amazon storefront scraper when you need creator profiles, lists, curations, and ASINs.

Made with ❤️ by Maxime Dupré