# Export Amazon UK seller profile data

**Use case:** 

Collect Amazon UK seller profile details from a public seller page including ratings, business information, and storefront URLs.

## Input

```json
{
  "sellerId": "A2L77EE7U53NWQ",
  "sellerUrl": "https://www.amazon.com/sp?seller=A2L77EE7U53NWQ",
  "marketplace": "amazon.com",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "rowType": {
    "label": "Row type",
    "format": "string"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "feedbackPositivePercent": {
    "label": "Positive feedback %",
    "format": "number"
  },
  "feedbackCountLifetime": {
    "label": "Lifetime feedback count",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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