# Changelog of Zauba Trade Data Scraper: India Import Export (`getascraper/zauba-trade-data-scraper`) Actor

- **URL**: https://apify.com/getascraper/zauba-trade-data-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/getascraper/zauba-trade-data-scraper.md

## Changelog

### 0.1.0 - 2026-08-23

#### 🚀 Added

- Initial release: scrape India customs import/export shipment records from zauba.com.
- First-class structured filters: HS code (prefix or exact match), product keyword, date range, country, and port — not just a single free-text search box.
- Structured output: HS code, product description, date, origin/destination country, port of discharge/loading, quantity, unit, unit price, and total value (INR, with USD conversion where a rate is derivable).
- Header-name-matched table parsing so extraction survives minor markup changes without hardcoded column indices.
- Retry/backoff and low-concurrency defaults tuned for zauba.com's Cloudflare-class anti-bot layer, aimed at avoiding the ~24% run-failure rate seen on incumbent scrapers.
- Residential (India) proxy required by default — datacenter proxies are blocked outright on this target.
- Incremental "Only New Shipments" monitoring mode using a seen-ID baseline in the key-value store, for scheduled/recurring runs.
