Update jst_ph_search.py

prahul11 2023-11-01 12:33:44 +05:30
parent 44a53d2cd0
commit d1d606894b
1 changed files with 2 additions and 1 deletions

View File

@ -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",