ParseForge Scrapers

Instagram Profile Scraper

parseforge/instagram-profile-scraper

Social mediaLead generationAutomation

Scrape Instagram profile information from public accounts. Input usernames, @handles, or profile URLs and get follower counts, biography, verification status, and website in a flat row per profile.

Run this scraper See the API call
Total users
157
Monthly active
15
Total runs
1.2K
Bookmarked
0
Rating
1.3 (3)
Last modified
12 days ago

Overview

ParseForge

Instagram Profile Scraper

Scrape Instagram profile data from any public account, up to a million per run. Get follower counts, biography, verification status, website, and full name. No login or API key. Export to CSV, JSON, Excel, or XML.

Instagram's official API requires a business account, app review, and strict rate limits. This reads public profile pages directly, extracting structured data from any list of usernames, @handles, or profile URLs. You get a clean dataset of profile information without posts, reels, or stories.

Who uses it What they scrape Instagram for
Influencer marketing managers Qualifying creator partnerships by audience size and bio keywords
Brand analysts Tracking competitor follower growth and profile changes over time
Lead generation specialists Building prospect lists from Instagram bios that mention specific interests
Academic researchers Studying public figure verification patterns and profile completeness

What it does

This Actor collects Instagram profile information for a list of usernames and returns each profile as a flat row with follower counts, biography, verification status, and more.

  • ๐Ÿ‘ฅ Bulk username input: Paste up to a million usernames, @handles, or profile URLs in one run.
  • ๐Ÿ“Š Core profile metrics: Follower count, following count, post count, full name, and biography.
  • โœ… Verification status: See whether each account carries the blue verified badge.
  • ๐Ÿ”— Website extraction: Capture the clickable URL each profile lists in its bio.
  • ๐Ÿ“ Flat row output: Every profile lands as one row in your dataset, ready for spreadsheets.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Instagram data

๐Ÿ“ˆ Track competitor growth.

A brand analyst runs a list of 50 competitor usernames weekly to monitor follower count changes and decide when to adjust campaign spend.

๐Ÿ” Find influencer partners.

An agency scrapes profiles from a niche hashtag, filters by follower range and bio keywords, and shortlists creators for an outreach campaign.

๐Ÿงน Clean a CRM list.

A sales team feeds Instagram handles from their database through the scraper to enrich records with current follower counts and website URLs.

๐Ÿ“‹ Audit verification status.

A researcher collects 10,000 public figure profiles to analyze what share carry the verified badge across different categories.

Why choose this scraper

What you get
No API registration Reads public profile pages directly with no app setup or OAuth flow
Bulk scraping Handles up to a million profiles in a single run
Flexible input Accepts plain usernames, @handles, or full instagram.com URLs
Fixed schema Every profile returns the same fields so your pipeline never breaks

How it compares

This Actor focuses exclusively on profile metadata, while the other Instagram scrapers also handle posts, reels, and comments.

Feature ParseForge Instagram Scraper Instagram Reel Scraper
Profile metadata only Yes Not listed Not listed
Bulk username input Yes, up to 1M per run Not listed Not listed
Verification status Yes Not listed Not listed
Post and reel content No, profile data only Yes Yes
Reel video download No Not listed Yes

Configure the run

Drive the Actor from a list of usernames, @handles, or profile URLs, and set a maximum number of profiles to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
  "usernames": [
    "instagram",
    "cristiano",
    "leomessi",
    "therock",
    "beyonce",
    "playstation",
    "xbox",
    "ea",
    "fifa",
    "uefa"
  ],
  "maxItems": 10
}

A larger pull:

{
  "usernames": [
    "instagram",
    "cristiano",
    "leomessi",
    "therock",
    "beyonce",
    "playstation",
    "xbox",
    "ea",
    "fifa",
    "uefa"
  ],
  "maxItems": 200
}

Pricing

Pay-per-result: $0.4 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $40.00
1,000 results $400.00
10,000 results $4000.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Instagram Profile Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Instagram through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/instagram-profile-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results for some usernames?

The account may be private, deleted, or suspended. Check that the username is spelled correctly and that the profile loads in a browser while logged out.

Why is the follower count different from what I see in the app?

Follower counts change constantly. The Actor captures the count at the moment of scraping. A small discrepancy is normal for active accounts.

The run is taking a long time. Is that expected?

Yes. The Actor respects rate limits to avoid blocking. Large lists of thousands of profiles will take time. Reduce the maxItems value if you need faster results.

Why do I get an error when I paste profile URLs?

Ensure each URL is on its own line and starts with 'instagram.com/' or 'www.instagram.com/'. The Actor also accepts plain usernames and @handles, which are more reliable.

Can I scrape email addresses from bios?

The Actor captures the full bio text. If a profile includes an email address in its bio, it will appear in the biography field of your output.

FAQ

Question Answer
Does this scraper collect Instagram posts or reels? No. This Actor scrapes profile information only: bio, follower counts, verification status, website, and similar metadata. For posts and reels, use the Instagram Scraper or Instagram Reel Scraper actors.
Do I need an Instagram account or login? No login is required. The Actor reads public profile pages directly. Private accounts cannot be scraped.
How many profiles can I scrape in one run? You can set the maximum up to one million profiles per run. The Actor processes them sequentially from your username list.
What input formats does the username field accept? Plain usernames like 'nike', @handles like '@nike', and full profile URLs like 'instagram.com/nike' all work. The Actor normalizes them automatically.
Can I scrape private Instagram profiles? No. Only public profiles are accessible. Private accounts will return limited or no data.
Does this Actor scrape Instagram Stories? No. Stories are ephemeral content and are not included. This Actor focuses on static profile information.
What export formats are supported? You can export your dataset as CSV, JSON, Excel, or XML from the Apify platform.
Is this Actor compliant with Instagram's terms? The Actor reads publicly available web pages. You are responsible for using the data in compliance with applicable laws and Instagram's terms of service.
Can I schedule this scraper to run automatically? Yes. Apify supports scheduled runs so you can collect profile data daily, weekly, or on any cron schedule.
What is the difference between this and the Instagram Scraper actor? This Actor scrapes only profile metadata. The Instagram Scraper also collects posts, reels, hashtags, places, and comments. Choose this one when you only need profile information.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Meta Platforms, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
usernames required array ๐Ÿ“ Instagram usernames to scrape. Accepts @handles, usernames, or profile URLs (e.g., @nike, cristiano, instagram.com/therock) ["instagram","cristiano","leomessi","the
maxItems integer How many profiles to collect per run. 10

Pricing

from $3.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.003 to $0.0035
Actor Start Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). $0.375 to $0.4

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~instagram-profile-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

Rated 1.3 out of 5 across 3 reviews. Read them on Apify.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Instagram Profile Scraper on Apify All scrapers