Instagram Followers Scraper V2 avatar

Instagram Followers Scraper V2

Pricing

from $2.00 / 1,000 account exporteds

Go to Apify Store
Instagram Followers Scraper V2

Instagram Followers Scraper V2

Export the full follower or following list of any public Instagram profile. Returns username, full name, user ID, verified and private flags and profile picture for every account in the list. Deep pagination, no login.

Pricing

from $2.00 / 1,000 account exporteds

Rating

0.0

(0)

Developer

MYM

MYM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Instagram Followers Scraper — export follower & following lists (No API Key, No Login)

Apify Actor No API Key required No Login needed No cookies needed Export formats MCP AI agents Pay per result

Export the follower or following list of any public Instagram account — no login, no cookies, no Graph API app, no access token. Pick a direction (followers or following), set a limit, and the Instagram Followers Scraper returns one row per account: handle, full name, numeric user ID, avatar URL, verified badge, private flag, profile link, and which account the row came from. Ideal for audience research, competitor audience overlap, and lead lists. Export to JSON, CSV, Excel, or XML.

Get your first accounts free in under 2 minutes — type a username, click Start. No configuration, no credit card to try.


Table of contents


What can the Instagram Followers Scraper do? {#what-can-it-do}

  • 🧑‍🤝‍🧑 Export the follower list of any public account.
  • ➡️ Or export the following list with one switch — same output shape.
  • 🆔 Get numeric user IDs so your list survives username changes.
  • See who is verified and which accounts are private.
  • 🖼️ Get avatar URLs for building visual audience boards.
  • 🔀 Compare two accounts by running both and intersecting on userId to find audience overlap.
  • 🏷️ Every row carries ofUsername and relation, so multi-account runs stay separable.
  • 📏 Control cost precisely with the results limit — you decide how deep to go.
  • 📤 Export to JSON, CSV, Excel, or XML, or pull live via API.

Go beyond the limits of the official Instagram API: no OAuth app, no app review, no quota juggling — paste your input and collect publicly available data.


Who uses the Instagram Followers Scraper? {#who-uses-it}

  • 🎯 Audience researchers — understand who actually follows a brand or creator.
  • 🤝 Influencer marketers — check follower quality and detect obvious bot clusters.
  • 💼 Lead generation teams — build prospect lists from a competitor's audience.
  • 📊 Competitive analysts — measure audience overlap between two accounts.
  • 🧑‍💻 Data teams — snapshot lists over time to see who joined or left.

What data can I scrape? {#what-data}

FieldTypeDescription
usernamestringHandle.
fullNamestringDisplay name.
userIdstringNumeric account ID (stable if the handle changes).
urlstringProfile link.
profilePicstringFull-resolution avatar URL.
verifiedbooleanVerified badge.
privatebooleanWhether the account is private.
ofUsernamestringThe account whose list this row belongs to.
relationstringfollowers or following, matching the direction you asked for.

Fields reflect what Instagram exposes publicly for that item. Values that do not exist for a given item are returned as null rather than dropped, so your schema stays stable.


How to scrape follower and following lists {#how-to}

  1. Open the Instagram Followers Scraper on Apify.
  2. Add accounts to Instagram usernames.
  3. Choose the directionfollowers or following.
  4. Set Max accounts — this directly controls how deep (and how expensive) the run is.
  5. Click ▶ Start and export the dataset.

No login, no cookies, no proxy configuration. Start with one input to see the output shape, then scale the same run — the fields stay identical, so code written against a test run keeps working.


Input example {#input-example}

{
"usernames": [
"natgeo"
],
"direction": "followers",
"resultsLimit": 1000
}
  • usernames — accounts whose lists you want.
  • directionfollowers (who follows them) or following (who they follow).
  • resultsLimit — hard cap on accounts returned per input account.

Output example {#output-example}

{
"url": "https://www.instagram.com/___a_n_d_r_e_a_s____/",
"userId": "1526832555",
"private": false,
"fullName": "Andrea Bagaglini",
"relation": "followers",
"username": "___a_n_d_r_e_a_s____",
"verified": true,
"ofUsername": "natgeo",
"profilePic": "https://scontent-dfw6-2.cdninstagram.com/v/t51.82787-19/530802991_18524890384048556_3733716758647082274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby44NTkuYzIifQ&_nc_ht=scontent-dfw6-2.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2gGHB-ARBqZUWht7jeYpZOK7e_1LluPxmqDYCgTgi5jnufItEudK3gLRKBUmyhsFm_k&_nc_ohc=AdURTkxJ-zkQ7kNvwH_ALSK&_nc_gid=UF-Iv0UMypndp9kr-URW2Q&edm=AOG-cTkBAAAA&ccb=7-5&ig_cache_key=GC9pox_sIdgmStBBACINFSOc09AzbmNDAQAB1501500j-ccb7-5&oh=00_AQDcO3Q9h7cJFotXIocEcNg3NjGkoaZL0czRYGDQgmsedQ&oe=6A6E12D8&_nc_sid=17ea04",
"sourceType": "instagram"
}

Every run produces a clean dataset you can page through in the Apify Console or pull via API. Export to JSON, CSV, Excel, or XML in one click.


How much will it cost? {#pricing}

Simple, predictable pay-per-result pricing — you pay for the accounts you actually receive, not for compute time.

  • 💸 Pay per account — budget is just accounts × rate, so you can estimate spend up front.
  • 📉 Volume discounts — Bronze, Silver, Gold, Platinum, and Diamond Apify plans get progressively lower rates.
  • 🆓 Free to try — new Apify accounts include monthly free usage, so your first run costs nothing.
  • 🚫 No hidden fees — no proxy add-on, no per-request API charge, no minimum spend.

See the live rate on the Apify store page.


Tips {#tips}

  • 📏 Start with a small limit. Follower lists are huge; sample a few thousand before committing to a big run.
  • 🔀 For overlap analysis, run two accounts and join on userId — handles change, IDs do not.
  • Filter on verified to pull just the notable accounts out of a large list.
  • 🔒 private: true rows are still useful as identity records even though their posts are closed.
  • Snapshot monthly and diff the lists to see churn.
  • 🧹 De-duplicate on userId when you merge several runs.

Want other Instagram data? {#want-other-data}

Building a multi-platform dataset? The same no-login, pay-per-result approach covers the other networks:

Browse everything on the myagizm store profile.


Use the data with AI agents (MCP) {#mcp}

The Instagram Followers Scraper is available through the Apify MCP server, so AI assistants can call it as a tool and pull follower and following lists on demand.

  • 🧩 Claude — add the Apify MCP server and let Claude fetch and analyse the data.
  • 🤖 ChatGPT — use the actor as a tool inside research and reporting workflows.
  • 🖊️ Cursor — pull structured results straight into your coding sessions.

Common AI-agent recipes:

  • 🎯 Audience profiling — "summarise who follows this account: verified share, private share."
  • 🔀 Overlap check — "which accounts follow both of these brands?"
  • 🤝 Quality audit — "does this follower sample look organic?"
  • 💼 Lead list — "give me the verified business accounts from this list."

Integrations & API {#integrations}

Connect the actor to the tools you already use: Make, Zapier, n8n, Slack, Airbyte, Gumloop, CrewAI, IFTTT, Lindy, GitHub, Google Sheets, and Google Drive — plus webhooks, Apify Schedules, and the MCP server.

Run synchronously and get the dataset (Apify API)

curl -X POST "https://api.apify.com/v2/acts/myagizm~instagram-followers-scraper-v2/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"usernames": ["natgeo"], "direction": "followers", "resultsLimit": 1000}'

Start a run asynchronously

curl -X POST "https://api.apify.com/v2/acts/myagizm~instagram-followers-scraper-v2/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"usernames": ["natgeo"], "direction": "followers", "resultsLimit": 1000}'

Fetch dataset items later

$curl "https://api.apify.com/v2/acts/myagizm~instagram-followers-scraper-v2/runs/last/dataset/items?token=YOUR_APIFY_TOKEN&format=csv"

Change format to json, csv, xlsx, or xml to export in your preferred format. The Apify Console also auto-generates ready-to-paste JavaScript, Python, and CLI snippets plus an OpenAPI spec for this actor.


Support {#support}

Questions, feature requests, or something not looking right? Open an issue on the actor's Issues tab. Please include the input you used so we can reproduce and fix it quickly.


FAQ {#faq}

Can I export the complete follower list of a huge account?

You control depth with the results limit, but very large lists take many runs and cost scales with rows. Sampling is usually the practical choice.

Can I get followers of a private account?

No. Private accounts are skipped and reported in the run log.

Does the output include follower counts for each row?

No — rows are identity records. Pipe the usernames into the Instagram Profile Scraper if you need each follower's stats.

Can I get followers and following in one run?

Run the actor twice (once per direction) or queue two tasks; the relation field tells the rows apart.

Do I need an Instagram account, login, cookies, or API key?

No. There is no login, no cookies, no Instagram Graph API app, no app review, and no access token. Paste your input and run.

The actor collects only publicly available data — the same content any visitor can see without logging in. It never logs in and never accesses private accounts. You are responsible for compliant use: if the data contains personal data, follow GDPR, CCPA, and other applicable regulations, and respect Instagram's terms.

Can I scrape private accounts?

No. Private accounts are reported in the run log and skipped. The actor never bypasses access controls.

Do I need proxies?

No. Proxy handling is built in and managed for you — nothing to configure or supply.

Can I export the results to CSV, Excel, or JSON?

Yes. Export to JSON, CSV, Excel, or XML from the Console, or use the API format parameter.

Can I use it with the Apify API?

Yes — the sync and async endpoints are shown above.

Is there an MCP server for AI agents?

Yes. The actor is exposed through the Apify MCP server, so Claude, ChatGPT, and Cursor can call it as a tool.

Can I schedule runs?

Yes. Use Apify Schedules or trigger runs via API and webhooks to keep the data fresh.

How fresh is the data?

There is no caching. Every run reads the current public page, so numbers are live at run time.

Media URLs stopped working after a while — why?

Instagram signs its CDN links and they expire. Download or re-host media in the same session you scrape it.


instagram followers scraper · export instagram followers · instagram followers list csv · instagram following list export · instagram audience research · instagram follower overlap · instagram bot follower check · scrape instagram followers without login · instagram followers api alternative · instagram follower export tool · instagram audience analysis · instagram lead list builder · ig followers scraper · instagram follower id export · instagram follower quality audit


Disclaimer {#disclaimer}

This is an independent tool and is not affiliated with, endorsed by, or sponsored by Instagram or Meta Platforms, Inc.. All product names, logos, and brands are property of their respective owners.

The actor collects only publicly available data — the same content any visitor can see without logging in. It never logs in, never bypasses access controls, and never touches private or protected content. You are responsible for how you use the data: if it contains personal data, follow GDPR, CCPA, and other applicable regulations, and respect the platform's terms.


Resources {#resources}


中文说明 —— Instagram 粉丝列表抓取工具

导出任意公开 Instagram 账号的粉丝或关注列表 —— 不需要登录、Cookie、Graph API 应用或 access token。选择方向(followersfollowing)并设置上限,每个账号返回一行:用户名、显示名、数字用户 ID、头像地址、认证标记、是否私密、主页链接,以及该行来自哪个账号。适合受众研究、竞品受众重叠分析与线索名单。

两分钟内免费拿到第一批数据 —— 填入内容、点击 Start 即可。无需配置,试用不需要信用卡。

能做什么

  • 🧑‍🤝‍🧑 导出任意公开账号的粉丝列表
  • ➡️ 也可导出关注列表,输出结构相同。
  • 🆔 数字用户 ID —— 用户名变了名单也不会失效。
  • 认证与私密状态一目了然。
  • 🖼️ 头像地址,便于做受众视觉看板。
  • 🔀 对比两个账号:分别抓取后按 userId 求交集即可得到受众重叠。
  • 🏷️ 每行带 ofUsernamerelation,多账号运行可拆分。
  • 📏 用上限精确控制成本
  • 📤 导出 JSON / CSV / Excel / XML。

无需 OAuth 应用、无需应用审核、无需配额管理 —— 填入内容即可采集公开数据。

谁在用

  • 🎯 受众研究 —— 了解到底是谁在关注某个品牌或创作者。
  • 🤝 红人营销 —— 检查粉丝质量、识别明显的机器人集群。
  • 💼 线索团队 —— 从竞品受众中构建潜客名单。
  • 📊 竞品分析 —— 衡量两个账号的受众重叠度。
  • 🧑‍💻 数据团队 —— 定期快照,观察粉丝进出变化。

可以抓取哪些数据

字段类型说明
usernamestring用户名
fullNamestring显示名称
userIdstring数字账号 ID(改名也不变)
urlstring主页链接
profilePicstring全分辨率头像地址
verifiedboolean是否认证
privateboolean是否私密账号
ofUsernamestring该行属于哪个账号的列表
relationstringfollowersfollowing

字段取决于平台对外公开了什么。某个条目没有的值会返回 null 而不是直接省略,因此你的数据结构始终稳定。

使用步骤

  1. 打开 Instagram 粉丝列表抓取工具
  2. Instagram usernames 填入账号。
  3. 选择方向:followersfollowing
  4. 设置 Max accounts —— 直接决定抓取深度与成本。
  5. 点击 ▶ Start 并导出数据。

输入示例

{
"usernames": [
"natgeo"
],
"direction": "followers",
"resultsLimit": 1000
}

输出示例

{
"url": "https://www.instagram.com/___a_n_d_r_e_a_s____/",
"userId": "1526832555",
"private": false,
"fullName": "Andrea Bagaglini",
"relation": "followers",
"username": "___a_n_d_r_e_a_s____",
"verified": true,
"ofUsername": "natgeo",
"profilePic": "https://scontent-dfw6-2.cdninstagram.com/v/t51.82787-19/530802991_18524890384048556_3733716758647082274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby44NTkuYzIifQ&_nc_ht=scontent-dfw6-2.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2gGHB-ARBqZUWht7jeYpZOK7e_1LluPxmqDYCgTgi5jnufItEudK3gLRKBUmyhsFm_k&_nc_ohc=AdURTkxJ-zkQ7kNvwH_ALSK&_nc_gid=UF-Iv0UMypndp9kr-URW2Q&edm=AOG-cTkBAAAA&ccb=7-5&ig_cache_key=GC9pox_sIdgmStBBACINFSOc09AzbmNDAQAB1501500j-ccb7-5&oh=00_AQDcO3Q9h7cJFotXIocEcNg3NjGkoaZL0czRYGDQgmsedQ&oe=6A6E12D8&_nc_sid=17ea04",
"sourceType": "instagram"
}

价格

采用按结果计费:只为真正拿到的数据付费,不按运行时间计费。

  • 💸 成本 = 结果数量 × 单价,预算可提前算清。
  • 📉 Apify 的 Bronze / Silver / Gold / Platinum / Diamond 套餐享阶梯折扣。
  • 🆓 新账号自带每月免费额度,第一次运行不花钱。
  • 🚫 无代理附加费、无单次请求费、无最低消费。

实时价格见 Apify 商店页面

使用建议

  • 📏 先用小上限试跑,粉丝列表非常大,抽样通常更实用。
  • 🔀 做重叠分析请按 userId 关联,而不是用户名。
  • ✅ 用 verified 过滤出名单中的知名账号。
  • 每月快照并做差集,即可看到粉丝流入流出。
  • 🧹 合并多次运行时按 userId 去重。

其他 Instagram 数据

需要多平台数据?以下工具采用同样的免登录、按结果计费方式:

全部工具见 myagizm 商店主页

配合 AI 智能体使用(MCP)

本 Actor 已接入 Apify MCP 服务器,Claude、ChatGPT、Cursor 等助手可以把它当作工具直接调用,用自然语言提问即可拿到结构化结果,无需写胶水代码。

集成与 API

支持 Make、Zapier、n8n、Slack、Airbyte、Gumloop、CrewAI、IFTTT、Lindy、GitHub、Google Sheets、Google Drive,以及 Webhook、定时任务与 MCP 服务器。

curl -X POST "https://api.apify.com/v2/acts/myagizm~instagram-followers-scraper-v2/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"usernames": ["natgeo"], "direction": "followers", "resultsLimit": 1000}'

format 改成 jsoncsvxlsxxml 即可导出不同格式。

常见问题

能导出超大账号的完整粉丝列表吗? 深度由上限控制,但超大列表需要多次运行且成本随行数增长,抽样通常更实际。

能抓私密账号的粉丝吗? 不能,会被跳过并记录在日志中。

每行包含该粉丝的粉丝数吗? 不包含,行是身份记录。需要统计请把用户名再送入资料抓取工具

需要 Instagram 账号、登录、Cookie 或 API Key 吗? 不需要。不登录、不用 Cookie、不需要 Graph API 应用、不需要审核、不需要 access token。

抓取 Instagram 合法吗? 只采集公开可见的数据,即任何未登录访客都能看到的内容,不登录、不访问私密账号。合规责任由使用者承担:如涉及个人数据请遵守 GDPR / CCPA 与平台条款。

能抓私密账号吗? 不能。私密账号会被跳过并记录在运行日志中。

需要配置代理吗? 不需要,已内置托管。

支持导出 CSV / Excel / JSON 吗? 支持 JSON、CSV、Excel、XML 四种格式。

可以通过 Apify API 调用吗? 可以,同步与异步接口见上方示例。

支持 AI 智能体(MCP)吗? 支持。Claude、ChatGPT、Cursor 均可把它当作工具调用。

可以定时运行吗? 可以,支持 Apify Schedules、API 与 Webhook。

数据有多新? 不缓存,每次运行都读取当前公开页面。

媒体链接过一段时间失效了? Instagram 的 CDN 链接带签名且会过期,请在抓取的同一时段下载或转存。

免责声明

本工具为独立第三方工具,与 Instagram 及 Meta Platforms, Inc. 无任何隶属、认可或赞助关系,所有商标归各自所有者。

本 Actor 只采集公开可见的数据 —— 即任何未登录访客都能看到的内容。它不登录、不绕过访问控制、不获取私密内容。数据使用的合规责任由使用者承担:如涉及个人数据,请遵守 GDPR、CCPA 等法规与平台条款。

相关搜索

instagram 粉丝导出 · 导出 instagram 粉丝列表 · instagram 粉丝名单 csv · instagram 关注列表导出 · instagram 受众研究 · 粉丝重叠分析 · instagram 机器人粉丝检测 · 免登录抓取粉丝 · instagram 粉丝 api 替代 · instagram 受众分析 · instagram 线索名单 · ig 粉丝采集 · 粉丝质量审计