# Amazon Best Sellers in Clothing and Jewelry

**Use case:** 

Access data on best-selling clothing items from Amazon. Get insights into trending products specifically for the US market.

## Input

```json
{
  "ranking": "best_seller",
  "location": "United States",
  "categories": [
    "Clothing, Shoes & Jewelry"
  ]
}
```

## Output

```json
{
  "imgUrl": {
    "label": "Image",
    "format": "image"
  },
  "link": {
    "label": "Link",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "domain": {
    "label": "Domain"
  },
  "storeName": {
    "label": "Store Name",
    "format": "text"
  },
  "storeLink": {
    "label": "Store Link",
    "format": "link"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerLink": {
    "label": "Seller Link",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "productVideos": {
    "label": "Product Videos",
    "format": "number"
  },
  "topBrandVideos": {
    "label": "Top Brand Videos",
    "format": "number"
  },
  "topInfluencerVideos": {
    "label": "Top Influencer Videos",
    "format": "number"
  },
  "bottomInfluencerVideos": {
    "label": "Bottom Influencer Videos",
    "format": "number"
  },
  "fiveStarPercentage": {
    "label": "5-Star %",
    "format": "number"
  },
  "fourStarPercentage": {
    "label": "4-Star %",
    "format": "number"
  },
  "threeStarPercentage": {
    "label": "3-Star %",
    "format": "number"
  },
  "twoStarPercentage": {
    "label": "2-Star %",
    "format": "number"
  },
  "oneStarPercentage": {
    "label": "1-Star %",
    "format": "number"
  },
  "lastUpdate": {
    "label": "Last Update",
    "format": "date"
  },
  "variations": {
    "label": "Variations",
    "format": "object"
  },
  "numVariations": {
    "label": "Number of Variations",
    "format": "number"
  }
}
```

## About this Actor

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