Open martin-serpapi opened 2 months ago
A user reported that the Google Jobs API doesn't return results when using location= Paris,Ile-de-France,France. I was able to reproduce it in the Playground:
location= Paris,Ile-de-France,France
Playground | Inspect
When accessing the google_jobs_url URL in the response, results are returned in the actual Google Jobs engine:
google_jobs_url
Google Jobs
Intercom
Update : if you input the request in lowercase, then it's working.
Then I used on Python : q = q.lower()
q = q.lower()
That's interesting. Thank you very much for sharing your findings, @Yohan-GRNR
A user reported that the Google Jobs API doesn't return results when using
location= Paris,Ile-de-France,France
. I was able to reproduce it in the Playground:Playground | Inspect
When accessing the
google_jobs_url
URL in the response, results are returned in the actual Google Jobs engine:Google Jobs
Intercom