Instagram Scraper - Stable & Fast
Instgram scraper to collect data from biggest social media network. Fast, efficient and cost effective
0.1/10 popularity
691 ms avg latency
8 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 Scraper - Stable & Fast endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/instagram/reel/info/{shortcode_or_url} /instagram/reel/info/{shortcode_or_url} |
Fetch a single reel. Accepts a bare shortcode (e.g. `C0XYZ123456`) or a full instagram.com reel URL (e.g. `https://instagram.com/reel/C0XYZ123456/`). |
| GET |
/instagram/user/reels/{username_or_url} /instagram/user/reels/{username_or_url} |
Fetch recent reels for an Instagram user. Accepts a bare username or full instagram.com profile URL. Returns up to 12 reels per page (fixed). Supports cursor pagination.… |
| GET |
/instagram/post/comments/{shortcode_or_url} /instagram/post/comments/{shortcode_or_url} |
Fetch comments for an Instagram post via cursor pagination. Accepts a bare shortcode or full instagram.com URL. Returns up to 50 comments per page (fixed). Responses are cleaned… |
| GET |
/instagram/user/following/{username_or_url} /instagram/user/following/{username_or_url} |
Fetch a paginated list of accounts this user follows. Accepts a bare username or full instagram.com profile URL. |
| GET |
/instagram/user/info/{username_or_url} /instagram/user/info/{username_or_url} |
Fetch public profile data for an Instagram user. Responses are cleaned by default (`clean=true`). Add `?clean=false` to receive the raw upstream response. |
| GET |
/instagram/post/info/{shortcode_or_url} /instagram/post/info/{shortcode_or_url} |
Fetch a single post or reel. Accepts a bare shortcode (e.g. `C0XYZ123456`) or a full instagram.com post/reel URL. |
| GET |
/instagram/user/followers/{username_or_url} /instagram/user/followers/{username_or_url} |
Fetch a paginated list of followers. Accepts a bare username or full instagram.com profile URL. Uses `next_cursor` for subsequent pages. |
| GET |
/instagram/user/posts/{username_or_url} /instagram/user/posts/{username_or_url} |
Fetch recent posts for an Instagram user. Accepts a bare username or full instagram.com profile URL. Returns up to 12 posts per page (fixed). Responses are cleaned by default… |