Trung tâm cứu trợ
arrow
User Guide (bằng tiếng En-us).
arrow
Billing Model

Billing Model

2025-09-09 10:09

1. Billing Model

Billing Conditions: Billing occurs only if the request is successful (return status code 200).
Requests with non-200 status codes (such as 400, 500, 504, etc.) are not charged.

 

2. Common Usage Examples

Example 1: Successful Request
If the system successfully returns an HTTP status code 200, even if the target website returns a 4xx error, the crawl is considered successful and billed as usual.
Example 2: Failed Request (No Billing)
Requests with the following status codes are not billed:
- 429 Too Many Requests: Requests exceeding the concurrent limit.
- 500 Internal Server Error: Server failure.
- 504 Gateway Timeout: The request timed out and the target website did not respond.

 

3.Status Code Reference Table

Status Code state Problem Description Whether to charge
200 Success The request was successful, and the complete search engine results page data was retrieved. Yes
300 Not collected Unable to parse/process the response, resulting in no valid data being collected. No
400 Bad request Invalid parameters were passed. No
401 Unauthorized Authentication failed; please check token validity. No
500 500 Internal server error The requested resource does not exist. No
504 504 Timeout error The request rate exceeded the API limit. No