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

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -