# Changelog of Instagram Scraper (Pay-Per-Event) (`prodiger/instagram-scraper`) Actor

- **URL**: https://apify.com/prodiger/instagram-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/prodiger/instagram-scraper.md

## Changelog

### 0.1.0 - 2026-05-26

- Initial release. Pay-per-event Instagram scraper.
- Supports `resultsType: posts | details | comments | hashtag`.
- Drop-in input parity with `apify/instagram-scraper`: `directUrls`, `username`, `resultsType`, `resultsLimit`, `search`, `searchType`, `searchLimit`, `onlyPostsNewerThan`, `addParentData`.
- PPE pricing: `actor-start = $0.005` + `post-scraped = $0.0013` ($1.30/1k) + `profile-scraped = $0.0013` + `hashtag-scraped = $0.0013` + `comment-scraped = $0.002` ($2.00/1k).
- Run-level dedup by Instagram `pk` / `username` / hashtag `name`.
- Per-run summary log: results/sec, retries, rate-limit hits, dedup skips.
- HTTP-only via Instagram's public `i.instagram.com/api/v1/*` and `www.instagram.com/api/v1/*` endpoints.
