Your agent has to look for logos online; this returns the brand's name, domain, and logo in a consistent format.
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).
Look up a company's logo, name, and domain by domain or brand name.
A company domain (e.g. "stripe.com") or brand name (e.g. "Stripe") to look up.
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"
}
}'askfaro describe company-logo/lookup
Install pip install askfaro-cli, then askfaro auth login.