HTTP Module Struggling Webscrape due to Credientials

I am trying to use Scrape Ninja API and I have everything formated correctly, but as I paste the URL of a LinkedIn account I would like to web scrape, it runs into an issue. It keeps being redirected to the log in page. Which is odd because 2 days ago it was working just fine. Not sure what happened but has anyone ran into a similar problem?

Hello @Geovany_Antunez; from my scraping experience, this is somewhat common.

Through Scrape Ninja, you’re using your LinkedIn authenticated user right? Well, that authentication only last a few hours to a month. As such, logging in anew is normal.

You could run a router to catch the log in request to notify you of such, and then mark those runs as do later for scrapping.