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

Features

  1. Agent visits any news website automatically
  2. Finds and clicks the most recent headline article
  3. Extracts title, URL, posting time, and full content
  4. Generates short/long summaries with sentiment analysis
  5. Persistent deduplication across monitoring sessions

Setup

Make sure the newest version of browser-use is installed:
Export your Gemini API key, get it from: Google AI Studio
Clone the repo, cd to the app

Usage Examples

Output Format

Articles are displayed with timestamp, sentiment emoji, and summary:
Sentiment Indicators:
  • ๐ŸŸข Positive - Good news, growth, success stories
  • ๐ŸŸก Neutral - Factual reporting, announcements, updates
  • ๐Ÿ”ด Negative - Challenges, losses, negative events

Data Persistence

All extracted articles are saved to news_data.json with complete metadata:

Programmatic Usage

Advanced Configuration

Source Code

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