that GraphQL is also rate-limited by Instagram
Do you know exactly the rate limit of Graphql request. Is it 200 request per hour per IP, right? I'm not sure about the mechanims that Insgram is…
Appricate for your quick reaction on this.
-Young
yes, I meant 429. Thanks for your attention to add the new endpoint.
When not authenticated, the full browser page will be scraped, see :
Object.values(Object.values(JSON.parse(body.match(/_sharedData =…
Thanks Kaki for your response.
Actually, I'm seeing in your library code, it invokes the endpoint https://www.instagram.com/p/CNBbcLJgqXG/__a=1 to retrieve the metadata of a post. However…
Today I tried again. It threw the error code 429. Is it from this code snippest
case 302: {
switch(res.headers.location){
case insta + 'accounts/login/':
return…
Thanks for your kind reply. I tried the code snippet you suggested above. It always say: 404. No response returned.
Hi Kali,
Actually, I would like to get the post without authentification by fetching the queryhash call, like this…