html - Xpath code | automated extraction to google sheet -


i have 2 questions

1) there list of companies on website , extract website link using xpath.

the code

<div class = "website"> <a target="_blank" rel=" nofollow noopener noreferrer" href="http://airnjobs.com/" class="">airnjobs.com</a> 

i tried different things (//a[contains(@class, 'website')] being new bit stuck, useful.

2) once xpath code extract links of companies, how can synchronize google sheet, google sheet updated automatically once website update list?

website link here

thks

thanks in advance


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -