Instagram Posts Scrapy

FabioSelau

Senior Member
Joined
Oct 19, 2018
Messages
812
Reaction score
451
Hello,
I use a public Instagram API to retrieve a user's basic data and their last 12 posts.
But I want to retrieve all posts from a user. I tested Instagrapi for Python but without success, out of every 10 reqs only 2 are successful.
Does anyone know any API or package (can be in Nodejs, PHP, Python...) that does this job?
It can be free or paid.
 
Puppeteer or selenium will be fine for the job both available in node and python
I know it's better than nothing but do you know the speed of these tools? To scrapy 1000 posts from a user, how many seconds do you think it would take? Would it arrive in minutes?
 
How quickly can you view 1000 posts for a single user if you do it on your phone? It will be take roughly the same amount of time.
 
Hello,
I use a public Instagram API to retrieve a user's basic data and their last 12 posts.
But I want to retrieve all posts from a user. I tested Instagrapi for Python but without success, out of every 10 reqs only 2 are successful.
Does anyone know any API or package (can be in Nodejs, PHP, Python...) that does this job?
It can be free or paid.
Selenium package is right thing for you.

I know it's better than nothing but do you know the speed of these tools? To scrapy 1000 posts from a user, how many seconds do you think it would take? Would it arrive in minutes?
Do not do it! Not only will it take time, but there is also the possibility of losing data... My recommendation is to set a limit i.e. range for something like this and create pages that would load, for example, 10 posts each.
 
I think that the best option is just using some stable solutions from RapidApi hub. There are many working versions with the free trial.
 
Hello,
I use a public Instagram API to retrieve a user's basic data and their last 12 posts.
But I want to retrieve all posts from a user. I tested Instagrapi for Python but without success, out of every 10 reqs only 2 are successful.
Does anyone know any API or package (can be in Nodejs, PHP, Python...) that does this job?
It can be free or paid.
Which Instagram API are you using for that?
 
I'd highly recommend taking time to invest in getting an http framework to work with JavaScript and such. The resources that a full browser instance take are immense and most are meant for testing not automation, especially Selenium.
 
Hello,
I use a public Instagram API to retrieve a user's basic data and their last 12 posts.
But I want to retrieve all posts from a user. I tested Instagrapi for Python but without success, out of every 10 reqs only 2 are successful.
Does anyone know any API or package (can be in Nodejs, PHP, Python...) that does this job?
It can be free or paid.

Which API do you use? I would like to be able to scrap 12 last post (and more if possible) from username in php
 
Hello,
I use a public Instagram API to retrieve a user's basic data and their last 12 posts.
But I want to retrieve all posts from a user. I tested Instagrapi for Python but without success, out of every 10 reqs only 2 are successful.
Does anyone know any API or package (can be in Nodejs, PHP, Python...) that does this job?
It can be free or paid.
Let handle this task for you as a Python programmer
 
Back
Top