[
{
"title": "vpn",
"description": "vpn",
"categories": [
"Tools"
],
"order_by": [
"item.rating.value,desc"
],
"filters": [
[
"item.rating.value",
">",
4.5
]
],
"limit": 2
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/app_data/apple/app_listings/search/live' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"title": "vpn",
"description": "vpn",
"categories": [
"Tools"
],
"order_by": [
"item.rating.value,desc"
],
"filters": [
[
"item.rating.value",
">",
4.5
]
],
"limit": 2
}
]'{}