Run in Apifox
Based on the product ID and video release time range, obtain statistical information on the videos associated with the product, including the number of videos, influencers, and sales volume GMV、GPM、 Advertising GMV and advertising transaction ratio data
Request Code Samples
curl --location 'http://open.tabcut.com:8090/api/item/v2/video/statistics?itemId=undefined&videoCreateBeginDs=undefined&videoCreateEndDs=undefined' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;' Responses application/json
Generate Code
{
"code" : "200" ,
"message" : "success" ,
"result" : {
"videoCountInfo" : {
"periodCurrent" : 150
} ,
"videoCreatorCountInfo" : {
"periodCurrent" : 80
} ,
"videoSoldCountInfo" : {
"periodCurrent" : 5000
} ,
"videoGmvInfo" : {
"periodCurrent" : {
"local" : 100000.5 ,
"region" : 1000.5
}
} ,
"videoGpmInfo" : {
"periodCurrent" : {
"local" : 10.5 ,
"region" : 0.1
}
} ,
"adGmvInfo" : {
"periodCurrent" : {
"local" : 20000 ,
"region" : 200
}
} ,
"adTransactionRateInfo" : {
"periodCurrent" : {
"local" : 0.2 ,
"region" : 0.2
}
} ,
"currencySymbolInfo" : {
"local" : "¥" ,
"region" : "$"
}
} ,
"serverTime" : "2024-01-01 12:00:00"
}
Modified at 2025-12-30 11:08:46