Skip to main content

Streaming Prism Frameworks

Use these framework definitions to reconstruct Streaming Prisms as daily Explorer purchases. Follow the shared workflow in Reconstructing Prism Frameworks: refresh the rolling date window, build_framework, check_framework_price, then buy_frameworks.

This category includes 2 Prisms (House of the Dragon vs The Bear OTT Streams, Spider-Man movies).

Purchases bill your account

buy_frameworks charges your wallet. Always price first with check_framework_price.


Framework payloads

Paste each framework object into your daily job after replacing filters.date_range with the rolling window (month-start minus 24 months → today). Keep date_resolution: "day" and aggregate: "sum".


1. House of the Dragon vs The Bear OTT Streams

  • prism_id: 531c117e-393f-46f7-8de5-aa80b4f678d4
  • latest_framework_id: 591e2652-4701-4d13-8801-2a2e22ed88e1
  • Growth question: Which of House of the Dragon and The Bear have the higher growth in streams?
  • Share question: Which of House of the Dragon and The Bear have the higher share of streams?
{
"entities": [
{
"carc_id": 17397,
"representation": "title",
"entity_name": "House of the Dragon (2022 - TV)"
},
{
"carc_id": 2807,
"representation": "title",
"entity_name": "The Bear (2022 - TV)"
}
],
"insight": {
"insight_id": 310,
"insight_name": "OTT Views"
},
"filters": {
"date_resolution": "day",
"location_resolution": "us",
"date_range": {
"start_date": "2024-09-01",
"end_date": "2026-09-13"
}
},
"aggregate": "sum"
}

2. Spider-Man movies

  • prism_id: 79ef98ac-fa26-44d1-baf0-75a63e28b161
  • latest_framework_id: e237bba6-aef1-4047-a3cd-a318ab776a0a
  • Growth question: Which Spider-Man movies benefitted the most in stream growth from the new movie release?
  • Share question: Which Spider-Man movies show the highest share of streams?
{
"entities": [
{
"carc_id": 56912,
"representation": "title",
"entity_name": "Spider-Man (2002 - Movie)"
},
{
"carc_id": 36360,
"representation": "title",
"entity_name": "Spider-Man 2 (2004 - Movie)"
},
{
"carc_id": 23517,
"representation": "title",
"entity_name": "Spider-Man 3 (2007 - Movie)"
},
{
"carc_id": 26114,
"representation": "title",
"entity_name": "The Amazing Spider-Man (2012 - Movie)"
},
{
"carc_id": 60468,
"representation": "title",
"entity_name": "The Amazing Spider-Man 2 (2014 - Movie)"
},
{
"carc_id": 20975,
"representation": "title",
"entity_name": "Spider-Man: Homecoming (2017 - Movie)"
},
{
"carc_id": 10704,
"representation": "title",
"entity_name": "Spider-Man: No Way Home (2021 - Movie)"
},
{
"carc_id": 49148,
"representation": "title",
"entity_name": "Spider-Man: Far from Home (2019 - Movie)"
}
],
"insight": {
"insight_id": 310,
"insight_name": "OTT Views"
},
"filters": {
"date_resolution": "day",
"location_resolution": "us",
"date_range": {
"start_date": "2024-09-01",
"end_date": "2026-09-13"
}
},
"aggregate": "sum"
}