# Amazon marketplace seller audit

**Use case:** 

Audit multiple Amazon marketplace sellers in one run with profile URLs, ratings, feedback volume, business address, and seller metadata.

## Input

```json
{
  "sellerIds": [
    "A2L77EE7U53NWQ",
    "ATVPDKIKX0DER"
  ],
  "startUrls": [
    {
      "url": "https://www.amazon.com/sp?seller=A2L77EE7U53NWQ"
    }
  ],
  "maxResults": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "name": {
    "label": "Seller Name",
    "format": "text"
  },
  "positiveRatingPercent": {
    "label": "Positive Rating %",
    "format": "number"
  },
  "feedbackCount": {
    "label": "Total Feedback",
    "format": "number"
  },
  "recentFeedback12Mo": {
    "label": "Feedback (12mo)",
    "format": "number"
  },
  "memberSince": {
    "label": "Member Since",
    "format": "text"
  },
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "businessAddress": {
    "label": "Business Address",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Sellers Scraper](https://apify.com/automation-lab/amazon-sellers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/amazon-sellers-scraper) to learn more, explore other use cases, and run it yourself.