# Generate B2B leads from new Chicago business licenses

**Use case:** 

Pull newly issued Chicago business licenses — business name, address, license type and issue date — fresh local leads for outreach.

## Input

```json
{
  "cities": [
    "chicago"
  ],
  "maxResults": 200
}
```

## Output

```json
{
  "city": {
    "label": "City",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "dba": {
    "label": "DBA / trade name",
    "format": "string"
  },
  "license_type": {
    "label": "License type",
    "format": "string"
  },
  "naics": {
    "label": "NAICS code",
    "format": "string"
  },
  "issue_date": {
    "label": "Issue date",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [City Business License Leads — New Business Lead Feed API](https://apify.com/malonestar/city-business-license-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/city-business-license-leads) to learn more, explore other use cases, and run it yourself.