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

# API Playground

\
Learn how to use Thordata's SERP API to directly scrape the content you need online.

\
Navigate to "[**API Playground**](https://dashboard.thordata.com/serp-api/playground)"

<div align="left"><figure><img src="/files/IeWou3E6C0EJPar0gi3k" alt="" width="563"><figcaption></figcaption></figure></div>

1. The Spider Playground currently supports keyword scraping for search engines like Google, Bing, Yandex, and DuckDuckGo:

   You can customize the search keywords and configure relevant parameters such as domain, country, language, geolocation, search type, and pagination. Finally, click \[Start Scraping] to obtain the results. You can also view the scraped pages in real time on the right side of the interface.

<div align="left"><figure><img src="/files/JxKSiMVe8bL5yIgK3eor" alt="" width="563"><figcaption></figcaption></figure></div>

2. Output Preview:

For the scraping results, you can download them in JSON format or directly get the original HTML output.

<div align="left"><figure><img src="/files/DGlebFJn2mRTEDVcd17r" alt="" width="563"><figcaption></figcaption></figure></div>

If you need further assistance, please contact us via email: <support@thordata.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:

```
GET https://doc.thordata.com/doc/scraping/serp-api/api-playground.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.
