如何刮除Linkedin网络的连接

问题描述 投票:0回答:1

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

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

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

const scrapedin = require('scrapedin')

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

预期结果将是具有我的网络连接的csv,如果我的连接有很多其他连接,这将是一个很大的列表。是否有人使用过任何抓取工具或在新的Linkedin网站上实现了?

web-scraping linkedin
1个回答
0
投票

您在寻找这个吗?它实现了scrapedIn来聚合连接。

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

© www.soinside.com 2019 - 2024. All rights reserved.