Instagram Scraper Followers Following ✅ avatar
Instagram Scraper Followers Following ✅

Pricing

Pay per event

Go to Apify Store
Instagram Scraper Followers Following ✅

Instagram Scraper Followers Following ✅

Download an Instagram account’s followers or following. Input a username or a list of usernames (array). The actor auto-paginates, adds safe delays to reduce blocks, and returns clean JSON/CSV with id, username, full name, profile link, and privacy flags—ideal for research and growth.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Scraping Solutions

Scraping Solutions

Maintained by Community

Actor stats

2

Bookmarked

15

Total users

3

Monthly active users

a day ago

Last modified

Share

Instagram Followers/Following Exporter (Usernames List)

Export an Instagram account’s followers or following lists at scale.
Input a list of usernames (one or many), set a results limit, choose Followers or Following, and get clean JSON/CSV ready for analysis.

⚠️ Use responsibly. Add pauses between runs and avoid very large bursts to reduce the risk of temporary blocks. Scrape only what you are allowed to access.


✅ What it does

  • Accepts multiple usernames in a single run.
  • Fetches either Followers or Following for each username.
  • Auto‑paginates until reaching resultsLimit (per username).
  • Returns structured data fields suitable for analytics and lead lists.

🔧 Input Parameters

NameTypeRequiredDescription
Accountarray of stringsYesUsernames to process (e.g., ["mrbeast", "nasa"]).
resultsLimitintegerYesMax number of items to return per username.
dataToScrapestringYes"Followers" or "Following".

Example Input

{
"Account": [
"mrbeast"
],
"resultsLimit": 200,
"dataToScrape": "Followers"
}

📤 Output

  • The actor returns an array of objects (also exportable to CSV).
  • Typical fields include:
    • username_scrape – the username you requested.
    • type"Followers" or "Following".
    • full_name – profile’s full name.
    • id – Instagram user id.
    • is_private, is_verified – privacy and verification flags.
    • profile_pic_url – profile picture URL.
    • username – profile handle.

Example Output

[
{
"username_scrape": "mrbeast",
"type": "Followers",
"full_name": "colin furze",
"id": "4014759590",
"is_private": false,
"is_verified": true,
"profile_pic_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.2885-19/14482311_1276247529054750_248841574677479424_a.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4yMjUuYzIifQ&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QEm0gpVOFmH4ExMamqpDg1gVCK7RUUN1jGEVt4VQ7SX6kje7_AuaahVX53E8Mz2kMg&_nc_ohc=git5FwqCB-IQ7kNvwHN1Yc2&_nc_gid=XmYJXEniUnsZKq1qj1Zkng&edm=ANg5bX4BAAAA&ccb=7-5&ig_cache_key=GIf73AAeYp2IvYgEAAAAAAAYEHQDYUULAAAB-ccb7-5&oh=00_AfV7V1nG0ht6iyikjMqfk2J50mubkrLkjM82ESZTqE86AQ&oe=68BAFC9B&_nc_sid=0055be",
"username": "realcolinfurze"
},
{
"username_scrape": "mrbeast",
"type": "Followers",
"full_name": "Drink Love",
"id": "71544071714",
"is_private": false,
"is_verified": false,
"profile_pic_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.2885-19/482879926_1149768946821731_6096632974310858154_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2QEm0gpVOFmH4ExMamqpDg1gVCK7RUUN1jGEVt4VQ7SX6kje7_AuaahVX53E8Mz2kMg&_nc_ohc=DwA9Qp4qaYEQ7kNvwEJZ9t8&_nc_gid=XmYJXEniUnsZKq1qj1Zkng&edm=ANg5bX4BAAAA&ccb=7-5&ig_cache_key=GLYpyBxjKqZxtRUEAKpdu4djl5tUbkULAAAB-ccb7-5&oh=00_AfWJyxbgivV2j4pZabSPIHX2DpAXaKaif1KeV3MMo1tMng&oe=68BAE655&_nc_sid=0055be",
"username": "drink.love"
}
]

📝 Notes & Best Practices

  • If you plan to run large batches, split the list and schedule runs.
  • Set a reasonable resultsLimit to avoid exceeding rate limits.
  • Respect platform terms and privacy. Use data you are allowed to access.