# Active NYC Business Licenses | DCWP Registry

**Use case:** 

Extract NYC Business Licenses | DCWP Registry data filtered by Active. Export structured results ready for analysis, lead generation, or research.

## Input

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

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "license_nbr": {
    "label": "License #",
    "format": "text"
  },
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "dba_trade_name": {
    "label": "DBA",
    "format": "text"
  },
  "business_unique_id": {
    "label": "Unique ID",
    "format": "text"
  },
  "business_category": {
    "label": "Category",
    "format": "text"
  },
  "license_type": {
    "label": "License Type",
    "format": "text"
  },
  "license_status": {
    "label": "Status",
    "format": "text"
  },
  "license_creation_date": {
    "label": "Created",
    "format": "date"
  },
  "lic_expir_dd": {
    "label": "Expires",
    "format": "date"
  },
  "contact_phone": {
    "label": "Phone",
    "format": "text"
  },
  "address_type": {
    "label": "Address Type",
    "format": "text"
  },
  "address_building": {
    "label": "Building",
    "format": "text"
  },
  "address_street_name": {
    "label": "Street",
    "format": "text"
  },
  "address_borough": {
    "label": "Borough",
    "format": "text"
  },
  "address_zip": {
    "label": "ZIP",
    "format": "text"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "latitude": {
    "label": "Lat",
    "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 [NYC Business Licenses Scraper | DCWP Registry](https://apify.com/parseforge/nyc-business-licenses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nyc-business-licenses-scraper) to learn more, explore other use cases, and run it yourself.