Instagram profile Scraper Bot

Instagram profile Scraper Bot Scrapes bio, followers, followed_by, following, posts, profile_name with instagram profile_link

_images/instagram_profile_scraper.gif

Code

from bot_studio import *
datakund = bot_studio.new()
response = datakund.instagram_profile_scraper(profile_link="https://www.instagram.com/ashliemolstad/")

Response Data

{
  "body": {
        "bio": "Life Coach & Podcast Host @youcansipwithus ⁣⁣Passionate about helping women live a life they love, without waiting on the weight💞🤸🏼‍♀️⁣",
        "followed_by": "1,102",
        "followers": "213k",
        "following": "1,102",
        "posts": "5,259",
        "profile_name": "ashliemolstad"
  },
  "errors": [],
  "resume_variable": 0,
  "success_score": "100"
}