# 2dehands & 2ememain – Belgium Classifieds & Seller Reviews

**Use case:** 

Scrape 2dehands/2ememain.be. Get ID, URL, title, desc, price, location, images, seller, category. Optional: views, attributes, shipping, reviews.

## Input

```json
{
  "mode": "search",
  "queries": [
    "bmw"
  ],
  "domain": "2dehands.be",
  "minPrice": 0,
  "maxPrice": 0,
  "sort": "optimized",
  "categoryId": 0,
  "startUrls": [
    "https://www.2dehands.be/q/bmw/"
  ],
  "fetchDetails": false,
  "includeReviews": true,
  "maxReviews": 20,
  "maxItems": 20,
  "maxPages": 200,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BE"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "itemId": {
    "label": "Item ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "countryName": {
    "label": "Country",
    "format": "text"
  },
  "date": {
    "label": "Posted",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "sellerVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "sellerRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "sellerReviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sourceSite": {
    "label": "Site",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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