{"openapi":"3.1.0","info":{"title":"SocialToAI Gateway","version":"1.0.0"},"components":{"securitySchemes":{"QueryKey":{"type":"apiKey","in":"query","name":"key"},"HeaderKey":{"type":"apiKey","in":"header","name":"X-API-Key"},"BearerKey":{"type":"http","scheme":"bearer"}},"schemas":{}},"paths":{"/v1/search":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":false},{"schema":{"anyOf":[{"minItems":1,"maxItems":5,"type":"array","items":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"uniqueItems":true},{"type":"string","enum":["all"]}]},"in":"query","name":"platforms","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"query","required":true},{"schema":{"type":"string","enum":["content","user"]},"in":"query","name":"type","required":false},{"schema":{"type":"string","enum":["relevance","latest","most_liked","most_collected","most_comments"]},"in":"query","name":"sort","required":false},{"schema":{"type":"string","enum":["1d","7d","30d","all"]},"in":"query","name":"time_range","required":false},{"schema":{"type":"string","enum":["all","video","image","text"]},"in":"query","name":"content_type","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"scope","required":false},{"schema":{"type":"integer","minimum":1,"maximum":20},"in":"query","name":"count","required":false,"description":"Maximum returned items per platform in this search call, not the number of search calls. For example, a user limit of 3 results means count=3 or less on every search, including fanout. Respect the user's separate limit on tool calls and pages."},{"schema":{"type":"string","minLength":1,"maxLength":20000},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"platforms":{"anyOf":[{"minItems":1,"maxItems":5,"type":"array","items":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"uniqueItems":true},{"type":"string","enum":["all"]}]},"query":{"type":"string","minLength":1},"type":{"type":"string","enum":["content","user"]},"sort":{"type":"string","enum":["relevance","latest","most_liked","most_collected","most_comments"]},"time_range":{"type":"string","enum":["1d","7d","30d","all"]},"content_type":{"type":"string","enum":["all","video","image","text"]},"scope":{"type":"string","minLength":1},"count":{"type":"integer","minimum":1,"maximum":20,"description":"Maximum returned items per platform in this search call, not the number of search calls. For example, a user limit of 3 results means count=3 or less on every search, including fanout. Respect the user's separate limit on tool calls and pages."},"cursor":{"type":"string","minLength":1,"maxLength":20000}},"required":["query"],"additionalProperties":false,"allOf":[{"oneOf":[{"properties":{"platform":{}},"required":["platform"]},{"properties":{"platforms":{}},"required":["platforms"]}]},{"not":{"properties":{"platforms":{},"cursor":{}},"required":["platforms","cursor"]}}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/trending":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1},"in":"query","name":"category","required":false},{"schema":{"type":"string","minLength":1,"maxLength":20000},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"category":{"type":"string","minLength":1},"cursor":{"type":"string","minLength":1,"maxLength":20000}},"required":["platform"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/detail":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1},"in":"query","name":"url_or_id","required":true},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"url_or_id":{"type":"string","minLength":1}},"required":["platform","url_or_id"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/comments":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1},"in":"query","name":"url_or_id","required":true},{"schema":{"type":"string","minLength":1,"maxLength":20000},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"reply_of","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"url_or_id":{"type":"string","minLength":1},"cursor":{"type":"string","minLength":1,"maxLength":20000},"reply_of":{"type":"string","minLength":1}},"required":["platform","url_or_id"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/user_profile":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1},"in":"query","name":"user","required":true},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"user":{"type":"string","minLength":1}},"required":["platform","user"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/user_posts":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1},"in":"query","name":"user","required":true},{"schema":{"type":"string","minLength":1,"maxLength":20000},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"user":{"type":"string","minLength":1},"cursor":{"type":"string","minLength":1,"maxLength":20000}},"required":["platform","user"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/content_trends":{"get":{"description":"Eight explicit modes discover categories and dates, then keywords, items, topics and trends. Rates retain native units; source dates are calendar dates. No hidden discovery or pagination. Douyin only. One explicit supplier request. Pricing: standard; 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","parameters":[{"schema":{"type":"string","enum":["douyin"]},"in":"query","name":"platform","required":true},{"schema":{"anyOf":[{"type":"string","enum":["categories"]},{"type":"string","enum":["dates"]},{"type":"string","enum":["keywords"]},{"type":"string","enum":["keyword_items"]},{"type":"string","enum":["topics"]},{"type":"string","enum":["publish"]},{"type":"string","enum":["interaction"]},{"type":"string","enum":["consumption"]}]},"in":"query","name":"mode","required":true},{"schema":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"in":"query","name":"category","required":false},{"schema":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"end_date","required":false},{"schema":{"default":7,"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[3]},{"type":"number","enum":[7]}]},"in":"query","name":"period","required":false},{"schema":{"type":"string","minLength":1,"maxLength":100},"in":"query","name":"keyword","required":false},{"schema":{"default":"index","type":"string","enum":["index","rise"]},"in":"query","name":"rank","required":false},{"schema":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"start_date","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Eight explicit modes discover categories and dates, then keywords, items, topics and trends. Rates retain native units; source dates are calendar dates. No hidden discovery or pagination. Douyin only. One explicit supplier request. Pricing: standard; 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["categories"]}},"required":["platform","mode"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["dates"]}},"required":["platform","mode"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["keywords"]},"category":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"period":{"default":7,"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[3]},{"type":"number","enum":[7]}]}},"required":["platform","mode","category","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["keyword_items"]},"category":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"period":{"default":7,"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[3]},{"type":"number","enum":[7]}]},"keyword":{"type":"string","minLength":1,"maxLength":100}},"required":["platform","mode","category","end_date","keyword"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["topics"]},"category":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"period":{"default":7,"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[3]},{"type":"number","enum":[7]}]},"rank":{"default":"index","type":"string","enum":["index","rise"]}},"required":["platform","mode","category","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["publish"]},"category":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","category","start_date","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["interaction"]},"category":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","category","start_date","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["consumption"]},"category":{"type":"string","enum":["601","602","603","604","605","606","607","608","609","610","611","612","613","614","615","616","617","618","619","620","621","622","623","624","625","626","627","628","629","631","632","633","634","635","636"]},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","category","start_date","end_date"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/brand_radar":{"get":{"description":"Six explicit modes discover brands and source availability, then radar, trend, cycle and weekly rank. Exact brand matching excludes category benchmarks. Availability does not provide dates. Douyin only. One explicit supplier request. Pricing: standard; 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","parameters":[{"schema":{"type":"string","enum":["douyin"]},"in":"query","name":"platform","required":true},{"schema":{"anyOf":[{"type":"string","enum":["discover"]},{"type":"string","enum":["availability"]},{"type":"string","enum":["radar"]},{"type":"string","enum":["trend"]},{"type":"string","enum":["cycle"]},{"type":"string","enum":["weekly_rank"]}]},"in":"query","name":"mode","required":true},{"schema":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"},"in":"query","name":"query","required":false},{"schema":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"},"in":"query","name":"brand","required":false},{"schema":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"start_date","required":false},{"schema":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"end_date","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Six explicit modes discover brands and source availability, then radar, trend, cycle and weekly rank. Exact brand matching excludes category benchmarks. Availability does not provide dates. Douyin only. One explicit supplier request. Pricing: standard; 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["discover"]},"query":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"}},"required":["platform","mode","query"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["availability"]},"brand":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"}},"required":["platform","mode","brand"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["radar"]},"brand":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","brand","start_date","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["trend"]},"brand":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","brand","start_date","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["cycle"]},"brand":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","brand","start_date","end_date"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["weekly_rank"]},"brand":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[^,]+$"},"start_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"type":"string","minLength":1,"maxLength":10,"pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["platform","mode","brand","start_date","end_date"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/creator_comparison":{"get":{"description":"Public identities remain Douyin sec_uid or canonical profile URLs. Internal numeric UID resolution adds no public identity scheme. Discover uses one request, metrics two, and comparison N+1. Every step belongs to one prepaid, bounded workflow. Window aggregates and source averages retain their units. No invented daily curves or influence score. Douyin only. Pricing: standard; discover=0.2 credits; metrics=0.3 credits; compare:2=0.5 credits; compare:3=0.6 credits; compare:4=0.8 credits; compare:5=0.9 credits (standard-2026-09-08-12ebeeeacfa39f97). Whole workflow is billed once; all failures are free. At most six supplier requests with one shared deadline (compare/metrics: 25 seconds; discover: 8 seconds). Projected items are limited to 65536 bytes.","parameters":[{"schema":{"type":"string","enum":["douyin"]},"in":"query","name":"platform","required":true},{"schema":{"anyOf":[{"type":"string","enum":["discover"]},{"type":"string","enum":["compare"]},{"type":"string","enum":["metrics"]}]},"in":"query","name":"mode","required":true},{"schema":{"type":"string","minLength":1,"maxLength":50},"in":"query","name":"query","required":false},{"schema":{"default":5,"type":"integer","minimum":1,"maximum":20},"in":"query","name":"count","required":false},{"in":"query","name":"users","required":false,"content":{"application/json":{"schema":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"string","minLength":1,"maxLength":256,"pattern":"^(?:https:\\/\\/www\\.douyin\\.com\\/user\\/)?MS4wLjAB[A-Za-z0-9_-]{8,240}$"},"uniqueItems":true}}}},{"schema":{"default":7,"anyOf":[{"type":"number","enum":[7]},{"type":"number","enum":[30]}]},"in":"query","name":"days","required":false},{"schema":{"type":"string","minLength":1,"maxLength":256,"pattern":"^(?:https:\\/\\/www\\.douyin\\.com\\/user\\/)?MS4wLjAB[A-Za-z0-9_-]{8,240}$"},"in":"query","name":"user","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Public identities remain Douyin sec_uid or canonical profile URLs. Internal numeric UID resolution adds no public identity scheme. Discover uses one request, metrics two, and comparison N+1. Every step belongs to one prepaid, bounded workflow. Window aggregates and source averages retain their units. No invented daily curves or influence score. Douyin only. Pricing: standard; discover=0.2 credits; metrics=0.3 credits; compare:2=0.5 credits; compare:3=0.6 credits; compare:4=0.8 credits; compare:5=0.9 credits (standard-2026-09-08-12ebeeeacfa39f97). Whole workflow is billed once; all failures are free. At most six supplier requests with one shared deadline (compare/metrics: 25 seconds; discover: 8 seconds). Projected items are limited to 65536 bytes.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["discover"]},"query":{"type":"string","minLength":1,"maxLength":50},"count":{"default":5,"type":"integer","minimum":1,"maximum":20}},"required":["platform","mode","query"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["compare"]},"users":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"string","minLength":1,"maxLength":256,"pattern":"^(?:https:\\/\\/www\\.douyin\\.com\\/user\\/)?MS4wLjAB[A-Za-z0-9_-]{8,240}$"},"uniqueItems":true},"days":{"default":7,"anyOf":[{"type":"number","enum":[7]},{"type":"number","enum":[30]}]}},"required":["platform","mode","users"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"mode":{"type":"string","enum":["metrics"]},"user":{"type":"string","minLength":1,"maxLength":256,"pattern":"^(?:https:\\/\\/www\\.douyin\\.com\\/user\\/)?MS4wLjAB[A-Za-z0-9_-]{8,240}$"}},"required":["platform","mode","user"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/product_search":{"get":{"description":"Search one native product page; copy the result id into product_detail or product_reviews. Native major prices have no verified currency; regional display prices remain separate. Xiaohongshu only. One explicit supplier request. Pricing: standard; 1.5 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","parameters":[{"schema":{"type":"string","enum":["xiaohongshu"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1,"maxLength":100},"in":"query","name":"query","required":true},{"schema":{"type":"string","minLength":1,"maxLength":4096},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Search one native product page; copy the result id into product_detail or product_reviews. Native major prices have no verified currency; regional display prices remain separate. Xiaohongshu only. One explicit supplier request. Pricing: standard; 1.5 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"query":{"type":"string","minLength":1,"maxLength":100},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["platform","query"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/product_detail":{"get":{"description":"Read one SKU with selected variants. Native minor prices are divided by 100; regional display prices retain their own currency. No purchase, hidden lookup or variant prefetch. Xiaohongshu only. One explicit supplier request. Pricing: standard; 1.5 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","parameters":[{"schema":{"type":"string","enum":["xiaohongshu"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[0-9a-f]{24}$"},"in":"query","name":"product","required":true},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read one SKU with selected variants. Native minor prices are divided by 100; regional display prices retain their own currency. No purchase, hidden lookup or variant prefetch. Xiaohongshu only. One explicit supplier request. Pricing: standard; 1.5 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"product":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[0-9a-f]{24}$"}},"required":["platform","product"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/product_reviews":{"get":{"description":"Read one SKU review page. Select general/latest and all/photos explicitly; relative dates stay source text. No buyer accounts, media URLs or automatic sub-reviews. Xiaohongshu only. One explicit supplier request. Pricing: standard; 1.5 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","parameters":[{"schema":{"type":"string","enum":["xiaohongshu"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[0-9a-f]{24}$"},"in":"query","name":"product","required":true},{"schema":{"default":"general","type":"string","enum":["general","latest"]},"in":"query","name":"sort","required":false},{"schema":{"default":"all","type":"string","enum":["all","photos"]},"in":"query","name":"photo_filter","required":false},{"schema":{"type":"string","minLength":1,"maxLength":4096},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read one SKU review page. Select general/latest and all/photos explicitly; relative dates stay source text. No buyer accounts, media URLs or automatic sub-reviews. Xiaohongshu only. One explicit supplier request. Pricing: standard; 1.5 credits (standard-2026-09-08-12ebeeeacfa39f97). Confirmed empty results are billed; failures are free. Projected items are limited to 65536 bytes. No hidden follow-up requests.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"product":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[0-9a-f]{24}$"},"sort":{"default":"general","type":"string","enum":["general","latest"]},"photo_filter":{"default":"all","type":"string","enum":["all","photos"]},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["platform","product"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/kol_search":{"get":{"description":"Find creators by content, name or filters. Pass a result's id directly as user to kol_profile. One native page per call; use page.cursor with identical parameters for another page. Douyin returns 20 per page; Xiaohongshu may return sparse or empty pages with a continuation. Dynamic filter values require verified options; do not invent them.\nPricing: standard; douyin: 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 16384 bytes; One native page per explicit call; sparse pages may still have a continuation. Dynamic filters require verified options.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 16384 bytes; One native page per explicit call; sparse pages may still have a continuation. Dynamic filters require verified options.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free. Currently unavailable: douyin.kol_search. Temporarily unavailable due to an upstream supply failure. No charge. Do not retry this operation until it is reopened.\nGET: filters must be a URL-encoded JSON object; other parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","parameters":[{"schema":{"anyOf":[{"type":"string","enum":["douyin"]},{"type":"string","enum":["xiaohongshu"]}]},"in":"query","name":"platform","required":true},{"schema":{"default":"","type":"string","maxLength":50},"in":"query","name":"query","required":false},{"schema":{"default":"content","type":"string","enum":["content","nickname"]},"in":"query","name":"match","required":false},{"schema":{"default":"desc","type":"string","enum":["asc","desc"]},"in":"query","name":"sort_direction","required":false},{"schema":{"anyOf":[{"default":20,"type":"number","enum":[20]},{"default":20,"type":"integer","minimum":1,"maximum":20}]},"in":"query","name":"page_size","required":false},{"schema":{"anyOf":[{"default":"score","type":"string","enum":["score"]},{"default":"comprehensiverank","type":"string","enum":["comprehensiverank","fansCount","price","clickNum","mEngagementNum","accumCommonImpMedinNum30d","accumPicCommonImpMedinNum30d","accumVideoCommonImpMedinNum30d","pictureClickMidNum","videoClickMidNum","pictureInterMidNum","videoInterMidNum","thousandLikePercent30","pictureThousandLikePercent30","videoThousandLikePercent30","hundredLikePercent30","pictureHundredLikePercent30","videoHundredLikePercent30","videoFinishRate","accumCoopImpMedinNum30d","readMidCoop30","interMidCoop30","mCpuvNum30d","picturePrice","videoPrice","pictureReadCost","videoReadCost","inviteReply48hNumRatio","fans30GrowthRate","fansActiveIn28dLv","fansEngageNum30dLv","kliveCnt30d","avgLiveViewerNum","avgAgmv90d"]}]},"in":"query","name":"sort_by","required":false},{"in":"query","name":"filters","required":false,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"task_category":{"type":"number","enum":[1]},"marketing_target":{"type":"integer","minimum":1,"maximum":1000000000000},"first_industry_id":{"type":"integer","minimum":0,"maximum":1000000000000},"tag":{"type":"string","maxLength":2048,"pattern":"^[1-9][0-9]{0,31}(?:,[1-9][0-9]{0,31})*$"},"persona_tags":{"type":"string","maxLength":2048,"pattern":"^[1-9][0-9]{0,31}(?:[,;][1-9][0-9]{0,31})*$"},"gender":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]}]},"fans_min":{"type":"integer","minimum":0,"maximum":1000000000000},"fans_max":{"type":"integer","minimum":0,"maximum":1000000000000},"expected_play_min":{"type":"integer","minimum":0,"maximum":1000000000000},"expected_play_max":{"type":"integer","minimum":0,"maximum":1000000000000},"cpm_min":{"type":"number","minimum":0,"maximum":1000000000000},"cpm_max":{"type":"number","minimum":0,"maximum":1000000000000},"cpe_min":{"type":"number","minimum":0,"maximum":1000000000000},"cpe_max":{"type":"number","minimum":0,"maximum":1000000000000},"interact_rate_min":{"type":"number","minimum":0,"maximum":1},"interact_rate_max":{"type":"number","minimum":0,"maximum":1},"play_over_rate_min":{"type":"number","minimum":0,"maximum":1},"play_over_rate_max":{"type":"number","minimum":0,"maximum":1},"burst_text_rate_min":{"type":"number","minimum":0,"maximum":1},"burst_text_rate_max":{"type":"number","minimum":0,"maximum":1},"price_type":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]},"price_min":{"type":"integer","minimum":0,"maximum":1000000000000},"price_max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false},{"type":"object","properties":{"similar_user_id":{"type":"string","pattern":"^[0-9a-f]{24}$"},"goal":{"type":"object","properties":{"market_target":{"type":"string","enum":["estimateAllCpm","mAccumImpNum","readCost","mValidRawReadFeedNum","estimateEngageCost","mEngagementNum90d","estimateCpuv","mCpuvNum"]}},"additionalProperties":false},"blogger":{"type":"object","properties":{"content_tag":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"personal_tags":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"feature_tags":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"content_theme":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"audience20":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"industry_crowd":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"consumer_behavior":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"note_scene":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"location":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"gender":{"type":"string","enum":["男","女"]},"signed":{"anyOf":[{"type":"number","enum":[-1]},{"type":"number","enum":[0]},{"type":"number","enum":[1]}]}},"additionalProperties":false},"fans":{"type":"object","properties":{"count":{"type":"object","properties":{"min":{"type":"integer","minimum":0,"maximum":1000000000000},"max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"age":{"type":"integer","minimum":0,"maximum":5},"gender":{"type":"integer","minimum":0,"maximum":2},"marital_status":{"type":"integer","minimum":-1,"maximum":1},"consumption_level":{"type":"integer","minimum":-1,"maximum":2},"child_age":{"minItems":1,"maxItems":30,"type":"array","items":{"anyOf":[{"type":"number","enum":[0]},{"type":"number","enum":[2]},{"type":"number","enum":[3]},{"type":"number","enum":[4]},{"type":"number","enum":[5]},{"type":"number","enum":[6]},{"type":"number","enum":[7]},{"type":"number","enum":[8]}]}},"device_price":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","enum":["0-999","1000-1999","2000-2999","3000-3999","4000-4999","5000-5999","6000-6999","7000-7999","8000+"]}},"device_brand":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","enum":["苹果","华为","OPPO","VIVO","荣耀","小米","一加","魅族","中兴","联想"]}},"location":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}}},"additionalProperties":false},"note":{"type":"object","properties":{"imp_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"read_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"inter_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"thousand_like_percent":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":100},"max":{"type":"number","minimum":0,"maximum":100}},"additionalProperties":false,"description":"Percent points: 20 means 20%, not 0.2."},"note_type":{"type":"integer","minimum":0,"maximum":2}},"additionalProperties":false},"coop":{"type":"object","properties":{"pic_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"order_count":{"type":"object","properties":{"min":{"type":"integer","minimum":0,"maximum":1000000000000},"max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"reply_48h_ratio":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":100},"max":{"type":"number","minimum":0,"maximum":100}},"additionalProperties":false,"description":"Percent points: 20 means 20%, not 0.2."},"industry":{"type":"string","enum":["不限","美妆个护","食品饮料","母婴","3c及电器","日用百货","服装配饰","互联网","生活服务","家居建材","汽车"]},"brand_ids":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"string","pattern":"^[0-9a-f]{24}$"}},"exclude_brands":{"type":"boolean","enum":[true]},"imp_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"read_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"inter_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"cpuv":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Median store-visit UV count; not monetary cost."},"pic_cpm":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_cpm":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"pic_read_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_read_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"pic_engage_cost":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_engage_cost":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"estimate_cpuv":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Estimated cost per store visit."}},"additionalProperties":false},"live":{"type":"object","properties":{"live_count":{"type":"object","properties":{"min":{"type":"integer","minimum":0,"maximum":1000000000000},"max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Sessions in the last 30 days."},"avg_viewer":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Average viewers in the last 90 days."},"avg_gmv":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Average GMV in CNY in the last 90 days."}},"additionalProperties":false},"flags":{"type":"object","properties":{"is_star":{"type":"boolean","enum":[true]},"new_high_quality":{"type":"boolean","enum":[true]},"high_quality":{"type":"boolean","enum":[true]},"note_and_live":{"type":"boolean","enum":[true]},"filter_intention":{"type":"boolean","enum":[true]},"activity_codes":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"exclude_low_active":{"type":"boolean","enum":[true]},"exclude_fans_down":{"type":"boolean","enum":[true]},"industry_first":{"type":"string","minLength":1,"maxLength":64},"industry_second":{"type":"string","minLength":1,"maxLength":64}},"additionalProperties":false}},"additionalProperties":false}]}}}},{"schema":{"anyOf":[{"type":"number","enum":[30]},{"type":"number","enum":[90]},{"type":"number","enum":[180]}]},"in":"query","name":"time_range_days","required":false},{"schema":{"type":"string","minLength":1,"maxLength":4096},"in":"query","name":"cursor","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Find creators by content, name or filters. Pass a result's id directly as user to kol_profile. One native page per call; use page.cursor with identical parameters for another page. Douyin returns 20 per page; Xiaohongshu may return sparse or empty pages with a continuation. Dynamic filter values require verified options; do not invent them.\nPricing: standard; douyin: 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 16384 bytes; One native page per explicit call; sparse pages may still have a continuation. Dynamic filters require verified options.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 16384 bytes; One native page per explicit call; sparse pages may still have a continuation. Dynamic filters require verified options.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free. Currently unavailable: douyin.kol_search. Temporarily unavailable due to an upstream supply failure. No charge. Do not retry this operation until it is reopened.\nGET: filters must be a URL-encoded JSON object; other parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"query":{"default":"","type":"string","maxLength":50},"match":{"default":"content","type":"string","enum":["content","nickname"]},"sort_direction":{"default":"desc","type":"string","enum":["asc","desc"]},"page_size":{"default":20,"type":"number","enum":[20]},"sort_by":{"default":"score","type":"string","enum":["score"]},"filters":{"type":"object","properties":{"task_category":{"type":"number","enum":[1]},"marketing_target":{"type":"integer","minimum":1,"maximum":1000000000000},"first_industry_id":{"type":"integer","minimum":0,"maximum":1000000000000},"tag":{"type":"string","maxLength":2048,"pattern":"^[1-9][0-9]{0,31}(?:,[1-9][0-9]{0,31})*$"},"persona_tags":{"type":"string","maxLength":2048,"pattern":"^[1-9][0-9]{0,31}(?:[,;][1-9][0-9]{0,31})*$"},"gender":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]}]},"fans_min":{"type":"integer","minimum":0,"maximum":1000000000000},"fans_max":{"type":"integer","minimum":0,"maximum":1000000000000},"expected_play_min":{"type":"integer","minimum":0,"maximum":1000000000000},"expected_play_max":{"type":"integer","minimum":0,"maximum":1000000000000},"cpm_min":{"type":"number","minimum":0,"maximum":1000000000000},"cpm_max":{"type":"number","minimum":0,"maximum":1000000000000},"cpe_min":{"type":"number","minimum":0,"maximum":1000000000000},"cpe_max":{"type":"number","minimum":0,"maximum":1000000000000},"interact_rate_min":{"type":"number","minimum":0,"maximum":1},"interact_rate_max":{"type":"number","minimum":0,"maximum":1},"play_over_rate_min":{"type":"number","minimum":0,"maximum":1},"play_over_rate_max":{"type":"number","minimum":0,"maximum":1},"burst_text_rate_min":{"type":"number","minimum":0,"maximum":1},"burst_text_rate_max":{"type":"number","minimum":0,"maximum":1},"price_type":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]},"price_min":{"type":"integer","minimum":0,"maximum":1000000000000},"price_max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"time_range_days":{"anyOf":[{"type":"number","enum":[30]},{"type":"number","enum":[90]},{"type":"number","enum":[180]}]},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["platform"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"query":{"default":"","type":"string","maxLength":50},"match":{"default":"content","type":"string","enum":["content","nickname"]},"sort_direction":{"default":"desc","type":"string","enum":["asc","desc"]},"page_size":{"default":20,"type":"integer","minimum":1,"maximum":20},"sort_by":{"default":"comprehensiverank","type":"string","enum":["comprehensiverank","fansCount","price","clickNum","mEngagementNum","accumCommonImpMedinNum30d","accumPicCommonImpMedinNum30d","accumVideoCommonImpMedinNum30d","pictureClickMidNum","videoClickMidNum","pictureInterMidNum","videoInterMidNum","thousandLikePercent30","pictureThousandLikePercent30","videoThousandLikePercent30","hundredLikePercent30","pictureHundredLikePercent30","videoHundredLikePercent30","videoFinishRate","accumCoopImpMedinNum30d","readMidCoop30","interMidCoop30","mCpuvNum30d","picturePrice","videoPrice","pictureReadCost","videoReadCost","inviteReply48hNumRatio","fans30GrowthRate","fansActiveIn28dLv","fansEngageNum30dLv","kliveCnt30d","avgLiveViewerNum","avgAgmv90d"]},"filters":{"type":"object","properties":{"similar_user_id":{"type":"string","pattern":"^[0-9a-f]{24}$"},"goal":{"type":"object","properties":{"market_target":{"type":"string","enum":["estimateAllCpm","mAccumImpNum","readCost","mValidRawReadFeedNum","estimateEngageCost","mEngagementNum90d","estimateCpuv","mCpuvNum"]}},"additionalProperties":false},"blogger":{"type":"object","properties":{"content_tag":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"personal_tags":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"feature_tags":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"content_theme":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"audience20":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"industry_crowd":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"consumer_behavior":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"note_scene":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"location":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"gender":{"type":"string","enum":["男","女"]},"signed":{"anyOf":[{"type":"number","enum":[-1]},{"type":"number","enum":[0]},{"type":"number","enum":[1]}]}},"additionalProperties":false},"fans":{"type":"object","properties":{"count":{"type":"object","properties":{"min":{"type":"integer","minimum":0,"maximum":1000000000000},"max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"age":{"type":"integer","minimum":0,"maximum":5},"gender":{"type":"integer","minimum":0,"maximum":2},"marital_status":{"type":"integer","minimum":-1,"maximum":1},"consumption_level":{"type":"integer","minimum":-1,"maximum":2},"child_age":{"minItems":1,"maxItems":30,"type":"array","items":{"anyOf":[{"type":"number","enum":[0]},{"type":"number","enum":[2]},{"type":"number","enum":[3]},{"type":"number","enum":[4]},{"type":"number","enum":[5]},{"type":"number","enum":[6]},{"type":"number","enum":[7]},{"type":"number","enum":[8]}]}},"device_price":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","enum":["0-999","1000-1999","2000-2999","3000-3999","4000-4999","5000-5999","6000-6999","7000-7999","8000+"]}},"device_brand":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","enum":["苹果","华为","OPPO","VIVO","荣耀","小米","一加","魅族","中兴","联想"]}},"location":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}}},"additionalProperties":false},"note":{"type":"object","properties":{"imp_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"read_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"inter_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"thousand_like_percent":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":100},"max":{"type":"number","minimum":0,"maximum":100}},"additionalProperties":false,"description":"Percent points: 20 means 20%, not 0.2."},"note_type":{"type":"integer","minimum":0,"maximum":2}},"additionalProperties":false},"coop":{"type":"object","properties":{"pic_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"order_count":{"type":"object","properties":{"min":{"type":"integer","minimum":0,"maximum":1000000000000},"max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"reply_48h_ratio":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":100},"max":{"type":"number","minimum":0,"maximum":100}},"additionalProperties":false,"description":"Percent points: 20 means 20%, not 0.2."},"industry":{"type":"string","enum":["不限","美妆个护","食品饮料","母婴","3c及电器","日用百货","服装配饰","互联网","生活服务","家居建材","汽车"]},"brand_ids":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"string","pattern":"^[0-9a-f]{24}$"}},"exclude_brands":{"type":"boolean","enum":[true]},"imp_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"read_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"inter_median":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"cpuv":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Median store-visit UV count; not monetary cost."},"pic_cpm":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_cpm":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"pic_read_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_read_price":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"pic_engage_cost":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"video_engage_cost":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false},"estimate_cpuv":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Estimated cost per store visit."}},"additionalProperties":false},"live":{"type":"object","properties":{"live_count":{"type":"object","properties":{"min":{"type":"integer","minimum":0,"maximum":1000000000000},"max":{"type":"integer","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Sessions in the last 30 days."},"avg_viewer":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Average viewers in the last 90 days."},"avg_gmv":{"type":"object","properties":{"min":{"type":"number","minimum":0,"maximum":1000000000000},"max":{"type":"number","minimum":0,"maximum":1000000000000}},"additionalProperties":false,"description":"Average GMV in CNY in the last 90 days."}},"additionalProperties":false},"flags":{"type":"object","properties":{"is_star":{"type":"boolean","enum":[true]},"new_high_quality":{"type":"boolean","enum":[true]},"high_quality":{"type":"boolean","enum":[true]},"note_and_live":{"type":"boolean","enum":[true]},"filter_intention":{"type":"boolean","enum":[true]},"activity_codes":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":64}},"exclude_low_active":{"type":"boolean","enum":[true]},"exclude_fans_down":{"type":"boolean","enum":[true]},"industry_first":{"type":"string","minLength":1,"maxLength":64},"industry_second":{"type":"string","minLength":1,"maxLength":64}},"additionalProperties":false}},"additionalProperties":false},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["platform"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/kol_profile":{"get":{"description":"Read the creator selected from kol_search. Copy its id into user without changing it. Use the returned profile url as user for user_profile or user_posts; if url is absent, do not guess a homepage. No hidden lookup or automatic extra call.\nPricing: standard; douyin: 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 16384 bytes; Copy kol_search id into user; only use a returned homepage to continue into core profile/posts.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 16384 bytes; Copy kol_search id into user; only use a returned homepage to continue into core profile/posts.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free. Currently unavailable: douyin.kol_profile. Temporarily unavailable due to an upstream supply failure. No charge. Do not retry this operation until it is reopened.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","parameters":[{"schema":{"anyOf":[{"type":"string","enum":["douyin"]},{"type":"string","enum":["xiaohongshu"]}]},"in":"query","name":"platform","required":true},{"schema":{"anyOf":[{"type":"string","pattern":"^[1-9][0-9]{0,31}$"},{"type":"string","pattern":"^[0-9a-f]{24}$"}]},"in":"query","name":"user","required":true},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read the creator selected from kol_search. Copy its id into user without changing it. Use the returned profile url as user for user_profile or user_posts; if url is absent, do not guess a homepage. No hidden lookup or automatic extra call.\nPricing: standard; douyin: 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 16384 bytes; Copy kol_search id into user; only use a returned homepage to continue into core profile/posts.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 16384 bytes; Copy kol_search id into user; only use a returned homepage to continue into core profile/posts.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free. Currently unavailable: douyin.kol_profile. Temporarily unavailable due to an upstream supply failure. No charge. Do not retry this operation until it is reopened.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"user":{"type":"string","pattern":"^[1-9][0-9]{0,31}$"}},"required":["platform","user"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"user":{"type":"string","pattern":"^[0-9a-f]{24}$"}},"required":["platform","user"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/kol_audience":{"get":{"description":"Read follower distributions for a kol_search result: copy id into user. Population defaults to followers; Douyin also accepts audience with an unspecified population definition. Neither should be assumed to represent video viewers or reach. Douyin provides native bucket counts; Xiaohongshu provides 0–1 ratios. Do not normalize or infer a total population, exhaustive coverage, or a statistical window. Data dates retain native precision and may be absent. Subject binding uses the request echo, not independent identity in the business payload. One explicit request.\nPricing: standard; douyin: 0.3 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 65536 bytes; Population: followers (default) or audience (source definition unspecified). Native bucket counts. Source date may be absent; denominator and coverage are unspecified.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 65536 bytes; Population: followers only. Native ratios from 0 to 1. Source date may be absent; denominator and coverage are unspecified.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","parameters":[{"schema":{"anyOf":[{"type":"string","enum":["douyin"]},{"type":"string","enum":["xiaohongshu"]}]},"in":"query","name":"platform","required":true},{"schema":{"anyOf":[{"type":"string","pattern":"^[1-9][0-9]{0,31}$"},{"type":"string","pattern":"^[0-9a-f]{24}$"}]},"in":"query","name":"user","required":true},{"schema":{"anyOf":[{"type":"string","enum":["followers","audience"]},{"type":"string","enum":["followers"]}]},"in":"query","name":"population","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read follower distributions for a kol_search result: copy id into user. Population defaults to followers; Douyin also accepts audience with an unspecified population definition. Neither should be assumed to represent video viewers or reach. Douyin provides native bucket counts; Xiaohongshu provides 0–1 ratios. Do not normalize or infer a total population, exhaustive coverage, or a statistical window. Data dates retain native precision and may be absent. Subject binding uses the request echo, not independent identity in the business payload. One explicit request.\nPricing: standard; douyin: 0.3 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 65536 bytes; Population: followers (default) or audience (source definition unspecified). Native bucket counts. Source date may be absent; denominator and coverage are unspecified.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 65536 bytes; Population: followers only. Native ratios from 0 to 1. Source date may be absent; denominator and coverage are unspecified.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"user":{"type":"string","pattern":"^[1-9][0-9]{0,31}$"},"population":{"type":"string","enum":["followers","audience"]}},"required":["platform","user"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"user":{"type":"string","pattern":"^[0-9a-f]{24}$"},"population":{"type":"string","enum":["followers"]}},"required":["platform","user"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/kol_pricing":{"get":{"description":"Read listed creator collaboration quotes by content format. Copy id from kol_search into user. Amounts are CNY per content, separate from API credits. Missing, zero or hidden quotes are unavailable. Quotes do not guarantee bookability or final fees; effective time is unavailable. One explicit request.\nPricing: standard; douyin: 0.3 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 16384 bytes; Listed CNY quotes per content format; unavailable prices are not free. Final fees and bookability are unverified.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 16384 bytes; Listed CNY quotes per content format; unavailable prices are not free. Final fees and bookability are unverified.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","parameters":[{"schema":{"anyOf":[{"type":"string","enum":["douyin"]},{"type":"string","enum":["xiaohongshu"]}]},"in":"query","name":"platform","required":true},{"schema":{"anyOf":[{"type":"string","pattern":"^[1-9][0-9]{0,31}$"},{"type":"string","pattern":"^[0-9a-f]{24}$"}]},"in":"query","name":"user","required":true},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read listed creator collaboration quotes by content format. Copy id from kol_search into user. Amounts are CNY per content, separate from API credits. Missing, zero or hidden quotes are unavailable. Quotes do not guarantee bookability or final fees; effective time is unavailable. One explicit request.\nPricing: standard; douyin: 0.3 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 16384 bytes; Listed CNY quotes per content format; unavailable prices are not free. Final fees and bookability are unverified.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 16384 bytes; Listed CNY quotes per content format; unavailable prices are not free. Final fees and bookability are unverified.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"user":{"type":"string","pattern":"^[1-9][0-9]{0,31}$"}},"required":["platform","user"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"user":{"type":"string","pattern":"^[0-9a-f]{24}$"}},"required":["platform","user"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/kol_performance":{"get":{"description":"Read content performance for a kol_search result: copy id into user. Choose 30 or 90 days; Xiaohongshu also supports daily/sponsored notes, image/video/all and all/organic traffic. Medians and means are distinct. Preserve each metric's unit: native_units_unspecified values must not be treated as normalized counts, percentages or seconds, or compared across platforms. Exact window end and data update time are unavailable. Returned notes are a selected sample, not a complete list. One explicit request, no hidden lookup or pagination.\nPricing: standard; douyin: 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 65536 bytes; Mean and median metrics keep distinct statistics and explicit units. Unverified scales remain native_units_unspecified. Exact window end and source update time are unavailable. Subject binding uses the request echo.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 65536 bytes; Mean and median metrics keep distinct statistics and explicit units. Unverified scales remain native_units_unspecified. Exact window end and source update time are unavailable. Subject binding uses the request echo. Supports daily/sponsored notes, all/image/video content and all/organic traffic. Notes are selected samples, not a complete paginated list.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","parameters":[{"schema":{"anyOf":[{"type":"string","enum":["douyin"]},{"type":"string","enum":["xiaohongshu"]}]},"in":"query","name":"platform","required":true},{"schema":{"default":30,"anyOf":[{"type":"number","enum":[30]},{"type":"number","enum":[90]}]},"in":"query","name":"time_range_days","required":false},{"schema":{"anyOf":[{"type":"string","pattern":"^[1-9][0-9]{0,31}$"},{"type":"string","pattern":"^[0-9a-f]{24}$"}]},"in":"query","name":"user","required":true},{"schema":{"default":"daily","type":"string","enum":["daily","sponsored"]},"in":"query","name":"scope","required":false},{"schema":{"default":"all","type":"string","enum":["all","image","video"]},"in":"query","name":"content_type","required":false},{"schema":{"default":"all","type":"string","enum":["all","organic"]},"in":"query","name":"traffic","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read content performance for a kol_search result: copy id into user. Choose 30 or 90 days; Xiaohongshu also supports daily/sponsored notes, image/video/all and all/organic traffic. Medians and means are distinct. Preserve each metric's unit: native_units_unspecified values must not be treated as normalized counts, percentages or seconds, or compared across platforms. Exact window end and data update time are unavailable. Returned notes are a selected sample, not a complete list. One explicit request, no hidden lookup or pagination.\nPricing: standard; douyin: 0.2 credits (standard-2026-09-08-12ebeeeacfa39f97); douyin: provisional projected response budget: 65536 bytes; Mean and median metrics keep distinct statistics and explicit units. Unverified scales remain native_units_unspecified. Exact window end and source update time are unavailable. Subject binding uses the request echo.; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 65536 bytes; Mean and median metrics keep distinct statistics and explicit units. Unverified scales remain native_units_unspecified. Exact window end and source update time are unavailable. Subject binding uses the request echo. Supports daily/sponsored notes, all/image/video content and all/organic traffic. Notes are selected samples, not a complete paginated list.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"platform":{"type":"string","enum":["douyin"]},"time_range_days":{"default":30,"anyOf":[{"type":"number","enum":[30]},{"type":"number","enum":[90]}]},"user":{"type":"string","pattern":"^[1-9][0-9]{0,31}$"}},"required":["platform","user"],"additionalProperties":false},{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"time_range_days":{"default":30,"anyOf":[{"type":"number","enum":[30]},{"type":"number","enum":[90]}]},"scope":{"default":"daily","type":"string","enum":["daily","sponsored"]},"content_type":{"default":"all","type":"string","enum":["all","image","video"]},"traffic":{"default":"all","type":"string","enum":["all","organic"]},"user":{"type":"string","pattern":"^[0-9a-f]{24}$"}},"required":["platform","user"],"additionalProperties":false}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/keyword_index":{"get":{"description":"Read one keyword on Xiaohongshu: query plus mode overview (default), daily or related. Each mode makes one paid request, with the same item card shape. Search index is not search count; source zeros do not prove zero demand. Daily dates preserve day precision and the upstream-selected window; no date filter or pagination. Related before/after terms are returned without automatic follow-up calls. Creator bucket percentages may overlap. Douyin supply is unavailable. This belongs to the kol pack, with no duplicate index-pack charge.\nPricing: standard; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 65536 bytes; Keyword index is not search count. Source zeros do not prove zero demand. Three modes share an item card shape. Daily dates have day precision; the source chooses the window. Related before/after words do not trigger follow-up calls. Creator buckets may overlap and are not exhaustive.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","parameters":[{"schema":{"type":"string","enum":["douyin","xiaohongshu"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","minLength":1,"maxLength":100},"in":"query","name":"query","required":true},{"schema":{"default":"overview","type":"string","enum":["overview","daily","related"]},"in":"query","name":"mode","required":false},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"description":"Read one keyword on Xiaohongshu: query plus mode overview (default), daily or related. Each mode makes one paid request, with the same item card shape. Search index is not search count; source zeros do not prove zero demand. Daily dates preserve day precision and the upstream-selected window; no date filter or pagination. Related before/after terms are returned without automatic follow-up calls. Creator bucket percentages may overlap. Douyin supply is unavailable. This belongs to the kol pack, with no duplicate index-pack charge.\nPricing: standard; xiaohongshu: 2.9 credits (standard-2026-09-08-12ebeeeacfa39f97); xiaohongshu: provisional projected response budget: 65536 bytes; Keyword index is not search count. Source zeros do not prove zero demand. Three modes share an item card shape. Daily dates have day precision; the source chooses the window. Related before/after words do not trigger follow-up calls. Creator buckets may overlap and are not exhaustive.. Unquoted platforms are unavailable. Confirmed empty results are billed; failures are free.\nGET parameters are scalar values. Parameter combinations depend on platform; the POST body schema defines the full contract for both methods.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["douyin","xiaohongshu"]},"query":{"type":"string","minLength":1,"maxLength":100},"mode":{"default":"overview","type":"string","enum":["overview","daily","related"]}},"required":["platform","query"],"additionalProperties":false}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/account":{"get":{"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"balance":{"type":"number","minimum":0},"today_spend":{"type":"number","minimum":0},"daily_limit":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]}},"required":["balance","today_spend","daily_limit","unit"],"additionalProperties":false}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"balance":{"type":"number","minimum":0},"today_spend":{"type":"number","minimum":0},"daily_limit":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]}},"required":["balance","today_spend","daily_limit","unit"],"additionalProperties":false}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/ping":{"get":{"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"latency_ms":{"type":"number","minimum":0}},"required":["status","latency_ms"],"additionalProperties":false}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"latency_ms":{"type":"number","minimum":0}},"required":["status","latency_ms"],"additionalProperties":false}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/capabilities":{"get":{"parameters":[{"schema":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"in":"query","name":"platform","required":true},{"schema":{"type":"string","enum":["kol_search"]},"in":"query","name":"operation","required":false},{"schema":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z][a-z0-9_.]*$"},"in":"query","name":"field","required":false},{"schema":{"type":"string","minLength":1,"maxLength":64},"in":"query","name":"query","required":false},{"schema":{"type":"integer","minimum":0,"maximum":10000},"in":"query","name":"offset","required":false},{"schema":{"type":"string","pattern":"^[0-9a-f]{64}$"},"in":"query","name":"catalog_version","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"verbs":{"type":"object","properties":{"search":{"type":"boolean"},"trending":{"type":"boolean"},"detail":{"type":"boolean"},"comments":{"type":"boolean"},"user_profile":{"type":"boolean"},"user_posts":{"type":"boolean"}},"required":["search","trending","detail","comments","user_profile","user_posts"],"additionalProperties":false},"packs":{"type":"array","items":{"type":"string","minLength":1}},"raw_operations":{"type":"array","items":{"type":"string","minLength":1}},"options":{"type":"object","properties":{"operation":{"type":"string","enum":["kol_search"]},"status":{"type":"string","enum":["available","not_available","unknown_field","catalog_changed"]},"cost_credits":{"type":"number","enum":[0]},"search_available":{"type":"boolean"},"catalog_version":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"fields":{"maxItems":20,"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":100},"count":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name","count"],"additionalProperties":false}},"entries":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":512},"filters":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}},"required":["label","filters"],"additionalProperties":false}},"total":{"type":"integer","minimum":0,"maximum":9007199254740991},"next_offset":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"warnings":{"maxItems":5,"type":"array","items":{"type":"string","maxLength":500}}},"required":["operation","status","cost_credits","search_available","fields","entries","total","next_offset","warnings"],"additionalProperties":false}},"required":["platform","verbs","packs","raw_operations"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"operation":{"type":"string","enum":["kol_search"]},"field":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z][a-z0-9_.]*$"},"query":{"type":"string","minLength":1,"maxLength":64},"offset":{"type":"integer","minimum":0,"maximum":10000},"catalog_version":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["platform"],"additionalProperties":false}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"verbs":{"type":"object","properties":{"search":{"type":"boolean"},"trending":{"type":"boolean"},"detail":{"type":"boolean"},"comments":{"type":"boolean"},"user_profile":{"type":"boolean"},"user_posts":{"type":"boolean"}},"required":["search","trending","detail","comments","user_profile","user_posts"],"additionalProperties":false},"packs":{"type":"array","items":{"type":"string","minLength":1}},"raw_operations":{"type":"array","items":{"type":"string","minLength":1}},"options":{"type":"object","properties":{"operation":{"type":"string","enum":["kol_search"]},"status":{"type":"string","enum":["available","not_available","unknown_field","catalog_changed"]},"cost_credits":{"type":"number","enum":[0]},"search_available":{"type":"boolean"},"catalog_version":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"fields":{"maxItems":20,"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":100},"count":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name","count"],"additionalProperties":false}},"entries":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":512},"filters":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}},"required":["label","filters"],"additionalProperties":false}},"total":{"type":"integer","minimum":0,"maximum":9007199254740991},"next_offset":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"warnings":{"maxItems":5,"type":"array","items":{"type":"string","maxLength":500}}},"required":["operation","status","cost_credits","search_available","fields","entries","total","next_offset","warnings"],"additionalProperties":false}},"required":["platform","verbs","packs","raw_operations"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/v1/raw":{"get":{"parameters":[{"schema":{"enum":["zhihu"]},"in":"query","name":"platform","required":true},{"schema":{"enum":["pins"]},"in":"query","name":"operation","required":true},{"schema":{"type":"object","additionalProperties":false,"properties":{"user":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[A-Za-z0-9_-]{1,100}$"},"count":{"type":"integer","minimum":1,"maximum":20,"default":20},"cursor":{"type":"string","minLength":1,"maxLength":4096}}},"in":"query","name":"params","required":true},{"schema":{"type":"number","exclusiveMinimum":0,"maximum":1000000},"in":"query","name":"max_cost","required":true},{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["bilibili"]},"operation":{"enum":["video_parts"]},"params":{"type":"object","additionalProperties":false,"properties":{"video":{"type":"string","minLength":1,"maxLength":12,"pattern":"^BV[1-9A-HJ-NP-Za-km-z]{10}$"}},"required":["video"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["bilibili"]},"operation":{"enum":["collections"]},"params":{"type":"object","additionalProperties":false,"properties":{"uid":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"}},"required":["uid"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["bilibili"]},"operation":{"enum":["dynamics"]},"params":{"type":"object","additionalProperties":false,"properties":{"uid":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["uid"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["bilibili"]},"operation":{"enum":["creator_stats"]},"params":{"type":"object","additionalProperties":false,"properties":{"uid":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"}},"required":["uid"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["douyin"]},"operation":{"enum":["video_stats"]},"params":{"type":"object","additionalProperties":false,"properties":{"posts":{"type":"array","items":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"},"minItems":1,"maxItems":2,"uniqueItems":true}},"required":["posts"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["douyin"]},"operation":{"enum":["related"]},"params":{"type":"object","additionalProperties":false,"properties":{"post":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"},"count":{"type":"integer","minimum":1,"maximum":20,"default":10}},"required":["post"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["reddit"]},"operation":{"enum":["highlights"]},"params":{"type":"object","additionalProperties":false,"properties":{"subreddit_id":{"type":"string","minLength":1,"maxLength":20,"pattern":"^t5_[a-z0-9]{1,17}$"}},"required":["subreddit_id"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["reddit"]},"operation":{"enum":["active_subs"]},"params":{"type":"object","additionalProperties":false,"properties":{"username":{"type":"string","minLength":1,"maxLength":20,"pattern":"^[A-Za-z0-9_-]{1,20}$"}},"required":["username"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["reddit"]},"operation":{"enum":["trophies"]},"params":{"type":"object","additionalProperties":false,"properties":{"username":{"type":"string","minLength":1,"maxLength":20,"pattern":"^[A-Za-z0-9_-]{1,20}$"}},"required":["username"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["wechat"]},"operation":{"enum":["article_stats"]},"params":{"type":"object","additionalProperties":false,"properties":{"article":{"type":"string","minLength":1,"maxLength":2048,"pattern":"^https://mp\\.weixin\\.qq\\.com/s(?:/[-_A-Za-z0-9]+|\\?[^#\\s]+)$"}},"required":["article"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["wechat"]},"operation":{"enum":["related"]},"params":{"type":"object","additionalProperties":false,"properties":{"article":{"type":"string","minLength":1,"maxLength":2048,"pattern":"^https://mp\\.weixin\\.qq\\.com/s(?:/[-_A-Za-z0-9]+|\\?[^#\\s]+)$"}},"required":["article"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["weibo"]},"operation":{"enum":["reactions"]},"params":{"type":"object","additionalProperties":false,"properties":{"post":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"},"reaction":{"type":"string","enum":["0","1","2","3","4","5","6","8"],"default":"0"}},"required":["post"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["weibo"]},"operation":{"enum":["reposts"]},"params":{"type":"object","additionalProperties":false,"properties":{"post":{"type":"string","minLength":1,"maxLength":32,"pattern":"^[1-9][0-9]{0,31}$"},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["post"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["xiaohongshu"]},"operation":{"enum":["favorites"]},"params":{"type":"object","additionalProperties":false,"properties":{"user":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[0-9a-f]{24}$"},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["user"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["youtube"]},"operation":{"enum":["community_posts"]},"params":{"type":"object","additionalProperties":false,"properties":{"channel":{"type":"string","minLength":1,"maxLength":24,"pattern":"^UC[A-Za-z0-9_-]{22}$"},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["channel"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["youtube"]},"operation":{"enum":["related"]},"params":{"type":"object","additionalProperties":false,"properties":{"video":{"type":"string","minLength":1,"maxLength":11,"pattern":"^[A-Za-z0-9_-]{11}$"}},"required":["video"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["zhihu"]},"operation":{"enum":["column_articles"]},"params":{"type":"object","additionalProperties":false,"properties":{"column":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[A-Za-z0-9_-]{1,100}$"},"count":{"type":"integer","minimum":1,"maximum":20,"default":10},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["column"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]},{"type":"object","additionalProperties":false,"properties":{"platform":{"enum":["zhihu"]},"operation":{"enum":["pins"]},"params":{"type":"object","additionalProperties":false,"properties":{"user":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[A-Za-z0-9_-]{1,100}$"},"count":{"type":"integer","minimum":1,"maximum":20,"default":20},"cursor":{"type":"string","minLength":1,"maxLength":4096}},"required":["user"]},"max_cost":{"type":"number","exclusiveMinimum":0,"maximum":1000000}},"required":["platform","operation","params","max_cost"]}]}}}},"parameters":[{"schema":{"type":"string","minLength":1,"maxLength":512,"pattern":"^[\\x21-\\x7e]+$"},"in":"header","name":"idempotency-key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","enum":[0]},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","enum":["v1"]},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["empty"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[true]}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","enum":[false]}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["error"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","enum":["rate_limited"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["insufficient_balance"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["upstream_error"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","enum":["invalid_params"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["not_supported"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["not_supported"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["timeout"]},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["item"]},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["profile_card"]},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["leaderboard"]},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["distribution"]},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["timeseries"]},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","enum":["timeout"]},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","enum":["credits"]},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"401":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["unauthorized"]},"message":{"type":"string"}}}}}}}},"403":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["error"],"properties":{"error":{"type":"object","additionalProperties":false,"required":["code","message"],"properties":{"code":{"enum":["forbidden"]},"message":{"type":"string"}}}}}}}}}}},"/mcp":{"get":{"responses":{"200":{"description":"Default Response"}}},"head":{"responses":{"200":{"description":"Default Response"}}},"trace":{"responses":{"200":{"description":"Default Response"}}},"delete":{"responses":{"200":{"description":"Default Response"}}},"options":{"responses":{"200":{"description":"Default Response"}}},"patch":{"responses":{"200":{"description":"Default Response"}}},"put":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}},"query":{"responses":{"200":{"description":"Default Response"}}}},"/openapi.json":{"get":{"responses":{"200":{"description":"Default Response"}}}}},"security":[{"QueryKey":[]},{"HeaderKey":[]},{"BearerKey":[]}],"servers":[{"url":"https://mcp.socialtoai.com"}]}