{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/tiktok/profile.json","title":"tiktok/profile 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":{"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."},"bio":{"type":["string","null"],"description":"Public biography."},"bio_link":{"type":["string","null"],"description":"Original source URL when supplied."},"avatar_url":{"type":["string","null"],"description":"Original source URL when supplied."},"followers":{"type":["number","null"],"description":"Followers reported by the source; null or absent is unknown, not zero."},"following":{"type":["number","null"],"description":"Following reported by the source; null or absent is unknown, not zero."},"verified":{"type":["boolean","null"],"description":"Source verification flag; meaning depends on the platform."},"likes_count":{"type":["number","null"],"description":"Account likes reported by the source; null or absent is unknown, not zero."},"video_count":{"type":["number","null"],"description":"Videos reported by the source; null or absent is unknown, not zero."},"commerce_user":{"type":["boolean","null"],"description":"Commerce-account flag; not a business category."},"seller":{"type":["boolean","null"],"description":"Seller flag."},"region":{"type":["string","null"],"description":"Account region supplied by TikTok; not personal residence."},"business_category":{"type":["string","null"],"description":"Public source category."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"7350000000000000001","handle":"example_creator","name":"Example Creator","followers":12000,"following":180,"bio":null,"verified":false}]}