Instagram Profile Scraper avatar
Instagram Profile Scraper

Pricing

$25.00/month + usage

Go to Store
Instagram Profile Scraper

Instagram Profile Scraper

Developed by

Dmaxxy Dev

Dmaxxy Dev

Maintained by Community

Instagram Profile Scraper is a powerful web scraping tool designed for efficiently extracting public data from Instagram profiles. Just provide a list of usernames, and you can extract valuable information like follower counts, biographies, and more. no Instagram account required!

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

4 days ago

📸 Instagram Profile Scraper


Instagram Profile Scraper is a powerful web scraping tool designed for efficiently extracting public data from Instagram profiles. Just provide a list of usernames, and you can extract valuable information like follower counts, biographies, and more. It's fast, reliable, and requires no Instagram account.

🔎 Key Features

  • 📜 Scrape multiple profiles in a single run.
  • 🕵️‍♂️ No Instagram account required.
  • 🚀 Fast and efficient scraping.
  • ⬇️ Export scraped data in formats like Excel, CSV, JSON, and HTML.

📊 Data Available for Extraction

This tool can extract the following public profile data:

  • Username
  • Full Name
  • Profile Picture URL (Standard and HD)
  • Follower Count
  • Following Count
  • Biography
  • External URL
  • Is Private
  • Is Verified
  • Is Business Account
  • Is Professional Account
  • Bio Links
  • Post Count

💸 Pricing

Instagram Profile Scraper operates on a simple subscription model:

  • $25 per month for unlimited requests.

You can also try it for free with an Apify account.


⬇️ Input

To get started, provide an array of Instagram usernames:

{
"usernames": [
"instagram",
"google",
"meta"
]
}

For a complete guide, check the input tab for JSON formatting details.

⬆️ Output Example

Your extracted data will be displayed in a structured table for easy viewing. Here's an example JSON output:

[
{
"username": "instagram",
"full_name": "Instagram",
"profile_pic_url": "https://.../.jpg",
"profile_pic_url_hd": "https://.../.jpg",
"followers": 583000000,
"following": 7,
"biography": "Bringing you closer to the people and things you love.",
"external_url": "https://about.instagram.com/",
"is_private": false,
"is_verified": true,
"is_business_account": true,
"is_professional_account": true,
"bio_links": [],
"post_count": 7350
}
]

For a full preview of fields, check the Storage and Output tabs, and choose the export format that best suits your needs: JSON, CSV, Excel, HTML, or XML.