Cookie-based Instagram scraper for profiles, media, stories, comments, and search. - **List active story profiles** and **fetch user stories** - **Get media comments** - **Fetch profile posts and reels** - **Search posts and users** - **Get user profile info** Pass a logged-in Instagram `sessionid` cookie via the `cookies` query parameter, or configure `INSTAGRAM_COOKIE` on the server.
instagram endpoints
| Method | Endpoint | Description |
|---|---|---|
| Stories | ||
| GET |
instagram-active-story-profiles-by-cookies /active-story-profiles |
List followed profiles that currently have an active Story (cookie-based). Example: - cookies=sessionid=... |
| GET |
instagram-story-by-cookies /story |
Fetch stories for a username (cookie-based). Example: - username=jjlin&cookies=sessionid=... |
| Comments | ||
| GET |
instagram-comments-by-cookies /comments |
Fetch comments for an Instagram post by shortcode (cookie-based). Example: - shortcode=DNqtnlCP1SA&size=10&cookies=sessionid=... For https://www.instagram.com/p/DNqtnlCP1SA/, the… |
| Profile | ||
| GET |
instagram-profile-reels-by-cookies /profile/reels |
Fetch reels from a profile (cookie-based, Playwright + reel detail pages). Example: - username=nike&size=5&cookies=sessionid=... |
| GET |
instagram-users-by-cookies /users |
Fetch Instagram user profile info (cookie-based). Example: - username=nike&cookies=sessionid=... |
| GET |
instagram-profile-posts-by-cookies /profile/posts |
Fetch posts from a profile timeline (cookie-based, Playwright). Example: - username=nike&size=10&cookies=sessionid=... |
| Search | ||
| GET |
instagram-search-users-by-cookies /search/users |
Search Instagram users by keyword (cookie-based). Example: - keyword=candle&size=10&cookies=sessionid=... |
| GET |
instagram-search-posts-by-cookies /search/posts |
Search Instagram top posts by keyword (cookie-based). Example: - keyword=candle&size=10&cookies=sessionid=... - keyword=%23parishilton&size=20 |
instagram pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $45 / month | — |
|