Tools/company-logo
Company Logo

Company Logo

Active

Your agent has to look for logos online; this returns the brand's name, domain, and logo in a consistent format.

1 tool

Find a company's logo and canonical brand identity by domain or name. Returns the brand's name, primary domain, and a hosted logo URL, ideal for enriching records, building autocomplete, or rendering company avatars. Logos are provided by Logo.dev; when you display one, show a visible "Logos provided by Logo.dev" link (https://logo.dev).

Business & Companieslogobrandcompanyiconenrichment

Tools (1)

Look up a company's logo, name, and domain by domain or brand name.

0.1 credits/call ($0.0001) · 0.1 credit per call

Example prompts

  • Get the logo for stripe.com
  • Find Notion's logo and official domain
  • What's the company logo URL for vercel.com?

Parameters

qstringrequired

A company domain (e.g. "stripe.com") or brand name (e.g. "Stripe") to look up.

API Usage

curl -X POST "https://skill.askfaro.com/skills/company-logo/run" \
  -H "Authorization: Bearer faro_<your_key>" \
  -H "Content-Type: application/json" \
  -d '{
  "intent": {
    "prompt": "Get the logo for stripe.com"
  }
}'

CLI Usage

askfaro describe company-logo/lookup

Install pip install askfaro-cli, then askfaro auth login.