insta_api
Access Instagram user profiles, post, reels, comments, locations, and perform searches.
84 subscribers
179 ms avg latency
16 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
insta_api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search Operations | ||
| GET |
/api/v1/search/ /api/v1/search/ |
Performs a search on Instagram based on a query and context. |
| Locations Directory | ||
| GET |
/api/v1/locations/countries/{countryId}/cities /api/v1/locations/countries/{countryId}/cities |
Retrieves a list of cities for a specified country ID (country code). Cities are cached. |
| GET |
/api/v1/locations/countries /api/v1/locations/countries |
Retrieves a list of all available countries. Countries are cached and fetched from Instagram's directory API. |
| GET |
/api/v1/locations/cities/{cityId}/venues /api/v1/locations/cities/{cityId}/venues |
Retrieves a list of venues (specific locations) for a specified city ID. Venues are cached. |
| Users | ||
| GET |
/api/v1/users/{usernameOrId} /api/v1/users/{usernameOrId} |
Retrieves the profile content for a given Instagram username or numeric User ID. |
| GET |
/api/v1/users/{userId}/followers /api/v1/users/{userId}/followers |
Retrieves the list of users who follow a given user ID. Requires appropriate session. |
| GET |
/api/v1/users/{userId}/following /api/v1/users/{userId}/following |
Retrieves the list of users that a given user ID is following. Requires appropriate session. |
| GET |
/api/v1/users/{usernameOrId}/highlights /api/v1/users/{usernameOrId}/highlights |
Retrieves the highlight reels for a given Instagram username or User ID. |
| Utils | ||
| GET |
/api/v1/utils/media/{shortcode}/to-media-id/ /api/v1/utils/media/{shortcode}/to-media-id/ |
Converts an Instagram shortcode to its corresponding media ID. |
| GET |
/api/v1/users/utils/id-to-username/{userId} /api/v1/users/utils/id-to-username/{userId} |
Retrieves the Instagram username for a given user ID. |
| GET |
/api/v1/utils/media/{mediaId}/to-shortcode/ /api/v1/utils/media/{mediaId}/to-shortcode/ |
Converts a media ID to its corresponding Instagram shortcode. |
| Media | ||
| GET |
/api/v1/media/{id} /api/v1/media/{id} |
Retrieves details for a specific Instagram media by its ID. |
| GET |
/api/v1/users/{username}/media /api/v1/users/{username}/media |
Retrieves a paginated list of posts for a given Instagram username. |
| GET |
/api/v1/users/{username}/media/all /api/v1/users/{username}/media/all |
Retrieves all posts for a given Instagram username, up to a specified maximum. |
| Comments | ||
| GET |
/api/v1/media/{identifier}/comments/all /api/v1/media/{identifier}/comments/all |
Retrieves all comments for a given Instagram media ID or shortcode, up to a specified maximum. |
| GET |
/api/v1/media/{identifier}/comments /api/v1/media/{identifier}/comments |
Retrieves a paginated list of comments for a given Instagram media ID or shortcode. |
insta_api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 10 / second |
|
| ULTRA Recommended | $36 / month | 100 / minute |
|
| MEGA | $136 / month | — |
|