[
{
"id": "07281559-0695-0216-0000-c269be8b7592",
"filters": [
[
"resource_type",
"=",
"html"
],
"and",
[
"meta.scripts_count",
">",
40
]
],
"order_by": [
"meta.content.plain_text_word_count,desc"
],
"limit": 10
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/on_page/pages' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "07281559-0695-0216-0000-c269be8b7592",
"filters": [
[
"resource_type",
"=",
"html"
],
"and",
[
"meta.scripts_count",
">",
40
]
],
"order_by": [
"meta.content.plain_text_word_count,desc"
],
"limit": 10
}
]'{}