Paramount Plus title metadata: fields on a show, movie and episode record
Addresses are readable and stable. A series lives at /shows/ plus a slug, an episode at /shows/video/ plus a 32-character content id, and a film at /movies/video/ plus the same kind of id; a second shape prefixed ALVE marks newer film assets. Tile markup carries a numeric show id beside the slug, so a Paramount Plus scraper holds a human key and a machine key for every record.
A signed-out visitor reads, on a show record: title, synopsis, Genre, Jahr for the first year, Staffeln for the season count, Marke for the brand hub, a cast list, a badge naming the weekday a new episode lands, and an episode total written as a line like 326 episodes with a subscription. Seasons are a filter rather than a page: the selector swaps the grid in place and states how many episodes it holds.
Each episode row gives season and episode number, title, description, runtime, transmission date, an age-rating icon and an access label. The rating icon is named for the market it was drawn in, so the same episode carries a different mark in each storefront. Tracking attributes beside the row carry the access model - paid, premium - and the video type, full-episodes.
A show ships TVSeries markup whose containsSeason holds the season currently selected, so full coverage means walking the selector. An episode ships TVEpisode markup with episodeNumber, partOfSeason.seasonNumber, partOfSeries.name, a releasedEvent carrying a start date and a country, and a nested VideoObject with thumbnail, uploadDate, publisher and a duration in ISO form, T53M38S. A film ships Movie markup with contentRating, genre, datePublished, image and publisher, plus WatchAction offers repeated per platform, each holding availabilityStarts, availabilityEnds, eligibleRegion, price and priceCurrency - a licence window written into the page.
To extract Paramount Plus data at scale you enumerate, because there is no crawlable XML sitemap to lean on. The A-Z grids count for you: the all-shows grid and the film browse each state their own total. In September 2026 the German shelf reports about 315 series and 480 films. Genre hubs carry a region suffix, -gsa on the German ones for Germany, Switzerland and Austria; carousels page in blocks of twenty and the search path is closed to crawlers.