Instagram User Followers Scraper
Pricing
from $6.00 / 1,000 pages
Go to Apify Store
Pricing
from $6.00 / 1,000 pages
Rating
0.0
(0)
Developer
Data Direct
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Get a user's followers by username or profile URL. Returns username, full name, user ID, verification status, privacy status, and profile picture for each account, 50 per page. Pass a query to search the list instead.
Features
- Real-time Instagram data — results are fetched live at run time, never cached or stale
- No login, cookies, or proxy configuration needed — just provide the input and run
- Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
- Fast: a typical run finishes in seconds
Input
| Field | Type | Required | Description |
|---|---|---|---|
username | string | no | Instagram username, with or without leading @ (max 100 characters). Provide either username or url. |
url | string | no | Instagram profile URL, e.g. https://instagram.com/natgeo (max 500 characters). Provide either username or url. |
pages | integer | no | Number of pages to fetch, 1-20 (default: 1). Each page returns up to 50 accounts. |
query | string | no | Search the followers list by username or name (max 100 characters). Returns up to 50 matches in a single request; pages is ignored. |
Pricing
This Actor is billed per page of results — $0.006 per page.
- Results come in pages. Use the
pagesinput to choose how many pages to fetch (1–20); more pages means more results. - You pay $0.006 for each page you fetch, so
pages: 3costs $0.018 andpages: 1costs $0.006. - You’re only charged when a run succeeds. Failed runs are free.
Example output
{"followers": [{"username": "marcuswestbergphotography","full_name": "Photographer & Storyteller","user_id": "364094780","is_verified": false,"is_private": false,"profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/photo.jpg","url": "https://instagram.com/marcuswestbergphotography"}],"username": "natgeo","pages": 2,"count": 100}
About
Maintained by Data Direct — a small suite of fast, reliable Instagram and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.