Open Dhruvoza2512 opened 3 months ago
Try specifying listed_at=24*60*60*31
(by default it's 24h - too short).
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).
I tried this patch and results are different too https://github.com/tomquirk/linkedin-api/pull/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 ?