{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/tiktok/profile-videos.json","title":"tiktok/profile-videos data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"caption":{"type":["string","null"],"description":"Video caption; spoken words require a transcript request."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"duration_s":{"type":["number","null"],"description":"Video duration in seconds."},"region":{"type":["string","null"],"description":"Source-reported content region, not audience geography or proof of residence."},"author":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"handle":{"type":["string","null"],"description":"Public account username."},"name":{"type":["string","null"],"description":"Display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"followers":{"type":["number","null"],"description":"Follower count supplied with this video; null when absent. No profile-enrichment call is made."},"region":{"type":["string","null"],"description":"Source-reported account region, not audience geography or proof of residence."}},"additionalProperties":true},"stats":{"type":"object","properties":{"plays":{"type":["number","null"],"description":"plays reported by the source; null or absent is unknown, not zero."},"likes":{"type":["number","null"],"description":"likes reported by the source; null or absent is unknown, not zero."},"comments":{"type":["number","null"],"description":"comments reported by the source; null or absent is unknown, not zero."},"shares":{"type":["number","null"],"description":"shares reported by the source; null or absent is unknown, not zero."},"saves":{"type":["number","null"],"description":"saves reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true}},"additionalProperties":true},"description":"Records in this response page."},"count":{"type":["number","null"],"description":"Returned row count when supplied; not the full source total."},"cursor":{"type":["string","null"],"description":"Opaque next-page token. A missing token does not prove full history was retrieved."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator; null means unknown."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"items":[{"id":"7350000000000000002","url":"https://www.tiktok.com/@example_creator/video/7350000000000000002","caption":"A desk setup","created_at":"2026-09-01T12:00:00.000Z","duration_s":15,"stats":{"plays":1200,"likes":100,"comments":12,"shares":null,"saves":8}}],"cursor":null,"has_more":null}]}