All the main features of Instagram
139 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Instagram endpoints
| Method | Endpoint | Description |
|---|---|---|
| Account | ||
| GET |
Get Info By Username /account/{username}/info |
Using this endpoint you will able to fetch user profile data using `username`, this includes user profile info and stats like media, followers and following counts, business data… |
| GET |
Get Feed By Username /account/{username}/feed |
Get user feed by `username`, you can get the next page by providing `pageId` query string with `next_page` from the response. |
| GET |
Get Info By Id /account/{user_id}/info |
Using this endpoint you will able to fetch user profile data using `id`, this includes user profile info and stats like media, followers and following counts, business data and… |
| GET |
Get Stories /account/{user_ids}/stories |
Using this endpoint you will able to fetch user stories using `user_id`. you can even provide multiple ids to fetch more stories with single API call, simple separate them by… |
Instagram pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $2.99 / month | 70 / minute |
|