# Extract Shopbop Volley Veja sneaker product page

**Use case:** 

Scrape Shopbop Volley Veja product detail with size availability, materials, and customer reviews.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopbop.com/volley-veja/vp/v=1/1595753272.htm"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "productId": {
    "label": "Product id"
  },
  "sku": {
    "label": "Sku"
  },
  "priceText": {
    "label": "Price text"
  },
  "price": {
    "label": "Price"
  },
  "onSale": {
    "label": "On sale"
  },
  "inStock": {
    "label": "In stock"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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