# Export Scheels data for research

**Use case:** 

Collect structured records with key fields for reporting and integration workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.scheels.com/search/?q=slippers"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "media.swatchImages.0.swatchURL": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "pricing.minRetail": {
    "label": "Price",
    "format": "number"
  },
  "categories.primary": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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