-
-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing Issue with search_jobs #413
Comments
Try specifying |
Actually, it doesn't work, I cannot get results with |
I tried this patch and results are different too #387 |
You figure it out? I'm just getting started for LinkedIn API (searched all over) and was wondering if this repo works like as described. |
Nope, I worked with results it provided but they were different. |
jobs = api.search_jobs( keywords= 'Quant', location_name= 'United States', experience= [ "2"], # Internship and Entry Level job_type= ["F"], limit = -1 )
This just gives 8 results, when in reality there are many more. Also, when I search on linkedIn the jobs shown are relevant, but here I am getting job posting for roles that have the keyword in their JD and not the title.
How should I solve this? I tried searching through job title but it asks for URN Ids.
Can someone help ?
The text was updated successfully, but these errors were encountered: