Waze Route & City Monitor avatar

Waze Route & City Monitor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Waze Route & City Monitor

Waze Route & City Monitor

Monitor Waze traffic alerts and jams across multiple city areas and route corridors with one dataset item per incident, jam, or route summary.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

wiseld_squid

wiseld_squid

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 hours ago

Last modified

Share

Extract real-time Waze traffic alerts and jams around city centers or any custom coordinates. The Actor returns one dataset item per alert or traffic jam so results are easy to filter, schedule, export, and price per event.

What It Gets

  • Public Waze traffic alerts: accidents, hazards, police, construction, road closures, and other incident reports.
  • Traffic jams: jam level, speed, delay, length, street, city, country, and route geometry when available.
  • City and custom coordinate monitoring with configurable radius and max items.

Supported City Presets

The Actor includes 10 ready-to-use city presets:

Bangkok, Phnom Penh, Ho Chi Minh City, Jakarta, Manila, Kuala Lumpur, Singapore, New York, London, and Paris.

You can also add any custom latitude/longitude, so it is not limited to these cities.

Why It Is Different

Most Waze scrapers query one center point and save one large combined record. This Actor is built for monitoring and pay-per-result datasets:

  • Multiple city presets or custom locations in one run.
  • Deduplication across overlapping areas.
  • Separate dataset items instead of one large combined output record.

Cloud-tested public live-map mode: Paris, London, Bangkok, and New York.

Input Example

{
"cityPresets": ["paris"],
"includeAlerts": true,
"includeTrafficJams": true,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output Example

{
"recordType": "jam",
"monitorName": "Bangkok",
"type": "JAM",
"street": "Rama IX Road",
"city": "Bangkok",
"country": "TH",
"level": 4,
"severity": "Severe",
"speedKmh": 7.2,
"delayMinutes": 8.5,
"lengthMeters": 1300,
"latitude": 13.75,
"longitude": 100.56,
"source": "waze",
"scrapedAt": "2026-05-12T00:00:00.000Z"
}

Proxy Notes

For best results, use Apify Residential proxy. Leave proxy country unset first; set apifyProxyCountry only if a specific region performs better.

Scheduling

Traffic data is a point-in-time snapshot. For monitoring, schedule the Actor:

  • Every 5 minutes for high-coverage incident monitoring.
  • Every 10 minutes for normal city dashboards.
  • Every 30 minutes for lightweight trend tracking.

Pricing Note

The Actor calls Actor.pushData() once per saved alert or traffic jam. If the Actor is monetized with Apify default dataset item events, every saved dataset item can be charged.