Sie sind auf Seite 1von 1

Step 1:

- Copy this link: https://autocomplete.clearbit.com/v1/companies/suggest?query=


- paste in google sheet
- drag down the link
- Now concatinate it with cells and drop down

Step 2:

- 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'];

Das könnte Ihnen auch gefallen