Scraper instagram user and media information

Hello guys, I want scrape same information from a list of the user.
This information is:

  • Number of followers
  • Number of posts
  • number of like for the last 20 post
  • number of comments for the last 20 post
  • ER % (this is not very important)

and I want to export it in a CSV file.
One record for example should be like the image.

Can someone help me?
Thank you so much

3 Likes

Maybe this one might be of help: https://www.octoparse.com

Have only read the specs and not yet tried it for myself.

5 Likes

Hi,

You can do some things with google spreadsheet :wink:

I usually scrape my followers number with the function importXml.

For followers number : =CNUM(REGEXEXTRACT(IMPORTXML(YOUR INSTA URL;"//meta[@name=‘description’]/@content");"(.{1,})(?: Followers)"))

The number of post should be easy too with this, but I don’t know how to scrape the number of like and comment from the last 20 post, I think you can with ImportXml but you have to try.

Have a great day

Raphael

6 Likes

nice tip, thanks for sharing

@RaphaelReborn Could i contact you in PM for a tutorial ? :rofl::rofl::rofl:

#public-marketplace