TheFork Search
TheFork Search

TheFork Search

Discover Paris restaurant details with TheFork Search API for enhanced dining and market insights.
Public access
Private access
April 12, 2024
1109
ms
251
k requests
44
votes
▶ Try for freeGet it customized
50 free credits, no credit card required
Request accessGet it customized
Access to this API endpoint is limited, submit a request to gain access

Header

x-api-key required

string

This parameter defines the Piloterr private key to use for authentification.

Parameters

query

string

Restaurant name to search for details in TheFork API.

Sign up now and enjoy 50 free API credits + full access to our premium features and tools.
Request access to this private endpoint and unlock 50 free API requests, along with unrestricted use of our public API endpoints and in-house proxy pool.

Discover the Culinary Delights of Paris: Unleashing the Power of TheFork Search API

Welcome to the exciting world of Parisian dining, where every street corner unveils a delectable eatery waiting to be explored. With the TheFork Search API, you can effortlessly access detailed information on an array of restaurants in Paris, enhancing your web applications, market analysis, or simply planning the perfect dining experience. This API endpoint enables you to retrieve essential details such as restaurant names, addresses, phone numbers, and cuisine types, ensuring you have all the necessary data at your fingertips.

Application Scenarios for the API

Unlock a multitude of possibilities with the TheFork Search API:

  • Restaurant Recommendation Engines: Enhance your application by providing users with personalized dining suggestions based on their preferences and location.
  • Travel & Tourism Platforms: Use the data to enrich travel guides, helping tourists find the best dining spots in Paris.
  • Market Analysis for the Food Industry: Gather valuable insights into the gastronomic landscape of Paris for market research and competitive analysis.
  • Mobile Food Discovery Apps: Power your food discovery app with seamless integration of Paris restaurant data, making it easier for users to find and reserve tables.
  • Academic Research: Utilize the data for economic studies focusing on the restaurant industry's impact on local economies and dining trends.

Strategic Benefits of Using the API

Experience the significant advantages of integrating the TheFork Search API:

  1. Comprehensive Data Access: Gain immediate access to a wealth of restaurant information in Paris, including names, addresses, phone numbers, and cuisine types, eliminating the need for manual data collection.
  2. Enhanced User Experience: Elevate your app or platform by integrating rich, detailed restaurant data, thus providing users with a more immersive and informative experience.
  3. SEO Optimization: Incorporate highly relevant, localized content into your application, boosting your SEO rankings and increasing visibility in search engine results.
  4. Market Competitiveness: Stay ahead of the competition by leveraging detailed restaurant data to make informed decisions and strategize effectively.
  5. Scalability and Flexibility: The API is designed to handle large volumes of requests, ensuring seamless scalability as your application grows.

Detailed insights from TheFork Search API

Imagine having access to a plethora of information about top-tier restaurants in Paris, such as Les Fables de La Fontaine with its quintessential French cuisine located at 131 Rue Saint-Dominique, or Le Procope, the historic gem at 13 Rue de l'Ancienne Comédie. Your application can offer users direct interactions, such as dialling L'Astrance for reservations, or discovering the culinary excellence of L'Ambroisie on the iconic Place des Vosges.

Example API Response

An example of a response provided by the TheFork Search API:

{
"restaurants": [
{
"name": "Les Fables de La Fontaine",
"address": "131 Rue Saint-Dominique, 75007 Paris",
"phone": "+33 1 44 18 37 55",
"cuisine": "French"
},
{
"name": "Le Procope",
"address": "13 Rue de l'Ancienne Comédie, 75006 Paris",
"phone": "+33 1 40 46 79 00",
"cuisine": "French"
},
{
"name": "L'Astrance",
"address": "4 Rue Beethoven, 75016 Paris",
"phone": "+33 1 40 50 84 40",
"cuisine": "Modern French"
},
{
"name": "La Coupole",
"address": "102 Boulevard du Montparnasse, 75014 Paris",
"phone": "+33 1 43 20 14 20",
"cuisine": "Seafood"
},
{
"name": "Le Chateaubriand",
"address": "129 Avenue Parmentier, 75011 Paris",
"phone": "+33 1 43 57 45 95",
"cuisine": "Modern French"
},
{
"name": "L'Ambroisie",
"address": "9 Place des Vosges, 75004 Paris",
"phone": "+33 1 42 78 51 45",
"cuisine": "Gastronomic"
},
{
"name": "Guy Savoy",
"address": "Monnaie de Paris, 11 Quai de Conti, 75006 Paris",
"phone": "+33 1 43 80 40 61",
"cuisine": "Gastronomic"
},
{
"name": "L'Atelier de Joël Robuchon",
"address": "5 Rue de Montalembert, 75007 Paris",
"phone": "+33 1 42 22 56 56",
"cuisine": "Modern French"
},
{
"name": "Le Grand Véfour",
"address": "17 Rue de Beaujolais, 75001 Paris",
"phone": "+33 1 42 96 56 27",
"cuisine": "French"
},
{
"name": "Epicure",
"address": "112 Rue du Faubourg Saint-Honoré, 75008 Paris",
"phone": "+33 1 53 43 43 40",
"cuisine": "Gastronomic"
}
]
}

Ready to Transform Your Application?

Unlock the true potential of your platform by integrating the TheFork Search API. Sign up for a free trial today and get 50 free requests to explore the treasure trove of restaurant data that Paris has to offer. Embrace this opportunity to enhance your user experience, drive engagement, and stay ahead in the competitive market. Start your journey with Piloterr now!

Sign up today and get 50 free requests!

GET
POST
/api/v2/thefork/search
Example Request
curl --location --request GET 'https://piloterr.com/api/v2/thefork/search?query=example' --header 'Content-Type: application/json' --header 'x-api-key: <token>'
Response
{
"restaurants":[
  {
    "name":"Les Fables de La Fontaine",
    "address":"131 Rue Saint-Dominique, 75007 Paris",
    "phone":"+33 1 44 18 37 55",
    "cuisine":"French"
  },
  {
    "name":"Le Procope",
    "address":"13 Rue de l'Ancienne Comédie, 75006 Paris",
    "phone":"+33 1 40 46 79 00",
    "cuisine":"French"
  },
  {
    "name":"L'Astrance",
    "address":"4 Rue Beethoven, 75016 Paris",
    "phone":"+33 1 40 50 84 40",
    "cuisine":"Modern French"
  },
  {
    "name":"La Coupole",
    "address":"102 Boulevard du Montparnasse, 75014 Paris",
    "phone":"+33 1 43 20 14 20",
    "cuisine":"Seafood"
  },
  {
    "name":"Le Chateaubriand",
    "address":"129 Avenue Parmentier, 75011 Paris",
    "phone":"+33 1 43 57 45 95",
    "cuisine":"Modern French"
  },
  {
    "name":"L'Ambroisie",
    "address":"9 Place des Vosges, 75004 Paris",
    "phone":"+33 1 42 78 51 45",
    "cuisine":"Gastronomic"
  },
  {
    "name":"Guy Savoy",
    "address":"Monnaie de Paris, 11 Quai de Conti, 75006 Paris",
    "phone":"+33 1 43 80 40 61",
    "cuisine":"Gastronomic"
  },
  {
    "name":"L'Atelier de Joël Robuchon",
    "address":"5 Rue de Montalembert, 75007 Paris",
    "phone":"+33 1 42 22 56 56",
    "cuisine":"Modern French"
  },
  {
    "name":"Le Grand Véfour",
    "address":"17 Rue de Beaujolais, 75001 Paris",
    "phone":"+33 1 42 96 56 27",
    "cuisine":"French"
  },
  {
    "name":"Epicure",
    "address":"112 Rue du Faubourg Saint-Honoré, 75008 Paris",
    "phone":"+33 1 53 43 43 40",
    "cuisine":"Gastronomic"
  }
  ]
}
Premium
$49/mo
$2.72 = 1,000 requests
18,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
7 requests per second
Clean & parsed data
Email support
Premium+
$99/mo
$2.48 = 1,000 requests
40,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
10 requests per second
Clean & parsed data
Email support
Startup
$249/mo
$2.26 = 1,000 requests
110,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
15 requests per second
Clean & parsed data
Email & chat support
Startup+
$499/mo
$2.17 = 1,000 requests
230,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
20 credits per second
Clean & parsed data
Chat & Email support
Enterprise+
$999/mo
$1.88 = 1,000 requests
530,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
30 credits per second
Clean & parsed data
Account manager
Custom
+$2,000/mo
Custom CPM price
Custom credits count
Custom requests rate
Clean & parsed data
Account manager
Premium
45€/mo
2,50€ = 1,000 requests
18,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
7 requests per second
Clean & parsed data
Email support
Premium+
89€/mo
2,23€ = 1,000 requests
40,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
10 requests per second
Clean & parsed data
Email support
Startup
229€/mo
2,08€ = 1,000 requests
110,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
15 requests per second
Clean & parsed data
Email & chat support
Startup+
459€/mo
2,00€ = 1,000 requests
230,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
20 requests per second
Clean & parsed data
Chat & Email support
Enterprise+
919€/mo
1,73€ = 1,000 requests
530,000 credits
1 credit = standard API request
2 credits
= JS rendering API request
30 requests per second
Clean & parsed data
Account manager
Custom
$2,000/mo
Custom CPM price
Unlimited requests
Custom requests rate
Clean & parsed data
Account manager

Get 50 free credits when signing-up

Use Piloterr's private proxy pool

Get 10% off when buying annual subscriptions, contact us to get started.
Accepted payment methods:

Get 50 free credits now!

Sign up now and enjoy 50 free API credits + full access to our premium endpoints!

"Thanks to Piloterr for handling our use-cases professionally"

Datagma

Raphael, CEO

"Piloterr raises the game of automation in Growth Hacking with innovative integrations such as LinkedIn Profile info and Crunchbase, opening up new perspectives."

Kévin Zimmermann

Growth

"They know what they're doing and they know how to provide the best tools to helps startups to grow faster. Their solution is a no-brainer for every tech-marketing team. Plus, the best support I have ever seen in the SaaS industry..."

Polar Analytics

Paul-François, Lead Growth

Frequently asked questions

Everything you need to know about our products & services.

Are Piloterr solutions secured and GDPR compliant?

We have implemented industry-standard security measures to ensure the safety of your data. Our platform uses SSL encryption to protect your API requests. We're also fully aligned with GDPR and CCPA compliance standards.

How frequently are new APIs added, can I suggest new ones?

We are always adding new APIs to our platform based on customer demand and emerging technologies. If you have a specific API you would like us to add, please contact our support team and let us know.

Can I upgrade, downgrade and cancel anytime?

Active plans can be upgraded, downgraded and cancelled anytime. Changes are immediate. When changing plan, the remaining unused requests of your current plan are added from your next invoice amount.

What is your cancellation policy?

We understand that things change. You can cancel your plan at any time and we’ll refund you the difference that you already paid (annual subscriptions only and under the terms described here).

Do my unused credits rollover to the next month?

Your monthly subscription restarts with your monthly allowance of successful search credits on the first day of your billing cycle's subscription.

Do you offer technical support for users?

Yes! We are always happy to help users to be able to use our API! You can chat us and we'll try and get back to you within a single business day.

How credits API calls are calculated?

Only successful requests are counted towards your monthly searches. Errored and failed searches are not. For the credit system, please consult our documentation.

Can I request custom API endpoints?

Of course! We are always expanding our code and building new APIs for different search engines. You can create a feature request on our Roadmap. We aren't able to build APIs for every websites for a variety of reasons but we do always make additions where they are needed and able to be done.