# Find bicycle classifieds on 2dehands Antwerp

**Use case:** 

Extract bicycle and cycling gear ads from 2dehands.be Antwerp area with prices, brands, and seller contact details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.2dehands.be/q/fiets/l/antwerpen-antwerpen/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "sellerInfo": {
    "label": "Seller",
    "format": "object"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  }
}
```

## About this Actor

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