# Amazon Search: Keepa Extension

**Use case:** 

Search Amazon for keepa extension. Save up to 10 current product snapshots with prices, ratings, sellers, availability, and source links.

## Input

```json
{
  "target": "search",
  "searchQuery": "keepa extension",
  "storefront": "amazon.com",
  "maxItems": 10
}
```

## Output

```json
{
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount percent",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "isBuyBoxWinner": {
    "label": "Buy Box winner",
    "format": "boolean"
  },
  "fulfillment": {
    "label": "Fulfillment",
    "format": "string"
  },
  "delivery": {
    "label": "Delivery",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "storefront": {
    "label": "Storefront",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search phrase",
    "format": "string"
  },
  "searchPosition": {
    "label": "Search position",
    "format": "integer"
  },
  "snapshotAt": {
    "label": "Snapshot time",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Search source URL",
    "format": "string"
  },
  "comparison.referenceAsin": {
    "label": "Reference ASIN",
    "format": "string"
  },
  "comparison.referencePrice": {
    "label": "Reference price",
    "format": "number"
  },
  "comparison.priceDifference": {
    "label": "Price difference",
    "format": "number"
  },
  "comparison.priceDifferencePercent": {
    "label": "Price difference percent",
    "format": "number"
  },
  "comparison.isCheaperThanReference": {
    "label": "Cheaper than reference",
    "format": "boolean"
  },
  "comparison.isLowestPrice": {
    "label": "Lowest price",
    "format": "boolean"
  },
  "comparison.isReference": {
    "label": "Reference product",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Price Tracker](https://apify.com/maximedupre/amazon-price-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/amazon-price-tracker) to learn more, explore other use cases, and run it yourself.