Super Cheap Instagram Scraper API
A fast and reliable API for extracting public Instagram data. Get detailed user profile information by username or user ID, fetch a user's posts and reels with pagination support, retrieve reel details by shortcode. No cache, only live fresh data. Available endpoints: - Look up any Instagram user profile by username or ID - Fetch a user's posts with configurable page size - Fetch a user's reels…
Super Cheap Instagram Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getUserPosts /public/api/v1/users/{userID}/posts |
Fetch posts for a specific Instagram user by user ID. |
| GET |
getUserReels /public/api/v1/users/{userID}/reels |
Fetch reels for a specific Instagram user by user ID. |
| GET |
getReelByShortcode /public/api/v1/reels/{shortcode} |
Fetch detailed data about a specific Instagram reel by its shortcode. |
| GET |
getPostComments /public/api/v1/posts/{shortcode}/comments |
Fetch comments for a specific Instagram post by its shortcode. |
| GET |
getUserById /public/api/v1/users/by-id/{userID} |
Fetch Instagram user profile information by user ID. |
| GET |
getUserByUsername /public/api/v1/users/by-username/{username} |
Fetch Instagram user profile information by username. |