Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karankochhar123 committed Aug 19, 2019
1 parent b14ca4b commit 67ee9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -48,7 +48,7 @@

page = page + 1
#print(page)
url = 'https://api.seek.com.au/v2/jobs/search?keywords=data%20science%20&page='+str(page)+'&sortmode=ListedDate'
url = 'https://api.seek.com.au/v2/jobs/search?keywords=data%20science&page='+str(page)+'&classification=6281&where=All%20Sydney%20NSW'
#print(url)

print('Read all pages')

0 comments on commit 67ee9ea

Please sign in to comment.