# Tradera Detailed Price Monitor

**Use case:** 

Monitor Tradera listings with detail-page enrichment for descriptions, categories, seller ratings, visit counts, and full image galleries.

## Input

```json
{
  "searchQuery": "lego",
  "searchUrl": "",
  "maxItems": 25,
  "sortBy": "",
  "includeDetails": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "itemId": {
    "label": "Item ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "itemType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "buyNowPrice": {
    "label": "Buy now price",
    "format": "number"
  },
  "totalBids": {
    "label": "Bids",
    "format": "number"
  },
  "endDate": {
    "label": "Ends",
    "format": "date"
  },
  "timeLeftHours": {
    "label": "Hours left",
    "format": "number"
  },
  "sellerAlias": {
    "label": "Seller",
    "format": "text"
  },
  "sellerRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "shippingMinCost": {
    "label": "Min shipping",
    "format": "number"
  },
  "hasFreeShipping": {
    "label": "Free shipping",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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