I have created a CRM Application. I use this formula “https://logo.clearbit.com/”&[URL]&“?s=256” to get logos of websites to display in the [logo] column. But there are some companies that are not listed on Clearbit. Is there another way to display the logo using a URL?
I don’t know of another automatic way to get a logo. As you’re likely already aware, there’s a manual method. You could go to the company’s homepage, right-click on its logo to open the image in its own browser tab, and then copy that tab’s URL to store directly in your app’s row for that company.
Also: Thanks for sharing that Clearbit logo API. I hadn’t seen that before. For anyone who wants more info, see https://clearbit.com/blog/logo.
I use this formula “https://logo.clearbit.com/”&[URL]&“?s=256” to get logos of websites to display in the [logo] column automatically. The problem is that not all companies are listed on clearbit. Logo won’t show (404).
Apparently many people are looking to scrape company logos automatically but none found a perfect solution. It is a combination of automated and manual collection at the end. (not really an AppSheet question, either)
The simple answer is: that would depend on the URL destination. Or, should you really want to do it, you can launch an API request and process its response through Apps Script.