# Active Chicago Business Licenses | Open Data Export

**Use case:** 

Extract Chicago Business Licenses | Open Data Export data filtered by Active. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "licenseStatus": "AAI"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "Row ID",
    "format": "text"
  },
  "license_id": {
    "label": "License ID",
    "format": "text"
  },
  "account_number": {
    "label": "Account",
    "format": "text"
  },
  "site_number": {
    "label": "Site",
    "format": "text"
  },
  "legal_name": {
    "label": "Legal Name",
    "format": "text"
  },
  "doing_business_as_name": {
    "label": "DBA",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "ward": {
    "label": "Ward",
    "format": "text"
  },
  "precinct": {
    "label": "Precinct",
    "format": "text"
  },
  "ward_precinct": {
    "label": "Ward-Precinct",
    "format": "text"
  },
  "police_district": {
    "label": "Police Dist",
    "format": "text"
  },
  "license_code": {
    "label": "License Code",
    "format": "text"
  },
  "license_description": {
    "label": "License Type",
    "format": "text"
  },
  "business_activity_id": {
    "label": "Activity ID",
    "format": "text"
  },
  "business_activity": {
    "label": "Activity",
    "format": "text"
  },
  "license_number": {
    "label": "License No.",
    "format": "text"
  },
  "application_type": {
    "label": "App Type",
    "format": "text"
  },
  "application_created_date": {
    "label": "App Created",
    "format": "date"
  },
  "application_requirements_complete": {
    "label": "App Complete",
    "format": "date"
  },
  "payment_date": {
    "label": "Payment Date",
    "format": "date"
  },
  "conditional_approval": {
    "label": "Conditional",
    "format": "text"
  },
  "license_start_date": {
    "label": "Start",
    "format": "date"
  },
  "expiration_date": {
    "label": "Expiration",
    "format": "date"
  },
  "license_approved_for_issuance": {
    "label": "Approved",
    "format": "date"
  },
  "date_issued": {
    "label": "Issued",
    "format": "date"
  },
  "license_status": {
    "label": "Status",
    "format": "text"
  },
  "license_status_change_date": {
    "label": "Status Change",
    "format": "date"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chicago Business Licenses Scraper | Open Data Export](https://apify.com/parseforge/chicago-business-licenses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chicago-business-licenses-scraper) to learn more, explore other use cases, and run it yourself.