Search thousands of high-quality company logos. Download in SVG, PNG, EPS, and more. Free and easy to use.
Search results appear instantly with smart caching and optimized performance.
Download logos in SVG, PNG, EPS, AI, and PDF formats for any use case.
Find exactly what you need with intelligent search across thousands of logos.
All logos are vector-based and perfect for any resolution or screen size.
Integrate logo search into your own applications with our simple REST API.
No sign-up required. No limits. Use as much as you need, absolutely free.
Integrate LogoSearch into your applications with our simple REST API.
curl "https://companylogos.in/search?q=tesla&limit=5"
curl "https://companylogos.in/health"
fetch('https://companylogos.in/search?q=tesla&limit=10')
.then(res => res.json())
.then(data => console.log(data));
Parameters: q (query, required), limit (results per page, default: 20), page (page number, default: 1)