Fixed easy apply search, implemented method to extract required fields from API with new endpoint, Todo; parse result json to return a dict that contains title, optionUrn and possible choices for the value if present

This commit is contained in:
Manu Altieri 2024-09-01 22:53:05 +02:00
parent c0f186ba84
commit d76a35fa7c

View File

@ -222,10 +222,6 @@ class LinkedInEvolvedAPI(Linkedin):
def get_cookies_hitting_url(self, url: str):
res = self._fetch(url,base_request=False)
return res.headers
## EXAMPLE USAGE
#if __name__ == "__main__":
# api: LinkedInEvolvedAPI = LinkedInEvolvedAPI("", "")