Cinemateket avatar
Cinemateket

Pricing

Pay per event

Go to Apify Store
Cinemateket

Cinemateket

Get film program from Cinemateket: Danish Film Institute in Copenhagen (cinemateket.dk)

Pricing

Pay per event

Rating

0.0

(0)

Developer

Lukas BART!

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.