📸 Instagram Data API
This listing exposes a small, focused set of **read-only** operations: load a **user’s photo/video timeline**, browse their **Reels**, **search accounts or hashtags**, and stream **public media under a hashtag**. Everything is designed for **GET** requests with **query strings** and **JSON** responses so you can plug it into scripts, dashboards, or mobile backends without managing complex auth…
📸 Instagram Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Users | ||
| GET |
instagramUserReels /api/instagram/user/reels |
Reels for a numeric user id with optional paging. |
| GET |
instagramUserFeeds /api/instagram/user/feeds |
Paginated posts for an Instagram numeric user id. |
| Search | ||
| GET |
instagramUserSearch /api/instagram/user/search |
Search for Instagram accounts by text (no extra mode parameter; this path always returns user results). |
| GET |
instagramHashtagSearch /api/instagram/hashtag/search |
Search for hashtag metadata by text without the `#` character (this path always returns hashtag results). |
| Hashtags | ||
| GET |
instagramHashtagFeeds /api/instagram/hashtag/feeds |
Media for a hashtag name with optional cursor paging. |
📸 Instagram Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $4.99 / month | 2 / second |
|
| ULTRA Recommended | $14.99 / month | 5 / second |
|
| MEGA | $24.99 / month | 10 / second |
|