Live data from Hacker News

Show HN: Free Company Logo API

blog.clearbit.com

31–40 of 159 posts

Re: Show HN: Free Company Logo API

#31
post #18

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…

I don't see any red backgrounds in your link.

Re: Show HN: Free Company Logo API

#32
Great idea, but something tells me the companies whose logos are available won't like it. It will be interesting to see how they react. Some will probably embrace it, but I can see some of the larger corps acting territorial.

Re: Show HN: Free Company Logo API

#35
I 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

#36
post #33

This 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

This isn't trying to scrape the page and find something vaguely logo-like. Rather, it seems to be using iOS, OpenGraph and Twitter icons. In this case, the site has a strange OpenGraph image specified in its meta tags. If it produces a weird image it's because the site owner has specified an image which isn't their logo. It's not because the API picked a random image.

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

#37
post #35

I 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!

The post mentions Gravatar, so actually it should do the same thing and return a generated image as a function of the domain, if no known one exists.

Re: Show HN: Free Company Logo API

#40

Earlier 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?

Good catch, that's pretty hard to deny
Post reply on HN