# Monitor Pinkbike frame listings for sale

**Use case:** 

Track Pinkbike.com frame category buy/sell listings with brand, size, and asking price for MTB parts market intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.pinkbike.com/buysell/list/?category=26"
    }
  ],
  "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.