# Amazon StyleSnap for outfits and decor

**Use case:** 

Run Amazon StyleSnap from a product photo. Returns Amazon matches with ASIN, brand, price, rating, Prime status, and direct listing links.

## Input

```json
{
  "imageUrls": [
    "https://m.media-amazon.com/images/I/61Cev2aFG5L._AC_SX695_.jpg"
  ],
  "provider": "amazon",
  "maxResults": 27
}
```

## Output

```json
{
  "provider": {
    "label": "Store",
    "format": "string"
  },
  "imageLabel": {
    "label": "From photo",
    "format": "string"
  },
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "byLine": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "listPrice": {
    "label": "List price",
    "format": "string"
  },
  "availability": {
    "label": "Stock",
    "format": "string"
  },
  "averageOverallRating": {
    "label": "Rating",
    "format": "number"
  },
  "totalReviewCount": {
    "label": "Reviews",
    "format": "string"
  },
  "glProductGroup": {
    "label": "Category",
    "format": "string"
  },
  "isEligibleForPrimeShipping": {
    "label": "Prime",
    "format": "boolean"
  },
  "product_url": {
    "label": "Product",
    "format": "string"
  }
}
```

## About this Actor

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