# Billing Instructions

### 一、Billing Model

Charges apply only when a single request returns a 200 status code; no charges are incurred for other status codes.

Note: A successful search request refers to receiving a successful response, and does not depend on the number of returned results.

### 二、Status Code Reference Table

<table><thead><tr><th width="100">Code</th><th width="190">Status</th><th width="320">Description</th><th width="100">Billed</th></tr></thead><tbody><tr><td><code>200</code></td><td>Sucess</td><td>The request was successful, and the complete search engine results page data was retrieved</td><td>Yes</td></tr><tr><td><code>300</code></td><td>Not collected</td><td> Failed to parse/process the response, resulting in no valid data being collected</td><td>NO</td></tr><tr><td><code>400</code></td><td>Bad Request</td><td>Invalid parameters were passed</td><td>NO</td></tr><tr><td><code>401</code></td><td>Unauthorized</td><td>Authentication failed; please check the token validity</td><td>NO</td></tr><tr><td><code>403</code></td><td>Forbidden</td><td>The target server refused to fulfill the request</td><td>NO</td></tr><tr><td><code>404</code></td><td>Not Found</td><td>The requested resource does not exist</td><td>NO</td></tr><tr><td><code>429</code></td><td>Too Many Requests</td><td>The request rate exceeded the API limit</td><td>NO</td></tr><tr><td><code>500</code></td><td>Internal Server Error</td><td>An error occurred on the server</td><td>NO</td></tr><tr><td><code>504</code></td><td>Timeout Error</td><td>The proxy server timed out while waiting for a response from the upstream server</td><td>NO</td></tr></tbody></table>

&#x20;


---

# 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/serp-api/billing-instructions.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.
