# Tradera Sweden Auctions Full Export

**Use case:** 

Full Export of Tradera Sweden Auctions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "searchQuery": "iphone"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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