# Changelog of Likee Scraper (`innovatica-ai/likee-scraper`) Actor

- **URL**: https://apify.com/innovatica-ai/likee-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/innovatica-ai/likee-scraper.md

## Changelog

### 1.0 — 2026-08-28

First public release.

- Scrape individual Likee videos by URL (`likee.video/v/...` and `l.likee.video/v/...`), returning full metadata including the direct MP4 URL, thumbnail, duration and dimensions.
- Scrape a creator's entire feed by numeric creator ID, using Likee's JSON API with cursor-based pagination.
- `includeAuthorVideos` — collect a creator's whole feed from any single video link, so you don't need to know their numeric ID.
- Language-independent view parsing. Counts are read positionally rather than by keyword, so non-Russian videos no longer return zero views.
- Filters: minimum views, likes, comments, shares, engagement rate, and published-date range. Filtered videos are not saved and not charged.
- `onlyNewResults` incremental mode for scheduled monitoring, backed by the key-value store.
- Per-item error records — a deleted, private or region-locked video never fails the whole run.
- Direct-first proxy strategy: API calls go out unproxied and fall back to the proxy only on failure, keeping residential proxy usage near zero for profile scraping.
- Graceful handling of aborts and migrations, persisting incremental state before shutdown.
