[
{
"target": "dataforseo.com",
"filters": [
"rank",
">",
100
],
"order_by": [
"rank,desc"
],
"limit": 5
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/backlinks/competitors/live' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"target": "dataforseo.com",
"filters": [
"rank",
">",
100
],
"order_by": [
"rank,desc"
],
"limit": 5
}
]'{}