Hey guys, i hope you're very well.
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?
Thank you very much for your help.
Solved! Go to Solution.
That unfortunately from my point of view would be outside the scope of this forum. It is not a simple task to do, but it is simple enough to learn:
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.
Hey @Steve do you have an idea about my question?
Can anyone help me, please? Thank you very much
Thanks for feedback.
I think it is a manual method
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).
The look for alternatives: logo repository api
is it possible to make a default thumbnail when it 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.
I tried to make it as simple as this,
IF([logo]=404, TEXT_ICON([company_name]), "https://logo.clearbit.com/"&[URL]&"?s=256"
but it doesn't work lol
That's what the script would do 🙂 process the incoming API/HTTP response.
Do you have an idea about the script?
That unfortunately from my point of view would be outside the scope of this forum. It is not a simple task to do, but it is simple enough to learn:
Thanks Joe for your feedback
Welcome my friend!
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |