GET /g2/user/followersList followers
Get one page of followers for a user id.
Instagram API
Export public followers and following without expensive enterprise scrapers. Our Instagram Followers API returns paginated lists as JSON — one of the cheapest ways to pull Instagram audience graphs via RapidAPI.
Try on RapidAPIAudience exports power competitor analysis, lookalike research and influencer audits. Prefer the /g2/user/followers and /g2/user/following routes for current integrations.
Combine follower pages with profile lookups to enrich each account with bios and counts. Respect rate limits and store cursors so jobs can resume cleanly.
GET /g2/user/followersGet one page of followers for a user id.
GET /g2/user/followingGet one page of accounts the user follows.
Follower routes are id-based. Resolve the username with the Instagram Profile API first, then call the Instagram Followers API.
Use page_id from each response to continue. Plan jobs around your RapidAPI quota for very large accounts.