# Carparts.com Full Export

**Use case:** 

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

## Input

```json
{
  "searchQuery": "brake pads",
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "regularPrice": {
    "label": "Regular Price",
    "format": "number"
  },
  "specialPrice": {
    "label": "Special Price",
    "format": "number"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "sku": {
    "label": "Sku",
    "format": "text"
  },
  "mfrNumber": {
    "label": "Mfr Number",
    "format": "text"
  },
  "shipping": {
    "label": "Shipping",
    "format": "text"
  },
  "corePrice": {
    "label": "Core Price",
    "format": "number"
  },
  "saveAmount": {
    "label": "Save Amount",
    "format": "number"
  },
  "isUniversal": {
    "label": "Is Universal",
    "format": "boolean"
  },
  "series": {
    "label": "Series",
    "format": "text"
  },
  "warranty": {
    "label": "Warranty",
    "format": "text"
  },
  "padMaterial": {
    "label": "Pad Material",
    "format": "text"
  },
  "quantitySold": {
    "label": "Quantity Sold",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "fitmentVehicles": {
    "label": "Fitment Vehicles",
    "format": "array"
  },
  "groupIds": {
    "label": "Group Ids",
    "format": "array"
  },
  "facets": {
    "label": "Facets",
    "format": "array"
  },
  "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 [Carparts.com Scraper](https://apify.com/parseforge/carparts-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/carparts-com-scraper) to learn more, explore other use cases, and run it yourself.