# Track e-bike prices on 2dehands & 2ememain

**Use case:** 

Monitor new e-bike listings on 2dehands.be and 2ememain.be: prices, locations and photos as clean JSON, no seller personal data. Free to try.

## Input

```json
{
  "searchQuery": "elektrische fiets",
  "domain": "2dehands.be",
  "priceMinEur": 300,
  "priceMaxEur": 5000,
  "sortBy": "date",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceCents": {
    "label": "Price (cents)",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [2dehands & 2ememain Scraper (GDPR-safe)](https://apify.com/lowlanddata/tweedehands-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lowlanddata/tweedehands-scraper) to learn more, explore other use cases, and run it yourself.