# Extract Pinkbike buy/sell listing detail page

**Use case:** 

Scrape Pinkbike.com single buy/sell listing with photos, specs, seller profile, and message history for bike deal research.

## Input

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