# Relevance (default) Dick's Sporting Goods Product

**Use case:** 

Extract Dick's Sporting Goods Product data filtered by Relevance (default). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    "https://www.dickssportinggoods.com/f/all-mens-footwear",
    "https://www.dickssportinggoods.com/f/casual-sneakers-for-men"
  ],
  "maxItems": 10,
  "sortBy": "relevance",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "styleId": {
    "label": "Style ID",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "List Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "isOnSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "colorOptions": {
    "label": "Colors",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dick's Sporting Goods Product Scraper](https://apify.com/parseforge/dicks-sporting-goods-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dicks-sporting-goods-scraper) to learn more, explore other use cases, and run it yourself.