Instagram User Followers Scraper avatar

Instagram User Followers Scraper

Pricing

from $6.00 / 1,000 pages

Go to Apify Store
Instagram User Followers Scraper

Instagram User Followers Scraper

Get a user's followers by username or profile URL

Pricing

from $6.00 / 1,000 pages

Rating

0.0

(0)

Developer

Data Direct

Data Direct

Maintained by Community

Actor 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

FieldTypeRequiredDescription
usernamestringnoInstagram username, with or without leading @ (max 100 characters). Provide either username or url.
urlstringnoInstagram profile URL, e.g. https://instagram.com/natgeo (max 500 characters). Provide either username or url.
pagesintegernoNumber of pages to fetch, 1-20 (default: 1). Each page returns up to 50 accounts.
querystringnoSearch 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 pages input 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: 3 costs $0.018 and pages: 1 costs $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.