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.
Try it out
Recommended by use
View all results
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.
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"}'
- 1Clone the project
Everything you need is on GitHub.
- 2Deploy it yourself
Run it locally or on your own infrastructure.
- 3Wire 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↗
