Skip to content
Advertisement

How do I capture the URL of each job so I can open full job description when looking at csv file

Can someone help me modify this script so that it also scraps the URL associated with each job. The purpose would be when browsing the .csv file in a spreadsheet I can click on the link if I would like to know more information about the job. Thank you in advance.

JavaScript

Advertisement

Answer

You can use one of this

JavaScript

BTW:

You always load the same page. To get next page you have to use start=... in url.
And you can do this more readable using dictionary and params= in requests

JavaScript

Working code:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement