Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Learn How to Use Google Sheets for Lead Generation

    March 29, 2025

    Upwork and Fiverr review rating calculator

    March 22, 2025

    Free Lead Generation Full Course: Basic to Advanced

    March 13, 2025
    Facebook X (Twitter) Instagram
    Saturday, May 17
    Trending
    • Learn How to Use Google Sheets for Lead Generation
    • Upwork and Fiverr review rating calculator
    • Free Lead Generation Full Course: Basic to Advanced
    • Be a Successful Fiverr Seller Questions and Answers
    • Microsoft Office 2021 Professional Plus
    • Automate finding a company URL with a company name
    • Faststone Capture Serial Key And Registration Code
    • What are Torrents and How they Work?
    Facebook X (Twitter) Instagram
    Pure Tips
    Fiverr
    • Home
    • Software
      • Windows
    • Error Fix
    • Marketplace
      • Upwork
      • Fiverr
    • Free Courses
      • Lead generation
    Pure Tips
    Home»Uncategorized»Automate finding a company URL with a company name
    Uncategorized

    Automate finding a company URL with a company name

    adminBy adminDecember 11, 2023No Comments2 Mins Read
    Facebook Twitter LinkedIn Telegram Pinterest Tumblr Reddit Email
    Automate-finding-a-company-URL-with-a-company-name
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Automate finding a company URL with a company name on Google Sheets. If you manage the contact list, you sometimes get a list without company name OR company URL.

    Now need the company name or company URL right? There are a million reasons you could need this. It takes a lot of time to do these one by one.

    But from today onwards there is no need to waste time. Here are 3 easy steps to do these things using formula and a ready script, on google sheet. So here is how it’s done!

    The steps are written below, but if you are not familiar with Sheets or didn’t understand, I suggest you watch this short video:

    STEP 1 :

    Copy this link:

    https://autocomplete.clearbit.com/v1/companies/suggest?query=

    We are going to use the clearbit autocomplete API, which is FREE.

    It’s pretty simple, you feed it a company name/company domain and it gives you back normalized data with the company name/company domain, logo and domain!!

    STEP 2:

    Now it’s time to generate a set of these requests on your sheet

    Examples:

    https://autocomplete.clearbit.com/v1/companies/suggest?query=pure tips
    https://autocomplete.clearbit.com/v1/companies/suggest?query=google
    https://autocomplete.clearbit.com/v1/companies/suggest?query=facebook
    https://autocomplete.clearbit.com/v1/companies/suggest?query=linkedin

    Use a CONCATENATE Function. And drag-down a whole column of them.

    STEP 3:

    In Google Sheets, open Tools> Script Editor and copy paste this code:

    function FETCH(url) {
    var response = UrlFetchApp.fetch(url);
    Logger.log(response.getContentText());
    var out = JSON.parse(response.getContentText());
    return out[0][‘domain’];
    }
    

    Or What you want write in – return out[0][‘domain’];

    function FETCH(url) {
    var response = UrlFetchApp.fetch(url);
    Logger.log(response.getContentText());
    var out = JSON.parse(response.getContentText());
    return out[0][‘what you want’];
    }
    

    Don’t forget to save this code! (shortcut: CTRL+S) Now you are done!

    You can go back to your sheet.
    In an empty column just apply the function: FETCH (url)
    [*url = the cell with your generated request from step 2].

    Here You can see Live G-Sheet : [ https://docs.google.com/spreadsheets/d/1vUcAnyZqR5I74gIBh-uTrz-CvqCbUPuIpxfE3MfUCoE/edit?usp=sharing ]

    Apply the formula to all the generated requests and the script will find the domains for you!! Nice & easy.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    admin
    • Website

    Related Posts

    Learn How to Use Google Sheets for Lead Generation

    March 29, 2025
    Leave A Reply Cancel Reply

    Don't Miss

    Learn How to Use Google Sheets for Lead Generation

    By adminMarch 29, 2025

    Google Sheet Class 1 Before using Google Sheets, you need to create a Gmail account.…

    Upwork and Fiverr review rating calculator

    March 22, 2025

    Free Lead Generation Full Course: Basic to Advanced

    March 13, 2025

    Be a Successful Fiverr Seller Questions and Answers

    March 13, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo
    Our Picks

    Learn How to Use Google Sheets for Lead Generation

    March 29, 2025

    Upwork and Fiverr review rating calculator

    March 22, 2025

    Free Lead Generation Full Course: Basic to Advanced

    March 13, 2025

    Be a Successful Fiverr Seller Questions and Answers

    March 13, 2025

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    Demo
    About Us- Pure Tips

    Pure Tips providing you which is very important to know in the present age. Such as freelancing, blogging, technology, software, games and other service.

    We are always open to your suggestions and requests. Stay with us to get update.

    We're accepting new partnerships right now.

    Email Us: info@puretips.net
    Contact: +880-1303-572724

    Our Picks

    Learn How to Use Google Sheets for Lead Generation

    March 29, 2025

    Upwork and Fiverr review rating calculator

    March 22, 2025

    Free Lead Generation Full Course: Basic to Advanced

    March 13, 2025
    New Comments
    • Shihab on Upwork and Fiverr review rating calculator
    • Speakermbe on How to Fix a Broken WordPress Dashboard
    • Siva on Faststone Capture Serial Key And Registration Code
    • Samiron Das on Faststone Capture Serial Key And Registration Code
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • Contact Us
    • About Us
    • Terms and conditions
    • Disclaimer
    • DMCA Policy
    • Privacy Policy
    © 2025 A ll right reserved by Pure Tips.

    Type above and press Enter to search. Press Esc to cancel.