---
name: "xpay-brand-dev-brand-dev-retrieve-naics-code-for-any-brand"
description: "Endpoint to classify any brand into a 2022 NAICS code."
version: "1.0.0"
price: "$0.06/call"
provider: "Brand.dev API"
---

# Brand Dev Retrieve Naics Code For Any Brand

Endpoint to classify any brand into a 2022 NAICS code.

**Provider:** Brand.dev API
**Price:** $0.06/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to endpoint to classify any brand into a 2022 naics code.. This is part of the Brand.dev API provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 12+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("brand-dev/brand-dev_retrieve_naics_code_for_any_brand")`
2. **`xpay_run`** — Execute: `xpay_run("brand-dev/brand-dev_retrieve_naics_code_for_any_brand", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `input` | string | Yes | Brand domain or title to retrieve NAICS code for. If a valid domain is provided in input, it will be used for classification, otherwise, we will search for the brand using the provided title. |
| `timeoutMS` | integer | No | Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). |
| `maxResults` | integer | No | Maximum number of NAICS codes to return. Must be between 1 and 10. Defaults to 5. |
| `minResults` | integer | No | Minimum number of NAICS codes to return. Must be at least 1. Defaults to 1. |

## Pricing

- **Cost:** $0.06/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Brand.dev API (all tools)](https://xpay.tools/skills/brand-dev/SKILL.md) — 13 tools
- [Brand Dev Retrieve Brand Data By Domain](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-domain/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Brand Data By Company Name](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-company-name/SKILL.md) — $0.06/call
- [Brand Dev Extract Fonts From Website](https://xpay.tools/skills/brand-dev/brand-dev-extract-fonts-from-website/SKILL.md) — $0.06/call
- [Brand Dev Identify Brand From Transaction Data](https://xpay.tools/skills/brand-dev/brand-dev-identify-brand-from-transaction-data/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Brand Data By Email Address](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-email-address/SKILL.md) — $0.06/call

## Links

- Tool page: https://xpay.tools/brand-dev/brand-dev-retrieve-naics-code-for-any-brand/
- Provider: https://xpay.tools/brand-dev/
- All tools: https://xpay.tools/explore
