# Academy Sports + Outdoors Full Export

**Use case:** 

Full Export of Academy Sports + Outdoors. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "searchQuery": "running shoes",
  "hotDealsOnly": false,
  "clearanceOnly": false,
  "inStockOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "badge": {
    "label": "Badge",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "inventoryStatus": {
    "label": "Inventory Status",
    "format": "text"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "specifications": {
    "label": "Specifications",
    "format": "text"
  },
  "featureBenefits": {
    "label": "Features",
    "format": "text"
  },
  "upc": {
    "label": "UPC",
    "format": "text"
  },
  "storeCount": {
    "label": "Store Count",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Academy Sports + Outdoors Scraper](https://apify.com/parseforge/academy-sports-outdoors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/academy-sports-outdoors-scraper) to learn more, explore other use cases, and run it yourself.