> It’s a website that shows every movie screening in every cinema across the entire Germany.
> And when I say EVERY screening, I mean it:
Well, I checked Heidelberg and only "Die Kamera" (1 screen) and "Gloria" (2 screens) are listed, but "Karlstorkino" (1 screen) and "Luxor" (6 screens) are missing. So for Heidelberg the site covers only 30% of all screens.
I've checked Dresden, and the best independent Cinema with the good movies is also missing. The scraper still lists the old variant from 4 years ago, so it must be an older scraper. He should really countercheck with other scrapers
As someone who only watches OV with (if not English or German) English or German subtitles I would love to have one thing which movie theatres don't get: A filter for "OV" (Original Version). Thing is, they "have" it, but they exclude german OV's for a reason I don't understand.
Example: Go to https://www.cinecitta.de/, and check the movie screenings. You'll find "Andrea lässt sich scheiden", an Austrian movie with original audio in German. But as soon as you go to the menu and select "Original Versions + OmU" they don't show it anymore, even though it is OV! I don't get that.
So, my wish, Niki: Can you identify original German movies played in German as "OV" as well?
That would be highly confusing for a German. OV always means that it is in a foreign language here, in cinema listings. Adding OV to German movies would identify them as not German.
I know that does not follow from the meaning of the word, but it just is how the label is used.
There's APIs like https://www.internationalshowtimes.com that give you all that data for many countries. Have used it in the past and it works well, with direct booking deeplinks to the cinemas (select seat, next, pay, done).
Nice effort and for a second I thought you had fixed a problem I had, that most cinemas in my hometown have their own shitty sites and hence their screening times can not be discovered through Google, but turns out despite your bold claim this is not the case. Unfortunately there is no mention of any of the admittedly small cinemas in Tübingen. Your idea is still brilliant and I would very much appreciate if it worked as intended
I built https://seattle-movies.innocence.com/ out of similar motivations, although I limited my focus to arthouse/indie movie theaters. I also produce an .ics calendar feed which for me is the most useful feature; I like scanning upcoming movies on a calendar app I already use all the time.
No DB under the hood, just a nightly scrape and process. Works fine. Sometimes the format changes and updates break until I fix them; not a big deal and the code is available in case I ever get bored.
I recently arrived in Germany and movie/cinema aggregation is a huge issue and a hassle tbh, so I'll be using this frequently.
A suggestion, if I may, is to add language of the movie if possbile? It'd be great if there's any way to fetch that info and display it directly on your website instead of visiting every multiplex website to check it.
Google already supports this. No extra clicks or ad interstitials. Just search “<place name> movie showtimes” or “<movie name> showtimes”. It works for every town I tried in Germany.
Congrats for building such a great site. I'm curious where OP is pulling the data from. I particularly like the Citydome [1] in Darmstadt, which is often showing movies in original language.
> The whole database is around 11 MB, basically nothing. I don’t even bother with proper storage, I just serialize the whole thing to a single JSON file every time it updates.
> But how do I search?
> Well, Ctrl+F, of course. We are too humble, too lazy, and too smart to try to compete with in-browser implementation.
> Wait, what about page size?
> It’s totally fine. I mean, for Berlin, for example, we serve 1.4 MB of HTML. 3 MB with posters. It’s fine.
Besides whatever technicalities, we need more engineers with this sober mentality.
I know it says no SEO, but you could actually create preview pictures for movies so that when a link gets shared the showtimes show up directly in iMessage or any other messaging platform. Of course only relevant until the showtimes change.
is it viable to build a product on top of scraping?
seems like unpredictably any day you could find yourself out of sync or with no data because of infrequent crawls or dom changes or bot challenges and then you have to play cat and mouse
There's entire industries built on top of scraping, something changes, you adapt. In this case where the data is actually used to drive more traffic to the cinemas there will be little protection. Very different to Linkedin protecting their user submitted data as that's their value.
Archelaos|1 year ago
> And when I say EVERY screening, I mean it:
Well, I checked Heidelberg and only "Die Kamera" (1 screen) and "Gloria" (2 screens) are listed, but "Karlstorkino" (1 screen) and "Luxor" (6 screens) are missing. So for Heidelberg the site covers only 30% of all screens.
The "Luxor" in Walldorf seems to be missing too.
I have not checked any other cities.
rurban|1 year ago
WA|1 year ago
spapas82|1 year ago
msavio|1 year ago
I just discovered they play Terminator 2 at Babylon Berlin tonight, thinking of going there, always wanted to see that on a big screen :)
It seems like your list is not showing "OV", "OVmU" correctly at Babylon. Both Terminator 2 (https://babylonberlin.eu/programm/festivals/scifi/7199-scifi...) and the mentioned Matrix (https://babylonberlin.eu/programm/festivals/scifi/7192-scifi...) there are OVmU according to their website, but that doesn't show in your list. I guess the data is provided wrongly.
As someone who only watches OV with (if not English or German) English or German subtitles I would love to have one thing which movie theatres don't get: A filter for "OV" (Original Version). Thing is, they "have" it, but they exclude german OV's for a reason I don't understand.
Example: Go to https://www.cinecitta.de/, and check the movie screenings. You'll find "Andrea lässt sich scheiden", an Austrian movie with original audio in German. But as soon as you go to the menu and select "Original Versions + OmU" they don't show it anymore, even though it is OV! I don't get that.
So, my wish, Niki: Can you identify original German movies played in German as "OV" as well?
onli|1 year ago
I know that does not follow from the meaning of the word, but it just is how the label is used.
croisillon|1 year ago
dewey|1 year ago
input_sh|1 year ago
I'm shocked to see my country included, but not shocked enough to pay at least €150/month for the privilege.
elschneider|1 year ago
tonsky|1 year ago
BryantD|1 year ago
I built https://seattle-movies.innocence.com/ out of similar motivations, although I limited my focus to arthouse/indie movie theaters. I also produce an .ics calendar feed which for me is the most useful feature; I like scanning upcoming movies on a calendar app I already use all the time.
No DB under the hood, just a nightly scrape and process. Works fine. Sometimes the format changes and updates break until I fix them; not a big deal and the code is available in case I ever get bored.
https://github.com/BryantD/film-calendar for the curious. It’s intended to be easy to adapt to another city.
idlephysicist|1 year ago
cyberlimerence|1 year ago
unknown|1 year ago
[deleted]
Xplune13|1 year ago
I recently arrived in Germany and movie/cinema aggregation is a huge issue and a hassle tbh, so I'll be using this frequently.
A suggestion, if I may, is to add language of the movie if possbile? It'd be great if there's any way to fetch that info and display it directly on your website instead of visiting every multiplex website to check it.
Either way, thank you for this!
akie|1 year ago
OV = Original Version
OmU = Originalfassung mit Untertitel (original with German subtitles)
DF = Deutsche Fassung (German version)
OmeU = Originalversion mit englischsprachigen Untertiteln (original with English subtitles)
rafram|1 year ago
tonsky|1 year ago
tschumacher|1 year ago
[1]: https://allekinos.de/?city=Darmstadt&cinema=Citydome
smetj|1 year ago
> But how do I search? > Well, Ctrl+F, of course. We are too humble, too lazy, and too smart to try to compete with in-browser implementation.
> Wait, what about page size? > It’s totally fine. I mean, for Berlin, for example, we serve 1.4 MB of HTML. 3 MB with posters. It’s fine.
Besides whatever technicalities, we need more engineers with this sober mentality.
fewald_net|1 year ago
Arjuna144|1 year ago
tonsky|1 year ago
philshem|1 year ago
https://allekinos.de/?city=Bielefeld
https://en.wikipedia.org/wiki/Bielefeld_conspiracy
fareesh|1 year ago
seems like unpredictably any day you could find yourself out of sync or with no data because of infrequent crawls or dom changes or bot challenges and then you have to play cat and mouse
dewey|1 year ago
woodylondon|1 year ago
3abiton|1 year ago
iLemming|1 year ago
Tomte|1 year ago
Nope. The first two towns I tried (with cinemas, and not far from his example Hannover) were missing. The third town I tried: also missing.
I think it's obvious that there are more than the maybe 300 cinemas shown on the web page in all of Germany.
JaggerJo|1 year ago
bun_terminator|1 year ago
dewey|1 year ago
giovannibonetti|1 year ago
fnordsensei|1 year ago
ilrwbwrkhv|1 year ago
Amen.
yyyyybb|1 year ago
shaunxcode|1 year ago
flotzam|1 year ago
unknown|1 year ago
[deleted]