# Changelog of Outseo Scraper: Full Leaderboard (`blackfalcondata/outseo-scraper`) Actor

- **URL**: https://apify.com/blackfalcondata/outseo-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/blackfalcondata/outseo-scraper.md

## Changelog

All notable changes to this Actor are documented here.

### 0.1.0

First release.

- Walks the full outseo.lol leaderboard, not only the first page. The board
  paginates 50 entries at a time; reading page 1 alone returns 23% of the
  sites and, worse, computes every click share against the top-50 subtotal
  instead of the board total.
- Emits each site's rank, domain, outbound URL, description, organic clicks,
  click share, average clicks per day and sponsor placement.
- Adds the board's own biggest movers, so rank changes are available on the
  very first run instead of after a second one.
- Optional stats row: click-through rate per search position, the impression
  distribution, the desktop/mobile/tablet split and the strongest markets,
  each with the sample size behind it.
- Optional weekly report row.
- Incremental mode: re-runs return only what changed, with unchanged and
  delisted entries available behind their own switches.
- Output as JSON or CSV.
