# Running Shoes Prices on Tradeinn — Live Listings

**Use case:** 

Get current running shoe prices and product listings from Tradeinn, including brand, size options, and discount price.

## Input

```json
{
  "searchQuery": "running shoes",
  "maxResults": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tradeinn Scraper — EU Sports & Outdoor Marketplace Products & P](https://apify.com/studio-amba/tradeinn-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/tradeinn-scraper) to learn more, explore other use cases, and run it yourself.