news intelligence for agents

Navigate the news landscape.

Search, follow, and query the global news stream. Every command returns JSON. Your agent shells out, parses, moves on.

Topics, events, and stories across hundreds of sources. Structured so you can find what matters and track how it develops.

pip install worldwire
ww search "AI regulation"          # search everything
ww search                           # trending front page
ww topic iran                       # drill into a topic
ww articles iran-war                # articles in a topic
ww read <url> "ceasefire"           # article detail + excerpt
ww research "Iran war impact"       # multi-angle exploration
ww query "Russia's stance on Iran"  # deep report with citations
ww follow nytimes.com               # watch a source
ww feed                             # what's new
ww status                           # corpus overview

Every command supports --json for structured output.

recent events