VOOZH about

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

โ‡ฑ Instagram Followers Scraper OpenAPI definition ยท 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

{
"openapi":"3.0.1",
"info":{
"version":"0.1",
"x-build-id":"d1dhMCuWCfUANoCqe"
},
"servers":[
{
"url":"https://api.apify.com/v2"
}
],
"paths":{
"/acts/api-empire~instagram-followers-scraper/run-sync-get-dataset-items":{
"post":{
"operationId":"run-sync-get-dataset-items-api-empire-instagram-followers-scraper",
"x-openai-isConsequential":false,
"summary":"Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
"tags":[
"Run Actor"
],
"requestBody":{
"required":true,
"content":{
"application/json":{
"schema":{
"$ref":"#/components/schemas/inputSchema"
}
}
}
},
"parameters":[
{
"name":"token",
"in":"query",
"required":true,
"schema":{
"type":"string"
},
"description":"Enter your Apify token here"
}
],
"responses":{
"200":{
"description":"OK"
}
}
}
},
"/acts/api-empire~instagram-followers-scraper/runs":{
"post":{
"operationId":"runs-sync-api-empire-instagram-followers-scraper",
"x-openai-isConsequential":false,
"summary":"Executes an Actor and returns information about the initiated run in response.",
"tags":[
"Run Actor"
],
"requestBody":{
"required":true,
"content":{
"application/json":{
"schema":{
"$ref":"#/components/schemas/inputSchema"
}
}
}
},
"parameters":[
{
"name":"token",
"in":"query",
"required":true,
"schema":{
"type":"string"
},
"description":"Enter your Apify token here"
}
],
"responses":{
"200":{
"description":"OK",
"content":{
"application/json":{
"schema":{
"$ref":"#/components/schemas/runsResponseSchema"
}
}
}
}
}
}
},
"/acts/api-empire~instagram-followers-scraper/run-sync":{
"post":{
"operationId":"run-sync-api-empire-instagram-followers-scraper",
"x-openai-isConsequential":false,
"summary":"Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
"tags":[
"Run Actor"
],
"requestBody":{
"required":true,
"content":{
"application/json":{
"schema":{
"$ref":"#/components/schemas/inputSchema"
}
}
}
},
"parameters":[
{
"name":"token",
"in":"query",
"required":true,
"schema":{
"type":"string"
},
"description":"Enter your Apify token here"
}
],
"responses":{
"200":{
"description":"OK"
}
}
}
}
},
"components":{
"schemas":{
"inputSchema":{
"type":"object",
"required":[
"startUrls"
],
"properties":{
"startUrls":{
"title":"๐Ÿ“‹ Instagram Profile URLs or Usernames",
"type":"array",
"description":"๐Ÿ“‹ List of Instagram profile URLs or usernames to scrape followers from.\n\n๐Ÿ’ก Examples:\nโ€ข https://www.instagram.com/cristiano/\nโ€ข https://www.instagram.com/nike/\nโ€ข cristiano\nโ€ข nike\n\nโœจ You can add multiple profiles to scrape in one run!",
"items":{
"type":"string"
}
},
"maxData":{
"title":"๐Ÿ“Š Maximum Followers per Profile",
"minimum":1,
"maximum":100000,
"type":"integer",
"description":"๐ŸŽฏ Set the maximum number of followers to collect per profile.\n\n๐Ÿ“ˆ Range: 1-100,000 followers\n๐Ÿ’ก Default: 100 followers (recommended for faster results)\n\nโšก Tip: Lower values = faster scraping, Higher values = more comprehensive results",
"default":100
},
"sessionId":{
"title":"๐Ÿช Instagram sessionid (recommended)",
"type":"string",
"description":"๐Ÿ” Optional but strongly recommended for better success rates.\n\n๐Ÿ“ How to get your Session ID:\n1. Log into Instagram in your browser\n2. Open Developer Tools (F12 or Right-click โ†’ Inspect)\n3. Go to Application/Storage โ†’ Cookies โ†’ https://www.instagram.com\n4. Find and copy the 'sessionid' value\n\n๐Ÿ’ก Example format: 80339464000%3AMwlUEdZkdshtFG%3A5%3AAYiJEi32U_OOJkvXyc232wBhDZz1Q4zQOFhTFSTy3g\n\nโš ๏ธ Note: Without a session ID, the scraper may have limited access and lower success rates."
},
"proxyConfiguration":{
"title":"๐Ÿ”’ Proxy Configuration",
"type":"object",
"description":"๐Ÿ›ก๏ธ Configure proxy settings for enhanced reliability and bypassing restrictions.\n\n๐Ÿ”„ Smart Fallback System:\n1๏ธโƒฃ No proxy (default) - Direct connection\n2๏ธโƒฃ Datacenter proxy - If configured\n3๏ธโƒฃ Residential proxy - Automatic fallback if blocked\n\nโœ… The actor automatically switches to residential proxy if requests are blocked (with 3 retries).\n\n๐Ÿ’ก Recommended: Enable proxy for better success rates!"
}
}
},
"runsResponseSchema":{
"type":"object",
"properties":{
"data":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"actId":{
"type":"string"
},
"userId":{
"type":"string"
},
"startedAt":{
"type":"string",
"format":"date-time",
"example":"2025-01-08T00:00:00.000Z"
},
"finishedAt":{
"type":"string",
"format":"date-time",
"example":"2025-01-08T00:00:00.000Z"
},
"status":{
"type":"string",
"example":"READY"
},
"meta":{
"type":"object",
"properties":{
"origin":{
"type":"string",
"example":"API"
},
"userAgent":{
"type":"string"
}
}
},
"stats":{
"type":"object",
"properties":{
"inputBodyLen":{
"type":"integer",
"example":2000
},
"rebootCount":{
"type":"integer",
"example":0
},
"restartCount":{
"type":"integer",
"example":0
},
"resurrectCount":{
"type":"integer",
"example":0
},
"computeUnits":{
"type":"integer",
"example":0
}
}
},
"options":{
"type":"object",
"properties":{
"build":{
"type":"string",
"example":"latest"
},
"timeoutSecs":{
"type":"integer",
"example":300
},
"memoryMbytes":{
"type":"integer",
"example":1024
},
"diskMbytes":{
"type":"integer",
"example":2048
}
}
},
"buildId":{
"type":"string"
},
"defaultKeyValueStoreId":{
"type":"string"
},
"defaultDatasetId":{
"type":"string"
},
"defaultRequestQueueId":{
"type":"string"
},
"buildNumber":{
"type":"string",
"example":"1.0.0"
},
"containerUrl":{
"type":"string"
},
"usage":{
"type":"object",
"properties":{
"ACTOR_COMPUTE_UNITS":{
"type":"integer",
"example":0
},
"DATASET_READS":{
"type":"integer",
"example":0
},
"DATASET_WRITES":{
"type":"integer",
"example":0
},
"KEY_VALUE_STORE_READS":{
"type":"integer",
"example":0
},
"KEY_VALUE_STORE_WRITES":{
"type":"integer",
"example":1
},
"KEY_VALUE_STORE_LISTS":{
"type":"integer",
"example":0
},
"REQUEST_QUEUE_READS":{
"type":"integer",
"example":0
},
"REQUEST_QUEUE_WRITES":{
"type":"integer",
"example":0
},
"DATA_TRANSFER_INTERNAL_GBYTES":{
"type":"integer",
"example":0
},
"DATA_TRANSFER_EXTERNAL_GBYTES":{
"type":"integer",
"example":0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES":{
"type":"integer",
"example":0
},
"PROXY_SERPS":{
"type":"integer",
"example":0
}
}
},
"usageTotalUsd":{
"type":"number",
"example":0.00005
},
"usageUsd":{
"type":"object",
"properties":{
"ACTOR_COMPUTE_UNITS":{
"type":"integer",
"example":0
},
"DATASET_READS":{
"type":"integer",
"example":0
},
"DATASET_WRITES":{
"type":"integer",
"example":0
},
"KEY_VALUE_STORE_READS":{
"type":"integer",
"example":0
},
"KEY_VALUE_STORE_WRITES":{
"type":"number",
"example":0.00005
},
"KEY_VALUE_STORE_LISTS":{
"type":"integer",
"example":0
},
"REQUEST_QUEUE_READS":{
"type":"integer",
"example":0
},
"REQUEST_QUEUE_WRITES":{
"type":"integer",
"example":0
},
"DATA_TRANSFER_INTERNAL_GBYTES":{
"type":"integer",
"example":0
},
"DATA_TRANSFER_EXTERNAL_GBYTES":{
"type":"integer",
"example":0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES":{
"type":"integer",
"example":0
},
"PROXY_SERPS":{
"type":"integer",
"example":0
}
}
}
}
}
}
}
}
}
}

Instagram Followers Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Instagram Followers Scraper from the options below:

If youโ€™d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Instagram Followers Scraper API in Python

Instagram Followers Scraper API in JavaScript

Instagram Followers Scraper API through CLI

Instagram Followers Scraper API