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.
You need a company's logo image or its official domain to enrich a record, render an avatar, or build autocomplete.
Brand colors or fonts, firmographics like employees or revenue, designing a new logo, or verifying that a company is legitimate.
0.1 credits / request
0.1 credit per call.
Set these inside the intent when you run it.
A company domain such as stripe.com, or a brand name such as Stripe, to look up.
Ranked matches, each with the brand name, primary domain, and a hosted logo image URL.
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