Skip to content
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

Open
Dhruvoza2512 opened this issue Aug 10, 2024 · 5 comments
Open

Facing Issue with search_jobs #413

Dhruvoza2512 opened this issue Aug 10, 2024 · 5 comments

Comments

@Dhruvoza2512
Copy link

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 ?

@egor-ryashin
Copy link

Try specifying listed_at=24*60*60*31 (by default it's 24h - too short).

@egor-ryashin
Copy link

egor-ryashin commented Sep 16, 2024

Actually, it doesn't work, I cannot get results with linkedin-api but I can get it from linkedin.com for 24h. My guess, it's somehow related to location_name as it's different from the one I specify (I can check it with a wider time range).

@egor-ryashin
Copy link

egor-ryashin commented Sep 16, 2024

I tried this patch and results are different too #387

@kbwillia
Copy link

kbwillia commented Oct 3, 2024

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.

@egor-ryashin
Copy link

Nope, I worked with results it provided but they were different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants