Balance check on the account
The tasks.getParsingBalance method returns balance on the account, used for SERP and volume parsing. It shows cost per 1 crawled keyword.
General request parameters and instructions for using Serpstat API
| Request parameters | ||||
|---|---|---|---|---|
| Parameter | Description | Type | Optional | Value options |
| id | The identifier of a current request, can be set manually or automatically | string | no | 1, test |
| method | API method name | string | no | tasks.getParsingBalance |
| params | Object with parameters | object | no | |
| Response parameters | |
| Parameter | Description |
| id | Identifiers of the current request |
| result | Contains the answer |
| available_usd | Account balance in the USA dollars |
| serp_parsing_cost | Cost for crawling 1 SERP |
| volume_parsing_cost | The cost of receiving volume for 1 keyword |
{
"id": 1,
"method": "tasks.getParsingBalance",
"params": {}
}{
"id": "1",
"result": {
"available_usd": "10.91",
"serp_parsing_cost": "0.00065",
"volume_parsing_cost": "0.0006"
}
}