I am trying to retrieve the employee count from LinkedIn company page using XPathOnUrl.
The URL is in the form https://www.linkedin.com/company/Company_Name/
The Xpath I retrieved is //*[@id="biz-connectedness-top"]/div/div/ul[2]/li[2]/a
Unfortunately, XPathOnUrl(LinkedIn_company_page_URL,//*[@id="biz-connectedness-top"]/div/div/ul[2]/li[2]/a) doesn't return anything (blank cell)
Any help is appreciated!