# US Census Business Builder Data Export

**Use case:** 

Data Export of US Census Business Builder. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "zipCodes": [
    "10001",
    "90210",
    "60601"
  ],
  "naicsCode": "722",
  "maxItems": 100
}
```

## Output

```json
{
  "zipCode": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "industry": {
    "label": "🏭 Industry",
    "format": "text"
  },
  "population": {
    "label": "👥 Population",
    "format": "text"
  },
  "households": {
    "label": "🏠 Households",
    "format": "text"
  },
  "medianIncome": {
    "label": "💵 Median Income",
    "format": "text"
  },
  "businessCount": {
    "label": "🏢 Businesses",
    "format": "text"
  },
  "employeeCount": {
    "label": "👔 Employees",
    "format": "text"
  },
  "annualPayroll": {
    "label": "💰 Payroll",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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