var fDesc=new Array(); fDesc[0] = "If you are a recruiter stalking around the internet for online profiles and candidates' resumes to reach the job descriptions at hand or an organisation blundering to hire and find the relevant job profiles and resumes then you are at the right place. LinkedIn Profile Scraper is a social media recruiting software to scan and searches LinkedIn people online. Whether you are hiring for a senior management leadership role or an intern it helps you to find profiles according to your niche, it performs like a resume parser or scraper for all the public LinkedIn profiles on the web. LinkedIn people search software employs a progressive programming and design concept to help recruiters create multiple search strings for a single job role and find all profile data like designation, current employer, current location and skills summary in one place. There is unnecessary to manually put keywords into search engines, scroll for every single profile and open the LinkedIn profile in a separate tab in the browser. Thus, acutely receding the quantity of time spent on sourcing resumes so that recruiters can expend quality time on candidate engagement instead. This App also comes with an email address finder and verifier. You can easily see the verified and filtered email ids of the LinkedIn candidates by clicking on the find emails. You can also able to Save profiles in multiple format data as .csv, excel or .txt files."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }