4

Trying to extract some menu data from a restaurant on Yelp using the v2.0 API. The only thing i am getting via the API response is a menu_provider field which i don't know how to use - any ideas?

Elad Meidar
  • 774
  • 6
  • 11

1 Answers1

2

My understanding is that Yelp gets their menu information from Locu (and potentially other sources), so they won't share that via their API.

Per their documentation, they provide menu_provider and menu_date_updated, but not actual menu data in their API.

Anon
  • 29
  • 2