# Verify a New Mexico Contractor by License Number

**Use case:** 

Confirm an NM CID contractor license number and business name from the official New Mexico registry.

## Input

```json
{
  "businessName": "Smith",
  "licenseNumber": "396966",
  "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.