VOOZH about

URL: https://apify.com/api-empire/instagram-followers-scraper/api/python

โ‡ฑ Instagram Followers Scraper API in Python ยท Apify


Pricing

$19.99/month + usage

Go to Apify Store

Instagram Followers Scraper

Instagram Followers Scraper extracts follower lists from Instagram profiles. It collects usernames, profile URLs, follower counts, bios, and profile details. Ideal for influencer research, audience analysis, lead generation, and social network mapping.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ API Empire

API Empire

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

7 days ago

Last modified

Share

You might also like

Instagram Followers Scraper

scrapier/instagram-followers-scraper

๐Ÿ“ธ Instagram Followers Scraper (instagram-followers-scraper) extracts public follower lists: usernames, names, bios, counts, profile links & verified status. ๐Ÿ”Ž Ideal for competitor research, influencer discovery, audience analysis & outreach. ๐Ÿš€ Fast, reliable, CSV/JSON export & API-ready.

Instagram Followers Scraper

scraper-engine/instagram-followers-scraper

Instagram Followers Scraper is an Apify actor that extracts public follower data from Instagram profiles. Collect usernames, profile links, bios, and engagement details in structured formats like JSON or CSV. Ideal for lead generation, influencer research, and audience analysis.

๐Ÿ‘ User avatar

Scraper Engine

41

Instagram Profile Scraper

scrapebase/instagram-profile-scraper

Instagram Profile Scraper extracts public data from Instagram profiles. It collects usernames, bios, follower counts, following counts, post totals, profile images, and profile URLs. Ideal for influencer research, lead generation, competitor analysis, and social media monitoring.

Instagram Followers Scraper

scrapio/instagram-followers-scraper

Scrape Instagram follower data instantly with this Instagram Followers Scraper ๐Ÿ‘ฅ Extract usernames, profile links, follower counts, bios, and audience insights with ease ๐Ÿ“Š Perfect for influencer research, competitor analysis, brand monitoring, and growth tracking ๐Ÿ”๐Ÿš€

Instagram Followers And Following Scrapper

scrapio/instagram-followers-and-following-scrapper

Instagram Followers and Following Scraper ๐Ÿ‘ฅ๐Ÿ“ธ extracts follower and following lists from public Instagram profiles, including usernames, profile URLs, bios, and account details. Ideal for audience research, influencer discovery, competitor tracking, and social network analysis. ๐Ÿš€๐Ÿ“Š

Instagram Lead Scraper

api-empire/instagram-lead-scraper

Instagram Lead Scraper extracts potential leads from Instagram profiles. It collects usernames, bios, follower counts, profile URLs, emails if available, and other public details. Ideal for lead generation, influencer outreach, market research, and audience discovery.

Instagram Followers Scraper

scrapapi/instagram-followers-scraper

๐Ÿ“ธ Instagram Followers Scraper pulls clean follower lists from public IG profiles โ€” usernames, full names, bios, follower/following counts, verified & profile URLs. โšก Export CSV/JSON for influencer outreach, competitor analysis & audience research. โœ… Fast, reliable, compliant.

Instagram Followers Count Scraper (Profile)

scrapecraze/instagram-followers-count-scraper

Instagram Followers Count Scraper extracts publicly available follower count data from Instagram profiles at scale. Collect usernames, follower numbers, following counts, bio data, and profile metrics for audience analysis, influencer research, competitor tracking, and social media insights.

Instagram Followers Count Scraper

scrapier/instagram-followers-count-scraper

Scrape Instagram follower counts with the Instagram Followers Count Scraper. Retrieve usernames, full names, and precise follower numbers. Ideal for influencer analysis, audience insights, and social media research. Fast, reliable, and scalable for single or bulk profiles.

You can access the Instagram Followers Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"startUrls":["https://www.instagram.com/cristiano/"],
10"proxyConfiguration":{"useApifyProxy":False},
11}
12
13# Run the Actor and wait for it to finish
14run = client.actor("api-empire/instagram-followers-scraper").call(run_input=run_input)
15
16# Fetch and print Actor results from the run's dataset (if there are any)
17print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
18for item in client.dataset(run["defaultDatasetId"]).iterate_items():
19print(item)
20
21# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Instagram Followers Scraper API in Python

The Apify API client for Python is the official library that allows you to use Instagram Followers Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Instagram Followers Scraper API in JavaScript

Instagram Followers Scraper API through CLI

Instagram Followers Scraper OpenAPI definition

Instagram Followers Scraper API