# Scrape Pinkbike buy/sell listings region 3

**Use case:** 

Extract mountain bike buy and sell listings from Pinkbike region 3 with price, condition, and seller location for cycling marketplace research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.pinkbike.com/buysell/list/?region=3"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Product Name",
    "format": "text"
  },
  "price": {
    "label": "Product Price",
    "format": "text"
  },
  "seller": {
    "label": "Product Seller",
    "format": "object"
  }
}
```

## About this Actor

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