简体   繁体   English

搜寻linkedin新闻提要

[英]Scraping linkedin news feed

Is it possible to scrap a company's news feed on linkedin? 是否可以在linkedin上剪贴公司的新闻提要? To collect data like how many comments in each post? 要收集数据,例如每个帖子中有多少条评论? I wanna do it using python 我想用python做

It is possible. 有可能的。 You could use selenium with python , which is pretty easy to use, scrapy or pyppeteer (pupeeteer with python). 您可以将selenium与python一起使用,这非常容易使用, scrapypyppeteer (与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 https://developer.linkedin.com/docs/rest-api

Linkedin has a REST API which you can call on for information. Linkedin具有一个REST API,您可以调用该API以获得信息。 You should be able to use that to get posts from a specific company. 您应该可以使用它来获取特定公司的帖子。

The language you use is irrelevant. 您使用的语言无关紧要。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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