Closed tszjqgs closed 5 years ago
and I referenced your reply on scrapedin , there was an waitingtime parameter for that . but for scraping multiple profiles , I use this scrapedin-linkedin-crawler , I did not find the same parameter in the src js files yet . could someone give some hint to deroute this issue? thanks
I just saw the profile wait time parameter in conf.json file , I will try enlarge that one
Hi @tszjqgs
after I got several result , the account was banned from linkedin , so how to avoid this happen if I register another account ?
Honestly, I don't know how, because it's something on LinkedIn that detects the account usage and decides to block, and I'm unaware of that logic.
I suppose that's something like watching hundreds of profiles, or due to very fast clicking, so you could try:
/node_modules/scrapedin/profile.js
so there will be no clicking on the page (however you'll collect less information)Please try these options and give us some feedback.
thanks , enlarge that parameter helped
发件人:Wagner Leonardi notifications@github.com 发送时间:2019年10月17日(星期四) 22:50 收件人:linkedtales/scrapedin-linkedin-crawler scrapedin-linkedin-crawler@noreply.github.com 抄 送:tszjqgs jason4ever8@aliyun.com; Mention mention@noreply.github.com 主 题:Re: [linkedtales/scrapedin-linkedin-crawler] linkedin account was banned after I use this scrapper (#17)
Hi @tszjqgs after I got several result , the account was banned from linkedin , so how to avoid this happen if I register another account ? Honestly, I don't know how, because it's something on LinkedIn that detects the account usage and decides to block, and I'm unaware of that logic. I suppose that's something like watching hundreds of profiles, or due to very fast clicking, so you could try: increase wait time seconds, to decrease the number of viewed profiles per seconds remove that line on /node_modules/scrapedin/profile.js so there will be no clicking on the page (however you'll collect less information) you can also remove that line as well that scrolls on the page, maybe they're listening to the scroll event as well I'm also not sure but logging via cookies maybe helps too. Maybe requiring them to unblock your account (proving with an Id or something they request) you could have an "unlimited" account, I never did that before, but you can also try. Please try these options and give us some feedback. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
and where to inject the cookie in the scrapedin-linkedin-crawler ? in which file ? there is not an comparable place in scrapedin (which for single profile scraping)
I updated now the project to you place your cookies file in config.json
see changes here: and where to inject the cookie in the scrapedin-linkedin-crawler ? in which file ? there is not an comparable place in scrapedin (which for single profile scraping)
you can either git pull
or apply those changes manually in your code
发件人:Wagner Leonardi notifications@github.com 发送时间:2019年10月18日(星期五) 22:24 收件人:linkedtales/scrapedin-linkedin-crawler scrapedin-linkedin-crawler@noreply.github.com 抄 送:tszjqgs jason4ever8@aliyun.com; Mention mention@noreply.github.com 主 题:Re: [linkedtales/scrapedin-linkedin-crawler] linkedin account was banned after I use this scrapper (#17)
I updated now the project to you place your cookies file in config.json see changes here: and where to inject the cookie in the scrapedin-linkedin-crawler ? in which file ? there is not an comparable place in scrapedin (which for single profile scraping) you can either git pull or apply those changes manually in your code — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
发件人:Wagner Leonardi notifications@github.com 发送时间:2019年10月18日(星期五) 22:24 收件人:linkedtales/scrapedin-linkedin-crawler scrapedin-linkedin-crawler@noreply.github.com 抄 送:tszjqgs jason4ever8@aliyun.com; Mention mention@noreply.github.com 主 题:Re: [linkedtales/scrapedin-linkedin-crawler] linkedin account was banned after I use this scrapper (#17)
I updated now the project to you place your cookies file in config.json see changes here: and where to inject the cookie in the scrapedin-linkedin-crawler ? in which file ? there is not an comparable place in scrapedin (which for single profile scraping) you can either git pull or apply those changes manually in your code — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi @tszjqgs I'm closing this issue because there's a lot of questions on the same issue and I'm getting lost trying to answer all of them.
Please open another issue if you still have some problem, thank you.
after I got several result , the account was banned from linkedin , so how to avoid this happen if I register another account ?