| name | polymer-pay-logo |
| description | USE THIS SKILL WHEN: the user wants to find company logos, brand icons, or lookup company information by domain. Logo.dev provides brand search and company data. |
| endpoints | [{"path":"/search","method":"GET","price":"$0.01","description":"Search brands by name"}] |
| metadata | {"polymer-pay-skill":{"emoji":"🏷️","requires":{"env":["POLYMER_PAY_API_KEY"],"primaryEnv":"POLYMER_PAY_API_KEY"}}} |
| registries | {} |
| provider | orthogonal |
Logo.dev
Logo.dev - Brand search and company data API. Find company logos, brand icons, and lookup company information by domain through the Polymer Pay proxy. No API key needed — payment is handled automatically.
Authentication
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/x402.orth.sh/logo
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Common Operations
Search Brands
Search for company domains by brand name.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/logo/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"q": "stripe"
}
}
Response: JSON with company logo URLs and domain information.
When to Use
- Logo lookup — User needs company logos for display
- Brand search — User wants to find company by brand name
- Domain resolution — User needs to map brand names to domains
Best Practices
- Use specific queries — More specific brand names return better results
- Check multiple results — Several companies may match similar names
- For errors — See @skills/polymer-pay-api-errors/SKILL.md for complete error code reference and troubleshooting