PizzaBagel

What should we watch next?

Our Watchlist

User Profiles →

Nothing on the watchlist yet. Search for a show above to add the first one!

Add via Apple Shortcuts

Method 1: URL Shortcut (Browser-based)

Create an Apple Shortcut that opens this URL:

https://pizzabagel.club/?add=[Show Name]&by=[Your Name]

The app will auto-search TMDB and save it to the watchlist.

  1. Open the Shortcuts app
  2. Tap + to create a new Shortcut
  3. Add "Ask for Input" — set prompt to "Show name?"
  4. Add "Open URL" — set to:
    https://pizzabagel.club/?add=[Ask for Input]&by=YourName

Method 2: Direct API (No browser needed)

Build a Shortcut that calls the TMDB API to search, then POSTs directly to Firestore.

  1. Add "Ask for Input" — prompt: "Show name?"
  2. Add "Get Contents of URL":
    https://api.themoviedb.org/3/search/multi?api_key=YOUR_TMDB_KEY&query=[input]
  3. Add "Get Dictionary Value" to extract the first result
  4. Add "Get Contents of URL" (POST) to:
    https://firestore.googleapis.com/v1/projects/pizzabagel-49ba6/databases/(default)/documents/watchlist
    with the show data as the JSON body in Firestore document format.