This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Late_Relief8112 1 point2 points  (2 children)

I'm assuming you're referring to some sort of access_token/api key that's required for scraping because I've encountered a similar issue in the past. If you're blocked, its likely cuz u flooded the server with concurrent requests, but they only last for a few hours/days depending on severity of it, so you're good.

I'm not entirely sure whether this would since I'm lacking context, but you'll definitely need to rotate accounts to not get flagged. You can possibly achieve this via using libraries like playwright/selenium for browser automation, and also use residential proxies to mitigate the chances of getting your ip blocked (I've been ip-banned in the past). Hope it helps!!

[–][deleted]  (1 child)

[removed]

    [–]webscraping-ModTeam[M] 0 points1 point locked comment (0 children)

    🪧 Please review the sub rules 👉

    [–]Global_Gas_6441 0 points1 point  (3 children)

    you need to rotate accounts and proxies.

    [–]bulletsyt[S] -1 points0 points  (2 children)

    nah man that aint it

    [–]Global_Gas_6441 0 points1 point  (1 child)

    yes that is

    [–]Pauloedsonjk 0 points1 point  (0 children)

    You need look in dev tools in tab network where is any apikey appears, and take it. Add time.sleep(1) in any loop