Cinemateket
Pricing
Pay per event
Go to Apify Store
Cinemateket
Get film program from Cinemateket: Danish Film Institute in Copenhagen (cinemateket.dk)
0.0 (0)
Pricing
Pay per event
0
2
1
Last modified
3 days ago
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.
