You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* off-the-shelf scraper software did not work on https://script.google.com/macros/s/AKfycbycGK_GyPdNJ6_67JhLwiXgc9E8DFkNmR-Why0Vr10nQRAhfCWy/exec but this will.
Note the use of console.log() to output the data to the browser console at the end,
from where you can copy/paste into Excel or a Google sheet */
var g = document.getElementsByClassName("card-body");
var pname='', jtitle='', loc='', bio='', LIurl='', arr = new Array();
var strings ='Name'+'\t'+'JobTitle'+'\t'+'Location'+'\t'+'Bio'+'\t'+'ResumeURL'+'\t'+'Email'+'\t'+'LinkedIn'+'\t'+'link2'+'\t'+'link3'+'\r\n';