VOOZH about

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

⇱ πŸ“± Instagram Followers Count Scraper API Β· Apify


πŸ‘ Instagram Followers Count Scraper avatar

Instagram Followers Count Scraper

Pricing

from $1.30 / 1,000 profiles

Go to Apify Store

Instagram Followers Count Scraper

Scrape the number of followers & follows from any Instagram profile. Schedule the scraper to run regularly to monitor how the numbers change. You can also export scraped data, run the scraper via API, monitor runs or integrate with other tools.

Pricing

from $1.30 / 1,000 profiles

Rating

4.9

(17)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

117

Bookmarked

12K

Total users

530

Monthly active users

10 hours

Issues response

3 hours ago

Last modified

Share

You might also like

Instagram Followers Count Scraper

mohamedgb00714/instagram-followers-count-scraper

Scrape the number of followers & follows from any Instagram profile. Schedule the scraper to run regularly to monitor how the numbers change. You can also export scraped data, run the scraper via API, monitor runs or integrate with other tools.

πŸ‘ User avatar

mohamed el hadi msaid

101

Instagram Followers Scraper

logical_scrapers/instagram-followers-scraper

scrapes followers of any public Instagram user. Provide a username or profile URL, and the actor will fetch up to your specified number of followers.

Instagram Followers Scraper

afanasenko/instagram-followers-scraper

Analyze Instagram followers or following to find valuable profiles. Filter large accounts by engagement, contact info, and business category to discover influencers, leads, or ideal customers. Perfect for lead generation, market research, and influencer marketing.

πŸ‘ User avatar

Andrey Afanasenko

154

Instagram Follower/Following Scraper

openmart/opem-ins-scraper

Fast and reliable Instagram scraper to extract followers and following lists from any public profile. Perfect for audience analysis, influencer marketing research, and social media growth tracking.

Instagram Follower Scraper

futurizerush/instagram-follower-scraper

Collect the follower list from any public Instagram account β€” including usernames, full names, verification status, and more. Process up to 10 accounts per run. Requires an Instagram Session ID.

Instagram Followers Count Bulk Scraper

automation-lab/instagram-followers-count-bulk-scraper

Bulk-check Instagram follower counts for hundreds of usernames in one run. Get followers, following, posts count, bio, and more. No login or API key required.

πŸ‘ User avatar

Stas Persiianenko

53

Instagram Scraper Followers / Following βœ… No cookies βœ…

scraping_solutions/instagram-scraper-followers-following-no-cookies

Download an Instagram account’s followers or following . Input a username or array. Auto-paginates with safe delays and outputs clean JSON/CSV (id, username, name, profile link, privacy flags). Free users: limited by available run budget. Paid users:limited by requested results and max cost per run.

πŸ‘ User avatar

Scraping Solutions

8.1K

3.9

Instagram Followers Scraper Pro (No Cookie)

datadoping/instagram-followers-scraper-pro

This also fetches detailed profile information for each follower. This version provides comprehensive user data including biography, engagement metrics, business information, and more.

257

Instagram Followers And Following Scrapper

scraper-engine/instagram-followers-and-following-scrapper

Extract followers and following lists from Instagram profiles with this scraper. Collect usernames, profile links, display names, and account details. Useful for audience research, influencer analysis, competitor monitoring, and tracking community growth on Instagram profiles.

πŸ‘ User avatar

Scraper Engine

20

5.0

Instagram Followers Scraper (No Cookie)

datadoping/instagram-followers-scraper

Extract Instagram profile followers in bulk without requiring login, session ID, or cookies. This actor provides complete API support, and seamless export options, making large-scale follower collection efficient and reliable.

3.3K

5.0

You can access the Instagram Followers Count 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'
<{
< "usernames": [
< "humansofny"
< ]
<}
<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/apify~instagram-followers-count-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ“± Instagram Followers Count Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Instagram Followers Count 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/apify~instagram-followers-count-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/apify~instagram-followers-count-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/apify~instagram-followers-count-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 Count Scraper API programmatically via the Apify API.

You can choose from:

Instagram Followers Count Scraper API in Python

Instagram Followers Count Scraper API in JavaScript

Instagram Followers Count Scraper API through CLI

Instagram Followers Count Scraper OpenAPI definition

You can start Instagram Followers Count 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 Count 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 Count 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.