Find Company Logos
In Seconds

Search thousands of high-quality company logos. Download in SVG, PNG, EPS, and more. Free and easy to use.

Why Choose LogoSearch?

Lightning Fast

Search results appear instantly with smart caching and optimized performance.

🎨

Multiple Formats

Download logos in SVG, PNG, EPS, AI, and PDF formats for any use case.

🔍

Powerful Search

Find exactly what you need with intelligent search across thousands of logos.

💎

High Quality

All logos are vector-based and perfect for any resolution or screen size.

🚀

API Access

Integrate logo search into your own applications with our simple REST API.

🆓

Completely Free

No sign-up required. No limits. Use as much as you need, absolutely free.

Search Logos

🔌 API Documentation

Integrate LogoSearch into your applications with our simple REST API.

Search Endpoint

curl "https://companylogos.in/search?q=tesla&limit=5"

Health Check

curl "https://companylogos.in/health"

JavaScript Example

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)