• Joined on 2021-03-02
youngvo opened issue KaKi87/scraper-instagram-v1#11 2021-04-30 19:23:18 +02:00
The library is not working well any more
youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-04-05 11:21:08 +02:00
Is possible to retrieve queryhash string for an Instagram post?

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…

youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-04-05 10:15:25 +02:00
Is possible to retrieve queryhash string for an Instagram post?

Appricate for your quick reaction on this.

-Young

youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-04-05 09:00:00 +02:00
Is possible to retrieve queryhash string for an Instagram post?

yes, I meant 429. Thanks for your attention to add the new endpoint.

youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-04-05 04:23:13 +02:00
Is possible to retrieve queryhash string for an Instagram post?

When not authenticated, the full browser page will be scraped, see :

Object.values(Object.values(JSON.parse(body.match(/_sharedData =…

youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-04-01 03:23:01 +02:00
Is possible to retrieve queryhash string for an Instagram post?

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…

youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-03-31 08:02:39 +02:00
Is possible to retrieve queryhash string for an Instagram post?

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…
youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-03-30 11:58:48 +02:00
Is possible to retrieve queryhash string for an Instagram post?

Thanks for your kind reply. I tried the code snippet you suggested above. It always say: 404. No response returned.

youngvo commented on issue KaKi87/scraper-instagram-v1#10 2021-03-30 05:19:31 +02:00
Is possible to retrieve queryhash string for an Instagram post?

Hi Kali,

Actually, I would like to get the post without authentification by fetching the queryhash call, like this…

youngvo opened issue KaKi87/scraper-instagram-v1#10 2021-03-29 09:25:49 +02:00
Is possible to retrieve queryhash for a Instagram post?