# Changelog of Google Images Scraper — Tiles, Thumbnails, URLs (`scrape.badger/google-images-scraper`) Actor

- **URL**: https://apify.com/scrape.badger/google-images-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/scrape.badger/google-images-scraper.md

## Changelog

### 1.0 — 2026-04-21

- Initial release.
- Wraps the ScrapeBadger Python SDK `google.images.search` endpoint.
- Supports country / language targeting, safe search, size / colour / type
  filters, and raw `tbs` filter tokens (time range, licensing).
- Pagination up to 10 pages (≈ 100 tiles per page). Each tile is pushed
  as its own dataset record with `title`, `source`, `link`, `thumbnail`,
  `image`, `original` (full-res URL), `original_width`, `original_height`,
  `original_size`, and licensability flags (`is_product`, `is_licensable`,
  `is_video`).
