# Social Deal > Social Deal is a deals platform where people find discounted experiences - restaurants, wellness, hotels, day trips and activities - at local businesses in Austria, Germany, Belgium, the Netherlands, France and Denmark. Deals are bought as vouchers and redeemed at the partner. Prices, availability and the deals on offer change daily. Always read the current deal page rather than relying on a cached copy. Which route to take: - **Can I book this, for this many people, on this date** - the availability endpoints below. They answer in JSON, need no key and no JavaScript, and are read-only. - **What does a city offer** - the deals endpoint below, which lists every kind of deal and hands you the `availability_url` for each. - **What is this deal, in words** - the deal page itself. Everything descriptive lives there; the endpoints answer only what changes. - **Every URL we have** - the sitemap index. Take that only if you really need all of it. Every amount names its own currency, which differs per deal: a domain in one country also sells deals in another. Dates are YYYY-MM-DD. Reading an availability answer: - `purchasable` is not the same as bookable: a last-chance deal reads as sold out and still offers a calendar full of dates. The dates say what can be booked. - `bookable_dates` is the union over a deal's arrangements, which is what the deal page shows before one is picked. With more than one, `variants` carries each arrangement with its own name, price, dates and times: an all-you-can-eat deal valid Monday and Wednesday sits next to one valid Thursday to Sunday, on different dates. Read the variant before promising a date. - `time_slots` carry `max_party_size`, the largest group that time still has room for. The ones at the top level belong to the deal, so on a deal with variants read them from the variant. - `prices` maps a bookable date to an amount and a currency, where the calendar carries one. That is how to answer which night is cheapest; restaurant deals mostly carry no price per date, and then the field is absent rather than zero. - A variant's `price` is what that arrangement costs, and carries a `price_currency` only where its calendar prices dates. Without one, follow the `facts_url` in the same answer and read `priceCurrency` from the `Product`'s offers there, rather than assuming the country's. - For a hotel deal the dates are the days a stay can start. How long the stay is belongs to the hotel search, as `from_date` and `till_date`, and `rooms` counts rooms rather than guests: how many people fit in one is part of the deal, which is why a title says "voor 2 personen" next to a search for two rooms. - `window_complete` says whether the dates are all of them: when it is false the calendar is holding later months back, so the last date is the end of the list and not of availability. - The restaurant search covers restaurants that take reservations, which is not every country: zero there means none that take them in that city, not a fully booked one. When a date is given and nothing is free on it, `deals_on_other_dates` carries what the site offers instead. - `party_size` says which group an answer is about, and `checked_at` when it was assembled. - `booked_through` replaces the dates on a deal we hold no calendar for, and neither value is a no: `partner` means it is bought here and reserved with the partner directly, by phone, mail or their own site, so no date is ruled out; `no_reservation_needed` means the voucher is redeemed whenever it suits, within its validity. Most deals answer this way. Say the deal is bookable and how, rather than that it is unavailable. - What each answer settles, and what it does not: a date listed in `bookable_dates`, or `requested_date_bookable` true, is a yes. `requested_date_bookable` false is a real no. Null there, or a date missing while `window_complete` is false, is unknown - the calendar is holding months back, not refusing the day. A 503 is unknown too: the calendar failed to answer, which is not the deal being unbookable. Only 404 means the deal does not exist. - A list carries each deal once, but paging one walks a live catalogue: over fourteen pages of a city, one deal came back on a later page too. Key what you collect by `unique`. The city slugs the searches accept are listed under Optional at the end. ## Sitemaps - [Full sitemap index](https://www.socialdeal.at/sitemap.xml): every deal, company and blog URL. ## Availability, on request - [Restaurant availability, 4 people, 2026-08-22](https://www.socialdeal.at/agent/availability/restaurants/osterreich/on/2026-08-22/for/4/): which restaurant deals in that city can still seat that group on that date, all of them in one answer. Swap the city for any below, and drop the `on/` and `for/` segments to ask about the whole window. - [Hotel availability, 2 rooms, 2026-08-22 to 2026-08-24](https://www.socialdeal.at/agent/availability/hotels/osterreich/from/2026-08-22/till/2026-08-24/rooms/2/): which hotel deals have room for that stay. This one answers a page at a time, so add `page/2/` while `more_available` is true. - [Everything a city offers](https://www.socialdeal.at/agent/deals/osterreich/): the city's deals of every kind - wellness, day trips, activities - which the two searches above do not cover. This one is the offer and not a search, so it takes no date or group size: each deal carries an `availability_url` to ask that with. Read `tags` in the answer for the kinds that city offers and `tag_urls` for a ready-made link per kind, and add `offset/24/` to page. Page size is not fixed, so page until `more_available` is false. - One deal, by its unique: `https://www.socialdeal.at/agent/availability/deal/{unique}/on/YYYY-MM-DD/for/4/` — the bookable dates of that deal, plus the day's time slots when a date is given. No example URL here because a unique belongs to one deal and outlives none of them: every deal the two searches above return carries both its `unique` and a ready-made `availability_url`, and the unique is also the `sku` in the deal page's Product markup. - What a deal is: `https://www.socialdeal.at/agent/deal/{unique}/` — the schema.org document the deal page publishes, as a `@graph`: the `Product` with its description, rating, price and images, the `LocalBusiness` it is redeemed at with the address and coordinates, and its video where there is one. The page holds the same document in its markup, but hands it to declared crawlers only. - If a request above is refused or mangled before it leaves your tooling, every filter also reads from the query string: `?date=YYYY-MM-DD&party_size=4` on the deal and restaurant searches, `?from_date=&till_date=&rooms=&page=` on the hotel one, `?tag=&offset=` on the city list. Same answers, and one fetcher we measured accepts this shape while refusing the path above. ## Optional - [osterreich restaurants](https://www.socialdeal.at/agent/availability/restaurants/osterreich/), [hotels](https://www.socialdeal.at/agent/availability/hotels/osterreich/), [everything](https://www.socialdeal.at/agent/deals/osterreich/): Austria - [aachen restaurants](https://www.socialdeal.at/agent/availability/restaurants/aachen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/aachen/), [everything](https://www.socialdeal.at/agent/deals/aachen/): Germany - [bergisch-gladbach restaurants](https://www.socialdeal.at/agent/availability/restaurants/bergisch-gladbach/), [hotels](https://www.socialdeal.at/agent/availability/hotels/bergisch-gladbach/), [everything](https://www.socialdeal.at/agent/deals/bergisch-gladbach/): Germany - [bergisches-land restaurants](https://www.socialdeal.at/agent/availability/restaurants/bergisches-land/), [hotels](https://www.socialdeal.at/agent/availability/hotels/bergisches-land/), [everything](https://www.socialdeal.at/agent/deals/bergisches-land/): Germany - [bochum restaurants](https://www.socialdeal.at/agent/availability/restaurants/bochum/), [hotels](https://www.socialdeal.at/agent/availability/hotels/bochum/), [everything](https://www.socialdeal.at/agent/deals/bochum/): Germany - [bonn restaurants](https://www.socialdeal.at/agent/availability/restaurants/bonn/), [hotels](https://www.socialdeal.at/agent/availability/hotels/bonn/), [everything](https://www.socialdeal.at/agent/deals/bonn/): Germany - [dortmund restaurants](https://www.socialdeal.at/agent/availability/restaurants/dortmund/), [hotels](https://www.socialdeal.at/agent/availability/hotels/dortmund/), [everything](https://www.socialdeal.at/agent/deals/dortmund/): Germany - [duisburg-moers restaurants](https://www.socialdeal.at/agent/availability/restaurants/duisburg-moers/), [hotels](https://www.socialdeal.at/agent/availability/hotels/duisburg-moers/), [everything](https://www.socialdeal.at/agent/deals/duisburg-moers/): Germany - Duisburg-Moers, Moers - [duren restaurants](https://www.socialdeal.at/agent/availability/restaurants/duren/), [hotels](https://www.socialdeal.at/agent/availability/hotels/duren/), [everything](https://www.socialdeal.at/agent/deals/duren/): Germany - [dusseldorf restaurants](https://www.socialdeal.at/agent/availability/restaurants/dusseldorf/), [hotels](https://www.socialdeal.at/agent/availability/hotels/dusseldorf/), [everything](https://www.socialdeal.at/agent/deals/dusseldorf/): Germany - [essen restaurants](https://www.socialdeal.at/agent/availability/restaurants/essen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/essen/), [everything](https://www.socialdeal.at/agent/deals/essen/): Germany - [gelsenkirchen restaurants](https://www.socialdeal.at/agent/availability/restaurants/gelsenkirchen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/gelsenkirchen/), [everything](https://www.socialdeal.at/agent/deals/gelsenkirchen/): Germany - [hagen restaurants](https://www.socialdeal.at/agent/availability/restaurants/hagen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hagen/), [everything](https://www.socialdeal.at/agent/deals/hagen/): Germany - [hotels-und-ausfluge restaurants](https://www.socialdeal.at/agent/availability/restaurants/hotels-und-ausfluge/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hotels-und-ausfluge/), [everything](https://www.socialdeal.at/agent/deals/hotels-und-ausfluge/): Germany - [koblenz restaurants](https://www.socialdeal.at/agent/availability/restaurants/koblenz/), [hotels](https://www.socialdeal.at/agent/availability/hotels/koblenz/), [everything](https://www.socialdeal.at/agent/deals/koblenz/): Germany - [koln restaurants](https://www.socialdeal.at/agent/availability/restaurants/koln/), [hotels](https://www.socialdeal.at/agent/availability/hotels/koln/), [everything](https://www.socialdeal.at/agent/deals/koln/): Germany - [krefeld restaurants](https://www.socialdeal.at/agent/availability/restaurants/krefeld/), [hotels](https://www.socialdeal.at/agent/availability/hotels/krefeld/), [everything](https://www.socialdeal.at/agent/deals/krefeld/): Germany - [leverkusen restaurants](https://www.socialdeal.at/agent/availability/restaurants/leverkusen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/leverkusen/), [everything](https://www.socialdeal.at/agent/deals/leverkusen/): Germany - [monchengladbach restaurants](https://www.socialdeal.at/agent/availability/restaurants/monchengladbach/), [hotels](https://www.socialdeal.at/agent/availability/hotels/monchengladbach/), [everything](https://www.socialdeal.at/agent/deals/monchengladbach/): Germany - [munster restaurants](https://www.socialdeal.at/agent/availability/restaurants/munster/), [hotels](https://www.socialdeal.at/agent/availability/hotels/munster/), [everything](https://www.socialdeal.at/agent/deals/munster/): Germany - [oldenburg restaurants](https://www.socialdeal.at/agent/availability/restaurants/oldenburg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/oldenburg/), [everything](https://www.socialdeal.at/agent/deals/oldenburg/): Germany - [osnabruck restaurants](https://www.socialdeal.at/agent/availability/restaurants/osnabruck/), [hotels](https://www.socialdeal.at/agent/availability/hotels/osnabruck/), [everything](https://www.socialdeal.at/agent/deals/osnabruck/): Germany - [recklinghausen restaurants](https://www.socialdeal.at/agent/availability/restaurants/recklinghausen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/recklinghausen/), [everything](https://www.socialdeal.at/agent/deals/recklinghausen/): Germany - [rhein-erft-kreis restaurants](https://www.socialdeal.at/agent/availability/restaurants/rhein-erft-kreis/), [hotels](https://www.socialdeal.at/agent/availability/hotels/rhein-erft-kreis/), [everything](https://www.socialdeal.at/agent/deals/rhein-erft-kreis/): Germany - [aalst restaurants](https://www.socialdeal.at/agent/availability/restaurants/aalst/), [hotels](https://www.socialdeal.at/agent/availability/hotels/aalst/), [everything](https://www.socialdeal.at/agent/deals/aalst/): Belgium - [antwerpen restaurants](https://www.socialdeal.at/agent/availability/restaurants/antwerpen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/antwerpen/), [everything](https://www.socialdeal.at/agent/deals/antwerpen/): Belgium - [ardenne-wallonie restaurants](https://www.socialdeal.at/agent/availability/restaurants/ardenne-wallonie/), [hotels](https://www.socialdeal.at/agent/availability/hotels/ardenne-wallonie/), [everything](https://www.socialdeal.at/agent/deals/ardenne-wallonie/): Belgium - [brabant-wallon restaurants](https://www.socialdeal.at/agent/availability/restaurants/brabant-wallon/), [hotels](https://www.socialdeal.at/agent/availability/hotels/brabant-wallon/), [everything](https://www.socialdeal.at/agent/deals/brabant-wallon/): Belgium - [brugge restaurants](https://www.socialdeal.at/agent/availability/restaurants/brugge/), [hotels](https://www.socialdeal.at/agent/availability/hotels/brugge/), [everything](https://www.socialdeal.at/agent/deals/brugge/): Belgium - [brussel restaurants](https://www.socialdeal.at/agent/availability/restaurants/brussel/), [hotels](https://www.socialdeal.at/agent/availability/hotels/brussel/), [everything](https://www.socialdeal.at/agent/deals/brussel/): Belgium - [bruxelles restaurants](https://www.socialdeal.at/agent/availability/restaurants/bruxelles/), [hotels](https://www.socialdeal.at/agent/availability/hotels/bruxelles/), [everything](https://www.socialdeal.at/agent/deals/bruxelles/): Belgium - [charleroi restaurants](https://www.socialdeal.at/agent/availability/restaurants/charleroi/), [hotels](https://www.socialdeal.at/agent/availability/hotels/charleroi/), [everything](https://www.socialdeal.at/agent/deals/charleroi/): Belgium - [dekust restaurants](https://www.socialdeal.at/agent/availability/restaurants/dekust/), [hotels](https://www.socialdeal.at/agent/availability/hotels/dekust/), [everything](https://www.socialdeal.at/agent/deals/dekust/): Belgium - De kust, Oostende - [gent restaurants](https://www.socialdeal.at/agent/availability/restaurants/gent/), [hotels](https://www.socialdeal.at/agent/availability/hotels/gent/), [everything](https://www.socialdeal.at/agent/deals/gent/): Belgium - [hageland restaurants](https://www.socialdeal.at/agent/availability/restaurants/hageland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hageland/), [everything](https://www.socialdeal.at/agent/deals/hageland/): Belgium - [haspengouw restaurants](https://www.socialdeal.at/agent/availability/restaurants/haspengouw/), [hotels](https://www.socialdeal.at/agent/availability/hotels/haspengouw/), [everything](https://www.socialdeal.at/agent/deals/haspengouw/): Belgium - [hasselt restaurants](https://www.socialdeal.at/agent/availability/restaurants/hasselt/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hasselt/), [everything](https://www.socialdeal.at/agent/deals/hasselt/): Belgium - Genk, Hasselt - [hotels-en-uitjes-be restaurants](https://www.socialdeal.at/agent/availability/restaurants/hotels-en-uitjes-be/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hotels-en-uitjes-be/), [everything](https://www.socialdeal.at/agent/deals/hotels-en-uitjes-be/): Belgium - [kempen restaurants](https://www.socialdeal.at/agent/availability/restaurants/kempen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/kempen/), [everything](https://www.socialdeal.at/agent/deals/kempen/): Belgium - Kempen, Turnhout - [kortrijk restaurants](https://www.socialdeal.at/agent/availability/restaurants/kortrijk/), [hotels](https://www.socialdeal.at/agent/availability/hotels/kortrijk/), [everything](https://www.socialdeal.at/agent/deals/kortrijk/): Belgium - Kortrijk, Roeselare - [leuven restaurants](https://www.socialdeal.at/agent/availability/restaurants/leuven/), [hotels](https://www.socialdeal.at/agent/availability/hotels/leuven/), [everything](https://www.socialdeal.at/agent/deals/leuven/): Belgium - [liege restaurants](https://www.socialdeal.at/agent/availability/restaurants/liege/), [hotels](https://www.socialdeal.at/agent/availability/hotels/liege/), [everything](https://www.socialdeal.at/agent/deals/liege/): Belgium - [luxembourg restaurants](https://www.socialdeal.at/agent/availability/restaurants/luxembourg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/luxembourg/), [everything](https://www.socialdeal.at/agent/deals/luxembourg/): Belgium - [mechelen restaurants](https://www.socialdeal.at/agent/availability/restaurants/mechelen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/mechelen/), [everything](https://www.socialdeal.at/agent/deals/mechelen/): Belgium - [mons restaurants](https://www.socialdeal.at/agent/availability/restaurants/mons/), [hotels](https://www.socialdeal.at/agent/availability/hotels/mons/), [everything](https://www.socialdeal.at/agent/deals/mons/): Belgium - [namur restaurants](https://www.socialdeal.at/agent/availability/restaurants/namur/), [hotels](https://www.socialdeal.at/agent/availability/hotels/namur/), [everything](https://www.socialdeal.at/agent/deals/namur/): Belgium - [noordlimburg restaurants](https://www.socialdeal.at/agent/availability/restaurants/noordlimburg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/noordlimburg/), [everything](https://www.socialdeal.at/agent/deals/noordlimburg/): Belgium - [ostbelgien restaurants](https://www.socialdeal.at/agent/availability/restaurants/ostbelgien/), [hotels](https://www.socialdeal.at/agent/availability/hotels/ostbelgien/), [everything](https://www.socialdeal.at/agent/deals/ostbelgien/): Belgium - [vlaams-ardennen restaurants](https://www.socialdeal.at/agent/availability/restaurants/vlaams-ardennen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/vlaams-ardennen/), [everything](https://www.socialdeal.at/agent/deals/vlaams-ardennen/): Belgium - [waasland restaurants](https://www.socialdeal.at/agent/availability/restaurants/waasland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/waasland/), [everything](https://www.socialdeal.at/agent/deals/waasland/): Belgium - Sint-Niklaas, Waasland - [wallonie-picarde restaurants](https://www.socialdeal.at/agent/availability/restaurants/wallonie-picarde/), [hotels](https://www.socialdeal.at/agent/availability/hotels/wallonie-picarde/), [everything](https://www.socialdeal.at/agent/deals/wallonie-picarde/): Belgium - [westhoek restaurants](https://www.socialdeal.at/agent/availability/restaurants/westhoek/), [hotels](https://www.socialdeal.at/agent/availability/hotels/westhoek/), [everything](https://www.socialdeal.at/agent/deals/westhoek/): Belgium - [achterhoek restaurants](https://www.socialdeal.at/agent/availability/restaurants/achterhoek/), [hotels](https://www.socialdeal.at/agent/availability/hotels/achterhoek/), [everything](https://www.socialdeal.at/agent/deals/achterhoek/): the Netherlands - Achterhoek, Doetinchem, de Achterhoek - [alkmaar restaurants](https://www.socialdeal.at/agent/availability/restaurants/alkmaar/), [hotels](https://www.socialdeal.at/agent/availability/hotels/alkmaar/), [everything](https://www.socialdeal.at/agent/deals/alkmaar/): the Netherlands - [amersfoort restaurants](https://www.socialdeal.at/agent/availability/restaurants/amersfoort/), [hotels](https://www.socialdeal.at/agent/availability/hotels/amersfoort/), [everything](https://www.socialdeal.at/agent/deals/amersfoort/): the Netherlands - [amsterdam restaurants](https://www.socialdeal.at/agent/availability/restaurants/amsterdam/), [hotels](https://www.socialdeal.at/agent/availability/hotels/amsterdam/), [everything](https://www.socialdeal.at/agent/deals/amsterdam/): the Netherlands - [apeldoorn-deventer restaurants](https://www.socialdeal.at/agent/availability/restaurants/apeldoorn-deventer/), [hotels](https://www.socialdeal.at/agent/availability/hotels/apeldoorn-deventer/), [everything](https://www.socialdeal.at/agent/deals/apeldoorn-deventer/): the Netherlands - Apeldoorn & Deventer, Deventer - [arnhem restaurants](https://www.socialdeal.at/agent/availability/restaurants/arnhem/), [hotels](https://www.socialdeal.at/agent/availability/hotels/arnhem/), [everything](https://www.socialdeal.at/agent/deals/arnhem/): the Netherlands - [bergen-op-zoom-roosendaal restaurants](https://www.socialdeal.at/agent/availability/restaurants/bergen-op-zoom-roosendaal/), [hotels](https://www.socialdeal.at/agent/availability/hotels/bergen-op-zoom-roosendaal/), [everything](https://www.socialdeal.at/agent/deals/bergen-op-zoom-roosendaal/): the Netherlands - Bergen op Zoom, Roosendaal-BoZ - [betuwe restaurants](https://www.socialdeal.at/agent/availability/restaurants/betuwe/), [hotels](https://www.socialdeal.at/agent/availability/hotels/betuwe/), [everything](https://www.socialdeal.at/agent/deals/betuwe/): the Netherlands - Betuwe, de Betuwe - [breda restaurants](https://www.socialdeal.at/agent/availability/restaurants/breda/), [hotels](https://www.socialdeal.at/agent/availability/hotels/breda/), [everything](https://www.socialdeal.at/agent/deals/breda/): the Netherlands - [delft restaurants](https://www.socialdeal.at/agent/availability/restaurants/delft/), [hotels](https://www.socialdeal.at/agent/availability/hotels/delft/), [everything](https://www.socialdeal.at/agent/deals/delft/): the Netherlands - [den-bosch restaurants](https://www.socialdeal.at/agent/availability/restaurants/den-bosch/), [hotels](https://www.socialdeal.at/agent/availability/hotels/den-bosch/), [everything](https://www.socialdeal.at/agent/deals/den-bosch/): the Netherlands - 's-Hertogenbosch, Den Bosch - [den-haag restaurants](https://www.socialdeal.at/agent/availability/restaurants/den-haag/), [hotels](https://www.socialdeal.at/agent/availability/hotels/den-haag/), [everything](https://www.socialdeal.at/agent/deals/den-haag/): the Netherlands - Den Haag, Scheveningen - [den-helder restaurants](https://www.socialdeal.at/agent/availability/restaurants/den-helder/), [hotels](https://www.socialdeal.at/agent/availability/hotels/den-helder/), [everything](https://www.socialdeal.at/agent/deals/den-helder/): the Netherlands - Den Helder, Noordkop - [dordrecht restaurants](https://www.socialdeal.at/agent/availability/restaurants/dordrecht/), [hotels](https://www.socialdeal.at/agent/availability/hotels/dordrecht/), [everything](https://www.socialdeal.at/agent/deals/dordrecht/): the Netherlands - [drenthe restaurants](https://www.socialdeal.at/agent/availability/restaurants/drenthe/), [hotels](https://www.socialdeal.at/agent/availability/hotels/drenthe/), [everything](https://www.socialdeal.at/agent/deals/drenthe/): the Netherlands - Assen, Drenthe - [ede-wageningen restaurants](https://www.socialdeal.at/agent/availability/restaurants/ede-wageningen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/ede-wageningen/), [everything](https://www.socialdeal.at/agent/deals/ede-wageningen/): the Netherlands - Ede-Wageningen, Veenendaal, Wageningen - [eindhoven restaurants](https://www.socialdeal.at/agent/availability/restaurants/eindhoven/), [hotels](https://www.socialdeal.at/agent/availability/hotels/eindhoven/), [everything](https://www.socialdeal.at/agent/deals/eindhoven/): the Netherlands - [flevoland restaurants](https://www.socialdeal.at/agent/availability/restaurants/flevoland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/flevoland/), [everything](https://www.socialdeal.at/agent/deals/flevoland/): the Netherlands - Almere, Flevoland - [friesland restaurants](https://www.socialdeal.at/agent/availability/restaurants/friesland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/friesland/), [everything](https://www.socialdeal.at/agent/deals/friesland/): the Netherlands - Friesland, Leeuwarden - [groene-hart restaurants](https://www.socialdeal.at/agent/availability/restaurants/groene-hart/), [hotels](https://www.socialdeal.at/agent/availability/hotels/groene-hart/), [everything](https://www.socialdeal.at/agent/deals/groene-hart/): the Netherlands - 't Groene Hart, Gouda - [groningen restaurants](https://www.socialdeal.at/agent/availability/restaurants/groningen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/groningen/), [everything](https://www.socialdeal.at/agent/deals/groningen/): the Netherlands - [haarlem restaurants](https://www.socialdeal.at/agent/availability/restaurants/haarlem/), [hotels](https://www.socialdeal.at/agent/availability/hotels/haarlem/), [everything](https://www.socialdeal.at/agent/deals/haarlem/): the Netherlands - [helmond restaurants](https://www.socialdeal.at/agent/availability/restaurants/helmond/), [hotels](https://www.socialdeal.at/agent/availability/hotels/helmond/), [everything](https://www.socialdeal.at/agent/deals/helmond/): the Netherlands - [hilversum restaurants](https://www.socialdeal.at/agent/availability/restaurants/hilversum/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hilversum/), [everything](https://www.socialdeal.at/agent/deals/hilversum/): the Netherlands - [hotels-en-uitjes restaurants](https://www.socialdeal.at/agent/availability/restaurants/hotels-en-uitjes/), [hotels](https://www.socialdeal.at/agent/availability/hotels/hotels-en-uitjes/), [everything](https://www.socialdeal.at/agent/deals/hotels-en-uitjes/): the Netherlands - [leiden restaurants](https://www.socialdeal.at/agent/availability/restaurants/leiden/), [hotels](https://www.socialdeal.at/agent/availability/hotels/leiden/), [everything](https://www.socialdeal.at/agent/deals/leiden/): the Netherlands - [maastricht restaurants](https://www.socialdeal.at/agent/availability/restaurants/maastricht/), [hotels](https://www.socialdeal.at/agent/availability/hotels/maastricht/), [everything](https://www.socialdeal.at/agent/deals/maastricht/): the Netherlands - [midden-limburg restaurants](https://www.socialdeal.at/agent/availability/restaurants/midden-limburg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/midden-limburg/), [everything](https://www.socialdeal.at/agent/deals/midden-limburg/): the Netherlands - Midden-Limburg, Roermond - [nijmegen restaurants](https://www.socialdeal.at/agent/availability/restaurants/nijmegen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/nijmegen/), [everything](https://www.socialdeal.at/agent/deals/nijmegen/): the Netherlands - [noord-limburg restaurants](https://www.socialdeal.at/agent/availability/restaurants/noord-limburg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/noord-limburg/), [everything](https://www.socialdeal.at/agent/deals/noord-limburg/): the Netherlands - [oss-uden-veghel restaurants](https://www.socialdeal.at/agent/availability/restaurants/oss-uden-veghel/), [hotels](https://www.socialdeal.at/agent/availability/hotels/oss-uden-veghel/), [everything](https://www.socialdeal.at/agent/deals/oss-uden-veghel/): the Netherlands - Oss, Oss-Uden-Veghel, Uden, Veghel - [parkstad restaurants](https://www.socialdeal.at/agent/availability/restaurants/parkstad/), [hotels](https://www.socialdeal.at/agent/availability/hotels/parkstad/), [everything](https://www.socialdeal.at/agent/deals/parkstad/): the Netherlands - Heerlen, Parkstad - [rotterdam restaurants](https://www.socialdeal.at/agent/availability/restaurants/rotterdam/), [hotels](https://www.socialdeal.at/agent/availability/hotels/rotterdam/), [everything](https://www.socialdeal.at/agent/deals/rotterdam/): the Netherlands - [sittard-geleen restaurants](https://www.socialdeal.at/agent/availability/restaurants/sittard-geleen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/sittard-geleen/), [everything](https://www.socialdeal.at/agent/deals/sittard-geleen/): the Netherlands - [tilburg restaurants](https://www.socialdeal.at/agent/availability/restaurants/tilburg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/tilburg/), [everything](https://www.socialdeal.at/agent/deals/tilburg/): the Netherlands - [twente restaurants](https://www.socialdeal.at/agent/availability/restaurants/twente/), [hotels](https://www.socialdeal.at/agent/availability/hotels/twente/), [everything](https://www.socialdeal.at/agent/deals/twente/): the Netherlands - Enschede, Twente - [utrecht restaurants](https://www.socialdeal.at/agent/availability/restaurants/utrecht/), [hotels](https://www.socialdeal.at/agent/availability/hotels/utrecht/), [everything](https://www.socialdeal.at/agent/deals/utrecht/): the Netherlands - [valkenburg restaurants](https://www.socialdeal.at/agent/availability/restaurants/valkenburg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/valkenburg/), [everything](https://www.socialdeal.at/agent/deals/valkenburg/): the Netherlands - [west-friesland restaurants](https://www.socialdeal.at/agent/availability/restaurants/west-friesland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/west-friesland/), [everything](https://www.socialdeal.at/agent/deals/west-friesland/): the Netherlands - Hoorn, West-Friesland - [zaanstreek-waterland restaurants](https://www.socialdeal.at/agent/availability/restaurants/zaanstreek-waterland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/zaanstreek-waterland/), [everything](https://www.socialdeal.at/agent/deals/zaanstreek-waterland/): the Netherlands - Waterland, Zaanstreek-Waterland - [zeeland restaurants](https://www.socialdeal.at/agent/availability/restaurants/zeeland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/zeeland/), [everything](https://www.socialdeal.at/agent/deals/zeeland/): the Netherlands - [zoetermeer restaurants](https://www.socialdeal.at/agent/availability/restaurants/zoetermeer/), [hotels](https://www.socialdeal.at/agent/availability/hotels/zoetermeer/), [everything](https://www.socialdeal.at/agent/deals/zoetermeer/): the Netherlands - [zwolle restaurants](https://www.socialdeal.at/agent/availability/restaurants/zwolle/), [hotels](https://www.socialdeal.at/agent/availability/hotels/zwolle/), [everything](https://www.socialdeal.at/agent/deals/zwolle/): the Netherlands - [amiens restaurants](https://www.socialdeal.at/agent/availability/restaurants/amiens/), [hotels](https://www.socialdeal.at/agent/availability/hotels/amiens/), [everything](https://www.socialdeal.at/agent/deals/amiens/): France - [ardennes-francaises restaurants](https://www.socialdeal.at/agent/availability/restaurants/ardennes-francaises/), [hotels](https://www.socialdeal.at/agent/availability/hotels/ardennes-francaises/), [everything](https://www.socialdeal.at/agent/deals/ardennes-francaises/): France - [arras restaurants](https://www.socialdeal.at/agent/availability/restaurants/arras/), [hotels](https://www.socialdeal.at/agent/availability/hotels/arras/), [everything](https://www.socialdeal.at/agent/deals/arras/): France - [calais restaurants](https://www.socialdeal.at/agent/availability/restaurants/calais/), [hotels](https://www.socialdeal.at/agent/availability/hotels/calais/), [everything](https://www.socialdeal.at/agent/deals/calais/): France - [cote-d-opale restaurants](https://www.socialdeal.at/agent/availability/restaurants/cote-d-opale/), [hotels](https://www.socialdeal.at/agent/availability/hotels/cote-d-opale/), [everything](https://www.socialdeal.at/agent/deals/cote-d-opale/): France - [dunkerque restaurants](https://www.socialdeal.at/agent/availability/restaurants/dunkerque/), [hotels](https://www.socialdeal.at/agent/availability/hotels/dunkerque/), [everything](https://www.socialdeal.at/agent/deals/dunkerque/): France - [le-havre restaurants](https://www.socialdeal.at/agent/availability/restaurants/le-havre/), [hotels](https://www.socialdeal.at/agent/availability/hotels/le-havre/), [everything](https://www.socialdeal.at/agent/deals/le-havre/): France - [lille restaurants](https://www.socialdeal.at/agent/availability/restaurants/lille/), [hotels](https://www.socialdeal.at/agent/availability/hotels/lille/), [everything](https://www.socialdeal.at/agent/deals/lille/): France - [metz restaurants](https://www.socialdeal.at/agent/availability/restaurants/metz/), [hotels](https://www.socialdeal.at/agent/availability/hotels/metz/), [everything](https://www.socialdeal.at/agent/deals/metz/): France - [nancy restaurants](https://www.socialdeal.at/agent/availability/restaurants/nancy/), [hotels](https://www.socialdeal.at/agent/availability/hotels/nancy/), [everything](https://www.socialdeal.at/agent/deals/nancy/): France - [paris restaurants](https://www.socialdeal.at/agent/availability/restaurants/paris/), [hotels](https://www.socialdeal.at/agent/availability/hotels/paris/), [everything](https://www.socialdeal.at/agent/deals/paris/): France - [rouen restaurants](https://www.socialdeal.at/agent/availability/restaurants/rouen/), [hotels](https://www.socialdeal.at/agent/availability/hotels/rouen/), [everything](https://www.socialdeal.at/agent/deals/rouen/): France - [strasbourg restaurants](https://www.socialdeal.at/agent/availability/restaurants/strasbourg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/strasbourg/), [everything](https://www.socialdeal.at/agent/deals/strasbourg/): France - [valenciennes restaurants](https://www.socialdeal.at/agent/availability/restaurants/valenciennes/), [hotels](https://www.socialdeal.at/agent/availability/hotels/valenciennes/), [everything](https://www.socialdeal.at/agent/deals/valenciennes/): France - [aalborg restaurants](https://www.socialdeal.at/agent/availability/restaurants/aalborg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/aalborg/), [everything](https://www.socialdeal.at/agent/deals/aalborg/): Denmark - [aarhus restaurants](https://www.socialdeal.at/agent/availability/restaurants/aarhus/), [hotels](https://www.socialdeal.at/agent/availability/hotels/aarhus/), [everything](https://www.socialdeal.at/agent/deals/aarhus/): Denmark - [esbjerg restaurants](https://www.socialdeal.at/agent/availability/restaurants/esbjerg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/esbjerg/), [everything](https://www.socialdeal.at/agent/deals/esbjerg/): Denmark - [fyn restaurants](https://www.socialdeal.at/agent/availability/restaurants/fyn/), [hotels](https://www.socialdeal.at/agent/availability/hotels/fyn/), [everything](https://www.socialdeal.at/agent/deals/fyn/): Denmark - [herning restaurants](https://www.socialdeal.at/agent/availability/restaurants/herning/), [hotels](https://www.socialdeal.at/agent/availability/hotels/herning/), [everything](https://www.socialdeal.at/agent/deals/herning/): Denmark - [jylland restaurants](https://www.socialdeal.at/agent/availability/restaurants/jylland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/jylland/), [everything](https://www.socialdeal.at/agent/deals/jylland/): Denmark - [kobenhavn restaurants](https://www.socialdeal.at/agent/availability/restaurants/kobenhavn/), [hotels](https://www.socialdeal.at/agent/availability/hotels/kobenhavn/), [everything](https://www.socialdeal.at/agent/deals/kobenhavn/): Denmark - [odense restaurants](https://www.socialdeal.at/agent/availability/restaurants/odense/), [hotels](https://www.socialdeal.at/agent/availability/hotels/odense/), [everything](https://www.socialdeal.at/agent/deals/odense/): Denmark - [randers restaurants](https://www.socialdeal.at/agent/availability/restaurants/randers/), [hotels](https://www.socialdeal.at/agent/availability/hotels/randers/), [everything](https://www.socialdeal.at/agent/deals/randers/): Denmark - [seeland restaurants](https://www.socialdeal.at/agent/availability/restaurants/seeland/), [hotels](https://www.socialdeal.at/agent/availability/hotels/seeland/), [everything](https://www.socialdeal.at/agent/deals/seeland/): Denmark - [sonderborg restaurants](https://www.socialdeal.at/agent/availability/restaurants/sonderborg/), [hotels](https://www.socialdeal.at/agent/availability/hotels/sonderborg/), [everything](https://www.socialdeal.at/agent/deals/sonderborg/): Denmark - [vejle restaurants](https://www.socialdeal.at/agent/availability/restaurants/vejle/), [hotels](https://www.socialdeal.at/agent/availability/hotels/vejle/), [everything](https://www.socialdeal.at/agent/deals/vejle/): Denmark