# Scrape category listings from Scheels

**Use case:** 

Extract structured ecommerce listings for market research using Scheels.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://example.com/search"
    }
  ],
  "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.