Friday, 13 October 2023

LinkedIn Automation Script: Is There a Rate Limit for Removing Connections?

I have developed an automated Python script for removing connections from LinkedIn. However, I'm uncertain whether LinkedIn imposes any rate limits for removing connections on a daily or hourly basis. I've researched on the internet but have not been able to find any information regarding if such rate limits exists. I did come across information about a cap on the maximum number of connections that can be added weekly, but this doesn't address my specific concern about connection removal.

The Python script that I'm using uses Selenium automation to simulate human interaction

My goal is to remove a total of 15,000 connections from the LinkedIn account that I'm working with. Currently, I've been testing the script with a maximum of 75 connections removed per day and with no rate limits problems so far. But I want to be able to scale to the maximum number possible.

That's why I really need to know if there are rate limits for removing connections from LinkedIn in bulk because I don't want to flag the account that I'm using it.

PS: I'M NOT USING THE LINKEDIN API BUT THAT'S THE ONLY TAG RELATED TO LINKEDIN AVAILABLE



from LinkedIn Automation Script: Is There a Rate Limit for Removing Connections?

No comments:

Post a Comment