tomquirk / linkedin-api

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

search job don't work , empty list #431

Open JackyAndri opened 1 month ago

JackyAndri commented 1 month ago

I am not getting any results with the search_jobs, regardless every try:

jobs = api.search_jobs(companies=['9308035'])

I have also tried using:

but still no result returned.

MartinHWolch commented 1 month ago

i have the same problem and i tried in different ways