> 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/response-result.md).

# Response Result

#### Understanding SERP API Parsing

**SERP API Parsing** converts raw HTML responses into structured JSON with data fields and values. After parsing, the output is further organized into visual data fields such as: `link`, `display_link`, `title`, `description`, `rank`, `global_rank`, `image`, `image_alt`, `image_url`, and more. This enables you to:

* Monitor competitors’ SERP rankings
* Analyze keyword trends
* Gather valuable market insights

**Send a Parsing Request:**\
Below is a basic request example for parsing Google (`https://www.google.com`) via SERP API:

```sh
curl https://scraperapi.thordata.com/request \  
-H "Content-Type: application/json" \  
-H "Authorization: Bearer Token" \  
-d "{\"url\": \"https://www.google.com/search?q=pizza^&json=1\"}"
```

Upon success, click here to view detailed **Google SERP** results.

For parsed JSON fields from **Bing, Yandex, or DuckDuckGo**, click the respective platform to navigate.

For further assistance, contact us at [**support@thordata.com**](https://mailto:support@thordata.com/).
