How to easily find company domain URL based off company name in Google Sheets

preview_player
Показать описание


Step 3: Tap on "Tools" then "Script Editor"

Step 4: Enter in this script and then save it...

function FETCH(url) {
return out[0]['domain'];

Step 5: In a cell to the right, enter in =FETCH(URL)

That's it! Weeee!

Рекомендации по теме
Комментарии
Автор

works very fine for me, including names with spaces (600 urls retrieved)... it won't work when the company name does not match the real company name (ie, commercial name versus registred name, this kind of things) ... great tutorial anyway

mehdifieloux
Автор

Thank you for taking the time out of your day to post this and help other people out 💯

treyw
Автор

This was such a helpful video! I love learning tricks/tips as an emerging IT professional.

campero_mg
Автор

As others have pointed out, the function you are using is called CONCATENATE and not CONCENTRATE. Just if anybody else should wonder why they don't have that function.

emiljohansson
Автор

doesn't work. my error says
TypeError: Cannot read properties of undefined (reading 'domain') (line 5).

jessicapigwinsica
Автор

It works like a charm. Thank you so much for sharing this.

KushVyas-mc
Автор

Ha dude, this is perfect!! Awesome solution. A lifesaver !!

jaapjanlammers
Автор

How to get the company's address, phone number listed on Google?

rajsayyad
Автор

Thanks, still up
Don't forget to write "=Concatenate" and to save your code
Test on famous company

MrCiako
Автор

Anyone else not see FETCH as a function in their Sheets?

TJGottfried
Автор

realy need help brother ....


#ERROR!

bestprintfactorytonercartr
Автор

Hi,
I tried to run the code in script editor but I got an error. According to the debug feature, it was in the second line

maamunmazrui
Автор

FETCH doesn't work anymore I guess, what else should we do?

sumanthiyengar
Автор

Why do you say concentrate and then you write concatenate?

muitasaudade
Автор

Its very useful and how can I go for it get email id's

jacks-wrfd
Автор

Thank you for the video, however i am getting an error message (Syntax error: SyntaxError: Unexpected end of input line: 5 file: Code.gs)

I added a ) at the end, that didn't work. Then i deleted that and added a } at the end, but still the same results. Is there a way to solve this?

Maybe important to note also: i do not have the option to choose "Script Editor" under the Tools section.

Thanks again!

dubaholic-lr
Автор

its not concentrate its concatenate which means to link together

babablacksheep-hh
Автор

Thanks for the video. However, I'm unable to find the script editor option in my account. Is this available only for Google Workplace accounts?

neerajvp
Автор

good, but code editor, in 2024 exist in extensions, not in tools, thak you,

fadelellaherrami
Автор

some companies and domains are not matching

introducerimpressor