maxCopell / tripadvisor-scraper

Scrape Tripadvisor restaurant, hotels, and places.
https://apify.com/maxcopell/tripadvisor
47 stars 29 forks source link

Mealtypes always empty #45

Closed zpelechova closed 3 years ago

zpelechova commented 3 years ago

https://my.apify.com/view/runs/xjSL8NoNUNGruOWAz

gustavotr commented 3 years ago

Is there any example of what kind of information these field was displaying? I think it is not present on the result anymore but maybe it has a new name. I think these could be the replacement:

dietary_restrictions: [
    { key: '10665', name: 'Vegetarian Friendly' },
    { key: '10697', name: 'Vegan Options' },
    { key: '10992', name: 'Gluten Free Options' }
  ],
zpelechova commented 3 years ago

Frankly, no idea, I tried to find when it changed in the code, bcs in my runs from March/April, it is not there, but was not succesfull. Can you find it in the commits? Otherwise we can just close the issue or add the thing you are suggesting, it seems really nice enhancement.