# eBay image search for product photos

**Use case:** 

Run eBay image search from a product photo. Returns listings with title, price, condition, listing type, seller, location, and direct listing links.

## Input

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

## 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.