# API Parameters

{% hint style="warning" %}
**IMPORTANT!** The `engine` parameter should **always be set to `booking_async`**!
{% endhint %}

The Booking API is a powerful Booking scraping tool, made easy to use. Basically, in order to scrape Booking , all you have to do is send a POST request to our [official endpoint](https://docs.webscrapingapi.com/amazon-search-api/getting-started/access-the-api).&#x20;

In order to customise the response from the Booking API, you have to pass certain query parameters and payload to your request. As we discussed in the [*Getting Started*](https://docs.webscrapingapi.com/booking-search-api/getting-started) section, the Booking API supports multiple search types. Because each type has its own particularities, the Booking API has two sets of parameters:

* **General parameters**, applicable to any of the search engines
* **Search type specific parameters**, applicable to specific search engines

We will cover the General parameters here and present the specific ones in the sections dedicated to each search engine.

Here is the full list of **the general parameters**:

<table><thead><tr><th width="259">Parameter</th><th width="109" align="center">Type</th><th width="374">Description</th></tr></thead><tbody><tr><td><code>api_key</code> <br> <mark style="color:red;background-color:red;">Required</mark> </td><td align="center"><code>string</code></td><td>Specify your unique API access key to authenticate with the API. Your <a href="../../../amazon-search-api/getting-started/access-the-api#the-api-key">API access key</a> can be found in your account dashboard.</td></tr><tr><td><code>engine</code><br> <mark style="color:red;background-color:red;">Required</mark> </td><td align="center"><code>string</code></td><td>The engine of the API. Needs to be set to <mark style="color:green;"><strong><code>booking_async</code></strong></mark> for all Booking API requests.</td></tr><tr><td><code>type</code><br> <mark style="color:red;background-color:red;">Required</mark> </td><td align="center"><code>string</code></td><td>The Booking API uses <a href="../../amazon-search-api/amazon-search-types">search types</a> in order to return categorised results.</td></tr></tbody></table>
