It’s not a perfect replacement, but searching OpenStreetMap via https://overpass-turbo.eu/ with a query like

[out:json][timeout:25];
(
  nwr["diet:vegan"~"yes|only"]({{bbox}});
  nwr["cuisine"~"vegan"]({{bbox}});
);
out geom;

can be useful and is often more up-to-date with respect to restaurants that actually still exist.

An example: https://overpass-turbo.eu/s/2shI

  • lookingforanALFpolycule@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 天前

    Yep this is what I do. Changes I suggest to osm are integrated quickly as opposed to never in HappyCow.

    I change the filter to vegetarian==only if a region doesn’t have much vegan only places.