# 2dehands Keyword Listing Search

**Use case:** 

Search 2dehands or 2ememain by keyword and export Belgian marketplace listings with prices, seller info, locations, and URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.2dehands.be/l/auto-s/"
    }
  ],
  "searchQueries": [
    "iphone",
    "e-bike"
  ],
  "language": "nl",
  "maxResults": 50,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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