# AI find product from picture across stores

**Use case:** 

AI find product from picture across Amazon and eBay. Returns titles, brands, prices, ratings, and direct listing links in one dataset.

## Input

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

## Output

```json
{
  "provider": {
    "label": "Store",
    "format": "string"
  },
  "imageLabel": {
    "label": "From photo",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "product_url": {
    "label": "Amazon link",
    "format": "string"
  },
  "url": {
    "label": "eBay link",
    "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.