Instagram Scraper Followers / Following✅ No cookies ✅ avatar

Instagram Scraper Followers / Following✅ No cookies ✅

Pricing

from $0.60 / 1,000 results

Go to Apify Store
Instagram Scraper Followers / Following✅ No cookies ✅

Instagram Scraper Followers / Following✅ No cookies ✅

Download an Instagram account’s followers or following. Input a username or array. Auto-paginates with safe delays and outputs clean JSON/CSV (id, username, name, profile link, privacy flags). Free users: max 500 results per run.

Pricing

from $0.60 / 1,000 results

Rating

3.0

(1)

Developer

Scraping Solutions

Scraping Solutions

Maintained by Community

Actor stats

36

Bookmarked

1.1K

Total users

294

Monthly active users

5.6 days

Issues response

18 hours 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.

⚠️ Free users: max 500 results per run.


✅ 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.