Live data from Hacker News

Show HN: Free Company Logo API

blog.clearbit.com

21–30 of 159 posts

Re: Show HN: Free Company Logo API

#21
post #9

Hey Alex, This is pretty sweet. Nice job! Is there a post where you talk about the tech behind this API? I've been working on a simple API that finds domain names from company names that I use on projects where I use business intelligence APIs like Clearbit and FullContact.

Fetch the domain at /, look for favicon/apple-touch-icon/OpenGraph image, fetch the image, store and serve.

Re: Show HN: Free Company Logo API

#22
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 think they'll have copyright issues, it'd probably be considered fair use.

As for the McDonalds logo, I suspect the turquoise is because that's the current background colour of mcdonalds.com

Re: Show HN: Free Company Logo API

#23
post #19
post #12

Earlier quoted context omitted.

I tested a few examples, and it looks to just be parsing the page and returning the apple-touch-icon.

That doesn't explain where https://logo.clearbit.com/debian.org comes from....

https://www.debian.org/favicon.ico can't be the source.

Re: Show HN: Free Company Logo API

#24
As a developer of a URL shortening service, this is incredibly useful. Social platforms scrape the contents of all shared URLs to offer a preview in a feed. With this service I can incorporate the logo of a site's destination URL into the scraped content.

Re: Show HN: Free Company Logo API

#25
post #9

Hey Alex, This is pretty sweet. Nice job! Is there a post where you talk about the tech behind this API? I've been working on a simple API that finds domain names from company names that I use on projects where I use business intelligence APIs like Clearbit and FullContact.

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?

Re: Show HN: Free Company Logo API

#26
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 think they'll have copyright issues, it'd probably be considered fair use. As for the McDonalds logo, I suspect the turquoise is because that's the current background colour of mcdonalds.com

Or because it's from here: https://twitter.com/mcdonalds

Re: Show HN: Free Company Logo API

#29
post #6

There has to be some level of fair use or copyright involved, no? You are taking corporate images, modifying them, and then distributing their modified brand/logo potentially without their consent. If they don't like the results, they could sue you. Or at least, I feel that would be the case.

'Fair use' only applies to the copyright implications of distributing these images; the far murkier bit of IP law that this gets into is trademark licensing. That's far more likely to be the issue here.

Re: Show HN: Free Company Logo API

#30

Earlier quoted context omitted.

I don't think they'll have copyright issues, it'd probably be considered fair use. As for the McDonalds logo, I suspect the turquoise is because that's the current background colour of mcdonalds.com

Or because it's from here: https://twitter.com/mcdonalds

Ah, that makes more sense. It was mentioned below that it seems to be using Twitter.
Post reply on HN