# Build a B2B lead list from Amazon sellers

**Use case:** 

Pull business name, address, and phone for Amazon sellers. Clean JSON lead lists for B2B prospecting, outreach, and CRM import.

## Input

```json
{
  "sellerIds": [
    "A294P4X9EWVXLJ",
    "A1MCYUGJD2ILFU",
    "A3GHITH485Z657"
  ]
}
```

## Output

```json
{
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "businessAddress": {
    "label": "Business Address",
    "format": "string"
  },
  "sellerContactPhone": {
    "label": "Seller Contact Phone",
    "format": "string"
  },
  "storefrontUrl": {
    "label": "Storefront URL",
    "format": "string"
  }
}
```

## About this Actor

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