# Quick Start

**Getting Started with SERP API**

With just a few simple steps, you can quickly use Talordata's SERP API to obtain search results data.

{% stepper %}
{% step %}
**Sign Up / Log In to Talordata**

Go to the official[ **\[Sign Up\]**](https://dashboard.talordata.com/reg) page and fill in your email and password to register.

You can also sign up quickly using your Google account.

Once registered, you can access the dashboard.

<figure><img src="/files/yZCYalaotQ5Pu41lNlXg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Purchase a Plan**

Navigate to [**\[SERP API\] > \[Pricing\]** ](https://dashboard.talordata.com/scraping/serp-api/pricing)to purchase a plan. Newly registered users can apply for a **free trial**.

<figure><img src="/files/tUVdvPNLXpafXUPnX3WF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Obtain Your API Token**

Navigate to the [**\[API Playground\]**](https://dashboard.talordata.com/scraping/serp-api/playground?engine=google) to generate and copy your Token credentials.

Tip: Upon your first use—after claiming a free trial or topping up your account—a Token will be generated automatically.

You can view and manage your tokens in the [**\[My Account > API\]** ](https://dashboard.talordata.com/my-account/api)panel.

<figure><img src="/files/fYLpTI7oLV9CZThvFZo2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Configure Parameters**

In the **API Playground**, select your target search engine platform (e.g., Google Search) and configure the relevant parameters.

Examples include: keywords, device type, output format, target country/region, language, search type, etc.

<figure><img src="/files/FRNTlak3KUycvHIQbjZK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Start scraping task**

Once your parameters are configured, click the **Run** button to execute the task. A real-time preview of the scraped content will be displayed below.

<figure><img src="/files/8qpUNlnWJHxl1atPa41K" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Download Data**

When the task is complete, the **Output** module will display the final structured data. You can copy or download the results in JSON or HTML format.

<figure><img src="/files/gpxPUJBhbhrdinjpAPKQ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

If you need further assistance, feel free to contact us via **live chat** or email **<support@talordata.com>**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.talordata.com/serp-api/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
