如何抓取linkedin的网络连接

时间:2019-06-24 15:28:35

标签: web-scraping linkedin

我想知道是否有任何可用的方式来刮擦我的Linkedin网络连接。例如,如果我在linkedIn上有1个连接,我想获取我的连接的连接,因此,如果我的连接有200个连接,则在配置文件设置为public的情况下,我想获取该数据。

我已经尝试过linkedin辅助扩展,但这只是在刮擦我的连接,而没有进一步钻研我的网络连接。

我已经尝试运行scrapedin npm模块,但是它给了我实现上的错误。

const scrapedin = require('scrapedin')

const profileScraper = await scrapedin({ email: 'login@mail.com', password: 'pass' })
const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')

预期结果将是带有我的网络连接的csv,如果我的连接有很多其他连接,这将是一个很大的列表。有没有人使用过任何爬虫程序或在新的Linkedin网站上实现了这一点?

1 个答案:

答案 0 :(得分:0)

您在寻找这个吗?它实现<!DOCTYPE html> <html lang="da-DK"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titel>Restauranter i København med havudsigt</titel> </head> <body> Hi there </body> </html> 来聚合连接。

https://github.com/linkedtales/scrapedin-linkedin-crawler