# Scrape Restaurants and Availability from TheFork > Source: https://scrape.do/industries/travel/thefork-scraper/ Scrape TheFork restaurant listings, ratings, menus, prices, and booking availability across Europe. Scrape.do clears the DataDome block automatically. **Scrape Restaurants and Availability from TheFork** Extract restaurant listings, ratings, reviews, menus, prices, and real-time booking availability from Europe's leading restaurant-reservation platform. TheFork sits behind DataDome and blocks bots and datacenter proxies. Scrape.do handles it automatically. ## How to Scrape TheFork ### Restaurant Page Extract restaurant data from any TheFork restaurant page with a single API call. ![Restaurant Page](/images/scrapers/scrape-thefork-restaurant-data.png) **Example response** ```html Le Jules Verne - Restaurant Paris | TheFork

Le Jules Verne

9.42,085 reviews
French · Average price €36
Avenue Gustave Eiffel, 75007 Paris
Up to -30% · TheFork Summer
``` Scrape **TheFork** (https://www.thefork.com) and receive the data as structured JSON. **Example extracted fields** | Field | Example | | ----- | ------- | | Rating | 9.4 / 10 | | Reviews | 19 | | Cuisine | Turkish | | Average Price | €29 | ### 21.8M Monthly Visits. Every European Market. One API. TheFork is **Europe's leading online restaurant-reservation platform**, owned by Tripadvisor and drawing **over 21 million monthly visits** across France, Spain, Italy, Belgium, and beyond. Its listings carry the ratings, review counts, cuisines, average prices, special offers, and real-time table availability that hospitality-market and review scrapers watch across dozens of cities. With Scrape.do you can **monitor restaurant pricing and promotions**, aggregate ratings and review volume, **track real-time reservation availability** by date and party size, and map cuisine and neighborhood coverage across every European market. All through a single API call. ![21.8M Monthly Visits. Every European Market. One API.](/images/scrapers/scrape-thefork-search.png) ### DataDome. Bot Detection. Handled. TheFork sits behind **DataDome**, which fingerprints each request and answers automated traffic with an `Access is temporarily restricted` interstitial, flagging datacenter IPs, missing browser signals, and headless-browser tells. Hit it from Python `requests`, cURL, or a datacenter proxy and you get the block page instead of restaurant data, tagged with your IP and a challenge ID. Scrape.do rotates *high-quality residential IPs* with full browser fingerprints, clears DataDome silently, and returns the fully populated restaurant and search HTML. You get clean listings, ratings, and availability data without maintaining proxy pools or solving CAPTCHAs. ![DataDome. Bot Detection. Handled.](/images/scrapers/thefork-datadome-blocked.png) ## FAQ ### Can Scrape.do bypass TheFork’s DataDome protection? Yes. thefork.com sits behind DataDome, which fingerprints requests and returns an `Access is temporarily restricted` interstitial to datacenter IPs, cURL, and Python `requests`. Scrape.do rotates real residential IPs with full browser fingerprints, clears DataDome silently, and returns fully populated restaurant and search HTML. Success rates exceed 95% on restaurant and search pages. ### What data can I extract from TheFork? You can extract restaurant names and addresses, cuisine types and average prices, ratings and review counts, special offers and discounts, real-time booking availability by date and party size, menus, photos, and full search-results listings filtered by city, cuisine, and neighborhood across France, Spain, Italy, and other European markets. ### Do I need to render JavaScript to scrape TheFork? For most restaurant and search pages a plain request returns the full server-rendered HTML, so `render=false` is enough and keeps requests fast and cheap. Set `super=true` for residential IPs to clear DataDome, and add `geoCode=fr` (or the country you are targeting) so listings, prices, and availability match the local market.