Instagram Scraper
Get Instagram profile and stories by username. No API key required. Optional: send your own session in a header for stories; we never store it. Supports RapidAPI proxy.
11 subscribers
8.8/10 popularity
2518 ms avg latency
100% success rate
4 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 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
API info and auth options /instagram/info |
Returns API name, description, list of endpoints, and auth options (header, RapidAPI proxy, dev env). No parameters. Parameters: none Response (summary): name, description,… |
| GET |
Profile by username /instagram/profile/{username} |
Returns public profile data for an Instagram user: id, username, fullName, biography, externalUrl, followers, following, postsCount, profilePicUrl, isPrivate, isVerified. Tries… |
| GET |
Stories by username /instagram/stories/{username} |
Returns the user’s current stories (images/videos). Tries: no-cookie scrape → RapidAPI (if set) → profile/stories page with session → Puppeteer (browser) when session is sent.… |
| GET |
User (profile + stories) /instagram/user/{username} |
Returns both profile and stories in one call. Same resolution order as profile/stories (no-cookie → RapidAPI → session scrape). Useful when you need profile and stories together.… |
Instagram Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|