简体   繁体   中英

Scraping linkedin news feed

Is it possible to scrap a company's news feed on linkedin? To collect data like how many comments in each post? I wanna do it using python

It is possible. You could use selenium with python , which is pretty easy to use, scrapy or pyppeteer (pupeeteer with python).

Your question is too broad. Read the documentation of one of those frameworks, and try to code with it.

Start here:

https://developer.linkedin.com/docs/rest-api

Linkedin has a REST API which you can call on for information. You should be able to use that to get posts from a specific company.

The language you use is irrelevant.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM