> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/serp-api-quick-start-guide.md).

# SERP API Quick Start Guide

**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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
