# 🔥 Amazon Seller Scraper (`powerai/amazon-seller-scraper`) Actor

Extract comprehensive seller data from Amazon marketplace. Scrape seller information by category, product, or seller URL to gather detailed seller profiles, ratings, feedback, and product listings.

- **URL**: https://apify.com/powerai/amazon-seller-scraper.md
- **Developed by:** [PowerAI](https://apify.com/powerai) (community)
- **Categories:** E-commerce, Lead generation, Integrations
- **Stats:** 20 total users, 2 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🔥 Amazon Seller Scraper

Extract comprehensive seller data from Amazon marketplace. Scrape seller information by category, product, or seller URL to gather detailed seller profiles, ratings, feedback, and product listings.

### ✨ Key Features

- 📥 Scrape sellers by category URL, product URL, or seller URL
- 📊 Extract detailed seller metadata including:
  - Seller identification and contact information
  - Business name and VAT number
  - Seller address and location
  - Feedback ratings and counts (30 days, 90 days, 12 months, lifetime)
  - Detailed rating breakdowns by time period
  - Product listings and details
- 🔗 Generate direct URLs for:
  - Seller profiles
  - Product pages
  - Storefronts
- 📈 Support for large result sets with automatic pagination
- 📋 Clean and structured JSON output

### 💪 Why Choose This Actor?

- **Comprehensive**: Get all seller details from Amazon
- **Flexible**: Multiple input methods (category, product, or seller URLs)
- **Efficient**: Control pagination and item limits per URL
- **Structured**: Clean JSON output for easy integration
- **Reliable**: Stable and consistent data extraction
- **User-Friendly**: Simple input parameters

### 🎯 Perfect For

- 📊 Market Researchers
- 📈 E-commerce Analysts
- 💼 Competitor Analysts
- 🏢 Supplier Discovery
- 🔍 Seller Verification
- 📋 Lead Generation

### 📈 Use Cases

1. **Market Research**: Analyze seller performance and ratings
2. **Competitor Analysis**: Monitor competitor's seller profiles
3. **Supplier Discovery**: Find potential suppliers on Amazon
4. **Seller Verification**: Verify seller information and ratings
5. **Lead Generation**: Collect seller contact information

### 📝 Input Requirements

The actor accepts the following input parameters:

- `sourceUrls` (required): URLs to scrape. Can be category URL (https://www.amazon.com/s?k=something), product URL (https://www.amazon.com/dp/B09JQMJHXY) or seller URL (https://www.amazon.com/sp?\&seller=A33VKVXKE1ZIAY)
- `maxItemsPerUrl` (optional): Maximum number of results to scrape per each source URL. This will let the scraper know when to stop
- `locale` (optional): Language to use on Amazon. Note: each Amazon domain has a different set of supported languages. If you choose a language that is not supported by the domain, the scraper will use the default language of the domain
- `proxyRegion` (optional): You can set proxy region to avoid geo-blocking and access region-specific content. Amazon shows you the products that can be shipped to your address based on the proxy you use. By default, the scraper automatically selects the proxy region based on the used Amazon website domain, ensuring low blocking rates and results relevant to the base domain. Default: AUTO\_SELECT\_PROXY\_COUNTRY

#### Input Example

```json
{
  "sourceUrls": [
    {
      "url": "https://www.amazon.com/s?k=keyboard"
    }
  ],
  "maxItemsPerUrl": 10,
  "locale": "en",
  "proxyRegion": "AUTO_SELECT_PROXY_COUNTRY"
}
```

#### Output Example

```json
 {
    "sellerId": "A2AHK294MYRERG",
    "sellerUrl": "https://www.amazon.com/sp?seller=A2AHK294MYRERG",
    "sellerName": "NuPhy-Store",
    "businessName": "shenzhenshiniufeikejiyouxiangongsi",
    "vatNumber": null,
    "sellerAddress": [
      "民治街道民强社区",
      "宝山时代大厦3820",
      "深圳市",
      "广东",
      "518100",
      "CN"
    ],
    "contactPhone": null,
    "contactEmail": null,
    "positiveFeedback30Days": "100%",
    "neutralFeedback30Days": "0%",
    "negativeFeedback30Days": "0%",
    "positiveFeedback90Days": "100%",
    "neutralFeedback90Days": "0%",
    "negativeFeedback90Days": "0%",
    "positiveFeedback12Months": "100%",
    "neutralFeedback12Months": "0%",
    "negativeFeedback12Months": "0%",
    "positiveFeedbackLifetime": "100%",
    "neutralFeedbackLifetime": "0%",
    "negativeFeedbackLifetime": "0%",
    "feedbackCount30Days": 3,
    "feedbackCount90Days": 16,
    "feedbackCount12Months": 48,
    "feedbackCountLifetime": 106,
    "detailedRatings": {
      "rating30days": {
        "starsOutOf5": 5,
        "ratingCount": 3,
        "percentage1Star": 0,
        "percentage2Star": 0,
        "percentage3Star": 0,
        "percentage4Star": 0,
        "percentage5Star": 100,
        "absolute1Star": 0,
        "absolute2Star": 0,
        "absolute3Star": 0,
        "absolute4Star": 0,
        "absolute5Star": 3
      },
      "rating90days": {
        "starsOutOf5": 5,
        "ratingCount": 16,
        "percentage1Star": 0,
        "percentage2Star": 0,
        "percentage3Star": 0,
        "percentage4Star": 0,
        "percentage5Star": 100,
        "absolute1Star": 0,
        "absolute2Star": 0,
        "absolute3Star": 0,
        "absolute4Star": 0,
        "absolute5Star": 16
      },
      "rating12months": {
        "starsOutOf5": 5,
        "ratingCount": 48,
        "percentage1Star": 0,
        "percentage2Star": 0,
        "percentage3Star": 0,
        "percentage4Star": 4,
        "percentage5Star": 96,
        "absolute1Star": 0,
        "absolute2Star": 0,
        "absolute3Star": 0,
        "absolute4Star": 2,
        "absolute5Star": 46
      },
      "ratingLifetime": {
        "starsOutOf5": 5,
        "ratingCount": 106,
        "percentage1Star": 0,
        "percentage2Star": 0,
        "percentage3Star": 0,
        "percentage4Star": 4,
        "percentage5Star": 96,
        "absolute1Star": 0,
        "absolute2Star": 0,
        "absolute3Star": 0,
        "absolute4Star": 4,
        "absolute5Star": 102
      }
    },
    "product": {
      "title": "nuphy Node75 Wireless Mechanical Keyboard, 75% Hot Swappable Custom Low Profile Keyboard, 84 Keys Computer Gaming Keyboards, Supports Touch Gestures, PBT Keycaps, RGB Backlit, Bluetooth/2.4GHz/USB-C",
      "url": "https://www.amazon.com/dp/B0G24YWPPM",
      "asin": "B0G24YWPPM",
      "originalAsin": "B0G24YWPPM",
      "price": {
        "value": 99.95,
        "currency": "$"
      },
      "inStock": true,
      "inStockText": "In Stock",
      "listPrice": null,
      "brand": "nuphy",
      "author": null,
      "shippingPrice": null,
      "stars": 4,
      "starsBreakdown": {
        "5star": 0,
        "4star": 1,
        "3star": 0,
        "2star": 0,
        "1star": 0
      },
      "reviewsCount": 1,
      "answeredQuestions": null,
      "breadCrumbs": "Video Games > PC > Accessories > Gaming Keyboards",
      "videosCount": 3,
      "visitStoreLink": {
        "text": "Visit the nuphy Store",
        "url": "https://www.amazon.com/stores/NuPhy/page/70498AF9-6FE4-426F-9DDB-3083C9CC1807?lp_asin=B0G24YWPPM&ref_=ast_bln&store_ref=bl_ast_dp_brandLogo_sto"
      },
      "thumbnailImage": "https://m.media-amazon.com/images/I/61n1rXpRA4L._AC_SY300_SX300_QL70_FMwebp_.jpg",
      "galleryThumbnails": [
        "https://m.media-amazon.com/images/I/41A7o8H3SWL._AC_US.jpg",
        "https://m.media-amazon.com/images/I/3100qcPQ4qL._AC_US.jpg",
        "https://m.media-amazon.com/images/I/41tQiLYxBSL._AC_US.jpg",
        "https://m.media-amazon.com/images/I/51PIfjtjD1L._AC_US.jpg",
        "https://m.media-amazon.com/images/I/41scB32Vs6L._AC_US.jpg",
        "https://m.media-amazon.com/images/I/41ZdIy9VyLL._AC_US.jpg"
      ],
      "highResolutionImages": [
        "https://m.media-amazon.com/images/I/61n1rXpRA4L._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/61uWaovnvWL._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/71zyJP74UvL._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/71ggZ795QNL._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/61b61yM13nL._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/61v9tEymDBL._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/71o28PFXn1L._AC_SL1500_.jpg",
        "https://m.media-amazon.com/images/I/71oJVkHe6pL._AC_SL1500_.jpg"
      ],
      "importantInformation": null,
      "sustainabilityFeatures": null,
      "description": null,
      "features": [
        "Gesture Touch: Node75 mechanical keyboard abandons the traditional volume knob control, and is equipped with a touch area at the top. Through the touch area, you can change the volume or brightness by sliding control (which can be configured through NuPhyIO).",
        "Tri-Mode Connectivity & Multi-Device Support: Connect effortlessly via Bluetooth, 2.4GHz wireless, or USB-C wired mode. Pair with up to 5 devices simultaneously and switch between them instantly using dedicated shortcut keys—ideal for multi-device users seeking clutter-free flexibility.",
        "Gasket-Mounted Typing Experience & Sound Optimization: Enjoy a uniquely soft and quiet typing feel thanks to the gasket mount structure. Internal damping materials reduce vibrations, noise, and hollow echoes, delivering a consistent and satisfying sound profile perfect for both office and gaming use.",
        "1000Hz Polling Rate & Long-Lasting 3000mAh Battery: Achieve ultra-fast response times with a 1000Hz polling rate in 2.4GHz and wired modes. Backed by a 3000mAh battery that delivers up to 1000 hours of runtime per charge, the Node75 wireless keyboard ensures lag-free performance and exceptional power efficiency.",
        "Custom RGB Backlighting & Durable PBT Keycaps: Personalize vibrant RGB lighting effects through NuPhyIO, with animations that react to your keystrokes. The double-shot PBT keycaps resist shine and fading, offering a textured grip that ensures long-lasting aesthetics and typing comfort."
      ],
      "attributes": [
        {
          "key": "Product Dimensions",
          "value": "12.48 x 5.39 x 0.55 inches"
        },
        {
          "key": "Item Weight",
          "value": "2.03 pounds"
        },
        {
          "key": "Manufacturer",
          "value": "NuPhy"
        },
        {
          "key": "ASIN",
          "value": "B0G24YWPPM"
        },
        {
          "key": "Item model number",
          "value": "Node75 keyboard"
        },
        {
          "key": "Customer Reviews",
          "value": "4.0 4.0 out of 5 stars (1) 4.0 out of 5 stars"
        },
        {
          "key": "Best Sellers Rank",
          "value": "#1,586 in Video Games (See Top 100 in Video Games)#152 in PC Gaming Keyboards"
        },
        {
          "key": "Date First Available",
          "value": "November 13, 2025"
        }
      ],
      "productOverview": [
        {
          "key": "Brand",
          "value": "nuphy"
        },
        {
          "key": "Compatible Devices",
          "value": "Laptop, PC, Tablet"
        },
        {
          "key": "Connectivity Technology",
          "value": "USB-C/2.4GHz/Bluetooth"
        },
        {
          "key": "Keyboard Description",
          "value": "Support windows/mac OS/Linux... system"
        },
        {
          "key": "Recommended Uses For Product",
          "value": "Gaming"
        },
        {
          "key": "Special Feature",
          "value": ""
        },
        {
          "key": "Color",
          "value": "Gray"
        },
        {
          "key": "Style",
          "value": "Gray Low Profile"
        },
        {
          "key": "Material",
          "value": "Acrylonitrile Butadiene Styrene, Polybutylene Terephthalate, Polycarbonate"
        },
        {
          "key": "Included Components",
          "value": "USB Cable"
        }
      ],
      "variantAsins": [
        "B0G251N1HB",
        "B0G254W7LT",
        "B0G254XQYH",
        "B0G252PNFT",
        "B0G24YWPPM",
        "B0G25379JW",
        "B0G255838Y",
        "B0G24ZKSK5",
        "B0G2532PJR",
        "B0G253RXDR",
        "B0G253CGB7",
        "B0G252ZX99",
        "B0G254FQV5"
      ],
      "variantDetails": [
        {
          "name": "Brown Nano Switch Pink Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/311hgM3XHhL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/612X5aStyIL._AC_SL1500_.jpg"
          ],
          "asin": "B0G251N1HB",
          "price": null
        },
        {
          "name": "Brown Nano Switch White Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/41V9-SxeL2L._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/619rPLar1tL._AC_SL1500_.jpg"
          ],
          "asin": "B0G254W7LT",
          "price": null
        },
        {
          "name": "Red Max Switch Pink High Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/4198vnc-IML._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61Qkvuyv1ML._AC_SL1500_.jpg"
          ],
          "asin": "B0G254XQYH",
          "price": null
        },
        {
          "name": "Brown Nano Switch Gray Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/41A7o8H3SWL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61n1rXpRA4L._AC_SL1500_.jpg"
          ],
          "asin": "B0G252PNFT",
          "price": null
        },
        {
          "name": "Blush Nano Switch Gray Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/41A7o8H3SWL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61n1rXpRA4L._AC_SL1500_.jpg"
          ],
          "asin": "B0G24YWPPM",
          "price": null
        },
        {
          "name": "Blush Nano Switch Pink Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/311hgM3XHhL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/612X5aStyIL._AC_SL1500_.jpg"
          ],
          "asin": "B0G25379JW",
          "price": null
        },
        {
          "name": "Red Nano Switch White Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/41V9-SxeL2L._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/619rPLar1tL._AC_SL1500_.jpg"
          ],
          "asin": "B0G255838Y",
          "price": null
        },
        {
          "name": "Blush Max Switch Pink High Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/4198vnc-IML._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61Qkvuyv1ML._AC_SL1500_.jpg"
          ],
          "asin": "B0G24ZKSK5",
          "price": null
        },
        {
          "name": "Brown Max Switch Pink High Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/4198vnc-IML._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61Qkvuyv1ML._AC_SL1500_.jpg"
          ],
          "asin": "B0G2532PJR",
          "price": null
        },
        {
          "name": "Red Nano Switch Pink Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/311hgM3XHhL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/612X5aStyIL._AC_SL1500_.jpg"
          ],
          "asin": "B0G253RXDR",
          "price": null
        },
        {
          "name": "Blush Nano Switch White Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/41V9-SxeL2L._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/619rPLar1tL._AC_SL1500_.jpg"
          ],
          "asin": "B0G253CGB7",
          "price": null
        },
        {
          "name": "Red Nano Switch Gray Low Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/41A7o8H3SWL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61n1rXpRA4L._AC_SL1500_.jpg"
          ],
          "asin": "B0G252ZX99",
          "price": null
        },
        {
          "name": "Blush Max Switch White High Profile",
          "thumbnail": "https://m.media-amazon.com/images/I/31jBc8egVYL._AC_US.jpg",
          "images": [
            "https://m.media-amazon.com/images/I/61CQXQ6aOOL._AC_SL1500_.jpg"
          ],
          "asin": "B0G254FQV5",
          "price": null
        }
      ],
      "reviewsLink": "https://www.amazon.com/product-reviews/B0G24YWPPM",
      "hasReviews": true,
      "delivery": "Tuesday, January 27",
      "fastestDelivery": "Sunday, January 25",
      "condition": null,
      "returnPolicy": null,
      "support": null,
      "variantAttributes": [
        {
          "key": "Size",
          "value": "Blush Nano Switch"
        },
        {
          "key": "Style",
          "value": "Gray Low Profile"
        }
      ],
      "manufacturerAttributes": [],
      "bestsellerRanks": [
        {
          "rank": 1586,
          "category": "Video Games",
          "url": "https://www.amazon.com/gp/bestsellers/videogames/ref=pd_zg_ts_videogames"
        },
        {
          "rank": 152,
          "category": "PC Gaming Keyboards",
          "url": "https://www.amazon.com/gp/bestsellers/videogames/402051011/ref=pd_zg_hrsr_videogames"
        }
      ],
      "isAmazonChoice": false,
      "amazonChoiceText": null,
      "bookDescription": null,
      "priceRange": null,
      "aPlusContent": {
        "title": "Product description",
        "rawText": "Product description\nRed Max \nOperating force: 45±15gf \nEnd force: 58±5gf \nPre travel: 1.8±0.4mm \nTotal travel: 3.4±0.2mm \nRed nano \nOperating force: 45±15gf \nEnd force: 60±15gf \nPre travel: 1.7±0.4mm \nTotal travel: 3.5mm Max \nBlush Max \nOperating force: 42±10gf \nEnd force: 55±10gf \nPre travel: 2.0±0.4mm \nTotal travel: 3.8±0.2mm \nBlush nano \nOperating force: 42±15gf \nEnd force: 55±15gf \nPre travel: 1.7±0.4mm \nTotal travel: 3.2±0.2mm \nBrown Max \nOperating force: 50±5gf \nEnd force: 65±5gf \nPre travel: 1.8±0.4mm \nTotal travel: 3.4±0.2mm \nBrown nano \nOperating force: 50±15gf \nEnd force: 65±15gf \nPre travel: 1.7±0.4mm \nTotal travel: 3.5mm Max \nTouch Bar \nUse NuPhyio to create and customize more touch bar operations to simplify your dailey routines \nThe RGB Dot-Matrix LED \nThe battery indicator \nThe typing pace indicator \nThe Caps Lock light \nPrevious page\nNext page\n1 Low profile size 2 High profile size 3 Product Specifications",
        "rawImages": [
          {
            "name": "Wireless gaming keyboard",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/104a0acd-61af-4462-8859-91d40968c3fe.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          },
          {
            "name": "mechanical keyboard",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a9f9e81a-942b-49c3-9ba9-e1cec65a2992.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          },
          {
            "name": "Low profile keyboard",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/dce9f3d2-82e3-4fc1-94a8-279f1a55e5f7.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          },
          {
            "name": "Wireless mechanical keyboard",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/3dbf62d6-cb8a-499e-8c07-9b966fdef8b4.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          },
          {
            "name": "red max switch",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/5d7e76ae-4e4a-4187-9259-837dc6e60b0f.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "red nano switch",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/c203d9c0-739e-4c9d-adeb-cc0c41e2948a.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "blush nax",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/8b4741b0-b569-4790-a276-48cc31004538.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "blush nano",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/7204a3b0-9b8b-40bf-ae62-c31b8c9cd052.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "Brown Max switch",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/13144d48-1d67-40c0-abab-05e1d148efc4.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "Brown nano switch",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/91974b4a-5139-4f18-9c40-283f3e0462cc.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "Touch Bar",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a1f4a37f-5ff7-4e19-a6e1-f3a83653879d.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "office keyboard",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/536e0dd0-75a1-4c72-86e6-91327aec58ab.__CR0,0,300,225_PT0_SX300_V1___.jpg"
          },
          {
            "name": "low profile size",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/10b2cac3-d958-4d51-b2f2-b4b137d14745.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          },
          {
            "name": "High profile size",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a232b79f-4ebd-4415-81c4-4220e8388355.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          },
          {
            "name": "keyboard",
            "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/560d327e-f4da-4930-9afa-ffda30afe099.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
          }
        ],
        "rawVideos": [],
        "modules": [
          {
            "type": "premium-module-2-fullbackground-image",
            "title": null,
            "subtitle": null,
            "text": null,
            "image": {
              "name": "Wireless gaming keyboard",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/104a0acd-61af-4462-8859-91d40968c3fe.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
            }
          },
          {
            "type": "premium-module-2-fullbackground-image",
            "title": null,
            "subtitle": null,
            "text": null,
            "image": {
              "name": "mechanical keyboard",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a9f9e81a-942b-49c3-9ba9-e1cec65a2992.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
            }
          },
          {
            "type": "premium-module-2-fullbackground-image",
            "title": null,
            "subtitle": null,
            "text": null,
            "image": {
              "name": "Low profile keyboard",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/dce9f3d2-82e3-4fc1-94a8-279f1a55e5f7.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
            }
          },
          {
            "type": "premium-module-2-fullbackground-image",
            "title": null,
            "subtitle": null,
            "text": null,
            "image": {
              "name": "Wireless mechanical keyboard",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/3dbf62d6-cb8a-499e-8c07-9b966fdef8b4.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
            }
          },
          {
            "type": "premium-module-3-four-column-images",
            "title": null,
            "items": [
              {
                "title": "Red Max",
                "text": "Operating force: 45±15gf \nEnd force: 58±5gf \nPre travel: 1.8±0.4mm \nTotal travel: 3.4±0.2mm",
                "image": {
                  "name": "red max switch",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/5d7e76ae-4e4a-4187-9259-837dc6e60b0f.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              },
              {
                "title": "Red nano",
                "text": "Operating force: 45±15gf \nEnd force: 60±15gf \nPre travel: 1.7±0.4mm \nTotal travel: 3.5mm Max",
                "image": {
                  "name": "red nano switch",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/c203d9c0-739e-4c9d-adeb-cc0c41e2948a.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              },
              {
                "title": "Blush Max",
                "text": "Operating force: 42±10gf \nEnd force: 55±10gf \nPre travel: 2.0±0.4mm \nTotal travel: 3.8±0.2mm",
                "image": {
                  "name": "blush nax",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/8b4741b0-b569-4790-a276-48cc31004538.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              },
              {
                "title": "Blush nano",
                "text": "Operating force: 42±15gf \nEnd force: 55±15gf \nPre travel: 1.7±0.4mm \nTotal travel: 3.2±0.2mm",
                "image": {
                  "name": "blush nano",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/7204a3b0-9b8b-40bf-ae62-c31b8c9cd052.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              }
            ]
          },
          {
            "type": "premium-module-3-four-column-images",
            "title": null,
            "items": [
              {
                "title": "Brown Max",
                "text": "Operating force: 50±5gf \nEnd force: 65±5gf \nPre travel: 1.8±0.4mm \nTotal travel: 3.4±0.2mm",
                "image": {
                  "name": "Brown Max switch",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/13144d48-1d67-40c0-abab-05e1d148efc4.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              },
              {
                "title": "Brown nano",
                "text": "Operating force: 50±15gf \nEnd force: 65±15gf \nPre travel: 1.7±0.4mm \nTotal travel: 3.5mm Max",
                "image": {
                  "name": "Brown nano switch",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/91974b4a-5139-4f18-9c40-283f3e0462cc.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              },
              {
                "title": "Touch Bar",
                "text": "Use NuPhyio to create and customize more touch bar operations to simplify your dailey routines",
                "image": {
                  "name": "Touch Bar",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a1f4a37f-5ff7-4e19-a6e1-f3a83653879d.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              },
              {
                "title": "The RGB Dot-Matrix LED",
                "text": "The battery indicator \nThe typing pace indicator \nThe Caps Lock light",
                "image": {
                  "name": "office keyboard",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/536e0dd0-75a1-4c72-86e6-91327aec58ab.__CR0,0,300,225_PT0_SX300_V1___.jpg"
                }
              }
            ]
          },
          {
            "type": "premium-module-12-nav-carousel",
            "items": [
              {
                "name": "Low profile size",
                "title": null,
                "subtitle": null,
                "text": null,
                "image": {
                  "name": "low profile size",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/10b2cac3-d958-4d51-b2f2-b4b137d14745.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
                }
              },
              {
                "name": "High profile size",
                "title": null,
                "subtitle": null,
                "text": null,
                "image": {
                  "name": "High profile size",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a232b79f-4ebd-4415-81c4-4220e8388355.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
                }
              },
              {
                "name": "Product Specifications",
                "title": null,
                "subtitle": null,
                "text": null,
                "image": {
                  "name": "keyboard",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/560d327e-f4da-4930-9afa-ffda30afe099.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"
                }
              }
            ]
          }
        ]
      },
      "brandStory": {
        "title": "From the brand",
        "image": {
          "name": null,
          "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/960dfcd0-a606-406f-aad4-049ff8f1d231.__CR0,0,1464,625_PT0_SX1464_V1___.jpg"
        },
        "items": [
          {
            "title": null,
            "text": "People are increasingly pursuing an efficient and comfortable office and gaming experience. As a result, the brand‘NuPhy’, which focuses on mechanical keyboards, was born. The designers of NuPhy are all keyboard enthusiasts and have a deep affection for mechanical keyboards. NuPhy believes that a good mechanical keyboard is not only a typing tool, but also a bridge connecting users to the digital world!",
            "url": null,
            "image": {
              "name": null,
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/395fa541-762c-468b-829d-1ca26735f553.__CR0,0,315,145_PT0_SX315_V1___.jpg"
            },
            "items": []
          },
          {
            "title": null,
            "text": null,
            "url": null,
            "image": null,
            "items": []
          },
          {
            "title": null,
            "text": null,
            "url": null,
            "image": {
              "name": "keyboard",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/9ac24141-bc04-42cf-9f7b-00fb74a346de.__CR0,0,362,453_PT0_SX362_V1___.jpg"
            },
            "items": []
          },
          {
            "title": "NuPhy Wireless Keyboard",
            "text": null,
            "url": null,
            "image": {
              "name": "nuphy Node75 Wireless Mechanical Keyboard, 75% Hot Swappable Custom Low Profile Keyboard, 84 Keys...",
              "url": "https://m.media-amazon.com/images/I/41A7o8H3SWL.__AC_SR166,182___.jpg"
            },
            "items": [
              {
                "url": "https://www.amazon.com/dp/B0G24YWPPM/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Node75 Wireless Mechanical Keyboard, 75% Hot Swappable Custom Low Profile Keyboard, 84 Keys...",
                  "url": "https://m.media-amazon.com/images/I/41A7o8H3SWL.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0FFG49DGP/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air75 V3 Hot Swappable Wireless Mechanical Keyboard, 84 Keys 75% Custom Low Profile Keyboar...",
                  "url": "https://m.media-amazon.com/images/I/41EA-H4QXlL.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0GFT7FTLT/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Node100 Wireless Mechanical Keyboard, Hot Swappable Custom Low Profile Keyboard, 103 Keys C...",
                  "url": "https://m.media-amazon.com/images/I/41-wO4Bu9SL.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0GGB9BTSH/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy WH80 Rapid Trigger Wireless Magnetic Keyboard,83 Keys Custom Hot-Swap RGB Backlit Gaming Ke...",
                  "url": "https://m.media-amazon.com/images/I/41jvNOOjrdL.__AC_SR166,182___.jpg"
                }
              }
            ]
          },
          {
            "title": "NuPhy wireless keyboards",
            "text": null,
            "url": null,
            "image": {
              "name": "nuphy Kick75 Wireless Low Profile Mechanical Keyboard with Volume Knob,75% Hot Swappable Custom K...",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/5c5327d8-64eb-4282-b222-b9134d3daae1.__AC_SR166,182___.jpg"
            },
            "items": [
              {
                "url": "https://www.amazon.com/dp/B0DZMLL649/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Kick75 Wireless Low Profile Mechanical Keyboard with Volume Knob,75% Hot Swappable Custom K...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/5c5327d8-64eb-4282-b222-b9134d3daae1.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0CRKP8LJX/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air96 V2 Wireless Mechanical Keyboard,100 Keys Gaming Keyboard,Supports Bluetooth 5.1,2.4G ...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/0347afd2-0512-4590-8bbc-d099eed6d9dc.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0FFG49DGP/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air75 V3 Hot Swappable Wireless Mechanical Keyboard, 84 Keys 75% Custom Low Profile Keyboar...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/489467e8-3d32-4f61-b2e0-46f4346c0407.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0CMXBDJ2P/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air75 V2 Portable 75% Mechanical Keyboard,Wireless Keyboard,Supports Bluetooth/2.4G/USB-C R...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/a86532d7-42d5-413c-b1e2-c0d11fbe3f4a.__AC_SR166,182___.jpg"
                }
              }
            ]
          },
          {
            "title": "NuPhy Mechanical Keyboards",
            "text": null,
            "url": null,
            "image": {
              "name": "nuphy Air75 V2 Portable 75% Mechanical Keyboard,Wireless Keyboard,Supports Bluetooth/2.4G/USB-C R...",
              "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/549f472c-c63a-46cd-8bbf-39f637fa8f27.__AC_SR166,182___.jpg"
            },
            "items": [
              {
                "url": "https://www.amazon.com/dp/B0CMYYM2SQ/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air75 V2 Portable 75% Mechanical Keyboard,Wireless Keyboard,Supports Bluetooth/2.4G/USB-C R...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/549f472c-c63a-46cd-8bbf-39f637fa8f27.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0CRH66YJQ/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air60 V2 Portable Wireless Keyboard 60% Low Profile Mechanical Keyboard Support QMK/VIA Com...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/8f0c8d2e-5d0f-45ec-ac9f-bfee274b415f.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0CQRQHX2D/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Air96 V2 Wireless Mechanical Keyboard,100 Keys Gaming Keyboard,Supports Bluetooth 5.1,2.4G ...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/1afec018-df51-485b-bba0-4dbce8d715ba.__AC_SR166,182___.jpg"
                }
              },
              {
                "url": "https://www.amazon.com/dp/B0D5Q4YSSN/ref=emc_bcc_2_i",
                "image": {
                  "name": "nuphy Halo75 V2 Mechancial Gaming Kyeboard,75% Wireless Hot Swappable Bluetooth Keyboard,83 Kyes ...",
                  "url": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/f501f253-bffd-4e41-a9ef-8410fcf230f7.__AC_SR166,182___.jpg"
                }
              }
            ]
          }
        ]
      },
      "productComparison": null,
      "aiReviewsSummary": null,
      "monthlyPurchaseVolume": "50+ bought in past month",
      "productPageReviews": [
        {
          "username": "Mikal",
          "userId": "amzn1.account.AEWGMTJJYA44C7DSHYNVLHULWYVQ",
          "userProfileLink": "https://www.amazon.com/gp/profile/amzn1.account.AEWGMTJJYA44C7DSHYNVLHULWYVQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
          "ratingScore": 4,
          "reviewTitle": "Excellent typing experience with almost no sound",
          "reviewDescription": "I had a really hard time believing this keyboard was as quiet as the typing video let on. It's not quite there, but it very nearly is. The worst of the sound is a very soft thunk when the keys bottom out, but otherwise it's nearly silent. I've tried several other mechanical keyboards, including low profile keyboards, that use what are defined as \"silent\" switches, yet they still make enough noise to disturb my sleeping wife. I'm reasonably certain this keyboard won't be even a small problem.In addition to that, typing still feels really good. It's obviously lacking the crisp feel of more typical mechanical keyboards, but the travel distance is still great and the feel is buttery smooth.If you're in need of a near silent keyboard, but prefer a full-height mechanical keyboard experience, definitely give this keyboard a try.One star removed for one reason only: the software for this keyboard is built entirely as a Chromium app. I'd much prefer desktop-specific software.",
          "date": "2026-01-21",
          "position": 1,
          "reviewedIn": "Reviewed in the United States on January 21, 2026",
          "reviewId": "R3PKHLT5AS922C",
          "reviewUrl": "https://www.amazon.com/gp/customer-reviews/R3PKHLT5AS922C/ref=cm_cr_dp_d_rvw_ttl?ie=UTF8",
          "reviewImages": [],
          "reviewReaction": null,
          "isVerified": true,
          "isAmazonVine": false,
          "avatar": null,
          "variant": "Size: Blush Max Switch, Style: White High Profile",
          "variantAttributes": [
            {
              "key": "Size",
              "value": "Blush Max Switch"
            },
            {
              "key": "Style",
              "value": "White High Profile"
            }
          ]
        }
      ],
      "productPageReviewsFromOtherCountries": [],
      "locationText": "Update location",
      "loadedCountryCode": "US",
      "offers": [],
      "unNormalizedProductUrl": "https://www.amazon.com/s?k=keyboard&s=popularity-rank",
      "categoryPageData": {
        "pageNumber": 1,
        "saleSummary": null,
        "isSponsored": true,
        "bestsellerBadge": null,
        "productPosition": 18
      },
      "input": "https://www.amazon.com/s?k=keyboard"
    }
  }
```

# Actor input Schema

## `sourceUrls` (type: `array`):

URLs to scrape. Can be category URL (https://www.amazon.com/s?k=something), product URL (https://www.amazon.com/dp/B09JQMJHXY) or seller URL (https://www.amazon.com/sp?\&seller=A33VKVXKE1ZIAY).

## `maxItemsPerUrl` (type: `integer`):

Maximum number of results to scrape per each source URL. This will let the scraper know when to stop.

## `locale` (type: `string`):

Language to use on Amazon. Note: each Amazon domain has a different set of supported languages. If you choose a language that is not supported by the domain, the scraper will use the default language of the domain.

## `proxyRegion` (type: `string`):

You can set proxy region to avoid geo-blocking and access region-specific content. Amazon shows you the products that can be shipped to your address based on the proxy you use. By default, the scraper automatically selects the proxy region based on the used Amazon website domain, ensuring low blocking rates and results relevant to the base domain.

## Actor input object example

```json
{
  "sourceUrls": [
    {
      "url": "https://www.amazon.com/s?k=keyboard"
    }
  ],
  "maxItemsPerUrl": 10,
  "locale": "en",
  "proxyRegion": "AUTO_SELECT_PROXY_COUNTRY"
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "sourceUrls": [
        {
            "url": "https://www.amazon.com/s?k=keyboard"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("powerai/amazon-seller-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "sourceUrls": [{ "url": "https://www.amazon.com/s?k=keyboard" }] }

# Run the Actor and wait for it to finish
run = client.actor("powerai/amazon-seller-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "sourceUrls": [
    {
      "url": "https://www.amazon.com/s?k=keyboard"
    }
  ]
}' |
apify call powerai/amazon-seller-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=powerai/amazon-seller-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/cBh6ER4m5oebFrZIs/builds/Bo4MI8PNOTS2bFXfV/openapi.json
