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 -

reflection - How to access the object-members of an object declaration in kotlin -

python - TypeError('Unrecognized keyword arguments: ' + str(kwargs)) # Validate user data -