# Find Every New Mexico Contractor License by Name

**Use case:** 

Search NM CID by business name to pull every matching contractor license, CAPTCHA handled for you.

## Input

```json
{
  "businessName": "Smith",
  "maxResults": 20
}
```

## Output

```json
{
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration date",
    "format": "string"
  },
  "matched_by": {
    "label": "Matched by",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [New Mexico Contractor License Lookup & Verify (NM CID)](https://apify.com/fried_calamaries/new-mexico-contractor-license-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/new-mexico-contractor-license-lookup) to learn more, explore other use cases, and run it yourself.