Instagram Data
Currently serving over 3 Million requests daily for our internal tools. We decided to open our solutions to other people. We are building the last API you will ever need to access any Instagram data. We have over 10 years of experience in working with Instagram. We can provide any kind of information that is available within the Apps or the Website. We can also provide any kind of service…
Instagram Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| WEB | ||
| GET |
WEB Proxy JSON /web/proxy |
An endpoint to fetch JSON data from the Instagram website. You can add `?__a=1&__d=dis` to any url to retrieve JSON. For example. `https://www.instagram.com/instagram/` becomes… |
| GET |
WEB User info by username /web/users/{username}/usernameinfo |
Get information about an Instagram account by specifying the username. |
| GET |
WEB User feed /web/users/{id}/feed |
Get the user feed by user id. |
| GET |
WEB Media info /web/media/{id}/info |
Get information about a specific media. Id can be either shortcode (Ch74NvrD2UV) or media id (2917172418798642453) |
| GET |
Convert media id <-> shortcode /web/media/convert-ids |
Convert media id (2917172418798642453) to shortcode (Ch74NvrD2UV). Only specify either id or shortcode to get the other equivalent. |
| GET |
WEB Hashtag info /web/tags/{name}/info |
Get information about a hashtag. |
| GET |
WEB Location info /web/locations/{id}/info |
Get information about a location. You can find a list of locations here [here](https://www.instagram.com/explore/locations/) |
| API | ||
| GET |
User info /api/users/{id}/info |
Get user info by the ID. |
| GET |
User info by username /api/users/{username}/usernameinfo |
Get information about a user by supplying the username. |
Instagram Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 10 / second |
|
| ULTRA | $95 / month | 20 / second |
|
| MEGA | $190 / month | 40 / second |
|