# Revzilla Full Export

**Use case:** 

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

## Input

```json
{
  "searchQuery": "full face helmet",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "productId": {
    "label": "Product ID",
    "format": "integer"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "integer"
  },
  "color": {
    "label": "Color",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  },
  "vendorSkus": {
    "label": "Vendor SKUs",
    "format": "array"
  },
  "productGroup": {
    "label": "Product Group",
    "format": "string"
  },
  "swatches": {
    "label": "Swatches",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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