Streaming & Box Office Intelligence Monitor avatar

Streaming & Box Office Intelligence Monitor

Pricing

Pay per event

Go to Apify Store
Streaming & Box Office Intelligence Monitor

Streaming & Box Office Intelligence Monitor

Tracks new releases, content additions/removals, and availability across major streaming platforms (Netflix, Disney+, Hulu, HBO Max, Peacock, Paramount+), plus theatrical release schedules and box office grossings.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Don Johnson

Don Johnson

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

๐ŸŽฌ Streaming & Box Office Intelligence Monitor

Track new releases, content changes, and availability across major streaming platforms, plus theatrical release schedules and weekly box office rankings.

What It Does

  • Platform availability tracker โ€” which streaming service has a given title
  • New arrivals monitor โ€” recently added content by platform, genre, and region
  • Leaving soon alerts โ€” content expiring in the next 30 days
  • Box office weekly rankings โ€” current theatrical grossings
  • Theatrical release schedule โ€” upcoming wide releases

Supported Streaming Platforms

KeyPlatform
netflixNetflix
disney-plusDisney+
huluHulu
hbo-maxMax (HBO Max)
peacockPeacock
paramount-plusParamount+

Input

{
"platforms": ["netflix", "disney-plus", "hulu", "hbo-max", "peacock", "paramount-plus"],
"regions": ["US"],
"genres": [],
"includeBoxOffice": true,
"includeNewArrivals": true,
"includeLeavingSoon": true,
"maxResultsPerPlatform": 50
}

Input Fields

FieldTypeDefaultDescription
platformsarrayall 6 platformsStreaming platforms to scan
regionsarray["US"]Country codes (US, GB, CA, AU, DE, FR, ES, IT, BR, MX, JP, KR)
genresarray[] (all)Optional genre filter (e.g. action, comedy, drama)
includeBoxOfficebooleantrueFetch box office rankings and theatrical schedule
includeNewArrivalsbooleantrueFetch newly added streaming content
includeLeavingSoonbooleantrueFetch content leaving platforms soon
maxResultsPerPlatforminteger50Max titles per platform per scan (1โ€“500)

Output

Each run produces a JSON dataset with typed records:

Streaming New Arrival

{
"type": "streaming_new_arrival",
"platform": "netflix",
"region": "US",
"title": "Example Movie",
"contentType": "movie",
"genres": [1, 18],
"releaseYear": 2024,
"imdbScore": 7.4,
"posterUrl": "https://images.justwatch.com/...",
"subtype": "new_arrival"
}

Streaming Leaving Soon

{
"type": "streaming_leaving_soon",
"platform": "hulu",
"region": "US",
"title": "Classic Show",
"contentType": "show",
"releaseYear": 2019,
"imdbScore": 8.1,
"subtype": "leaving_soon"
}

Box Office Ranking

{
"type": "box_office_ranking",
"rank": 1,
"title": "Blockbuster Film",
"weekendGross": "$45,000,000",
"weekendGrossRaw": 45000000,
"dataSource": "box_office_mojo",
"scrapedAt": "2026-05-16T00:00:00.000Z"
}

Theatrical Release

{
"type": "theatrical_release",
"title": "Upcoming Movie",
"releaseDate": "May 23, 2026",
"studio": "Universal Pictures",
"dataSource": "box_office_mojo",
"scrapedAt": "2026-05-16T00:00:00.000Z"
}

Example Use Cases

Scan all Netflix US new arrivals

{
"platforms": ["netflix"],
"regions": ["US"],
"includeNewArrivals": true,
"includeLeavingSoon": false,
"includeBoxOffice": false
}

Full multi-platform market report (US + UK)

{
"platforms": ["netflix", "disney-plus", "hulu", "hbo-max", "peacock", "paramount-plus"],
"regions": ["US", "GB"],
"includeBoxOffice": true,
"includeNewArrivals": true,
"includeLeavingSoon": true,
"maxResultsPerPlatform": 100
}

Box office weekly report only

{
"platforms": [],
"includeBoxOffice": true,
"includeNewArrivals": false,
"includeLeavingSoon": false
}

Pricing (Pay-Per-Event)

OperationPrice
Single platform scan$0.75
Full multi-platform market report$2.00
Box office weekly report$0.50

Data Sources

  • JustWatch โ€” Multi-platform streaming aggregator with real-time availability data
  • Box Office Mojo โ€” Weekly theatrical grossings and upcoming release schedule

SEO Keywords

streaming availability tracker, Netflix new releases, Disney+ content monitor, box office scraper, entertainment data API, what's leaving Netflix, streaming intelligence, HBO Max new titles, Hulu content tracker, box office weekly rankings, theatrical release schedule, streaming platform scraper