# New York Professional Engineers Named Singh

**Use case:** 

Search New York State licensed professional engineers named Singh with license number, city and registration status.

## Input

```json
{
  "query": "singh",
  "profession": "016",
  "withDetails": true,
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "profession": {
    "label": "Profession",
    "format": "text"
  },
  "professionCode": {
    "label": "Code",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "dateOfLicensure": {
    "label": "Licensed",
    "format": "text"
  },
  "registeredThroughDate": {
    "label": "Registered Through",
    "format": "text"
  },
  "additionalQualifications": {
    "label": "Qualifications",
    "format": "text"
  },
  "schoolName": {
    "label": "School",
    "format": "text"
  },
  "schoolDegreeDate": {
    "label": "Degree Date",
    "format": "text"
  },
  "hasEnforcementActions": {
    "label": "Enforcement",
    "format": "boolean"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [New York Professional License Scraper (OP)](https://apify.com/scrapers_lat/ny-professions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/ny-professions-scraper) to learn more, explore other use cases, and run it yourself.