Amazon Influencers Posts Scraper
by igview-owner
Scrape Amazon Influencer posts in bulk from any public profile. Collect idea lists, photos and videos with titles, thumbnails, item counts, post URLs,...
Opens on Apify.com
About Amazon Influencers Posts Scraper
Scrape Amazon Influencer posts in bulk from any public profile. Collect idea lists, photos and videos with titles, thumbnails, item counts, post URLs, and more. Perfect for influencer research, product discovery, niche analysis.
What does this actor do?
Amazon Influencers Posts Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
🛍️ Amazon Influencers Posts Scraper – Extract Posts, Idea Lists & Media from Amazon Influencer Profiles Extract posts, idea lists, photos, and videos from Amazon Influencer profiles effortlessly! Get post titles, thumbnails, URLs, item counts, and marketplace details. Perfect for influencer research, product discovery, market analysis, and competitive intelligence. --- ## 📋 Table of Contents - ✨ Features - ⚡ Quick Start - 📊 Input Parameters - 📤 Output Format - ❓ FAQ - 🏷️ Tags --- ## ✨ Features ### Comprehensive Influencer Post Extraction | Feature | Description | |---------|-------------| | 📝 Idea Lists | Extract all influencer idea lists with titles and item counts | | 📸 Photos & Videos | Get photo and video posts with high-quality thumbnails | | 🔗 Direct URLs | Access direct links to all posts and product lists | | 🔢 Item Counts | See how many products are in each idea list | | 🌍 Multi-Marketplace | Support for 24+ Amazon marketplaces worldwide | | 📌 Pinned Posts | Identify pinned posts from influencers | | 🎯 Content Filtering | Filter by ALL, IDEA_LISTS, PHOTOS, or VIDEOS | | 🔍 Search Posts | Search for specific posts using keywords | | 🗣️ Multi-Language | Support for 35+ languages across marketplaces | | 📊 Clean Table Views | Organized views for overview, idea lists, and detailed data | --- ## ⚡ Quick Start ### 1️⃣ Extract All Posts from an Influencer json { "influencer_name": "rockybarnes", "country": "US", "scope": "ALL", "maxResults": 100 } ### 2️⃣ Get Only Idea Lists json { "influencer_name": "rockybarnes", "country": "US", "scope": "IDEA_LISTS", "maxResults": 50 } ### 3️⃣ Search for Specific Posts json { "influencer_name": "rockybarnes", "country": "US", "scope": "ALL", "query": "summer fashion", "maxResults": 100 } ### 4️⃣ Multi-Marketplace Example json { "influencer_name": "rockybarnes", "country": "GB", "language": "en_GB", "scope": "ALL", "maxResults": 200 } --- ## 📊 Input Parameters ### Configuration Options | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | influencer_name | String | ✅ Yes | - | Amazon influencer username | | country | String | ❌ No | US | Amazon marketplace country | | scope | String | ❌ No | ALL | Content type filter | | query | String | ❌ No | - | Search query for posts | | language | String | ❌ No | - | Result language | | maxResults | Integer | ❌ No | 100 | Maximum posts to fetch (1-1000) | ### 📝 Parameter Details #### influencer_name (Required) - Amazon influencer username to scrape - Found in the influencer's storefront URL: amazon.com/shop/influencer_name - Examples: "rockybarnes", "thestrivetofit", "whatjesswore" - Case-sensitive, use exact spelling #### country (Optional) - Amazon marketplace country code - Default: "US" - Supported: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE - Determines domain, currency, and available products #### scope (Optional) - Filter posts by content type - Default: "ALL" - Options: - "ALL" - All posts (idea lists, photos, videos) - "IDEA_LISTS" - Only idea/product lists - "PHOTOS" - Only photo posts - "VIDEOS" - Only video posts #### query (Optional) - Search for posts matching specific keywords - Examples: "summer fashion", "kitchen gadgets", "beauty" - Leave empty to get all posts - Case-insensitive search #### language (Optional) - Language for results - Default: Marketplace default language - Examples: "en_US", "es_ES", "de_DE", "fr_FR" - See input schema for full list of supported languages #### maxResults (Optional) - Maximum number of posts to scrape - Range: 1 to 1000 - Default: 20 - Higher values collect more data but take longer - Actor handles pagination automatically --- ## 📤 Output Format ### Idea List Post Example json { "post_id": "amzn1.ideas.2NVFVHBZFJETN", "post_type": "List", "post_title": "FALL/WINTER FAVS", "post_url": "https://www.amazon.com/shop/rockybarnes/list/2NVFVHBZFJETN", "post_thumbnail": "https://m.media-amazon.com/images/I/71vOgpsVr3L._AC_._US550_SCLZZZZZZZ_.jpg", "is_pinned": false, "list_items_count": 172, "influencer_name": "rockybarnes", "country": "US", "domain": "www.amazon.com", "scraped_at": "2024-12-04T16:48:00.000Z" } ### Another List Example json { "post_id": "amzn1.ideas.1FF055UY8BDBG", "post_type": "List", "post_title": "KITCHEN FAVORITES", "post_url": "https://www.amazon.com/shop/rockybarnes/list/1FF055UY8BDBG", "post_thumbnail": "https://m.media-amazon.com/images/I/61M5hGxLaqL._AC_._US550_SCLZZZZZZZ_.jpg", "is_pinned": false, "list_items_count": 85, "influencer_name": "rockybarnes", "country": "US", "domain": "www.amazon.com", "scraped_at": "2024-12-04T16:48:00.000Z" } ### 📊 Output Fields Reference | Field | Type | Description | |-------|------|-------------| | post_id | String | Unique Amazon post identifier (e.g., amzn1.ideas.XXX) | | post_type | String | Type of post (e.g., "List", "Photo", "Video") | | post_title | String | Title of the post/idea list | | post_url | String | Direct link to the post on Amazon | | post_thumbnail | String | Thumbnail image URL | | is_pinned | Boolean | Whether the post is pinned by the influencer | | list_items_count | Integer | Number of items in the idea list | | influencer_name | String | Amazon influencer username | | country | String | Amazon marketplace country code | | domain | String | Amazon domain (e.g., www.amazon.com) | | scraped_at | String | Data extraction timestamp (ISO 8601) | --- ## ❓ FAQ ### Q: Do I need an Amazon account to use this actor? A: No. The actor works without requiring any Amazon account or login credentials. ### Q: Can I scrape private influencer profiles? A: The actor only accesses publicly available Amazon Influencer storefronts. All data is public. ### Q: How do I find an influencer's username? A: Visit the influencer's Amazon storefront. The username appears in the URL: amazon.com/shop/influencer_name ### Q: What types of posts can I extract? A: The actor extracts: - ✅ Idea Lists (product collections) - ✅ Photo posts - ✅ Video posts - ✅ All post metadata (titles, thumbnails, item counts) ### Q: Can I scrape multiple influencers in one run? A: Currently, the actor processes one influencer per run. For multiple influencers, run the actor multiple times or use Apify's scheduling features. ### Q: How many posts can I fetch? A: You can fetch between 1 and 1000 posts per run using the maxResults parameter. ### Q: Which Amazon marketplaces are supported? A: 24 marketplaces: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE ### Q: Is this legal and compliant? A: This tool extracts only publicly available information from Amazon. You are responsible for complying with Amazon's Terms of Service and all applicable laws. Always respect intellectual property rights. ### Q: Can I filter posts by type? A: Yes! Use the scope parameter to filter by: - ALL - All posts - IDEA_LISTS - Only idea/product lists - PHOTOS - Only photo posts - VIDEOS - Only video posts ### Q: Can I search for specific posts? A: Yes! Use the query parameter to search for posts matching specific keywords (e.g., "summer fashion", "kitchen gadgets"). ### Q: Do I get the actual product details? A: This actor extracts post-level data (titles, thumbnails, item counts). For individual product details within lists, you would need a separate product scraper. ### Q: How does pagination work? A: The actor automatically handles pagination using cursors from the API. It will fetch posts until reaching maxResults or running out of available posts. --- ## 🏷️ Tags amazon scraper, amazon influencer, amazon influencer scraper, influencer posts, amazon idea lists, product discovery, amazon marketplace, influencer marketing, e-commerce scraper, amazon data extractor, influencer research, product research, amazon api scraper, influencer content, amazon storefront scraper, product lists, amazon posts, influencer analytics, market research, competitive intelligence, amazon products, influencer data, amazon automation, product trends, niche research, amazon seller tools, influencer discovery, product curation, amazon datasets, apify amazon --- ## 🚀 Get Started Now Ready to extract Amazon Influencer posts and discover trending products? 1. 🎯 Enter the influencer name (e.g., rockybarnes) 2. 🌍 Select the Amazon marketplace (US, GB, DE, etc.) 3. 📂 Choose content scope (ALL, IDEA_LISTS, PHOTOS, VIDEOS) 4. 📊 Set maximum results (1-1000 posts) 5. ▶️ Click Start to run the actor 6. 📥 Download your data in JSON, CSV, Excel, or HTML format 7. Click "Try for free" to test the actor ⭐ If this actor helps your workflow, please give it a star! --- ## Related Actors 🤝 Looking for more Amazon data? Check out these complementary actors: - Amazon Search Scraper - Amazon Product Review Extractor - Amazon Seller Review Scraper - Amazon Product Details Scraper - Amazon Sellers Products Scraper - Amazon Best Sellers Products Scraper - Amazon Influencers Profile Scraper --- Built with ❤️ for the Apify community | Amazon Influencers Posts Scraper v1.0 --- Happy Scraping! 🛍️✨
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Amazon Influencers Posts Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- igview-owner
- Pricing
- Paid
- Total Runs
- 11
- Active Users
- 2
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support