# Configuration

Learn how to use Thordata’s Universal Scraping API to fetch your first piece of scraped content.

Navigate to the **Universal Scraping  Configuration** section.

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

1\. Scraping Configuration

You can configure what you want to scrape using the parameter options on the right side of the page. These include: URL, request method, output format, JS rendering, block resource loading, and proxy.

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

[Click here ](https://doc.thordata.com/doc/universal-scraping-api/parameter-description)to learn more about Unlocker parameters.

2\. Integrate the Example into Your Codebase

Once all parameters are configured, you can integrate the generated code snippet on the right into your codebase.

Take data crawling from `https://www.google.com/` as an example. Please don’t forget to replace “token” with your API Token.

```sh
curl --request POST --url 
https://universalapi.thordata.com/request --header 
"Authorization: Bearer Token"   --header 
"content-type: application/json" --data "
{"url":"https://www.google.com", 
"type":"html","js_render":"True"}"
```

Need more help? Contact us via email: <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/universal-scraping-api/configuration.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.
