# Tradera Prepared Search URL Scraper

**Use case:** 

Scrape a specific Tradera search URL with saved filters or sorting and export matching marketplace listings to a dataset.

## Input

```json
{
  "searchQuery": "iphone",
  "searchUrl": "https://www.tradera.com/search?q=nintendo",
  "maxItems": 40,
  "sortBy": "",
  "includeDetails": false,
  "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.