---
name: "xpay-brand-dev-brand-dev-retrieve-brand-data-by-company-name"
description: "Retrieve brand information using a company name. This endpoint searches for the company by name and returns its brand data."
version: "1.0.0"
price: "$0.06/call"
provider: "Brand.dev API"
---

# Brand Dev Retrieve Brand Data By Company Name

Retrieve brand information using a company name. This endpoint searches for the company by name and returns its brand data.

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

## When to Use

Use this tool when you need to retrieve brand information using a company name. this endpoint searches for the company by name and returns its brand data.. 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_brand_data_by_company_name")`
2. **`xpay_run`** — Execute: `xpay_run("brand-dev/brand-dev_retrieve_brand_data_by_company_name", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | Yes | Company name to retrieve brand data for (e.g., 'Apple Inc', 'Microsoft Corporation'). Must be 3-30 characters. |
| `force_language` | string | No | Optional parameter to force the language of the retrieved brand data. |
| `maxSpeed` | boolean | No | Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data. |
| `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). |

## 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 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 Naics Code For Any Brand](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-naics-code-for-any-brand/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-brand-data-by-company-name/
- Provider: https://xpay.tools/brand-dev/
- All tools: https://xpay.tools/explore
