Malicious pages (getThreatsLinks)
getThreatsLinks method returns the list of backlinks from malicious domains referred to the analyzed domain and information on them.
General request parameters and instructions on using Serpstat API
Request parameters | ||
Parameter | Value | Description |
id | any number or string | Request ID |
method | SerpstatBacklinksProcedure.getThreatsLinks | API method name |
query | domain |
Domain of analyzed site
|
(optional) page | number |
Page number. 1 by default
|
(optional) size | number | Number of results. 20 by default |
(optional) order | asc | desc | Data sorted in ascending/descending order |
(optional) sort |
|
Sorting data |
(optional)complexFilter |
|
Data filter |
Response parameters | |
Parameter | Description |
id | Request id |
result | Contains the answer |
data | Block containing the list of domains and the information on them |
domain | Malicious domain |
Link | Malicious page URL |
Links count | Number of active backlinks |
0 |
Platform:
|
1 |
Vulnerability type:
|
Last Update | Last issue date |
summary_info | Contains general request information |
page | Page number |
order | Data sorted in ascending / descending order |
sort | Data used for sorting |
total | Total number of request results |
count | Number of results displayed in response |
left_lines | Remaining limits for pricing plan |
API credits: for each backlink 1 credit is charged. In the absence of data credits aren’t charged.
{
"id": 1,
"method": "SerpstatBacklinksProcedure.getThreatsLinks",
"params": {
"query": "dou.ua",
"page": 1,
"size": 50,
"order": "desc",
"sort": "links_count"
}
}
{
"id": "1",
"result": {
"data": [
{
"Domain": "ufukerdogmus.com",
"Link": "http://ufukerdogmus.com/bana-demokrasi-istikrarla-sana-taksim-taksim/",
"Links count": 1,
"0": "all_platforms",
"1": "malware",
"Last Update": "2019-11-12 16:37:02"
}
],
"summary_info": {
"page": 1,
"order": "DESC",
"sort": "links_count",
"total": 1,
"count": 1,
"left_lines": 994001
}
}
}