# Review Amazon Seller Contact Details

**Use case:** 

Collect seller names, business addresses, and public emails from Amazon profiles for supplier review and outreach.

## Input

```json
{
  "sellerIds": [
    "A1ODG4ICFE5MU3"
  ],
  "startUrls": [
    {
      "url": "https://www.amazon.com/sp?seller=A1ODG4ICFE5MU3"
    }
  ],
  "marketplace": "DE",
  "discoverWebsiteEmails": true,
  "companyWebsites": [
    {
      "sellerId": "A1ODG4ICFE5MU3",
      "url": "https://dreamfarm.com"
    }
  ],
  "maxResults": 1,
  "maxContactPages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "businessName": {
    "label": "Legal business name",
    "format": "string"
  },
  "email": {
    "label": "Public contact email",
    "format": "string"
  },
  "emailSource": {
    "label": "Email provenance",
    "format": "string"
  },
  "officialWebsiteUrl": {
    "label": "Official website",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "sellerUrl": {
    "label": "Amazon seller profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Seller Email Scraper — Public Contact Finder](https://apify.com/khadinakbar/amazon-seller-email-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/amazon-seller-email-scraper) to learn more, explore other use cases, and run it yourself.