# 2dehands Category Page Scraper

**Use case:** 

Scrape listings from specific 2dehands.be or 2ememain.be category and search pages using direct start URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.2dehands.be/l/auto-s/"
    }
  ],
  "searchQueries": [
    "iphone"
  ],
  "language": "nl",
  "maxResults": 40,
  "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.