Skip to main content
POST
/
api
/
vcru
/
subsites
/vcru/subsites
curl --request POST \
  --url https://api.anysite.io/api/vcru/subsites \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "subsite": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "@type": "@vcru_subsite_detail",
    "alias": "<string>",
    "name": "<string>",
    "type": 123,
    "subtype": "<string>",
    "description": "<string>",
    "url": "<string>",
    "image": "<string>",
    "cover": "<string>",
    "is_verified": false,
    "is_company": false,
    "is_plus": false,
    "is_pro": false,
    "rating": 0,
    "subscriber_count": 0,
    "subscription_count": 0,
    "entry_count": 0,
    "comment_count": 0,
    "created_at": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
subsite
string
required

Subsite (author, company, community or category) numeric id, uri alias, or URL

Minimum string length: 1
Examples:

"74761"

"services"

"https://vc.ru/artur"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
@type
string
default:@vcru_subsite_detail
alias
string | null
name
string | null
type
integer | null
subtype
string | null
description
string | null
url
string | null
image
string | null
cover
string | null
is_verified
boolean
default:false
is_company
boolean
default:false
is_plus
boolean
default:false
is_pro
boolean
default:false
rating
integer
default:0
subscriber_count
integer
default:0
subscription_count
integer
default:0
entry_count
integer
default:0
comment_count
integer
default:0
created_at
integer | null