Amazon Influencers Profile avatar

Amazon Influencers Profile

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Amazon Influencers Profile

Amazon Influencers Profile

📈 Helping brands grow with data-driven strategies and high-converting content. I review, compare, and share Amazon finds with honest insights—saving you time and boosting results. 🚀✨ Join for smarter shopping & growth tips!

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

SolidScraper

SolidScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Amazon Influencers Profile 🔍

Amazon Influencers Profile is a scraper that collects influencer metadata from Amazon Storefront profiles—helping you quickly understand an Amazon influencer profile (also known as an Amazon influencer page or Amazon creator profile) at scale. It’s built for teams and researchers who want an Amazon influencer storefront profile overview, including details like the influencer name, profile description, post counts, and whether they appear to be an affiliate creator.

Whether you're a marketer, affiliate manager, or data enthusiast, this actor streamlines Amazon influencer profile setup and ongoing manage Amazon influencer profile workflows by saving you hours of manual review. 🚀


Why choose Amazon Influencers Profile?

FeatureBenefit
Scrapes Amazon Storefront profilesExtracts influencer metadata (name, description, posts count, and affiliate status) in one run
Country support via countryPulls results from the selected Amazon storefront domain using your provided country code
Built-in proxy support for reliable scrapingImproves consistency when scraping publicly available data at scale
Resilience through fallbacksIncludes fallbacks for extracting key fields like post counts and descriptions
Structured JSON outputProduces clear, analytics-ready fields for easier downstream use
Designed for batches of influencer usernamesLets you process multiple Amazon influencer account entries in a single execution

Key features

  • 🌐 Amazon influencer profile scraping: Collects metadata from an Amazon Storefront profile and returns it as structured data
  • 📄 Profile description extraction: Captures the Amazon influencer bio-style description from the storefront page
  • 📊 Posts count tracking: Extracts posts_count for quick sizing and filtering (e.g., active vs. niche creators)
  • 🛡️ Reliability with proxy support: Uses built-in proxy support to improve scrape stability across requests
  • 🔎 Affiliate status detection: Returns affiliate_status to help you identify whether the influencer appears to earn revenue
  • Top creator & curation indicators: Includes is_top_creator and has_curations flags for faster qualification
  • 💾 Dataset-ready results: Pushes results to an Apify dataset as a JSON array for easy export and analysis

Input

Provide input via an input.json file. Example structure:

{
"influencer_names": ["sweetsavingsandthings"],
"country": "US"
}

Input Fields

FieldRequiredDescription
influencer_namesNoList of Amazon influencer usernames to scrape (e.g., sweetsavingsandthings).
countryNoThe country code (e.g., US, UK, CA). The actor uses this to build the correct Amazon storefront domain.

Output

After execution, the actor saves each profile’s data in JSON format (pushed via Actor.push_data).

Example output:

[
{
"influencer_username": "sweetsavingsandthings",
"name": "Sweetsavingsandthings",
"country": "US",
"domain": "www.amazon.com",
"profile_description": "Example profile description text",
"profile_link": "https://www.amazon.com/shop/sweetsavingsandthings",
"is_top_creator": false,
"affiliate_status": "None",
"has_curations": false,
"posts_count": 123,
"scraped_at": "2026-06-02T00:00:00.000Z",
"success": true
}
]

Output Fields

FieldTypeDescription
influencer_usernamestringThe influencer username that was processed
namestringExtracted influencer name (falls back to a formatted username if missing)
countrystringThe country code used for the scrape
domainstringThe storefront domain built from the provided country
profile_descriptionstringThe influencer’s profile description (bio-style text)
profile_linkstringThe full Storefront profile URL
is_top_creatorbooleanFlag indicating whether the influencer appears to be a “Top Creator” (based on page content and/or high post counts)
affiliate_statusstringAffiliate monetization status detected from the profile page (e.g., may be Earns revenue or None)
has_curationsbooleanFlag indicating whether the influencer has curations/content tabs present
posts_countnumberExtracted number of posts (with fallback extraction logic)
scraped_atstringISO timestamp (UTC) for when the profile was scraped
successbooleantrue when scraped successfully; false when an error occurred
errorstringPresent only when success is false (e.g., HTTP status code or exception message)

You can export the dataset to JSON or CSV from the Apify UI after the run completes.


How to use Amazon Influencers Profile (via Apify Console)

  1. Open Apify Console
    Log in at console.apify.com and go to the Actors section.

  2. Find the actor
    Search for Amazon Influencers Profile and open the actor details page.

  3. Add your input
    In the INPUT panel, enter influencer_names (a list of Amazon influencer usernames) and optionally country (like US, UK, or CA).
    The actor accepts the usernames as plain strings (no special formatting required).

  4. Start the run
    Click Run to begin scraping the Amazon influencer profile information for each username.

  5. Monitor logs
    Watch the runtime logs to see which profile is being processed and whether any errors occur (when success: false).

  6. Review results in the dataset
    When the run finishes, open the OUTPUT tab to view the dataset where the actor pushed the JSON array of profile objects.

  7. Export data
    Use Apify’s dataset export tools to download results (commonly as JSON or CSV) for use in your reporting, lead sourcing, or research workflow.

No coding required — get accurate Amazon influencer profile results in minutes. ✅


Advanced features & SEO optimization

  • 🧩 Designed specifically for Amazon Storefront profiles: Built to collect Amazon influencer page metadata such as description, post counts, and storefront links—ideal for an Amazon affiliate influencer audit
  • 📊 Qualification-ready fields: Outputs is_top_creator, affiliate_status, has_curations, and posts_count so you can filter an Amazon creator profile quickly
  • 🔁 Fallback logic for key fields: Includes additional extraction strategies for profile_description and posts_count to improve coverage on varying page layouts
  • 🌍 Country-aware storefront support: Use country to scrape from the selected storefront domain, supporting Amazon influencer storefront profile research across regions
  • 🏎️ Batch processing for setup and ongoing monitoring: Run the actor repeatedly as part of Amazon influencer program profile management and updates

Best use cases

  • 📈 Affiliate marketing qualification: Identify Amazon influencer affiliate creators by reviewing affiliate_status and posts_count in a single export
  • 🔎 Influencer research & benchmarking: Compare Amazon influencer analytics profile signals like posts volume and storefront description quality across multiple Amazon influencer account usernames
  • 🧠 Market research for creator trends: Spot patterns in has_curations and “Top Creator”-style indicators to understand engagement or content structure
  • 🧾 Cataloging creator portfolios: Build an Amazon influencer storefront profile directory with direct profile_link URLs and standardized metadata
  • 🗂️ Data enrichment pipelines: Feed structured JSON into spreadsheets or BI tools to track Amazon influencer profile setup status and ongoing changes over time
  • 🧑‍💻 Analyst workflows: Use scraped_at and consistent fields to power dashboards about creator activity and storefront presence

Technical specifications

  • Supported Input Formats

    • influencer_names: array of influencer usernames (strings)
    • country: country code like US, UK, CA
  • Proxy Support

    • ✅ Built-in proxy support for reliable scraping of publicly available storefront pages
  • Retry Mechanism

    • ✅ Includes retries and fallbacks for resilience (especially around extracting structured values)
  • Dataset Structure

    • ✅ JSON array of profile objects with fields including success, profile_link, posts_count, and scraped_at
  • Rate Limits & Performance

    • ✅ Processes profiles in a batch loop and includes a small delay between requests to improve stability
  • Limitations

    • ❌ Private or restricted content may not return meaningful results because the actor relies on publicly available storefront HTML
    • ❌ Some fields (like profile_description or posts_count) may be empty or 0 if the page layout doesn’t expose extractable data

FAQ

What does Amazon Influencers Profile return?

✅ It returns a JSON array of profile objects for each username you provide. Each object includes fields like influencer_username, name, profile_description, posts_count, affiliate_status, profile_link, and scraped_at, along with a success flag.

Which countries are supported?

✅ You can pass a country code such as US, UK, or CA. The actor uses that value to build the correct storefront domain for the Amazon influencer profile it scrapes.

Do I need full influencer URLs, or can I submit usernames?

✅ You can submit just the usernames in influencer_names. The actor constructs the storefront URL internally for the Amazon influencer page.

Is it possible to scrape an influencer profile that doesn’t exist or errors out?

✅ Yes. The actor outputs an entry with success: false for that username and includes an error field (for example, an HTTP status code or the exception message).

Where can I find the scraped results?

✅ After the run completes, the actor pushes results to an Apify dataset. You can open the OUTPUT tab and export the dataset for reporting or analysis.

Can I use the results for analytics and CRM enrichment?

✅ Yes. The output is structured and includes consistent fields like posts_count, affiliate_status, and profile_link, making it suitable for data analysis and downstream automation.

Does it extract affiliate status and top-creator indicators?

✅ It returns affiliate_status, plus boolean flags like is_top_creator and has_curations based on storefront page content.


Support & feature requests

Have questions about Amazon Influencers Profile or want to request enhancements? 💡

  • 💡 Feature Requests: Tell us what you want next, such as more export options, additional profile fields, or improvements to parsing coverage for Amazon influencer storefront profile pages.
  • 📧 Contact: Reach out at dataforleads@gmail.com.

Your feedback helps shape the roadmap for improving Amazon influencer profile scraping reliability and usability.


Closing CTA / Final thoughts

If you’re looking for an SEO-optimized, reliable way to manage an Amazon influencer profile workflow at scale, Amazon Influencers Profile is built for you.