# Changelog of Linktree Profile Scraper (`devilscrapes/linktree-profile-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/linktree-profile-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/linktree-profile-scraper.md

## Changelog

All notable changes to this Actor are documented here.

### 0.0 — Unreleased

- Initial scaffold: `.actor/` config (actor.json, input\_schema.json, dataset\_schema.json, output\_schema.json, pay\_per\_event.json, Dockerfile), pinned `pyproject.toml`, and QA fixture.
- `models.py` (Pydantic v2 `ActorInput`/`ResultRow`) and `username.py` (bare-username/URL resolution) implemented; `client.py` (curl-cffi fetch/retry) and `parser.py` (`__NEXT_DATA__` extraction, row construction) scaffolded as stubs pending implementation.
- `main.py` currently pushes a single clearly-marked placeholder record so the Actor boots end-to-end; the real per-username pipeline lands next.
- Icon (`.actor/icon.svg`) pending `actor-icon-designer`.
