Instagram Scraper
Instagram Scraper is an api created from the real need to capture data in real time from Instagram, after a lot of searching, testing and learning, we created this API that makes use of Residential and 4G IPs to capture data in real time. Today we have more than 4M of IPs around the world, with each call 1 different IP is used, avoiding any type of block, at the moment we serve more than 10,000…
Instagram Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
searchHashtags /api/v1/hashtags |
Return a list de tags based on the query. |
| GET |
getUserDataByUsername /scrapper/api/v1/instagram/profile/{username} |
Returns the basic data for a given profile based on the username. |
| GET |
latestTimeline /scrapper/api/v1/instagram/profile/{username}/timeline/latest |
Returns the latest timeline medias |
| GET |
getMedia /scrapper/api/v1/instagram/profile/{username}/media/{mediaId} |
Return the media data |
| GET |
getReelsByShortcode /scrapper/api/v1/instagram/reels/{shortcode} |
Return all data from reels by shortcode |
| GET |
getMediaByShortcode /scrapper/api/v1/instagram/media/{shortcode} |
Return all data from media by shortcode |
Instagram Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA Recommended | $15 / month | 150 / minute |
|
| MEGA | $30 / month | 200 / minute |
|