Instagram API Followers/Following/Stories/Info
# InstaData API A REST API on RapidAPI for retrieving public Instagram data — profiles, followers, following, posts, reels, stories, and media details. Authenticate with a RapidAPI key. No Instagram account or OAuth required. --- ## Endpoints | Endpoint | Returns | |----------|---------| | `GET /api/v1/user/profile` | Bio, counts, contact info, account type | | `GET /api/v1/user/followers` |…
Instagram API Followers/Following/Stories/Info endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| GET |
/api/v1/user/reels /api/v1/user/reels |
Retrieve a user's reels only. Returns 12 reels per request. Use `pagination_token` to retrieve additional pages of results. |
| GET |
/api/v1/user/profile /api/v1/user/profile |
Retrieve detailed profile information for an Instagram user. Includes contact details (email, phone) if publicly available. Set `include_more_info=true` to include account… |
| GET |
/api/v1/user/stories /api/v1/user/stories |
Retrieve a user's active stories. Stories are only available for 24 hours after posting. |
| GET |
/api/v1/user/followers /api/v1/user/followers |
Retrieve a list of followers for an Instagram user. Returns up to 1000 followers per request. Use `pagination_token` to retrieve additional pages of results. |
| GET |
/api/v1/user/following /api/v1/user/following |
Retrieve a list of accounts that a user is following. Returns up to 1000 accounts per request. Use `pagination_token` to retrieve additional pages of results. |
| GET |
/api/v1/user/feed /api/v1/user/feed |
Retrieve a user's posts and reels feed. Returns 12 items per request. Use `pagination_token` to retrieve additional pages of results. |
| Media | ||
| GET |
/api/v1/media/details /api/v1/media/details |
Retrieve detailed information about a specific post, reel, story, or TV post. Accepts posts with URLs containing /p/, /reel/, /tv/, or /stories/. |
Instagram API Followers/Following/Stories/Info pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $9 / month | 1 / second |
|
| PRO Recommended | $29 / month | 1 / second |
|
| ULTRA | $99 / month | 1 / second |
|
| MEGA | Free | — |
|