Skip to content

How It Works

Our tracking system combines multiple news sources with intelligent algorithms to determine Trump's most likely current location.

1

Hourly News Monitoring

Every hour, our system fetches the latest articles from 10+ major news RSS feeds. This runs automatically via Vercel Cron Jobs - no manual intervention needed.

Unlike the previous WordPress-based system which only updated when someone visited the site, our pipeline runs reliably on a fixed schedule.

2

Weighted Location Extraction

Each article is analyzed using a scoring algorithm that assigns points based on location name matches, city/state references, presence indicators, and source reliability.

For example, "Trump arrived at Mar-a-Lago" scores higher than "Trump discusses Mar-a-Lago policy" because the presence term "arrived at" adds confidence that he is physically there.

3

Multi-Source Consensus

We require 2+ independent news sources to report the same location before updating the tracker. This prevents a single misinterpreted article from moving the marker.

A White House press release carries more weight than a speculative blog post. Our source weighting system ensures authoritative sources have more influence.

4

Live Map Update

When a new location is confirmed, the interactive Mapbox map smoothly animates the Trump marker from the old position to the new one. Your browser receives instant updates via Supabase Realtime WebSocket.

The map uses real geographic coordinates (not the CSS percentage hack of the old system), so the marker is placed precisely on the correct location. No polling — changes push to your browser instantly.

Our Data Sources

We monitor these trusted news outlets for presidential location data:

White House(10/10)Reuters(8/10)CNN(5/10)Fox News(5/10)NBC News(5/10)BBC(5/10)NY Times(5/10)Washington Post(5/10)Politico(6/10)The Hill(5/10)

Accuracy Disclaimer

This is not real-time GPS tracking. We determine Trump's location based on news reports, which may be delayed or inaccurate. The confidence score shown on each location reflects how certain we are based on the number and quality of matching sources. Locations with high confidence (70%+) are based on multiple corroborating reports from reliable outlets.

Scoring Methodology

When our system scans a news article, it assigns a location score based on several factors. First, it checks whether the article mentions any of the 70+ known presidential locations in our database — these include the White House, Mar-a-Lago, Camp David, Trump National Golf Club properties, Air Force One departure and arrival airports, and other venues the president is known to frequent. Each location mention earns base points.

Next, the algorithm looks for presence-indicating language. Phrases like "arrived at," "is currently at," "departed from," or "was seen at" significantly boost the score because they suggest the president is physically at that location rather than merely being discussed in relation to it. City and state references that match a known location add additional points, as does the source's reliability weight — Reuters and the White House press office carry the highest weight (10/10), while general news aggregators carry lower weights.

The final confidence score displayed on the tracker represents the aggregate strength of evidence from all sources reporting the same location. A location confirmed by three high-weight sources with strong presence language might score 95%, while a single moderate-weight source with indirect language might produce a score of 40%. Our threshold for displaying a location change on the map is set to ensure only well-supported positions appear in the tracker.

Technical Details

Every hour via Vercel Cron

10 major outlets

70+ mapped venues

Mapbox GL JS (WebGL)

Supabase Realtime (WebSocket)

Supabase (PostgreSQL)

Explore the Data

Now that you understand how the tracking system works, explore the data it produces. Our tools give you multiple ways to analyze presidential movements, from real-time location updates to historical archives and statistical breakdowns.

Learn More

Our blog covers the technology, methodology, and policy context behind presidential location tracking. Here are some articles that go deeper into the topics discussed on this page.

Last updated: February 27, 2026