Cinemateket
Pricing
Pay per event
Go to Apify Store

Cinemateket
Get film program from Cinemateket: Danish Film Institute in Copenhagen (cinemateket.dk)
Pricing
Pay per event
Rating
0.0
(0)
Developer

Lukas BART!
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
a month ago
Last modified
Categories
Share
Cinemateket Daily Program Scraper
Scrapes the daily program from Cinemateket (Danish Film Institute) with advanced filtering and enrichment options.
Features
- ๐ Scrape single day or date range
- ๐ฏ Filter by series, screens, ticket availability
- ๐ฌ Optional movie details enrichment (posters, descriptions, annotations)
- ๐ซ Exclude events or rooftop screenings
- ๐พ Structured JSON output
- โก Rate limiting and error handling
Input Parameters
Dates
- dateFrom: Start date (YYYY-MM-DD), default: today
- dateTo: End date (YYYY-MM-DD), default: same as dateFrom
Filters
- filterBySeries: Array of Series IDs (e.g.,
[123, 456]) - filterByScreen: Array of screen names (e.g.,
["Sal 1", "Sal 2"]) - onlyWithTickets: Only show screenings with available tickets
- onlyEnglish: Only english language screenings
- onlyRooftop: Only rooftop screenings (Himmmelbio)
Enrichment
- includeMovieDetails: Fetch full movie details (slower but more data)
Limits
- maxItems: Maximum number of items to scrape
Output
Each item contains:
- All program data (title, date, screen, series, etc.)
- Ticket information and links
- Optional: Full movie details (poster, description, annotations)
- Scraping metadata (scrapedAt, scrapedDate)
Examples
Scrape today's program
{}
Scrape next week with movie details
{"dateFrom": "2025-11-01","dateTo": "2025-11-07","includeMovieDetails": true}
Only screenings in English on rooftop (Himmelbio) with movie details
{"onlyEnglish": true,"onlyRooftop": true,"includeMovieDetails": true}
Use Cases
- ๐ง Daily email notifications of new screenings
- ๐ Statistical analysis of programming
- ๐ฏ Monitor specific film series
- ๐ฑ Mobile app data source
- ๐๏ธ Calendar integration
- ๐ค Recommendation systems
Rate Limiting
- 500ms delay between movie detail requests
- 1s delay between different days
- Respectful to server resources
Support
For issues or questions, please open an issue on GitHub.

