# Scrape Cabela's Pursuit turkey decoy product detail

**Use case:** 

Scrape full product detail for Cabela's Pursuit Foam Turkey Decoy 3-Pack including variants and pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cabelas.com/p/pursuit-foam-turkey-decoy-3-pack"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "countryCode": "US"
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "webId": {
    "label": "Web id"
  },
  "catentryId": {
    "label": "Catentry id"
  },
  "slug": {
    "label": "Slug"
  },
  "category": {
    "label": "Category"
  },
  "subcategory": {
    "label": "Subcategory"
  },
  "image": {
    "label": "Image"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "price": {
    "label": "Price"
  },
  "description": {
    "label": "Description"
  },
  "longDescription": {
    "label": "Long description"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs"
  },
  "definingAttributes": {
    "label": "Defining attributes"
  },
  "descriptiveAttributes": {
    "label": "Descriptive attributes"
  },
  "variants": {
    "label": "Variants"
  }
}
```

## About this Actor

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