# Scrape new Chicago business licenses

**Use case:** 

Newly-registered Chicago (IL) businesses: name, address, license type, date, link. New-SMB lead list, export-ready CSV/JSON.

## Input

```json
{
  "signalTypes": [
    "business_license"
  ],
  "states": [
    "IL"
  ],
  "lookbackDays": 14,
  "includeAmendments": false,
  "excludeFunds": true,
  "fetchAmounts": true,
  "maxRecords": 25,
  "monitorMode": false,
  "alertOnNewSignal": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "signal_type": {
    "label": "Signal",
    "format": "string"
  },
  "company_or_name": {
    "label": "Company / name",
    "format": "string"
  },
  "details": {
    "label": "Details",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GTM Trigger Feed — Funding, Licenses, Layoffs & Openings](https://apify.com/scrapersdelight/gtm-trigger-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/gtm-trigger-feed) to learn more, explore other use cases, and run it yourself.