# Changelog of Snapchat Profile Scraper (`devilscrapes/snapchat-profile-scraper`) Actor

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

## Snapchat Profile Scraper — Changelog

### 0.1.0 — 2026-09-24

- Initial scaffolded release (T01). `.actor/actor.json` (category
  `SOCIAL_MEDIA`, version `0.0`), `.actor/input_schema.json` (`usernames`
  stringList + `proxyConfiguration` proxy editor, pinned to
  `BUYPROXIES94952` / US), `.actor/Dockerfile` (`python -m src` entrypoint),
  and `pyproject.toml` (`apify`, `curl-cffi`, `pydantic` — no `crawlee`,
  per design.md's single-GET-per-username architecture). `src/main.py` is
  a scaffold stub that reads input, logs it, and pushes one placeholder
  record — real Pydantic models, parsing, and fetch logic land in T02-T05.
