# Company Logo

> Skill `company-logo` on Faro. 0 sub-skills.

Looks up a company's logo, official name, and primary domain from a brand name or website address. Returns a hosted logo image URL you can display directly.

**Category:** Business & Companies  
**Tags:** logo, brand, company, icon, enrichment  
**Use when:** You need a company's logo image or its official domain to enrich a record, render an avatar, or build autocomplete.  
**Not for:** Brand colors or fonts, firmographics like employees or revenue, designing a new logo, or verifying that a company is legitimate.  
**Returns:** information — Returns the closest matches ranked by relevance, each carrying the brand name, primary domain, and a hosted logo image URL you can render directly. The first match is the best one for a single-answer request. When you display a logo, show a visible "Logos provided by Logo.dev" link to https://logo.dev. Brand colors and fonts are not included.

## How to run
Skills run through one gateway with your Faro token. Hand it an `intent` in plain language; Faro routes to the right sub-skill, runs it, and bills per call. Raw tools are internal plumbing and are not directly callable.

```
POST https://skill.askfaro.com/skills/company-logo/run
Authorization: Bearer faro_<your_key>
Content-Type: application/json

{"intent":{"prompt":"Get the logo for stripe.com"}}
```

Or from the CLI:

```bash
pip install askfaro-cli && askfaro auth login
askfaro run company-logo "Get the logo for stripe.com"
```

Full run reference: https://askfaro.com/llms/run.md — Agent recipe: https://askfaro.com/llms/skill.md

## Example requests

- Get the logo for stripe.com
- What's the official logo URL for Shopify?
- Look up the logo and domain for the company "Notion"

## What it can do

- Look up a company's logo, canonical name, and primary domain from a domain or a brand name.
- Resolve a brand name to its official website domain, with ranked candidates for disambiguation.

---
On the web: https://askfaro.com/search/company-logo