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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -