Catalog108 / challenges / static/pagination/numbered

Numbered Pagination Challenge

beginner Matching curriculum →

What this challenge teaches

Teaches: Follow ?page=N pagination across the full catalog. Detect the last page from the pager.

Expected output: All 500 products across 42 pages of 12 each. Each item: { sku, name, price }.

Submit your scraper's JSON output to /challenges/static/pagination/numbered/grade (grader endpoint is part of a later phase; URL is reserved now).