Cinemateket avatar
Cinemateket

Pricing

Pay per event

Go to Apify Store
Cinemateket

Cinemateket

Developed by

Lukas BART!

Lukas BART!

Maintained by Community

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.