Logo-Yoink

An open-source API to find logos.

Score00000
Best00000
Lasso×0
View on GitHub

Marks belong to their respective owners. No endorsement implied.

Scroll down to learn more

What is Logo Yoink?

The open-source
API for finding the
right logo.

Inspect a website. Get the best logo for every use.

One URL in. Ranked logo candidates out.

We scan structured data, manifests, icons, and assets across the target site, then validate and rank the real logo files.

Open-source and built for developers.

Transparent, community-driven, and easy to integrate into your workflow.

View on GitHub

Try it out

Enter any website URL and we’ll find the right logo.

Use the API

Run it on
your stack.

The search above is the demo. Clone Logo Yoink, host it yourself, and call it from your project.

your-infrastructure / logo-yoink Self-hosted
01 Get it running
$ git clone https://github.com/Hendrikc4/logo-yoink.git
$ cd logo-yoink
$ npm install
$ npm start

● ready on your machine :4310
02 Call your API
$ curl -sS http://127.0.0.1:4310/api/extract \
  -H "content-type: application/json" \
  -d '{"website":"nox.energy"}'
  1. 1
    Clone the project

    Everything you need is on GitHub.

  2. 2
    Deploy it yourself

    Run it locally or on your own infrastructure.

  3. 3
    Wire it into your app

    Your project calls an endpoint you control.

Open source. No dependency on a Logo Yoink–hosted API.

Get the source on GitHub