Hey all, I want to share with you a new GitHub project. This is a NodeJS API wrapper for LinkedIn unofficial API. This project helps developers building some cool LinkedIn bots/services. All you need is a working LinkedIn account and some basic knowledge of Javascript/NodeJS/TypeScript Those are the features my API provides (so far): * Search for people, companies, and connections * View profiles * View sent and received invitations and send new invitations to any profile. * Navigate between conversations and scroll messages. * Send new messages. Note: A lot of new abilities will be added soon Here is a medium post that describes how I used this API to build a LinkedIn bot for one of my use cases: https://codeburst.io/how-i-nailed-a-job-with-this-nodejs-linkedin-bot-6fcada2afbe1 You can find the GitHub project here: https://github.com/eilonmore/linkedin-private-api
That's awesome. I have a question: Why do people need LinkedIn bots when they can directly connect someone through the message option?
Bots just help to scale messaging, inviting etc. Espesially with LinkedIn new weekly invitation limit. It's down to 100-200 invites per week now.You need to bypass it somehow. For now bypassing the limit can be done with several automation tools. fo reference https://www.linkedhelper.com/for-marketers.html