Skills/Company Logo/Look up a company logo

Look up a company logo

0.1 credits / request

Looks up a company by domain or brand name and returns the closest matches ranked by relevance, each carrying the brand name, primary domain, and a hosted logo image URL you can render directly. When you display a logo, show a visible "Logos provided by Logo.dev" link to https://logo.dev.

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.

Cost

0.1 credits / request

0.1 credit per call.

What it accepts

Set these inside the intent when you run it.

companyoptional

A company domain such as stripe.com, or a brand name such as Stripe, to look up.

What you get back

Ranked matches, each with the brand name, primary domain, and a hosted logo image URL.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Logo skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/company-logo/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"lookup","company":"stripe.com"}}'

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"