# Ace Hardware Full Export

**Use case:** 

Full Export of Ace Hardware. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.acehardware.com/departments/hardware/nuts-and-bolts/carriage-bolts",
  "maxItems": 500,
  "includeDetails": false,
  "maxConcurrency": 3,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productCode": {
    "label": "SKU",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "msrp": {
    "label": "MSRP",
    "format": "number"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "catalogListPrice": {
    "label": "List Price",
    "format": "number"
  },
  "hasPriceRange": {
    "label": "Price Range",
    "format": "boolean"
  },
  "upc": {
    "label": "UPC",
    "format": "text"
  },
  "mfgPartNumber": {
    "label": "Mfg Part #",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "productType": {
    "label": "Product Type",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "isPurchasable": {
    "label": "Purchasable",
    "format": "boolean"
  },
  "supportsInStorePickup": {
    "label": "In-Store Pickup",
    "format": "boolean"
  },
  "supportsDelivery": {
    "label": "Delivery",
    "format": "boolean"
  },
  "fulfillmentTypes": {
    "label": "Fulfillment",
    "format": "array"
  },
  "packageHeight": {
    "label": "Pkg Height",
    "format": "number"
  },
  "packageWidth": {
    "label": "Pkg Width",
    "format": "number"
  },
  "packageLength": {
    "label": "Pkg Length",
    "format": "number"
  },
  "packageWeight": {
    "label": "Pkg Weight",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short Desc",
    "format": "text"
  },
  "specifications": {
    "label": "Specs",
    "format": "array"
  },
  "imageUrls": {
    "label": "Images",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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