# Find newly licensed Chicago restaurants

**Use case:** 

Find newly licensed Chicago restaurants and food businesses from official city records, with business name, address, licence type, status, and issue dates.

## Input

```json
{
  "sinceDays": 90,
  "onlyNewSinceLastRun": false,
  "maxResults": 200
}
```

## Output

```json
{
  "leadType": {
    "label": "Lead type",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "recordId": {
    "label": "Record ID",
    "format": "string"
  },
  "licenseId": {
    "label": "License ID",
    "format": "string"
  },
  "licenseNumber": {
    "label": "License number",
    "format": "string"
  },
  "licenseCode": {
    "label": "License code",
    "format": "string"
  },
  "licenseDescription": {
    "label": "License description",
    "format": "string"
  },
  "licenseStatusCode": {
    "label": "Status code",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "communityArea": {
    "label": "Community area",
    "format": "string"
  },
  "ward": {
    "label": "Ward",
    "format": "string"
  },
  "applicationType": {
    "label": "Application type",
    "format": "string"
  },
  "applicationCreatedDate": {
    "label": "Application created",
    "format": "string"
  },
  "requirementsCompleteDate": {
    "label": "Requirements complete",
    "format": "string"
  },
  "approvedForIssuanceDate": {
    "label": "Approved for issuance",
    "format": "string"
  },
  "licenseStartDate": {
    "label": "License start",
    "format": "string"
  },
  "issuedDate": {
    "label": "Issued date",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expiration date",
    "format": "string"
  },
  "eventDate": {
    "label": "Event date",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Food Service License Leads - Chicago Restaurant Openings](https://apify.com/rook-data-tools/new-food-service-license-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rook-data-tools/new-food-service-license-leads) to learn more, explore other use cases, and run it yourself.