# Amazon Best Sellers Latest Results

**Use case:** 

Latest Results of Amazon Best Sellers. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics/"
    }
  ],
  "maxItems": 25,
  "includeDetails": false,
  "depthOfCrawl": 1
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "position": {
    "label": "Rank",
    "format": "text"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "inStock": {
    "label": "In stock"
  },
  "monthlyPurchaseVolume": {
    "label": "Monthly purchase volume"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "features": {
    "label": "Features"
  },
  "description": {
    "label": "Description"
  },
  "galleryThumbnails": {
    "label": "Gallery thumbnails"
  },
  "highResolutionImages": {
    "label": "High resolution images"
  },
  "variantAsins": {
    "label": "Variant asins"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categoryUrl": {
    "label": "Category URL",
    "format": "link"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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