# MBE (Minority) NYC Certified Business Directory

**Use case:** 

Extract NYC Certified Business Directory data filtered by MBE (Minority). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "certification": "MBE"
}
```

## Output

```json
{
  "vendor_formal_name": {
    "label": "Business Name",
    "format": "text"
  },
  "vendor_dba": {
    "label": "DBA",
    "format": "text"
  },
  "first_name": {
    "label": "First Name",
    "format": "text"
  },
  "last_name": {
    "label": "Last Name",
    "format": "text"
  },
  "telephone": {
    "label": "Phone",
    "format": "text"
  },
  "certification": {
    "label": "Certification",
    "format": "text"
  },
  "ethnicity": {
    "label": "Ethnicity",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "business_description": {
    "label": "Description",
    "format": "text"
  },
  "naics_sector": {
    "label": "NAICS Sector",
    "format": "text"
  },
  "naics_subsector": {
    "label": "Subsector",
    "format": "text"
  },
  "naics_title": {
    "label": "NAICS Title",
    "format": "text"
  },
  "id6_digit_naics_code": {
    "label": "NAICS Code",
    "format": "text"
  },
  "nigp_codes": {
    "label": "NIGP Codes",
    "format": "text"
  },
  "cert_renewal_date": {
    "label": "Cert Renewal",
    "format": "text"
  },
  "address1": {
    "label": "Address",
    "format": "text"
  },
  "mailingaddress1": {
    "label": "Mailingaddress1"
  },
  "mailingcity": {
    "label": "Mailingcity"
  },
  "mailingstate": {
    "label": "Mailingstate"
  },
  "mailingzip": {
    "label": "Mailingzip"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "largest_value_of_contract": {
    "label": "Largest Contract",
    "format": "text"
  },
  "enrolled_in_passport": {
    "label": "Passport",
    "format": "text"
  },
  "name_of_client_job_exp_1": {
    "label": "Client 1",
    "format": "text"
  },
  "description_of_work_job_exp_1": {
    "label": "Work Desc 1",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC Certified Business Directory Scraper](https://apify.com/parseforge/nyc-certified-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nyc-certified-business-scraper) to learn more, explore other use cases, and run it yourself.