Instagram Scraper API
Real-time Instagram data API — get user profiles, browse posts and reels, read comments, explore hashtags, and search users. All data is scraped directly from Instagram and returned as clean, structured JSON. 7 endpoints: - Get Profile — Full user profile by username: user ID, full name, biography, follower/following/media counts, verification and private account status, business account flag,…
Instagram Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Profile | ||
| GET |
getProfile /instagram/profile |
Get an Instagram user's full profile including bio, follower/following counts, post count, verification status, business category, and profile picture URLs. The username can be… |
| Posts | ||
| GET |
getUserReels /instagram/reels |
Get a user's recent reels (short-form videos) with captions, view/like/comment counts, video URLs, and metadata. Supports pagination via cursor. Returns up to 50 reels per request. |
| GET |
getPostDetails /instagram/post |
Get full details for a single Instagram post including caption, engagement metrics, media URLs, owner info, and preview comments. The shortcode can be found in any Instagram post… |
| GET |
getUserPosts /instagram/posts |
Get a user's recent posts with captions, like/comment counts, media URLs, hashtags, and mentions. Supports pagination via cursor. Returns up to 50 posts per request. |
| Comments | ||
| GET |
getPostComments /instagram/comments |
Get comments on an Instagram post with usernames, text, like counts, reply counts, and timestamps. Supports pagination via cursor. Returns up to 50 comments per request. |
| Hashtag | ||
| GET |
getHashtag /instagram/hashtag |
Get an Instagram hashtag page including total media count, top posts, and recent posts. The hashtag should be provided without the leading '#' symbol. |
| Search | ||
| GET |
searchInstagram /instagram/search |
Search Instagram for users and hashtags matching a query. Returns a list of matching user profiles (with follower counts and verification status) and matching hashtags (with… |
Instagram Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|