Acfun
Acfun videos and comments are discovered and collected through generic keyword searches.
Average volumes - ~567 new videos
Videos field name | Field description | Data example |
video | The parent element that contains information about an individual video | "video": { |
id | An ID generated by the crawler to uniquely identify each video. | 35838948 |
siteid | A unique text value that identifies the video site (e.g. youtube). | acfun |
site_videoid | An identifier created by the video site to uniquely identify each video | 35838948 |
title | The title of the video. | 翻新一辆 肯沃斯(Kenworth) K100 卡车 |
description | The description of the video which is not always included. |
|
thumb_url_code | The image of the screenshot of the actual video. |
|
tags | Tags that describe the content of the video. Not always included. |
|
category | The category the video was assigned |
|
published | The date/time the video was published (UTC) | 2022-07-23T17:12:12Z |
crawled | The date/time the video was harvested (UTC) | 2024-08-15T17:12:12Z |
duration | The length of the video in seconds | 13:21 |
videourl | The URL where the video was found. |
|
author | The parent element that contains author information |
|
author/name | The name of the author who submitted the video | 上帝不压狗 |
author/site_authorid | An identifier created by the video site to uniquely identify each author |
|
author/authorurl | The URL to the author's profile page | |
lang | The language code to identify the language used in comment. | zh-cn |
langid | The socialgist internal mapped id for this language | 15 |
SAMPLE MESSAGE TYPES
Video
{
"video": {
"id": "35838948",
"siteid": "acfun",
"site_videoid": "35838948",
"title": "翻新一辆 肯沃斯(Kenworth) K100 卡车",
"description": "",
"thumb_url_code": "",
"category": "",
"published": "2022-07-23",
"crawled": "2024-08-15T17:12:12Z",
"duration": "13:21",
"videourl": "https://www.acfun.cn/v/35838948",
"author": {
"name": "上帝不压狗",
"site_authorid": "",
"authorurl": "https://www.acfun.cn/u/上帝不压狗"
},
"lang": "zh-cn",
"langid": "15"
}
}