You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I was trying to make an application on my own which runs cron jobs to automate Linkedin actions. I am using the Linkedin network tab APIs only for this purpose where I capture browser cookies to emulate the session.
The problem that I am facing is that when the script runs a few requests for that account(maybe 8-10 not specific) the Linkedin session on the browser gets logged out leading to the captured cookies on my database being expired which leads to the API requests not working.
I have tried multiple approaches to fix the issue like copying correct headers, randomizing the LinkedIn actions with some delay to avoid rate limits and also using a dedicated residential proxy for an account but the issue still persists.
Though this is an independent project I am working on but after seeing the supportive community here and myself not being able to figure out the solution I decided to post this.
Could anyone possibly suggest some solution?
The text was updated successfully, but these errors were encountered:
Hello everyone,
I was trying to make an application on my own which runs cron jobs to automate Linkedin actions. I am using the Linkedin network tab APIs only for this purpose where I capture browser cookies to emulate the session.
The problem that I am facing is that when the script runs a few requests for that account(maybe 8-10 not specific) the Linkedin session on the browser gets logged out leading to the captured cookies on my database being expired which leads to the API requests not working.
I have tried multiple approaches to fix the issue like copying correct headers, randomizing the LinkedIn actions with some delay to avoid rate limits and also using a dedicated residential proxy for an account but the issue still persists.
Though this is an independent project I am working on but after seeing the supportive community here and myself not being able to figure out the solution I decided to post this.
Could anyone possibly suggest some solution?
The text was updated successfully, but these errors were encountered: