List of available search engines
SerpstatDatabaseProcedure.getDatabaseInfo — the method returns a list of available search databases in Serpstat.
This request doesn't require API limits.
Metrics:
Parameter | Description | Value |
---|---|---|
db_name | Database ID | string |
country_name_en | Name of the corresponding database in the region | string |
domain | Regional domain of the search engine | string |
left_lines | Number of remaining limits | int |
{
"id": {{any_num_or_string}},
"method": "SerpstatDatabaseProcedure.getDatabaseInfo"
}
{
"id": {{your_num_or_string}},
"result": {
"data": [
{
"db_name": "g_ua",
"country_name_en": "ua",
"domain": "google.com.ua"
},
{
"db_name": "g_ru",
"country_name_en": "ru",
"domain": "google.ru"
},
{
"db_name": "g_bg",
"country_name_en": "bg",
"domain": "google.bg"
},
{
"db_name": "g_kz",
"country_name_en": "kz",
"domain": "google.kz"
},
........................
........................
],
"summary_info": {
"left_lines": 151
}
}
}