Be careful with copyright issues. How do you make it work? Do you scrape them automatically or gather them from the brands marketing materials? I tried different logos, and I find a few issues: https://logo.clearbit.com/mcdonalds.com?size=256 Mcdonalds US logo background should be red ( http://www.aboutmcdonalds.com/mcd/newsroom/image_and_video_l... ) https://logo.clearbit.com/bk.com?size=256 The quality of that one…
Show HN: Free Company Logo API
31–40 of 159 posts
Re: Show HN: Free Company Logo API
#32Re: Show HN: Free Company Logo API
#33Re: Show HN: Free Company Logo API
#34Re: Show HN: Free Company Logo API
#35Re: Show HN: Free Company Logo API
#36This has been done before (and posted to HN), and it had the same problem. Way too many false positives, especially with older sites. https://logo.clearbit.com/starfoods.com
For this service, if it can find an image, it's at least an image the site owner wanted to be used to represent it.
Re: Show HN: Free Company Logo API
#37I honestly thought this was going to generate a free logo and got really excited for some unknown reason? I guess I was wondering how it all worked, then I clicked through and it made way more sense. That was a wild ride!
Re: Show HN: Free Company Logo API
#381. Open-source solutions like KONG (https://github.com/mashape/kong) or similar?
2. Built in house?
3. Commercial services such as Apigee, Mashery?
Re: Show HN: Free Company Logo API
#39Re: Show HN: Free Company Logo API
#40Earlier quoted context omitted.
Fetch the domain at /, look for favicon/apple-touch-icon/OpenGraph image, fetch the image, store and serve.
Looks like it has twitter as a secondary source, eg. https://logo.clearbit.com/spacex.com https://twitter.com/spacex Maybe other fallbacks, too?