VOOZH about

URL: https://apify.com/khadinakbar/amazon-seller-scraper

โ‡ฑ Amazon Seller Scraper โ€” Business Name, Address & Feedback ยท Apify


Pricing

from $20.00 / 1,000 seller scrapeds

Go to Apify Store

Amazon Seller Scraper

Scrape Amazon sellers โ€” business name, legal address, feedback ratings, rating distribution, and storefront products โ€” from seller IDs, storefront/profile URLs, or product ASINs across 18 marketplaces. Flat JSON for AI agents and MCP.

Pricing

from $20.00 / 1,000 seller scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

10 days ago

Last modified

Share

Scrape Amazon seller profiles โ€” the legal business name and address, feedback ratings, rating distribution, "About" text, recent buyer comments, and (optionally) the seller's full storefront product list. Works from seller IDs, seller / storefront / product URLs, or product ASINs (the actor reads the "Sold by" seller from the buy box) across 18 Amazon marketplaces. Output is flat JSON built for AI agents and MCP.

What you get

FieldDescription
sellerIdAmazon seller (merchant) ID, e.g. A1ODG4ICFE5MU3
sellerNamePublic seller display name
businessNameLegal business name from "Detailed Seller Information"
businessAddressFull business address (comma-joined)
addressLinesAddress as individual lines
businessCountryCodeTwo-letter business country
hasBusinessDetailsWhether business name/address were published
starRatingSeller star rating (0โ€“5)
positivePercent12mo% positive feedback over last 12 months
ratingsCount12moNumber of ratings in last 12 months
ratingDistribution% of ratings at each star level (5โ˜…โ†’1โ˜…)
aboutTextSeller "About" description
recentFeedbackRecent buyer comments (rating, comment, author, date)
storefrontUrlLink to the seller's storefront
productsStorefront products (when enabled)
productCountNumber of storefront products listed
marketplace, sellerUrl, sourceType, scrapedAtProvenance + timestamp

When to use it

  • Brand protection / MAP enforcement โ€” identify the legal entity (name + address) behind an unauthorized reseller.
  • Competitor & supplier research โ€” vet third-party sellers, their feedback trend, and catalog breadth.
  • Lead generation โ€” turn a list of seller IDs or product ASINs into enriched business records.
  • Due diligence โ€” confirm a seller's reputation, business registration country, and rating history.

Not for product detail scraping (use Amazon Product Scraper) or review scraping (use Amazon Reviews Scraper).

Pricing (pay-per-event)

EventPrice
Actor start$0.00005
Seller scraped$0.02 per seller profile
Storefront product listed$0.003 each (only when includeStorefrontProducts is on)

A run of 100 seller profiles costs about $2.00. Adding 50 storefront products per seller adds ~$0.15/seller. The actor prints the upfront cost cap and the final billed estimate in its log and status.

Input

Provide at least one of:

  • sellerIds โ€” Amazon seller IDs (13โ€“14 uppercase chars).
  • startUrls โ€” seller profile (/sp?seller=ID), storefront (/s?me=ID), or product (/dp/ASIN) URLs.
  • asins โ€” product ASINs; the actor opens each product and resolves its third-party seller(s).

Options: country (marketplace, default US), includeFeedback (default true), maxFeedback (default 20), includeStorefrontProducts (default false), maxStorefrontProducts (default 100), maxStorefrontPages (default 3), proxyConfiguration.

Example input

{
"sellerIds":["A1ODG4ICFE5MU3"],
"country":"US",
"includeFeedback":true,
"includeStorefrontProducts":false
}

Resolve sellers from products instead:

{
"asins":["B007ADJ4JI","B00HHLNRVE"],
"country":"US"
}

Example output (one record)

{
"sellerId":"A1ODG4ICFE5MU3",
"sellerName":"Dreamfarm",
"businessName":"Dreamfarm Inc",
"businessAddress":"165 S River Road, BEDFORD, NH, 03110, US",
"businessCountryCode":"US",
"starRating":4.5,
"positivePercent12mo":92,
"ratingsCount12mo":225,
"ratingDistribution":{"fiveStar":91,"fourStar":5,"threeStar":1,"twoStar":1,"oneStar":2},
"storefrontUrl":"https://www.amazon.com/s?me=A1ODG4ICFE5MU3",
"recentFeedback":[
{"rating":5,"comment":"Great product, fast shipping.","author":"Gma","date":"June 11, 2026"}
],
"sourceType":"sellerId",
"marketplace":"US",
"scrapedAt":"2026-06-19T12:00:00.000Z"
}

Supported marketplaces

US, UK, DE, FR, CA, ES, IT, JP, AU, IN, MX, BR, NL, SE, PL, TR, AE, SG.

Use from code

Apify JavaScript client

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_TOKEN'});
const run =await client.actor('khadinakbar/amazon-seller-scraper').call({
sellerIds:['A1ODG4ICFE5MU3'],
country:'US',
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python client

from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("khadinakbar/amazon-seller-scraper").call(
run_input={"asins":["B007ADJ4JI"],"country":"US"}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["businessName"], item["businessAddress"])

Use with AI agents (MCP)

This actor is MCP-ready. Add it to an MCP client via https://mcp.apify.com and call it with a seller ID, URL, or ASIN. It returns one flat record per seller โ€” ideal for agents enriching a list of sellers or resolving "who sells this product."

Proxies & reliability

The actor defaults to automatic Apify proxy. Amazon blocks datacenter IPs aggressively on heavy use โ€” for large or repeated runs, switch the proxy to RESIDENTIAL in the input. Seller profile (/sp) pages tolerate datacenter IPs better than search/product pages, so small seller-only jobs usually run fine on the default. Storefront-product listing relies on Amazon search and benefits most from residential proxies.

FAQ

Where do I find a seller ID? On any product page, click the "Sold by" seller name. The URL contains seller= (the ID), e.g. /sp?seller=A1ODG4ICFE5MU3.

Why is businessName sometimes null? Some sellers (especially 1P "Amazon.com" and certain individual sellers) do not publish a business name/address. hasBusinessDetails tells you whether any were found.

Can I get every storefront product? Set includeStorefrontProducts: true and raise maxStorefrontProducts / maxStorefrontPages. Amazon paginates storefronts at ~48 products per page.

Does it scrape product details or reviews? No โ€” use Amazon Product Scraper and Amazon Reviews Scraper for those. This actor focuses on the seller entity.

Legal

This actor scrapes only publicly available data from Amazon seller profile pages. It does not access private data or bypass authentication. You are responsible for using the output in compliance with Amazon's Terms of Service, applicable laws (including data-protection regulations such as GDPR/CCPA), and the rights of the data subjects. Do not use this actor for unlawful purposes. This tool is provided for legitimate research, compliance, and business-intelligence use cases.

You might also like

Amazon Sellers Scraper

automation-lab/amazon-sellers-scraper

Scrape Amazon seller profiles โ€” name, ratings, feedback, business info, products count, and contact data from any seller storefront.

๐Ÿ‘ User avatar

Stas Persiianenko

15

๐Ÿช Amazon Seller Scraper โ€” Storefront, Products & Feedback

scrape.badger/amazon-seller-scraper

Scrape Amazon seller / storefront data by seller id โ€” name, rating, ratings count, address, the seller's product catalog and customer feedback. Bulk seller ids, auto-pagination, 20 marketplaces. No login or CAPTCHAs. From $1.99/1K (undercuts the $3.00/1K leader).

3

Free Amazon Seller Profile Scraper

easyparser/amazon-seller-profile

Retrieve Amazon seller profile data including legal business identity, business address, rating, feedback trends, recent feedback comments, storefront link, and contact link by seller ID or seller URL.

Amazon Storefront Scraper

piotrv1001/amazon-storefront-scraper

Extracts all products from an Amazon seller's storefront page. Collects ASIN, title, price, rating, review count, Prime status, and Best Seller badges with deduplication. Ideal for competitive analysis, price monitoring, and marketplace research across 12 Amazon regions.

76

Amazon Seller Data Extractor Scraper

scrapio/amazon-seller-data-extractor-scraper

Extracts detailed data from Amazon sellers, capturing store names, seller IDs, ratings, feedback, contact info, product listings, prices, ASINs, and performance metrics. Ideal for competitor research, market analysis, seller verification, and large-scale Amazon seller intelligence

Amazon Seller Data Extractor Scraper

simpleapi/amazon-seller-data-extractor-scraper

Amazon Seller Data Extractor Scraper extracts comprehensive seller information from Amazon: seller names, storefront URLs, ratings, product catalogs, fulfillment methods, feedback scores, locations, and contact links. Use for competitive analysis, supplier discovery, monitoring, and automation

Amazon Seller Scraper

unfenced-group/amazon-seller-scraper

Scrape Amazon seller profiles, ASIN offer listings, and seller storefronts. Extract seller name, ratings, feedback, address, products, and competing offers across 10 Amazon marketplaces. $3 per 1,000 results.

๐Ÿ‘ User avatar

Unfenced Group

3

Amazon Seller Scraper

seemuapps/amazon-seller-scraper

Scrape seller information from Amazon seller pages. Seller name, ID, rating, review count, business name, and business address.

Free Amazon Seller Products Scraper

easyparser/amazon-seller-products

Retrieve Amazon seller product listings including ASIN, title, price, rating, Prime status, brand, categories, availability, and refinement filters by seller ID or storefront URL.

Amazon DE Sellers Leads Scraper

scrapier/amazon-de-sellers-leads-scraper

Amazon DE Sellers Leads Scraper extracts seller data from Amazon.de: store name, seller ID, storefront URL, ratings, categories & product count. ๐Ÿ” Perfect for B2B lead gen, market research & outreach. ๐Ÿ“Š Export CSV/JSON. ๐Ÿš€ Fuel your sales pipeline.