-2

I am creating an app using Flutter/Dart the relies on Traffic data. The best source of Traffic data that i have found is through Waze. Therefore, i was wondering if there was any way to scrape/extract traffic data from waze? If there is how would i go about doing it?

Thank you in advance!

Mainly interested in Accidents, road closures, congestion information, hazards on the road

shadow_ace
  • 31
  • 3
  • 2
    I don't think waze allows developers to access such data. – 10101010 Jul 26 '19 at 07:22
  • yeah, i dont believe it does either, but i was wondering if there was a way to scrape the data they have on their live map @ https://www.waze.com/livemap – shadow_ace Jul 27 '19 at 18:19

1 Answers1

0

You should look into their SDKs/APIs https://developers.google.com/waze/

Doc Kaos
  • 154
  • 1
  • 9