linkedin-api
linkedin-api copied to clipboard
search_jobs() yielding no results
def getJobInfo(): return api.search_jobs(keywords="Internship")
print(search)
I'm aware that linkedin changed the search endpoints, are there any solutions working around this?
face same issue