Skip to main content
This demo requires browser-use v0.7.6+.

Features

  1. Agent visits your target website
  2. Captures brand name, tagline, and key selling points
  3. Takes a clean screenshot for design reference
  4. Creates scroll-stopping Instagram image ads with 🍌
  5. Generates viral TikTok video ads with Veo3
  6. Supports parallel generation of multiple ads

Setup

Make sure the newest version of browser-use is installed (with screenshot functionality):
Export your Gemini API key, get it from: Google AI Studio
Clone the repo and cd into the app folder

Normal Usage

Command Line Options

  • --url: Landing page URL to analyze
  • --instagram: Generate Instagram image ad (default if no flag specified)
  • --tiktok: Generate TikTok video ad using Veo3
  • --count N: Generate N ads in parallel (default: 1)
  • --debug: Show browser window and enable verbose logging

Programmatic Usage

Output

Generated ads are saved in the output/ directory with:
  • PNG image files (ad_timestamp.png) - Instagram ads generated with Gemini 2.5 Flash Image
  • MP4 video files (ad_timestamp.mp4) - TikTok ads generated with Veo3
  • Analysis files (analysis_timestamp.txt) - Browser agent analysis and prompts used
  • Landing page screenshots (landing_page_timestamp.png) - Reference screenshots

Source Code

Full implementation: https://github.com/browser-use/browser-use/tree/main/examples/apps/ad-use