I've built out a python script that scrapes hashtag API endpoint up to cursor 5000. (5000 videos).
When I go beyond this number, the json response contains the "has_more" field and it's set to 0.
Is this a server or client side cap? Anyone else have experience with this?
I'm not using any time stamped authentication tokens (X-gorgon, X-khronos, X-argus, etc.) because I haven't needed to so far. My current scraper can do 500 videos/min while scraping all the profile data I need. Although I have all the proper headers, parems, cookies. Haven't gotten rate limited, only stuck on this cap of 5000.
The goal is to build out my scraper to be able to scrape entire hashtag pages, millions of videos.
Any help would be appreciated, thank you.
When I go beyond this number, the json response contains the "has_more" field and it's set to 0.
Is this a server or client side cap? Anyone else have experience with this?
I'm not using any time stamped authentication tokens (X-gorgon, X-khronos, X-argus, etc.) because I haven't needed to so far. My current scraper can do 500 videos/min while scraping all the profile data I need. Although I have all the proper headers, parems, cookies. Haven't gotten rate limited, only stuck on this cap of 5000.
The goal is to build out my scraper to be able to scrape entire hashtag pages, millions of videos.
Any help would be appreciated, thank you.