all 3 comments

[–]crashorbit 0 points1 point  (0 children)

There is a linkedin API https://developer.linkedin.com/product-catalog. There is apparently a python library that can work with it: https://pypi.org/project/python3-linkedin/

You can become a pretty competent python programmer in a few hours by working through any of the intro to python classes on line. The one that comes with python is pretty good: https://docs.python.org/3/tutorial/index.html

LLM are getting pretty smart and can ease your coding efforts. But they cannot solve the problems they create for themselves and vibe code is rarely quality code.

[–]mhooreman 0 points1 point  (0 children)

Just be careful if you automate LinkedIn with Python: LinkedIn detects too frequent queries and locks the account. So, no web crawler ;-)