# Find LEGO deals on Tradera Sweden

**Use case:** 

Scrape LEGO auction and buy-now listings from Tradera.com. Export titles, prices, and seller links for toy resale and marketplace monitoring in Sweden.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tradera.com/search?q=lego"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "endTime": {
    "label": "End time"
  },
  "listingType": {
    "label": "Listing type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Tradera.com Scraper](https://apify.com/rainminer/tradera-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/tradera-com-scraper) to learn more, explore other use cases, and run it yourself.