Datasets:
license: cc-by-4.0
language:
- en
tags:
- waymo
- trips
- self-driving
- prices
- ai
- rides
pretty_name: Waymo Ride Price
size_categories:
- 10K<n<100K
Waymo Ride Estimates Dataset
This dataset contains ride pricing estimates and related trip information collected from the Waymo One autonomous ride-hailing application in San Francisco. The data was collected using an automation wrapper that queries and scrapes the Waymo One mobile application.
Data Format
The data is provided in CSV format with the following columns:
request_timestamp: When the price estimate was requestedpickup_name: Name of pickup locationpickup_neighborhood: Neighborhood of pickup locationpickup_latitude: Latitude of pickup pointpickup_longitude: Longitude of pickup pointpickup_time: Scheduled pickup timepickup_date: Date of pickuppickup_wait_time_mins: Estimated wait time in minutesdropoff_name: Name of dropoff locationdropoff_neighborhood: Neighborhood of dropoff locationdropoff_latitude: Latitude of dropoff pointdropoff_longitude: Longitude of dropoff pointdropoff_time: Estimated dropoff timedropoff_date: Date of dropofftrip_duration_mins: Estimated trip duration in minutesprice_usd: Trip price in USDprice_currency: Currency (eg: USD)current_time: Time when estimate was retrievedcurrent_date: Date when estimate was retrievedtimezone: Timezone of the tripcity: City where service is provided
Usage License
This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0). You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
Data Collection
The data was collected using a wrapper that interacts with the Waymo One mobile application through an Android emulator. The collection process involved:
- Random sampling of locations across San Francisco
- Automated price querying at various times
- Data validation and cleaning
Citation
If you use this dataset in your research or project, please cite it as:
Parab, P. (2025). Waymo Ride Price Dataset. Hugging Face. https://huggingface.co/datasets/purav/waymo_ride_estimates
For BibTeX:
@misc{
waymo_price_dataset,
author = {Purav Parab},
title = {San Francisco Waymo Ride Price Dataset},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/purav/waymo_ride_estimates}
}
Contact
For questions about the dataset, please open an issue in the repository.
Disclaimer
This dataset is not affiliated with, endorsed by, or sponsored by Waymo or Google. The data is collected for research and educational purposes only.