# Inactive Business Records in New York for Restaurants

**Use case:** 

Extract inactive business records in New York for restaurant entities.

## Input

```json
{
  "maxCompanies": 50,
  "withDetails": true,
  "includeHistory": true,
  "entityTypeCategory": [],
  "searchValue": "restaurant",
  "searchBy": "name",
  "match": "contains",
  "entityStatus": "inactive",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Entity name",
    "format": "text"
  },
  "dosId": {
    "label": "DOS ID",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "registeredAgentName": {
    "label": "Registered agent",
    "format": "text"
  },
  "registeredAgentAddress": {
    "label": "Registered agent address",
    "format": "object"
  },
  "dosProcessName": {
    "label": "DOS process agent",
    "format": "text"
  },
  "dosProcessAddress": {
    "label": "DOS process address",
    "format": "object"
  },
  "chairmanOrCeoName": {
    "label": "Chairman / CEO",
    "format": "text"
  },
  "serviceOfProcessName": {
    "label": "Service of process agent",
    "format": "text"
  },
  "serviceOfProcessAddress": {
    "label": "Service of process address",
    "format": "object"
  },
  "physicalLocationAddress": {
    "label": "Physical location",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [New York Business Entity & LLC Records Scraper](https://apify.com/scrapers_lat/ny-dos-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/ny-dos-business-scraper) to learn more, explore other use cases, and run it yourself.