# Export bounce house rental company list to CSV

**Use case:** 

Download a clean, deduped CSV of bounce house rental companies with phone, website, email, equipment and serving areas.

## Input

```json
{
  "state": "",
  "maxItems": 50,
  "monitorMode": false,
  "alertOnNewListing": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "company_name": {
    "label": "Company",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "serving_areas": {
    "label": "Serving areas",
    "format": "string"
  },
  "equipment": {
    "label": "Equipment",
    "format": "array"
  },
  "profile_url": {
    "label": "BounceGuide",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BounceGuide Bounce House Scraper — Phones, Websites & Leads](https://apify.com/scrapersdelight/bounceguide-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/bounceguide-scraper) to learn more, explore other use cases, and run it yourself.