tomquirk / linkedin-api

👨‍💼 LinkedIn API for Python
https://pypi.org/project/linkedin-api
MIT License
2.15k stars 455 forks source link

Facing Issue with search_jobs #413

Open Dhruvoza2512 opened 3 months ago

Dhruvoza2512 commented 3 months ago

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 commented 2 months ago

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

egor-ryashin commented 2 months ago

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 commented 2 months ago

I tried this patch and results are different too https://github.com/tomquirk/linkedin-api/pull/387

kbwillia commented 1 month ago

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 commented 1 month ago

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