VOOZH about

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

⇱ Instagram Followers Scraper API Β· 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

8 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< "https://www.instagram.com/cristiano/"
< ],
< "proxyConfiguration": {
< "useApifyProxy": false
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/api-empire~instagram-followers-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Instagram Followers Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Instagram Followers Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/api-empire~instagram-followers-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/api-empire~instagram-followers-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/api-empire~instagram-followers-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Instagram Followers Scraper API programmatically via the Apify API.

You can choose from:

Instagram Followers Scraper API in Python

Instagram Followers Scraper API in JavaScript

Instagram Followers Scraper API through CLI

Instagram Followers Scraper OpenAPI definition

You can start Instagram Followers Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Instagram Followers Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Instagram Followers Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.