diff --git a/jobstreet/jst_ph_search.py b/jobstreet/jst_ph_search.py index 6a4ecb1..c0ef43a 100644 --- a/jobstreet/jst_ph_search.py +++ b/jobstreet/jst_ph_search.py @@ -1,7 +1,7 @@ import requests from math import ceil from csv import DictWriter - +from time import sleep column = ["jobid", "Company", "Country Code", "Location", "Salary", "Title"] @@ -47,6 +47,7 @@ def ph_search(searchfilename): } while current_page<= total_pages : + sleep(2) print(f'{current_page} of {total_pages}') query_params = { "siteKey": "PH-Main",