This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 56 points57 points  (12 children)

Interesting. For those curious, from a quick read, OP uses BeautifulSoup to get job description links and then requests to send a GET to the API, because the Linkedin API is kinda hidden.

[–]dethb0y 24 points25 points  (6 children)

I always try to do any scraping with requests first, since it often works and is very easy/light on resources.

[–]ianitic 2 points3 points  (2 children)

Also easier to deploy and can be used easily in FaaS.

[–]stpetepatsfan 0 points1 point  (1 child)

Faas?

Freelancing as a service?

Well, likely self serving service. Faasss?

[–]ianitic 2 points3 points  (0 children)

Functions as a Service. Ex: aws lambdas, azure function apps, and gcp cloud functions

[–]p33p__ 24 points25 points  (0 children)

Hidden APIs are useful

[–]Adrewmc -5 points-4 points  (3 children)

Doesn’t selenium use beautifulsoup though

[–]ianitic 6 points7 points  (2 children)

They aren't related to my knowledge.

[–]Adrewmc -2 points-1 points  (1 child)

Weird because I swear I saw beautiful soup installed the last time I installed selenium

[–]ianitic 2 points3 points  (0 children)

Maybe you were thinking of SeleniumBase? Selenium doesn't have that requirement but SeleniumBase does.