# Changelog of Coupang Product Listings Scraper (`khadinakbar/coupang-scraper`) Actor

- **URL**: https://apify.com/khadinakbar/coupang-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/khadinakbar/coupang-scraper.md

### 1.0 - 2026-07-15

- Initial private build: Coupang search/category/product scraper.
- Revision 1.0.4: replaced the blocked direct-browser path with a managed Coupang listings route.
- Supported inputs: searchQueries, startUrls, productUrls, mode, and maxResults.
- Output per product: productId, itemId, vendorItemId, title, productUrl, imageUrl, KRW price/original price/discount, rating, reviewCount, Rocket flags, source context, and scrapedAt.
- Pay per event + usage: $0.00005 start event and $0.005 per validated product row.
- Runtime contract: validated row writes, coupled PPE charging via Actor.pushData(record, eventName), OUTPUT and RUN\_SUMMARY on all terminal paths, INVALID\_INPUT/VALID\_EMPTY/PARTIAL/UPSTREAM\_FAILED/CONFIG\_ERROR outcomes.
