## Notes
The [Uber Eats Scraper API - RapidAPI](https://rapidapi.com/border-line-border-line-default/api/uber-eats-scraper-api) is an API available on RapidAPI that scrapes Uber Eats for restaurant details.
Queries to the API require the following data:
- Number of rows
- Search query
- Address
- Locale
- Pagination page
Requests to this API will then return the requested data and metadata about the request itself.
## References
Used as part of [[Restaurant Swipe Data#Uber Eats Scraper API]]
- [[Tech MOC]]