# Florida MQA Health Care Provider License in New York

**Use case:** 

Find and extract Florida MQA Health Care Provider License in New York. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "lastName": "Smith",
  "firstName": "",
  "city": "New York",
  "fetchDetails": true,
  "maxItems": 10
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "profession": {
    "label": "Profession",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "originalIssueDate": {
    "label": "Original issue date"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "date"
  },
  "addressOfRecord": {
    "label": "Address of record"
  },
  "verificationUrl": {
    "label": "Verification",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida MQA Health Care Provider License Scraper](https://apify.com/parseforge/florida-mqa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/florida-mqa-scraper) to learn more, explore other use cases, and run it yourself.