Catalog108 / challenges / static/lists/mixed-types

Heterogeneous list items

intermediate Matching curriculum →

What this challenge teaches

Teaches: A single list contains products, blog posts, and external links, distinguish by attributes.

Expected output: A list of items, each tagged with type ∈ {product, post, link}.

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

A single <ul> contains heterogeneous items: products, blog posts, and external links. Each carries data-type so a scraper can split them cleanly.