# Scrape used items for sale in Belgium

**Use case:** 

Extract classified listings from 2dehands.be, Belgium's largest marketplace. Structured data with prices. Pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "iphone"
}
```

## Output

```json
{
  "itemId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceEur": {
    "label": "Price €",
    "format": "number"
  },
  "priceType": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [2dehands.be Belgium Classifieds Scraper](https://apify.com/unfenced-group/2dehands-be-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/2dehands-be-scraper) to learn more, explore other use cases, and run it yourself.