Skip to main content

Automate weekly Hollywood film briefing via Tavily and Gemini

Workflow preview

Workflow preview
100%
Automate weekly Hollywood film briefing via Tavily and Gemini preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template demonstrates how to build a weekly Hollywood film industry briefing using Tavily for real time search and Google Gemini for summarization. It sends a concise, emoji‑styled email w...

Best for

  • Social Media automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Manav Desai.

Original n8n.io source

1.1 Workflow description

Title
Automate weekly Hollywood film briefing via Tavily and Gemini
Workflow name
Automate weekly Hollywood film briefing via Tavily and Gemini

This n8n template demonstrates how to build a weekly Hollywood film industry briefing using Tavily for real-time search and Google Gemini for summarization. It sends a concise, emoji‑styled email with movie releases, box office results, industry news, and must‑watch recommendations every week automatically.

Use cases: Great for film journalists, entertainment bloggers, or movie enthusiasts who want automated weekly updates without manually checking multiple sources.


Good to know

  • Free to use: Tavily provides 1,000 API credits per month on their free plan (no credit card required), so this workflow can run at zero cost.
  • Real-time data: Tavily’s search API is optimized for up-to-date information — perfect for weekly movie releases and box office stats.
  • Google Gemini is used for summarization, and you only need basic API access (no paid tier required).

How it works

  • Trigger: Scheduled every Thursday morning (configurable).

  • Search: Four Tavily API calls gather:

    • Movies releasing this week
    • Last week’s box office results
    • Hollywood industry news
    • Must‑watch movies currently in theatres
  • Summarization: Google Gemini turns this into Gmail‑friendly HTML with emojis and bullet points.

  • Email: The formatted newsletter is sent via Gmail node.


How to use

  • Configure Tavily API and Gmail OAuth2 credentials in n8n’s credential manager.
  • (Optional) Edit Tavily queries to focus on specific genres or add filters.
  • Adjust the schedule trigger to any day/time you prefer.

Requirements

  • Tavily API account (free plan – 1,000 monthly requests)
  • Google Gemini API key for summarization
  • Gmail account (OAuth2 credentials for sending emails)

Want insane output quality?

You can swap Gemini for OpenAI’s ChatGPT models:

  • GPT‑3.5 Turbo – ~$0.002/run (crazy cheap)
  • GPT‑4o – ~$0.009/run (latte price)
  • GPT‑4.5 – ~$0.15/run (god‑mode quality)

This upgrade gives you cleaner, richer, “did‑a‑human‑write‑this?” vibes — perfect for journalist‑grade Hollywood briefings. Just note: OpenAI API requires a $5 minimum credit to activate usage.


Example Output (ChatGPT version)

Subject: Daily Hollywood Film Industry Briefing – August 3, 2025


Good morning, Here's your daily Hollywood film briefing for August 3, 2025:


🎬 Releases

  • The Bad Guys 2 – Released Friday, August 1, 2025
  • The Naked Gun – Released Friday, August 1, 2025

These are the confirmed new wide theatrical Hollywood releases this week (Monday through Sunday of current week). No additional new Hollywood theatrical releases found for this week.


📊 Box Office

Highest‑grossing Hollywood films of 2025 (worldwide):

  • Ne Zha 2 – approx. $1.90 billion (non‑Hollywood Chinese animated film leads)
  • Lilo & Stitch – approx. $1.02 billion
  • A Minecraft Movie – approx. $955 million
  • Jurassic World Rebirth – approx. $731 million
  • How to Train Your Dragon – approx. $610 million

Last week’s box office performance (Monday–Sunday):

  • The Fantastic Four: First Steps – domestic debut ~$118 M; global ~$218 M, Marvel’s biggest opening of 2025
  • Superman – added ~$94 M worldwide last week, passing $500 M global total
  • Jurassic World Rebirth – up ~$70 M worldwide last week, despite ~40 % drop week‑on‑week
  • F1: The Movie – up ~$48 M last week internationally/domestically growth visible
  • Lilo & Stitch – added ~$10 M worldwide last week, slower tail but still billion‑plus gross

Highlights & trends: Fantastic Four’s strong debut reboots Marvel success, signaling resumed audience interest; Superman continues to hold strong; Jurassic World Rebirth remains durable after holiday surge; surge in box office recovery noted across key titles. Overall box office up ~12–15 % year‑on‑year.


📰 Industry Buzz

  1. Christopher Nolan has signed to direct a massive $250 million adaptation of Homer’s The Odyssey, starring Matt Damon and Tom Holland, with Imax pre‑sales at 95 % capacity across major locations.
  2. Marvel has relaunched the Fantastic Four franchise successfully with First Steps; positive CinemaScore and strong visuals marking a fresh start.
  3. DC’s Superman continues strong with over $500 M global, solidifying DC’s summer comeback.
  4. Universal’s Jurassic World Rebirth continues strong overseas, especially in China, contributing to $318 M global in opening holiday weekend.
  5. Warner Bros.–Discovery stock surges (~30 %) amid box office rebound, with Disney, IMAX and Cinemark also seeing robust growth in 2025.
  6. Ne Zha 2 becomes highest‑grossing animated and non‑Hollywood film ever, crossing $2 billion globally—though not Hollywood, its impact on global trends is notable.
  7. Mission: Impossible – The Final Reckoning quietly solidifies strong global numbers (~$562 M) and continues reliable franchise performance.

🎥 Must‑Watch in Theatres (Surat, India)

  • The Fantastic Four: First Steps – Currently showing in English/Hindi/Tamil/Telugu in Surat cinemas; hyped globally, strong visuals, action‑heavy, best experienced in IMAX or premium formats if available in Surat multiplexes. Runs this week.
  • F1: The Movie – Available in Surat in multiple languages, strong reviews praising adrenaline‑fuelled direction and visuals and growing fan hype; ideal in standard or Dolby formats for immersive sound and speed feel.
  • Jurassic World Rebirth – Still playing in Surat, popular with family audiences; grand visuals and dinosaur action well‑suited to IMAX or large format screens.

That’s all for today’s briefing. Have a great theatrical weekend ahead!

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 2 - Hollywood News Research Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 3 - Fetch Weekly Releases (Tavily)

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 4 - Fetch Weekly Box Office (Tavily)

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 5 - Fetch Hollywood News (Tavily)

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 6 - Fetch Must-Watch Movies (Tavily)

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 7 - Format Output for Email

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 8 - Weekly Thursday Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Google Gemini 2.5 Flash

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 12 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 13 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 14 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 15 - HTTP Request

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 16 - Send a message1

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate weekly Hollywood film briefing via Tavily and Gemini
Complexity advanced
Nodes 18
Categories Social Media, AI Summarization
Author Manav Desai
Published 02 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6841/6841.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate weekly Hollywood film briefing via Tavily and Gemini do?

This n8n template demonstrates how to build a weekly Hollywood film industry briefing using Tavily for real time search and Google Gemini for summarization. It sends a concise, emoji‑styled email w...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, AI Summarization use case.