Skip to content

Commit

Permalink
changed LinkedIn endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanugodbole authored Sep 26, 2023
1 parent d9ea0b4 commit 23eb190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Client = create_client(url, key)


target_url='https://www.linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search?keywords=sde%20intern&geoId=103644278&start={}'
target_url='https://www.linkedin.com/jobs/search/?keywords=sde%20intern&geoId=103644278&start={}'
l =[]
job_company = []
job_location = []
Expand Down

0 comments on commit 23eb190

Please sign in to comment.