# Getting Started

**Learn how to use the Scraping Browser Builder or run scrapers programmatically.**

{% stepper %}
{% step %}

### Sign up

Please note that using our Scraping Browser requires a Thordata account. If you do not have an account yet, please complete the registration process first. If you are already familiar with the setup, you can proceed directly to the dashboard to log in and get started.

<div align="left"><figure><img src="/files/5hECh5NzJTgBrQ9bLB51" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **Purchase a Data Package**

After logging in, navigate to the **【Scraping Browser】 > 【Pricing】** page. Select a suitable package based on your needs and complete the payment. Upon successful purchase, a sub-account will be automatically assigned to you.

<div align="left"><figure><img src="/files/N8CEw1uvt2vytLpRMB5H" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **User Setup**

In the user dashboard, go to the **【Scraping】 > 【Scraping Browser】 > 【Users】** page.

* **Create Single User:** Click the **【Add User】** button. In the pop-up interface, set the username, password, select the account status (Enabled or Disabled), and configure the data usage limit (you can choose unlimited or set a specific MB cap). Save the configuration once completed.
* **Bulk Create Users:** For rapid creation, use the **【Quick Add】** function. The system will automatically generate usernames and passwords.

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

<div align="left"><figure><img src="/files/dVAx6R6jhowrS3if7WAy" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **Account Management**

In the User Management interface, you can perform the following operations:

* **Filter by Time:** Set start and end dates to retrieve users created within that timeframe.
* **Precise Search:** Enter a username to locate a specific account directly.
* **Edit Information:** Click the **【Edit】** button next to the target user to update their username, password, status, limit, and remarks.
* **Delete Accounts:**
  * **Single Delete:** Click the **【Delete】** button within the edit interface.
  * **Bulk Delete:** Check the boxes in front of multiple users and then use the **【Quick Delete】** function at the top.

<div align="left"><figure><img src="/files/B2t4VNxitYJhbCyJ16MB" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **Start Scraping**

* **Access Scraping Interface:** Navigate to **\[Scraping]> \[Scraping Browser]> \[Playground]**.

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

* **Select Template:** Choose an example template (e.g., News, E-commerce).

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

* **Select User:** From the dropdown menu, select a proxy user you configured beforehand.
* **Get Credentials:** The system will automatically generate credentials compatible with Puppeteer/Playwright and Selenium. You can copy these directly for integration with third-party tools.

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

* **Execute Request:**
  * The page will display sample request code (the Puppeteer/Playwright version is shown by default).
  * Click the **【Run】** button to execute the scraping task.
  * Note: Selenium and other programming languages are also supported.

<div align="left"><figure><img src="/files/bFaV70y4NEWTsdQZzcWE" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **Preview and Download Results**

After the task execution is complete:

* **Result Preview:** The right panel of the dashboard will display a visually rendered preview or the raw HTML code, depending on your selected output type.
* **Console Information:**
  * Displays request and response logs with timestamps.
  * Shows detailed metadata for each search result.

<div align="left"><figure><img src="/files/Z5zCnDpj9TXr4x8naDNt" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

If you require further assistance, please feel free to contact us at: **<support@thordata.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://doc.thordata.com/doc/scraping/scraping-browser/getting-started.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.
