{
  "openapi": "3.1.0",
  "info": {
    "title": "Zapi — Social Media",
    "description": "Every Social Media endpoint on Zapi. Rendered catalog: https://zpi.web.id/category/social-media",
    "version": "1.0.0",
    "license": {
      "name": "Zapi Terms of Service",
      "url": "https://zpi.web.id/terms"
    }
  },
  "servers": [
    {
      "url": "https://api.zpi.web.id"
    }
  ],
  "security": [
    {
      "ApiKeyAuth": []
    }
  ],
  "components": {
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "x-api-key"
      }
    },
    "schemas": {
      "Envelope": {
        "type": "object",
        "required": [
          "status",
          "message"
        ],
        "properties": {
          "status": {
            "type": "string",
            "enum": [
              "success",
              "error"
            ]
          },
          "message": {
            "type": "string"
          },
          "content": {}
        }
      }
    },
    "responses": {
      "Error": {
        "description": "Invalid key, rate limit, or upstream failure",
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/Envelope"
            }
          }
        }
      }
    }
  },
  "externalDocs": {
    "url": "https://zpi.web.id/category/social-media/llms.txt"
  },
  "paths": {
    "/v1/social-media:bluesky/profile/{handle}": {
      "get": {
        "operationId": "social_media_bluesky_profile",
        "summary": "Profile",
        "description": "Get a Bluesky user's public profile.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/bluesky#reference-profile"
        },
        "parameters": [
          {
            "name": "handle",
            "in": "path",
            "required": true,
            "description": "Bluesky handle (e.g. user.bsky.social) atau DID",
            "schema": {
              "type": "string",
              "example": "jay.bsky.team"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "posts": [
                      {
                        "cid": "bafyreietolc66j77ylzxpqpuygfhgu435trzl5faskqzvguhorqiu5vhuy",
                        "uri": "at://did:plc:mklohhw3fghtcsutnemlbimm/app.bsky.feed.post/3mltifjh2522v",
                        "text": "shared some thoughts on building with @attie.ai and why I'm so excited\n\nblockchaincapital.com/blog/after-t...",
                        "author": {
                          "did": "did:plc:mklohhw3fghtcsutnemlbimm",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mklohhw3fghtcsutnemlbimm/bafkreicuzzvfwcxmakkydv3zdi7yjzbbdwkjeyeucryns267yngl7mlbxi",
                          "handle": "kinjal.bsky.social",
                          "displayName": "Kinjal"
                        },
                        "repost": true,
                        "createdAt": "2026-05-14T18:51:53.213Z",
                        "indexedAt": "2026-05-14T18:51:54.567Z",
                        "likeCount": 58,
                        "quoteCount": 5,
                        "replyCount": 9,
                        "repostCount": 6
                      },
                      {
                        "cid": "bafyreidyvnczi37omokdajwripxkc6xd4mlsttp7g3ex7tcqeui7yacn2m",
                        "uri": "at://did:plc:2gkh62xvzokhlf6li4ol3b3d/app.bsky.feed.post/3mltfz6cvic2o",
                        "text": "I'll go against the discourse. 280 contributors to repo.npmx.dev in 100 days. We only used bluesky for social comms. We asked while welcoming folks, and most of them got involved after reading our bsky posts. Thanks for building and running bluesky. This network is a great place to do open source 💙",
                        "author": {
                          "did": "did:plc:2gkh62xvzokhlf6li4ol3b3d",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2gkh62xvzokhlf6li4ol3b3d/bafkreibi7rw745tbcea7ljrpbkkkoragy2xa5a2lrxhdb3m23s7n3wkv3q",
                          "handle": "patak.cat",
                          "displayName": "patak"
                        },
                        "repost": true,
                        "createdAt": "2026-05-14T18:09:11.404Z",
                        "indexedAt": "2026-05-14T18:09:12.468Z",
                        "likeCount": 180,
                        "quoteCount": 2,
                        "replyCount": 4,
                        "repostCount": 19
                      },
                      {
                        "cid": "bafyreid7mcqctbehhnppx3deylhcfv5nuzgq4wqkfrnv3irsvueouizwee",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mldz7ilzec2x",
                        "text": "that was my first thought too, but i guess they don’t get much sun here",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-08T15:10:08.798Z",
                        "indexedAt": "2026-05-08T15:10:09.271Z",
                        "likeCount": 27,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreidu2yol6swuhedwkqj6r3timearcuzduc66vmxumk67sxgfk64zfa",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mldyyloqks2x",
                        "text": "when you need books more than you need a view",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-08T15:06:17.145Z",
                        "indexedAt": "2026-05-08T15:06:27.569Z",
                        "likeCount": 1316,
                        "quoteCount": 14,
                        "replyCount": 54,
                        "repostCount": 135
                      },
                      {
                        "cid": "bafyreiclmo2mmfni3uvjndq72e5o6sinlmgkmafb7celn2nfpscim2myuq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mlbxlyyxfs2r",
                        "text": "ooh this is a majestic cat",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-07T19:36:01.692Z",
                        "indexedAt": "2026-05-07T19:36:05.900Z",
                        "likeCount": 20,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreib727qfylpvr6eipbhe2skpi2zcwstwgp7ytiun2xskaiqlgzltpq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mlbegd4dck2i",
                        "text": "good old cat",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-07T13:52:49.864Z",
                        "indexedAt": "2026-05-07T13:53:05.559Z",
                        "likeCount": 772,
                        "quoteCount": 1,
                        "replyCount": 36,
                        "repostCount": 30
                      },
                      {
                        "cid": "bafyreich77xttfhr7fuf7foekz5dkvu4fbbxzgbf2iejahu7zwdxrzdb3m",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mkkrjbvy7k2a",
                        "text": "rose",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-28T14:15:53.932Z",
                        "indexedAt": "2026-04-28T14:16:05.477Z",
                        "likeCount": 594,
                        "quoteCount": 2,
                        "replyCount": 35,
                        "repostCount": 34
                      },
                      {
                        "cid": "bafyreiaaxjcoxqqn2fww2j6hqt7avrwwisr2upmvy6nold7ifaubvqwamm",
                        "uri": "at://did:plc:puz6ma7m6lkjyw7ifpuvkhxw/app.bsky.feed.post/3mkg2agodjc22",
                        "text": "",
                        "author": {
                          "did": "did:plc:puz6ma7m6lkjyw7ifpuvkhxw",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:puz6ma7m6lkjyw7ifpuvkhxw/bafkreiawakvl7xvpmkareefo3axizax5cnq5zdgtgcexze424kzeqk62aq",
                          "handle": "dana.bsky.social",
                          "displayName": "dana"
                        },
                        "repost": true,
                        "createdAt": "2026-04-26T17:08:41.922Z",
                        "indexedAt": "2026-04-26T17:08:43.359Z",
                        "likeCount": 516,
                        "quoteCount": 5,
                        "replyCount": 19,
                        "repostCount": 53
                      },
                      {
                        "cid": "bafyreia6i75yjagtqajuqsornvxqh6pn6jx66ahwef6u5wh2ltbt4zva3q",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjkomgoov22b",
                        "text": "no, this looks amazing!",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-15T19:58:46.748Z",
                        "indexedAt": "2026-04-15T19:58:47.154Z",
                        "likeCount": 12,
                        "quoteCount": 0,
                        "replyCount": 8,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreiekyd2wqraqliwm3qolheg6txryqncxhf7zkdlqbogqlj6szorvhq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjko6vtdps2b",
                        "text": "amazon prime william morris vibes",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-15T19:51:12.861Z",
                        "indexedAt": "2026-04-15T19:51:17.350Z",
                        "likeCount": 294,
                        "quoteCount": 5,
                        "replyCount": 49,
                        "repostCount": 13
                      },
                      {
                        "cid": "bafyreidtpr6bk7wxflz5sy2oitllciawkff42xgpq5hf75jhgxvvl6xezy",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjautf3soc25",
                        "text": "in person, but they seem to sell online! have a bunch of other botanical designs too www.beginonballard.com/shop/p/bronz...",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T22:23:25.030Z",
                        "indexedAt": "2026-04-11T22:23:26.755Z",
                        "likeCount": 28,
                        "quoteCount": 0,
                        "replyCount": 5,
                        "repostCount": 1
                      },
                      {
                        "cid": "bafyreibaksiq56eviulx5sf6f6ql4dqmulwzft65chxiag73zyrelmwbzu",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjaug2i55s25",
                        "text": "fern bracelet. obsessed",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T22:15:57.689Z",
                        "indexedAt": "2026-04-11T22:16:06.352Z",
                        "likeCount": 859,
                        "quoteCount": 2,
                        "replyCount": 36,
                        "repostCount": 18
                      },
                      {
                        "cid": "bafyreicbdzyamfyj27ci55xhmgnvozmphbpj6pjbdsgxrhr774u42ej5la",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjahkhpqsk2a",
                        "text": "pinecones secured 💪",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:25:47.145Z",
                        "indexedAt": "2026-04-11T18:25:49.960Z",
                        "likeCount": 21,
                        "quoteCount": 0,
                        "replyCount": 2,
                        "repostCount": 2
                      },
                      {
                        "cid": "bafyreicwcazz7hedn5jvlfnuat7tlamiwiw34lesaxsafxdtuoffvsyg7u",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjahgacwg22a",
                        "text": "his job was picking up all the pinecones and MOVING THEM AROUND",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:23:25.169Z",
                        "indexedAt": "2026-04-11T18:23:25.951Z",
                        "likeCount": 12,
                        "quoteCount": 0,
                        "replyCount": 2,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreibl5xjks4stomsaip5lqrcirzxdnw6gl4kgaizqvwmksgxluu2qbu",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjah52yo2s2a",
                        "text": "i miss him 💙",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:18:17.600Z",
                        "indexedAt": "2026-04-11T18:18:17.958Z",
                        "likeCount": 23,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 1
                      },
                      {
                        "cid": "bafyreiaxkepaht7n4u2oov3qdq6vwmra7lwg2cq34saaiyspkl5x5nr6ri",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjah2xbocs2a",
                        "text": "reminds me of willie. RIP best pinecone retriever, 14/10",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:17:06.583Z",
                        "indexedAt": "2026-04-11T18:17:08.665Z",
                        "likeCount": 851,
                        "quoteCount": 2,
                        "replyCount": 15,
                        "repostCount": 58
                      },
                      {
                        "cid": "bafyreicodmhc7pkic3ofnfdl73qu6aezxbnk56qsjqcke3aswwdze5kzym",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjagcmwd5s2a",
                        "text": "100% see why this is happening, i would not be able to resist giving a little snack to a fox that followed me inside",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:03:30.427Z",
                        "indexedAt": "2026-04-11T18:03:31.073Z",
                        "likeCount": 53,
                        "quoteCount": 0,
                        "replyCount": 3,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreieokkwka4lp7x3wtyvb4dvf7xcozexo22sckvnjvfkz3b6rmzxo7m",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjafxwb4gs2a",
                        "text": "❤️",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T17:57:31.120Z",
                        "indexedAt": "2026-04-11T17:57:31.667Z",
                        "likeCount": 8,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreih4fkd2nognkpkkmriclo7jmb6323s2b3wytqhc6xikpflhtluboe",
                        "uri": "at://did:plc:cak4klqoj3bqgk5rj6b4f5do/app.bsky.feed.post/3mj6vzwzbl22t",
                        "text": "People yelled at me a few weeks ago when I suggested locally run open models were getting to be pretty powerful. But... it's true.",
                        "author": {
                          "did": "did:plc:cak4klqoj3bqgk5rj6b4f5do",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:cak4klqoj3bqgk5rj6b4f5do/bafkreifrr5n5p2ixfbupo3eocykh5jzd67dy2tohi7pzllacainjgkkq5e",
                          "handle": "masnick.com",
                          "displayName": "Mike Masnick"
                        },
                        "repost": true,
                        "createdAt": "2026-04-11T03:39:39.412Z",
                        "indexedAt": "2026-04-11T03:39:39.453Z",
                        "likeCount": 464,
                        "quoteCount": 6,
                        "replyCount": 13,
                        "repostCount": 42
                      },
                      {
                        "cid": "bafyreidi2jv7yrd62ozoz5vvt6k74pm5ckgnk6gmh7tdj6zkpidh7npxqq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mj74rbbqgk2v",
                        "text": "yes",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T05:40:04.379Z",
                        "indexedAt": "2026-04-11T05:40:05.564Z",
                        "likeCount": 37,
                        "quoteCount": 0,
                        "replyCount": 0,
                        "repostCount": 1
                      }
                    ],
                    "profile": {
                      "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                      "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                      "banner": "https://cdn.bsky.app/img/banner/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreicgnmvhtmj4arcvwhueygbwvkucd3odvom3lxtfmn6wlqbh3yf7p4",
                      "handle": "jay.bsky.team",
                      "createdAt": "2022-11-17T06:31:40.296Z",
                      "indexedAt": "2026-03-29T21:16:33.460Z",
                      "postsCount": 4095,
                      "description": "Founder & Chief Innovation Officer @ Bluesky\n\nWorking on @attie.ai\n\n🌱 🪴 🌳",
                      "displayName": "Jay 🦋",
                      "followsCount": 3966,
                      "followersCount": 595946
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/download": {
      "get": {
        "operationId": "social_media_bluesky_download",
        "summary": "Download",
        "description": "Download media dari Bluesky.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/bluesky#reference-download"
        },
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "required": true,
            "description": "URL Bluesky (video/post). Boleh dengan query param.",
            "schema": {
              "type": "string",
              "example": "https://bsky.app/profile/alexbenzer.com/post/3mloibwobns2b"
            }
          },
          {
            "name": "quality",
            "in": "query",
            "required": false,
            "description": "Kualitas video maksimal — `max` = terbaik. Default 1080. Diabaikan kalau audioOnly=true.",
            "schema": {
              "type": "string",
              "enum": [
                "144",
                "240",
                "360",
                "480",
                "720",
                "1080",
                "max"
              ],
              "example": "1080"
            }
          },
          {
            "name": "audioOnly",
            "in": "query",
            "required": false,
            "description": "Kalau `true`, ambil audio saja. Default `false` (video). Pilih true/false.",
            "schema": {
              "type": "string",
              "enum": [
                "true",
                "false"
              ],
              "example": "false"
            }
          },
          {
            "name": "audioFormat",
            "in": "query",
            "required": false,
            "description": "Format audio kalau audioOnly=true. Default mp3.",
            "schema": {
              "type": "string",
              "enum": [
                "mp3",
                "opus",
                "ogg",
                "wav"
              ],
              "example": "mp3"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:discord/invite/{code}": {
      "get": {
        "operationId": "social_media_discord_invite",
        "summary": "Invite Info",
        "description": "Get information about a Discord invite.",
        "tags": [
          "Discord Invite Info"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/discord#reference-invite"
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "description": "Discord invite code (e.g. 'abcd1234' or full discord.gg URL)",
            "schema": {
              "type": "string",
              "example": "discord-api"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "code": "discord-api",
                    "type": 0,
                    "guild": {
                      "id": "81384788765712384",
                      "icon": "https://cdn.discordapp.com/icons/81384788765712384/a363a84e969bcbe1353eb2fdfb2e50e6.png",
                      "name": "Discord API",
                      "banner": "https://cdn.discordapp.com/banners/81384788765712384/eb9ca6e176964bd43ee5b098dbbf3a78.png",
                      "splash": "",
                      "features": [
                        "INVITE_SPLASH",
                        "AUTO_MODERATION",
                        "TIERLESS_BOOSTING_SYSTEM_MESSAGE",
                        "VANITY_URL",
                        "PREVIEW_ENABLED",
                        "TIERLESS_BOOSTING",
                        "WELCOME_SCREEN_ENABLED",
                        "COMMUNITY_EXP_LARGE_UNGATED",
                        "SOUNDBOARD",
                        "THREADS_ENABLED",
                        "NEW_THREAD_PERMISSIONS",
                        "MEMBER_VERIFICATION_GATE_ENABLED",
                        "NEWS",
                        "COMMUNITY",
                        "CHANNEL_ICON_EMOJIS_GENERATED",
                        "VIP_REGIONS",
                        "AGE_VERIFICATION_LARGE_GUILD"
                      ],
                      "nsfwLevel": 0,
                      "description": "",
                      "premiumTier": 1,
                      "vanityUrlCode": "discord-api",
                      "verificationLevel": 3
                    },
                    "channel": {
                      "id": "381898062269775883",
                      "name": "rules",
                      "type": 0
                    },
                    "inviter": null,
                    "expiresAt": null,
                    "memberCount": 47730,
                    "presenceCount": 14673
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/profile/{username}": {
      "get": {
        "operationId": "social_media_github_user_profile",
        "summary": "User Profile",
        "description": "Get a GitHub user's public profile.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/github-user#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "GitHub username (without @)",
            "schema": {
              "type": "string",
              "example": "torvalds"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "user": {
                      "id": 1024025,
                      "bio": "",
                      "blog": "",
                      "name": "Linus Torvalds",
                      "type": "User",
                      "email": "",
                      "login": "torvalds",
                      "avatar": "https://avatars.githubusercontent.com/u/1024025?v=4",
                      "company": "Linux Foundation",
                      "htmlUrl": "https://github.com/torvalds",
                      "twitter": "",
                      "hireable": false,
                      "location": "Portland, OR",
                      "createdAt": "2011-09-03T15:26:22Z",
                      "followers": 304705,
                      "following": 0,
                      "updatedAt": "2026-05-25T22:34:10Z",
                      "publicGists": 1,
                      "publicRepos": 11
                    },
                    "repos": [
                      {
                        "id": 2325298,
                        "fork": false,
                        "name": "linux",
                        "forks": 62572,
                        "stars": 234576,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/linux",
                        "archived": false,
                        "fullName": "torvalds/linux",
                        "language": "C",
                        "pushedAt": "2026-05-26T23:41:14Z",
                        "watchers": 234576,
                        "updatedAt": "2026-05-27T13:19:45Z",
                        "openIssues": 3,
                        "description": "Linux kernel source tree"
                      },
                      {
                        "id": 79171906,
                        "fork": true,
                        "name": "libdc-for-dirk",
                        "forks": 52,
                        "stars": 387,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/libdc-for-dirk",
                        "archived": false,
                        "fullName": "torvalds/libdc-for-dirk",
                        "language": "C",
                        "pushedAt": "2024-12-26T20:12:43Z",
                        "watchers": 387,
                        "updatedAt": "2026-05-27T10:26:00Z",
                        "openIssues": 1,
                        "description": "Only use for syncing with Dirk, don't use for anything else"
                      },
                      {
                        "id": 1058343058,
                        "fork": false,
                        "name": "GuitarPedal",
                        "forks": 69,
                        "stars": 1941,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/GuitarPedal",
                        "archived": false,
                        "fullName": "torvalds/GuitarPedal",
                        "language": "C",
                        "pushedAt": "2026-05-24T23:39:40Z",
                        "watchers": 1941,
                        "updatedAt": "2026-05-27T06:46:10Z",
                        "openIssues": 3,
                        "description": "Linus learns analog circuits"
                      },
                      {
                        "id": 1130786764,
                        "fork": false,
                        "name": "AudioNoise",
                        "forks": 206,
                        "stars": 4374,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/AudioNoise",
                        "archived": false,
                        "fullName": "torvalds/AudioNoise",
                        "language": "C",
                        "pushedAt": "2026-05-08T17:20:22Z",
                        "watchers": 4374,
                        "updatedAt": "2026-05-27T06:00:09Z",
                        "openIssues": 30,
                        "description": "Random digital audio effects"
                      },
                      {
                        "id": 117900805,
                        "fork": false,
                        "name": "uemacs",
                        "forks": 308,
                        "stars": 2031,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/uemacs",
                        "archived": false,
                        "fullName": "torvalds/uemacs",
                        "language": "C",
                        "pushedAt": "2026-02-25T19:15:47Z",
                        "watchers": 2031,
                        "updatedAt": "2026-05-26T08:41:38Z",
                        "openIssues": 13,
                        "description": "Random version of microemacs with my private modificatons"
                      },
                      {
                        "id": 519408694,
                        "fork": true,
                        "name": "libgit2",
                        "forks": 28,
                        "stars": 358,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/libgit2",
                        "archived": false,
                        "fullName": "torvalds/libgit2",
                        "language": "C",
                        "pushedAt": "2023-12-19T11:45:42Z",
                        "watchers": 358,
                        "updatedAt": "2026-05-26T06:59:22Z",
                        "openIssues": 1,
                        "description": "A cross-platform, linkable library implementation of Git that you can use in your application."
                      },
                      {
                        "id": 86106493,
                        "fork": false,
                        "name": "test-tlb",
                        "forks": 219,
                        "stars": 1002,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/test-tlb",
                        "archived": false,
                        "fullName": "torvalds/test-tlb",
                        "language": "C",
                        "pushedAt": "2024-08-19T21:13:36Z",
                        "watchers": 1002,
                        "updatedAt": "2026-05-26T06:32:36Z",
                        "openIssues": 13,
                        "description": "Stupid memory latency and TLB tester"
                      },
                      {
                        "id": 940929652,
                        "fork": false,
                        "name": "1590A",
                        "forks": 22,
                        "stars": 566,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/1590A",
                        "archived": true,
                        "fullName": "torvalds/1590A",
                        "language": "OpenSCAD",
                        "pushedAt": "2025-09-19T02:54:14Z",
                        "watchers": 566,
                        "updatedAt": "2026-05-24T17:40:00Z",
                        "openIssues": 0,
                        "description": "Random odd guitar pedal design in kicad"
                      },
                      {
                        "id": 78665021,
                        "fork": true,
                        "name": "subsurface-for-dirk",
                        "forks": 68,
                        "stars": 457,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/subsurface-for-dirk",
                        "archived": false,
                        "fullName": "torvalds/subsurface-for-dirk",
                        "language": "C++",
                        "pushedAt": "2024-08-28T08:00:07Z",
                        "watchers": 457,
                        "updatedAt": "2026-05-24T08:35:27Z",
                        "openIssues": 2,
                        "description": "Do not use - the real upstream is  Subsurface-divelog/subsurface"
                      },
                      {
                        "id": 113099837,
                        "fork": false,
                        "name": "pesconvert",
                        "forks": 75,
                        "stars": 560,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/pesconvert",
                        "archived": false,
                        "fullName": "torvalds/pesconvert",
                        "language": "C",
                        "pushedAt": "2022-12-22T10:46:37Z",
                        "watchers": 560,
                        "updatedAt": "2026-05-22T10:46:53Z",
                        "openIssues": 6,
                        "description": "Brother PES file converter"
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/profile/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_profile",
        "summary": "Get User Profile",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/instagram-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full Instagram URL",
            "schema": {
              "type": "string",
              "example": "zaadevofc"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "fbId": "17841451905315511",
                    "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s320x320_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gGTHOKdjS1zaO2ToIwuPuopT4NFVYz-S_M0oTJXvtcCNlQ3N39Z_Fgfllgljg4DIpU&_nc_ohc=XIBgrMwUyLcQ7kNvwEAtuQG&_nc_gid=qhGQUycdgxNrh3X6dGgBog&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AQFfPHz0iZd-bNVqFTArJT4F6fM9I4ZbwXKt2gUTWFynXQ&oe=6A70C306&_nc_sid=8b3546",
                    "userId": "51884090177",
                    "bioLinks": [
                      {
                        "url": "https://jaa.web.id",
                        "title": "🌟 My Website",
                        "linkType": "external"
                      },
                      {
                        "url": "https://github.com/zeative",
                        "title": "🔥 Open Source Project",
                        "linkType": "external"
                      },
                      {
                        "url": "https://trakteer.id/zaadevofc",
                        "title": "😻 Trakteer Laptop Ajaib",
                        "linkType": "external"
                      },
                      {
                        "url": "https://zpi.web.id",
                        "title": "💥 Free Rest APi",
                        "linkType": "external"
                      }
                    ],
                    "category": "Digital creator",
                    "fullName": "Kejaa | Fullstack Developer",
                    "username": "zaadevofc",
                    "biography": "🌟 Fullstack Developer\n💯 Golang x Typescript\n💌 Contact Me 👇🏻",
                    "isPrivate": false,
                    "postCount": 21,
                    "isVerified": false,
                    "reelsCount": 6,
                    "externalUrl": "https://jaa.web.id/",
                    "followerCount": 5654,
                    "followingCount": 217,
                    "isBusinessAccount": false,
                    "isProfessionalAccount": true
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/posts/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_posts",
        "summary": "Get User Posts",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/instagram-scraper#reference-posts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full Instagram URL",
            "schema": {
              "type": "string",
              "example": "cristiano"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1, max 50. Per page 12 post",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 12,
                    "posts": [
                      {
                        "url": "https://www.instagram.com/p/DTPPJbZETtf/",
                        "type": "video",
                        "image": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-15/611644923_18037291472730178_1884926349545892073_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=110&ig_cache_key=MzgwNTMyNjgyODczNTkwNDYwNzE4MDM3MjkxNDY2NzMwMTc4.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjQ4MC5zZHIudmlkZW9fZGVmYXVsdF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=ORLdr5XXxbAQ7kNvwHh1oGe&_nc_oc=AdqxQMAXsju1sIgXGtyPIKq70bBOhkE1z9xXXe-eKsrVmYTc6pMSFJPxeKXxINId9Lw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQAyf_Gd8UHY79-xZ7TszrJE_hWa8QDFuvj0L8_yHqLjOQ&oe=6A64D4D9",
                        "video": "https://scontent-sin2-2.cdninstagram.com/o1/v/t2/f2/m86/AQOfeJCKfRYo7h4qfHrAqAeF2LBDH08QIJgWaxy_ZWPGV2rVFBLfnvTRf4zgz7RQB9Y2KpQy_1DgNHQiYY3C-jwmLMz-zM7RE3uIBg0.mp4?_nc_cat=103&_nc_sid=5e9851&_nc_ht=scontent-sin2-2.cdninstagram.com&_nc_ohc=1VRQoJhRXFEQ7kNvwHnlK1l&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTY3NzAyMjEwMzcyNjQ5NSwiYXNzZXRfYWdlX2RheXMiOjE5NCwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjYyLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=cbbe07e88d5bed6d&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC81NjQ1RDcwMDg2NTlGMzkwOTU5MzM1NDI0MDE0MDM5OV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYR2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8xNTQ2ODk1OTg2MzU3NzgzXzIyNzQ0MzU5MDczMjMyNjgxODUubXA0FQICyAESACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJr6mr6zEz_oFFQIoAkMzLBdATzdsi0OVgRgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&_nc_zt=28&oh=00_AQAn4an8mcHf043-v1W_Ry4w-9wqfXczrirS9DngS0yvug&oe=6A61135C",
                        "width": 720,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1280,
                        "postId": "3805326828735904607",
                        "caption": "vibe vibe apa yang coding 😂\n\n#vibecoding #webportfolio #ai #nocoding",
                        "isVideo": true,
                        "takenAt": 1767850556,
                        "likeCount": 199,
                        "playCount": 624,
                        "shortcode": "DTPPJbZETtf",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2026-01-08T05:35:56.000Z",
                        "productType": "clips",
                        "commentCount": 3
                      },
                      {
                        "url": "https://www.instagram.com/p/DTDSIn_EQcI/",
                        "type": "video",
                        "image": "https://scontent-sin2-2.cdninstagram.com/v/t51.82787-15/608764424_18036817841730178_7141032759619612408_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=103&ig_cache_key=MzgwMTk2MjI2Nzk1Nzg1NjAwOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjQ4MC5zZHIudmlkZW9fZGVmYXVsdF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=Kt4juQDEozoQ7kNvwFpnZfU&_nc_oc=AdrzVw6khUmP0qRJuTc3oQ0z18Me3K9RxxAzDM3uV8VZ_bVQBBPmRxgW5Hfi36C5GsI&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-2.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQAc5E1W4wbRUbqEodscRbs1rCPVZpNv1t_XDo4FMPno4w&oe=6A64FCBA",
                        "video": "https://scontent-sin6-3.cdninstagram.com/o1/v/t2/f2/m86/AQMTvWwABWEol7woeZryX3o7FRdspQ0rGyIb2eKPkp7aglP-IzTqH9YzjzKRjsYpO5zRlmeE-vpDNBtUI6itk53fTRY4F5HWo91WlOY.mp4?_nc_cat=110&_nc_sid=5e9851&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_ohc=LGce5x4ltgMQ7kNvwG92BsN&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuMzYwLmRhc2hfYmFzZWxpbmVfM192MSIsInhwdl9hc3NldF9pZCI6MTU2OTExOTI1MDc3NTU2NCwiYXNzZXRfYWdlX2RheXMiOjE5OCwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjQ0LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=cc67046aeb632d14&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9CQzQyMUExNEE3RDMyMDBGNTExM0FDOENEQTY5OTVBQl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYR2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC80MTgzOTM3MDA1MjY3ODY3XzY1MTgwNDI3MTgwODg2OTYwMzEubXA0FQICyAESACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJpj467jhxskFFQIoAkMzLBdARjdsi0OVgRgSZGFzaF9iYXNlbGluZV8zX3YxEQB1_gdl5p0BAA&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&_nc_zt=28&oh=00_AQD8sJ2t4inl_58jE-JslqMFHSKGenqtmAmQlB0ME74qng&oe=6A60E0C3",
                        "width": 360,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 640,
                        "postId": "3801962267957856008",
                        "caption": "Udah ada yang coba? \n\n#google #stitch #coding #vibecoding #ai",
                        "isVideo": true,
                        "takenAt": 1767449288,
                        "likeCount": 21,
                        "playCount": 754,
                        "shortcode": "DTDSIn_EQcI",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2026-01-03T14:08:08.000Z",
                        "productType": "clips",
                        "commentCount": 4
                      },
                      {
                        "url": "https://www.instagram.com/p/C9AUB8XPp7e/",
                        "type": "carousel",
                        "image": "https://scontent-sin2-1.cdninstagram.com/v/t51.82787-15/649805973_17914174752144631_7901264164916778313_n.webp?_nc_cat=100&ig_cache_key=MzQwNDgwOTQwNjk1MTIyMDE1MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=JKq6RH3tzYIQ7kNvwG7UGOs&_nc_oc=AdrD10kW9a4HYB7SBr-VIC23hWo6U3ZzcqRUMQRK7ODmTx0_sa1X5KabVjtDeJ3UlXE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQCBbVP8-n_cYJnIuFrfYWFsWT_MT_icBHI7zUeBG-ZFPA&oe=6A64D420",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1080,
                        "postId": "3404809412756283102",
                        "caption": "biasanya berapa banyak npm package kalian? kalo di sebar gini apa ga termasuk ngumbar rahasia dapur? 😁\n.\n.\n.\n#coding #nodejs #typescript #nextjs #pemograman #npm",
                        "isVideo": false,
                        "takenAt": 1720104932,
                        "carousel": [
                          {
                            "image": "https://scontent-sin2-1.cdninstagram.com/v/t51.82787-15/649805973_17914174752144631_7901264164916778313_n.webp?_nc_cat=100&ig_cache_key=MzQwNDgwOTQwNjk1MTIyMDE1MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=JKq6RH3tzYIQ7kNvwG7UGOs&_nc_oc=AdrD10kW9a4HYB7SBr-VIC23hWo6U3ZzcqRUMQRK7ODmTx0_sa1X5KabVjtDeJ3UlXE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQCBbVP8-n_cYJnIuFrfYWFsWT_MT_icBHI7zUeBG-ZFPA&oe=6A64D420",
                            "width": 1080,
                            "height": 1080,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin6-1.cdninstagram.com/v/t51.82787-15/654627632_18136797994506615_5243965484027166454_n.webp?_nc_cat=111&ig_cache_key=MzQwNDgwOTQwNzY0NzYyODM5OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=FAm5fjCwFvsQ7kNvwEshP2T&_nc_oc=AdoUidozhUbSnhDePTEIYBtyQfwHizJvv506Qy3WJ0kmPppijychM24Etn6YAqG5V0A&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQAMtT3kQRgA0yEtPx613kq4vQHchbFwbqUC2VbKhX_s3w&oe=6A64F679",
                            "width": 1080,
                            "height": 1080,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 94,
                        "playCount": 0,
                        "shortcode": "C9AUB8XPp7e",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2024-07-04T14:55:32.000Z",
                        "productType": "carousel_container",
                        "commentCount": 5
                      },
                      {
                        "url": "https://www.instagram.com/p/C89Xy_Evgxe/",
                        "type": "carousel",
                        "image": "https://scontent-sin6-2.cdninstagram.com/v/t51.82787-15/654697466_18075137930421377_5492804837851037706_n.webp?_nc_cat=109&ig_cache_key=MzQwMzk4MTU0NTA5MjczOTc0NQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=aXiBClFyRGYQ7kNvwET-r-v&_nc_oc=Adp8GHUms0T4nBVfONjgEsHmgPCqybNNqE79eVLL2oRSGr4_iLgj6BAucOM_CRYRXYM&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-2.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQBqwNOHdnXlK1j6Si0D_xJwMkvmraVFc4LzVnc-WwUIDQ&oe=6A64F70E",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1080,
                        "postId": "3403981552130853982",
                        "caption": "nested comments, hardcode aja dulu🤣\n\n.\n.\n#coding #pemograman #nested #comments #nextjs #typescript",
                        "isVideo": false,
                        "takenAt": 1720006244,
                        "carousel": [
                          {
                            "image": "https://scontent-sin6-2.cdninstagram.com/v/t51.82787-15/654697466_18075137930421377_5492804837851037706_n.webp?_nc_cat=109&ig_cache_key=MzQwMzk4MTU0NTA5MjczOTc0NQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=aXiBClFyRGYQ7kNvwET-r-v&_nc_oc=Adp8GHUms0T4nBVfONjgEsHmgPCqybNNqE79eVLL2oRSGr4_iLgj6BAucOM_CRYRXYM&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-2.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQBqwNOHdnXlK1j6Si0D_xJwMkvmraVFc4LzVnc-WwUIDQ&oe=6A64F70E",
                            "width": 1080,
                            "height": 1080,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin11-2.cdninstagram.com/v/t51.82787-15/670487560_18114537388708461_3761876447511748176_n.webp?_nc_cat=101&ig_cache_key=MzQwMzk4MTU0NTEwMTMxNjYwMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=cZmlgwZDv-EQ7kNvwEBj8cC&_nc_oc=AdpPCoCBgdjCZyvGxceZh0VJG6LYSMX0CKWwWR0-KrE_lk3AN1RAagTKh49CAfdaKI8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin11-2.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQDjIbjtcB7yovxLmHZO2ADSVp_Yi-8IcJPeiV_GTeuKAg&oe=6A64DBD6",
                            "width": 1080,
                            "height": 1080,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 133,
                        "playCount": 0,
                        "shortcode": "C89Xy_Evgxe",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2024-07-03T11:30:44.000Z",
                        "productType": "carousel_container",
                        "commentCount": 4
                      },
                      {
                        "url": "https://www.instagram.com/p/C7l3TsWvZza/",
                        "type": "video",
                        "image": "https://scontent-sin2-1.cdninstagram.com/v/t51.71878-15/503729442_2166581433763372_7648099031610010042_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=100&ig_cache_key=MzM3OTM1MDM0MTI2NTc1OTQ1MA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEyMDAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=O2LrBBohaFYQ7kNvwE0HbQY&_nc_oc=AdoldJu8D9GC2m93jAhvfiSvxdCBQTdet4OTXe2R1Fh5eYsdFUBX-sQmu-9D5LH2-EE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQBIyCFktTNcr5BZIQm4gf10xD5naKJniyl2tkT0VQaRyg&oe=6A64FE83",
                        "video": "https://scontent-sin6-3.cdninstagram.com/o1/v/t2/f2/m82/AQP7oVQ6waawIIygeJuVV99_4wcKVB1Wll68i7sXzDL7rAQ8RmtWQG2X-DhiE2o42oyDgfK2N-h3tWeGKCIyLxXkBckFXzJM5fiVvxI.mp4?_nc_cat=110&_nc_sid=5e9851&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_ohc=Vh2rIuJ-IT4Q7kNvwFao1w9&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTg4NTkzMDUwMTgyODQ2OCwiYXNzZXRfYWdlX2RheXMiOjc4MSwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE1LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=f43375699351c194&_nc_vs=HBksFQIYT2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfcHJvZC82ODRBMzU1MzE3OUUzNjMwNzk3NEQ4RTNDRjZCMTE5OF92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYRmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC83NDgxNjkyMDc0NjU0NzhfMTA5MTYyNjcwOTA5MjU0NjA1MC5tcDQVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm6L2Pms3P2QYVAigCQzMsF0AsEOVgQYk3GBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&_nc_zt=28&oh=00_AQBShGBBtBqCZ_7zpqudo3PyLkrkTinPTaYEhwiSUi5TBA&oe=6A6101AF",
                        "width": 720,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1280,
                        "postId": "3379350341265759450",
                        "caption": "Project laravel niee #fyp #coding #project #pemograman #laravel #php",
                        "isVideo": true,
                        "takenAt": 1717070041,
                        "likeCount": 47,
                        "playCount": 1180,
                        "shortcode": "C7l3TsWvZza",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2024-05-30T11:54:01.000Z",
                        "productType": "clips",
                        "commentCount": 1
                      },
                      {
                        "url": "https://www.instagram.com/p/C5MfbAuyMdA/",
                        "type": "carousel",
                        "image": "https://scontent-sin2-1.cdninstagram.com/v/t51.82787-15/654429657_18023104985814870_3603159017305320661_n.webp?_nc_cat=100&ig_cache_key=MzMzNjE3OTYxMzUyMDU5OTk1Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuOTYwLnNkci5yZWd1bGFyX3Bob3RvLkMzIn0%3D&_nc_ohc=dvfvxb4n8zIQ7kNvwHw_W3O&_nc_oc=AdrH0iVmtMG6wVxzh72sGMATgbk0ZM4ruwnPNw6LdjScGb3yrwUO1AEKc1N7Jk2ZdTw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQA7EB4m1PMkYlOS8WYE2ghGsUibamWqIZT9LQEwboj2hw&oe=6A6502FF",
                        "width": 960,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1200,
                        "postId": "3336179619627321152",
                        "caption": "nambahin sesuatu🤫\n\n#arduino #esp32 #wemos #rfid #programming #c++ #coding #d1",
                        "isVideo": false,
                        "takenAt": 1711923623,
                        "carousel": [
                          {
                            "image": "https://scontent-sin2-1.cdninstagram.com/v/t51.82787-15/654429657_18023104985814870_3603159017305320661_n.webp?_nc_cat=100&ig_cache_key=MzMzNjE3OTYxMzUyMDU5OTk1Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuOTYwLnNkci5yZWd1bGFyX3Bob3RvLkMzIn0%3D&_nc_ohc=dvfvxb4n8zIQ7kNvwHw_W3O&_nc_oc=AdrH0iVmtMG6wVxzh72sGMATgbk0ZM4ruwnPNw6LdjScGb3yrwUO1AEKc1N7Jk2ZdTw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQA7EB4m1PMkYlOS8WYE2ghGsUibamWqIZT9LQEwboj2hw&oe=6A6502FF",
                            "width": 960,
                            "height": 1200,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin2-3.cdninstagram.com/v/t51.82787-15/660902589_18115473823678255_3639840680541028040_n.webp?_nc_cat=107&ig_cache_key=MzMzNjE3OTYxMzUyMDU1NDEyOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuOTYwLnNkci5yZWd1bGFyX3Bob3RvLkMzIn0%3D&_nc_ohc=wehnRXdtyqAQ7kNvwHuFOvv&_nc_oc=Adr_4kDZ1ghpWiYp38hY9d5CADk6_8asEyM4nKqt16bfKTPJ5WAeGbo1j5Oncz78gis&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-3.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQAFDPthc7jRHHfu8JNfsHb-sbDbqruSNCZKSr77rLPhqQ&oe=6A650959",
                            "width": 960,
                            "height": 1200,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-15/654481707_18059573432476600_1815781851372662482_n.webp?_nc_cat=110&ig_cache_key=MzMzNjE3OTYxMzUyMDM4MjQ4Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuOTYwLnNkci5yZWd1bGFyX3Bob3RvLkMzIn0%3D&_nc_ohc=9xWDnjqx1mgQ7kNvwGNYVe9&_nc_oc=AdqDHrEeHkYNBAig0bJo1glYnC8bIT1nHFa30yZ1z3KEIfGcLpbN3sj4BYA1JvtlrV0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQCvIIG7qs_L-2wC2vF5SQzzFkTTgcuIe6EdJk8ldEvmcA&oe=6A64D828",
                            "width": 960,
                            "height": 1200,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin11-1.cdninstagram.com/v/t51.82787-15/655302856_18060350648690740_566949205316644847_n.webp?_nc_cat=105&ig_cache_key=MzMzNjE3OTYxMzUyMDU4NTAxOQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuOTYwLnNkci5yZWd1bGFyX3Bob3RvLkMzIn0%3D&_nc_ohc=xA_Oh5i-m8sQ7kNvwH4k13m&_nc_oc=AdoxvyqhL1McQSK4s9VmfKAcvKc0TpHrocsDCmMM94rExGBo7qk4LjmNpyNm8NGSaAo&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin11-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQA5q-7a-iTbUBGELkJSpoZtI6eVuBlpk-i09g60XtCOFA&oe=6A650160",
                            "width": 960,
                            "height": 1200,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 39,
                        "playCount": 0,
                        "shortcode": "C5MfbAuyMdA",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2024-03-31T22:20:23.000Z",
                        "productType": "carousel_container",
                        "commentCount": 0
                      },
                      {
                        "url": "https://www.instagram.com/p/C5D6_i3v-DV/",
                        "type": "video",
                        "image": "https://scontent-sin2-1.cdninstagram.com/v/t51.71878-15/503873957_1271022547775744_1795148914899441451_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=100&ig_cache_key=MzMzMzc2NzYwMjY1MTUyMTIzNw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjU0MC5zZHIudmlkZW9fZGVmYXVsdF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=Yot8P3z_b7wQ7kNvwG64LC1&_nc_oc=AdoO7Rwlzt9R-q6KieGNpyI0cE74VWT44fPmq8C1Dn8BCuCnijgPjPTQguHhXNKcunk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-1.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQAQnKKS6jDUz8oSRQGrl23Of9SeCdD2c2TAqSzZY2MA1Q&oe=6A64FBD2",
                        "video": "https://scontent-sin2-2.cdninstagram.com/o1/v/t2/f2/m82/AQMHDkCNph_Cr9uyH2f5Gjd0CR3dN7lfzXUwVTZAARPG_BPHd-qK7I0GdwOALpJ6OOLfkaRmvjc2BUeak34Jm1EhBS8W_yw7wu_ccBs.mp4?_nc_cat=103&_nc_sid=5e9851&_nc_ht=scontent-sin2-2.cdninstagram.com&_nc_ohc=OegN3MyfSBIQ7kNvwGT81D6&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6OTc4MjAxNTE3MDU3ODUwLCJhc3NldF9hZ2VfZGF5cyI6ODQ0LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MTUsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=804dbe4ce979f80&_nc_vs=HBksFQIYT2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfcHJvZC82RTQxRTk2MEMxNzcxODgxRkZEQzlERUY1NzM1QkRCM192aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRlZ6NHhrb216NTgxTUFFQUlBeXBFSWtfTXdGYnFfRUFBQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm9JyLn-nqvAMVAigCQzMsF0AuAAAAAAAAGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_zt=28&_nc_ss=7a22e&oh=00_AQDNgu0qv2h0U9YvkVsV3qvJGFpwsVbsPr7ZOtTlajxz_w&oe=6A60E7B0",
                        "width": 720,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1278,
                        "postId": "3333767602651521237",
                        "caption": "bau bau nya ga lama lagi jadi orang sukses.\n\nAamiinn....\n\n#qoutes #coding #programming #fyp #arduino #vscode #ceritasukses #mission #passion #semangat #bisnis",
                        "isVideo": true,
                        "takenAt": 1711636365,
                        "likeCount": 604,
                        "playCount": 9923,
                        "shortcode": "C5D6_i3v-DV",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2024-03-28T14:32:45.000Z",
                        "productType": "clips",
                        "commentCount": 8
                      },
                      {
                        "url": "https://www.instagram.com/p/C5B66uRSasE/",
                        "type": "carousel",
                        "image": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-15/657557775_18136596022505718_402778954030450445_n.webp?_nc_cat=110&ig_cache_key=MzMzMzIwNDMxNDM1Mjc2Mjg1Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=6IBFPejKw-8Q7kNvwFA-JCC&_nc_oc=AdoPJ6eSjmVII4EfTvTFompn-foRGmJYAGB8kQYq4Rt3Z7ZOGrvOfmwO83ftb8UR14E&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQBsyuaUeM9ykg8yuIVfNI4VkMgYxb0GVSu7ZkV2EWyqKQ&oe=6A650188",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gFe9v50PRhcRcnrgUdrY6w1uFgrKvXdC85ibTb43_2yWR0wxDS_PhxZCGcZMZ3_fUg&_nc_ohc=K7q43z7WWvMQ7kNvwEIHBrA&_nc_gid=_RffOy5_NKQedT09CNaffA&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQDFA5dCNGPQLkRoxUUzCZH5XPEV5iynZ57CRyADDhUkPQ&oe=6A64E586&_nc_sid=ee9879",
                          "userId": "51884090177",
                          "fullName": "Kejaa | Fullstack Developer",
                          "username": "zaadevofc",
                          "isVerified": false
                        },
                        "height": 1350,
                        "postId": "3333204321340336900",
                        "caption": "kalo kebanyakan ngeluh jangan jadi programmer🥰\n\n#problem #solving #coding #programming #arduino #platformio #iot #programmer #fyp#websocket #realtime",
                        "isVideo": false,
                        "takenAt": 1711568940,
                        "carousel": [
                          {
                            "image": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-15/657557775_18136596022505718_402778954030450445_n.webp?_nc_cat=110&ig_cache_key=MzMzMzIwNDMxNDM1Mjc2Mjg1Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=6IBFPejKw-8Q7kNvwFA-JCC&_nc_oc=AdoPJ6eSjmVII4EfTvTFompn-foRGmJYAGB8kQYq4Rt3Z7ZOGrvOfmwO83ftb8UR14E&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQBsyuaUeM9ykg8yuIVfNI4VkMgYxb0GVSu7ZkV2EWyqKQ&oe=6A650188",
                            "width": 1080,
                            "height": 1350,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin2-2.cdninstagram.com/v/t51.82787-15/651633029_18084592928001875_7627846082322666902_n.webp?_nc_cat=103&ig_cache_key=MzMzMzIwNDMxNDIxODUyODk4NQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=EJI-0KI-omQQ7kNvwG38I2Y&_nc_oc=Adp_hyuFTC17L1WFcy_0Q8P3YK6eLzk1azrPf2L2EuCkB-VFfs1-rgcTL0_zIc7oPAk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin2-2.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQDpQZ6IrtMmEmSO8Y8rW0qdB-j2nMpgVWwLyxpcYMSdjg&oe=6A64EB22",
                            "width": 1080,
                            "height": 1350,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin6-3.cdninstagram.com/v/t51.82787-15/649238859_17946333003071516_6429732141585829522_n.webp?_nc_cat=110&ig_cache_key=MzMzMzIwNDMxNDIxODUyNjM3Mw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=t_5UXVt_ww8Q7kNvwER7Z5a&_nc_oc=AdoeiLtwkpvyhgSWn0VU68OVT8LGNfOf70DQEnm3tFTD0d6aL2nU0nmfGp81R4AkXqc&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQBhVwHJe1P0zKhjaR-nzdDtDE6_qwa61CoJJzY58QjN_g&oe=6A6508D9",
                            "width": 1080,
                            "height": 1350,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-sin6-2.cdninstagram.com/v/t51.82787-15/662323058_18568844446032111_7067754549730799613_n.webp?_nc_cat=109&ig_cache_key=MzMzMzIwNDMxNDIxODMwMzc3OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=qQjfirRiH2EQ7kNvwFqvCnt&_nc_oc=Adp_heEbjZTy8ixFe4cQfejoF_LaU3k2DthKb42Vca0Wm3oJuafKVtxmBe_xU_0m8L0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-sin6-2.cdninstagram.com&_nc_gid=_RffOy5_NKQedT09CNaffA&_nc_ss=7a22e&oh=00_AQCfX1byuL4OXDbgTktYU2zRUc3cq4QQ51n4vnvCB7NAtA&oe=6A64DA28",
                            "width": 1080,
                            "height": 1350,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 306,
                        "playCount": 0,
                        "shortcode": "C5B66uRSasE",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2024-03-27T19:49:00.000Z",
                        "productType": "carousel_container",
                        "commentCount": 10
                      }
                    ],
                    "total": null,
                    "userId": "51884090177",
                    "hasMore": true,
                    "nextPage": 2,
                    "username": "zaadevofc"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/post/{id}": {
      "get": {
        "operationId": "social_media_instagram_scraper_post",
        "summary": "Get Detail Post",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/instagram-scraper#reference-post"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Shortcode atau full Instagram post/reel URL (mis. https://instagram.com/p/DTPPJbZETtf)",
            "schema": {
              "type": "string",
              "example": "DTPPJbZETtf"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full Instagram post/reel URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.instagram.com/p/DbYK-3ijzwx/",
                    "type": "image",
                    "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/759632334_18680805139019133_8893684802998710724_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1MTk1Njk3MzcyNTg5MTYzMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTQzOS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=Wdo3bmIwC0sQ7kNvwFiDgso&_nc_oc=Adp3NEL1RTXTHTkMzcrO9qlb7gFszNb0Cdohi79qz_gKo3MYOPx14XH_LGg3i4KQo5s&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=_zyiptut9Ksjmv-6Kc3qJg&_nc_ss=7b689&oh=00_AQFV6WBd_mN1H1JBkXJuN53MgKfICv3psG7IirgWtAQeMA&oe=6A70DB59",
                    "width": 1439,
                    "author": {
                      "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/683576066_18653628823019133_9051036240972105113_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=1&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy40MDAuQzMifQ%3D%3D&_nc_ohc=T9at3Sd9hNMQ7kNvwEflRAr&_nc_oc=Adrst3qPkRS6u504CTgJLT_d9mCGtZApEKLlq9ApVUmgkwdAgvYREgwpTTya7J1J30Y&_nc_zt=24&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=_zyiptut9Ksjmv-6Kc3qJg&_nc_ss=7b689&oh=00_AQGfPNgJlExn5GB_WtiBZxL1FgiVtrO7nzNAPEvFtAid7A&oe=6A70E8EB",
                      "userId": "787132",
                      "fullName": "National Geographic",
                      "username": "natgeo",
                      "isPrivate": false,
                      "isVerified": true
                    },
                    "height": 1234,
                    "postId": "3951956973725891633",
                    "caption": "To capture this image of a giant panda, Nat Geo Explorer and photographer @rob_g_green had to get inventive. Last fall, he spent three weeks in Giant Panda National Park with two forest rangers and three fellow photographers and Nat Geo Explorers. They followed bite marks on bamboo, panda droppings, and paw prints to document these elusive creatures. Using these clues, he placed a camera trap in the perfect spot between two trees—and three months later, he had finally caught a glimpse of one of China’s famous black-and-white bears.\n\nLearn more about the image and how he got the shot at the link in bio.",
                    "isVideo": false,
                    "takenAt": 1785330013,
                    "mentions": [
                      "rob_g_green"
                    ],
                    "likeCount": 37910,
                    "shortcode": "DbYK-3ijzwx",
                    "isCarousel": false,
                    "takenAtIso": "2026-07-29T13:00:13.000Z",
                    "productType": "feed",
                    "commentCount": 156
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/comments/{id}": {
      "get": {
        "operationId": "social_media_instagram_scraper_comments",
        "summary": "Get Post Comments",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/instagram-scraper#reference-comments"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Shortcode or full Instagram post/reel URL (e.g. https://instagram.com/p/C32pChvPdoC).",
            "schema": {
              "type": "string",
              "example": "C32pChvPdoC"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full post/reel URL — alias for `id` (used by bulk async scraping).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Maximum number of comments. Default 50, max 200.",
            "schema": {
              "type": "number",
              "default": 50,
              "example": "50"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/stories/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_stories",
        "summary": "Get User Stories",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/instagram-scraper#reference-stories"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) or full Instagram URL",
            "schema": {
              "type": "string",
              "example": "cnn"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/search": {
      "get": {
        "operationId": "social_media_kaskus_search",
        "summary": "Cari Thread",
        "description": "Pencarian thread Kaskus berdasarkan kata kunci.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/kaskus#reference-search"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": true,
            "description": "Kata kunci pencarian thread",
            "schema": {
              "type": "string",
              "example": "jokowi"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman hasil. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "limit": 20,
                    "total": 3556968,
                    "hasMore": true,
                    "results": [
                      {
                        "url": "https://kask.us/iS7gH",
                        "slug": "kopdes-merah-putih-peluang-atau-ancaman-bagi-umkm",
                        "title": "Kopdes Merah Putih: Peluang atau Ancaman bagi UMKM?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/05/03/avatar11885550_1.gif",
                          "userId": "11885550",
                          "username": "dewis7466191939"
                        },
                        "created": 1780927867,
                        "snippet": "Apa itu Kopdes Merah Putih? Program Koperasi Desa Merah Putih (Kopdes Merah Putih) adalah inisiatif pemerintah Indonesia yang bertujuan memperkuat perekonomian desa melalui pembentukan koperasi di berbagai wilayah. Koperasi ini diharapkan dapat membantu masyarakat mendapatkan akses yang lebih mudah terhadap kebutuhan pokok, layanan keuangan, distribusi hasil pertanian, dan peluang usaha lainnya. Mengapa Menjadi Perbincangan? Program ini mendapat perhatian luas karena dinilai dapat membawa perubahan...",
                        "threadId": "6a26cd7bbae8f179cb0ab4db",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "totalViews": 1037,
                        "totalReplies": 12
                      },
                      {
                        "url": "https://kask.us/iS3II",
                        "slug": "team-nasional-indonesia---part-4",
                        "title": "TEAM NASIONAL INDONESIA - Part 4",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2015/12/22/avatar8413033_95.gif",
                          "userId": "8413033",
                          "username": "mr.ayah"
                        },
                        "created": 1771118532,
                        "snippet": "~~ TIM NASIONAL INDONESIA JOURNEY ASIAN CUP 2027 ~~ THREAD RULES Untuk menjaga ketertiban diskusi di thread ini, TS memberlakukan rules yang harus dibaca dan dipahami para kaskusser disini, diantaranya: 1. DILARANG! Junk post dan out of topic Postingan yang tidak ada kaitannya dengan Timnas Indonesia ataupun persepakbolaan Indonesia secara umumnya, sekedar posting sembarangan layaknya membuang sampah sembarangan adalah DILARANG disini. Disini tempatnya berdiskusi, bukan tempat sampah para kaskusser...",
                        "threadId": "69911fcc8d27a6db300e6e0b",
                        "community": {
                          "id": "2550",
                          "name": "TEAM NASIONAL INDONESIA"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2025/03/26/1076_5299139_475_20250326093016.jpg",
                        "totalViews": 86491,
                        "totalReplies": 6341
                      },
                      {
                        "url": "https://kask.us/iNT8j",
                        "slug": "dia-datang-untuk-memberikan-aku-kebahagiaan-dan-penebusan",
                        "title": "Dia Datang Untuk Memberikan Aku Kebahagiaan Dan Penebusan",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2019/10/10/avatar10719998_5.gif",
                          "userId": "10719998",
                          "username": "enjihalala25"
                        },
                        "created": 1670914103,
                        "snippet": "Ratna Rina Memang bukan salah siapa siapa sih. Kalau ada yang salah ya... semuanya salah. Kenapa gitu? Ya memang semuanya terlibat kok. Aku juga salah. Istri juga salah dan dia juga salah. Suruh siapa kasar sama suami? Kalau aja gak kasar, mungkin kisahnya beda. Memang sih hidup dalam dunia pernikahan itu tidak seindah yang ditulis di kisah dongeng kaki 5 ala anak kecil; mereka pun hidup bahagia selamanya. Ah omong kosong. Mana ada yang bisa hidup abadi? Lah bener kan? Siapa yang usianya bisa sampai...",
                        "threadId": "63982037ccb65d1c2a3f711a",
                        "community": {
                          "id": "51",
                          "name": "Stories from the Heart"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2023/12/14/10719998_202312140731130979.jpg",
                        "totalViews": 20712,
                        "totalReplies": 2727
                      },
                      {
                        "url": "https://kask.us/iPjt6",
                        "slug": "3d-massage-amp-lounge---ruko-dotcom-paramount-serpong---tangerang",
                        "title": "3D Massage & Lounge - Ruko Dotcom Paramount Serpong - Tangerang",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2023/07/23/avatar11434299_1.gif",
                          "userId": "11434299",
                          "username": "3d.official"
                        },
                        "created": 1690126209,
                        "snippet": "3D MASSAGE & LOUNGE Ruko Paramount Dotcom Blue Blok B No:19 Paramount Serpong - Tangerang NOW OPENING 24-07-2023 INFO PAKET GRADE EKSEKUTIF 30 MENIT ( NAKED+MMC+BJ+FJ) VIP : Rp 300.000 GRADE EKSEKUTIF 60 MENIT ( MASSAGE+NAKED+MMC+BJ+FJ) VIP : Rp 400.000 GRADE MODEL 30 MENIT ( NAKED+MMC+BJ+FJ) VIP : Rp 350.000 GRADE MODEL 60 MENIT (MASSAGE+NAKED+MMC+BJ+FJ) VIP : Rp. 450.000 GRADE SELEBRITI 30 MENIT ( NAKED+MMC+BJ+FJ) VIP : Rp. 400.000 GRADE SELEBRITI 60 MENIT ( MASSAGE+NAKED+MMC+BJ+FJ) VIP : Rp....",
                        "threadId": "64bd478190e02264b23a901f",
                        "community": {
                          "id": "275",
                          "name": "Nightlife & Events"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2023/07/23/11434299_20230723095754.jpeg",
                        "totalViews": 102067,
                        "totalReplies": 1853
                      },
                      {
                        "url": "https://kask.us/iS7pZ",
                        "slug": "punya-kekayaan-sebesar-apbn-lo-mau-ngapain",
                        "title": "Punya kekayaan sebesar APBN. Lo mau ngapain ?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2016/04/29/default.png",
                          "userId": "8699055",
                          "username": "komentatorbacod"
                        },
                        "created": 1781267847,
                        "snippet": "Habis liat woro woro di medsos saling adu jual negara A vs jual negara B tetiba rahang gw jatuh bengong liat adanya fakta ada 10 orang warga negara indonesia yg harta kekayaannya = 2 x APBN indonesia kira kira sebesar 10 ribu trilyun rupiah !! berarti satu orang kekayaannya 2000 triliyunan rasanya itu kira2 kaya .. satu negeri indonesia isinya elo dan keluarga kerabat kenalan lo doang. sisanya ? numpuk di ujung kulon daripada mikirin kapan gw bisa punya duit segitu mending menghayal apa yg akan...",
                        "threadId": "6a2bfd876e83c954d40fd432",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "totalViews": 348,
                        "totalReplies": 18
                      },
                      {
                        "url": "https://kask.us/iS7r7",
                        "slug": "we-are-open",
                        "title": "We Are Open",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2024/08/17/default.png",
                          "userId": "11683718",
                          "username": "glsenggigi"
                        },
                        "created": 1781349483,
                        "snippet": "Hotel, Spa, and lounge",
                        "threadId": "6a2d3c6b69457ef3be051e66",
                        "community": {
                          "id": "275",
                          "name": "Nightlife & Events"
                        },
                        "thumbnail": "https://c.kaskus.id/media/videos/thumbnail/0bhmw_thumbnail.jpg",
                        "totalViews": 1,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7rM",
                        "slug": "danantara-dijamin-tak-gagal-seperti-1mdb",
                        "title": "Danantara Dijamin Tak Gagal Seperti 1MDB",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2023/03/30/avatar11382313_1.gif",
                          "userId": "11382313",
                          "username": "yayangpalupi"
                        },
                        "created": 1781342104,
                        "snippet": "Foto: Ilyas Fadilah/detikcom Jakarta - Chief Operating Officer (COO) Badan Pengelola Investasi Daya Anagata Nusantara (Danantara Indonesia) Dony Oskaria menyatakan Danantara tidak akan mengalami kegagalan seperti 1Malaysia Development Berhad (1MDB). Dony menegaskan struktur kelembagaan Danantara dirancang berbeda dan lebih baik tata kelolanya. Sejak awal pembentukan, Dony menjelaskan Danantara telah menerapkan pemisahan tegas antara pengelolaan Badan Usaha Milik Negara (BUMN) dengan aktivitas...",
                        "threadId": "6a2d1f980e83600548036a8b",
                        "community": {
                          "id": "10",
                          "name": "Berita dan Politik"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/4099_11382313_5196_20260613041439.jpg",
                        "totalViews": 32,
                        "totalReplies": 3
                      },
                      {
                        "url": "https://kask.us/iOo7i",
                        "slug": "q-one-massage-amp-lounge",
                        "title": "Q-ONE MASSAGE & LOUNGE",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2023/02/06/avatar11356723_1.gif",
                          "userId": "11356723",
                          "username": "qone.massage"
                        },
                        "created": 1675666496,
                        "snippet": "Q-ONE MASSAGE & LOUNGE ========================== ========================== *Facilities : ✔ Presiden Suite Room ✔ Suite Room ✔ VIP Room ✔ Lounge, Bar, Karaoke ✔ TVCable ========================== MORE INFO contact me !! ========================= ========================= ========================== Q-ONE MASSAGE & LOUNGE Ruko Geen Garden Blok Z2 No. 60-61, RT.5/RW.8, Kedoya Utara, Kec. Kb. Jeruk, Kota Jakarta Barat, Daerah Khusus Ibukota Jakarta 11520 THIS THREAD ON NIGHTLIFE #275 ONLY...",
                        "threadId": "63e0a440a82c9e7bda17dbf2",
                        "community": {
                          "id": "275",
                          "name": "Nightlife & Events"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2023/02/06/11356723_20230206010342.png",
                        "totalViews": 133524,
                        "totalReplies": 3543
                      }
                    ],
                    "keywords": "jokowi",
                    "nextPage": 2,
                    "suggestion": ""
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/thread/{threadId}": {
      "get": {
        "operationId": "social_media_kaskus_thread",
        "summary": "Detail Thread",
        "description": "Detail thread Kaskus (OP) beserta balasan yang dipaginasi.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/kaskus#reference-thread"
        },
        "parameters": [
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "description": "Thread ID (24-char hex) atau full URL kaskus.co.id/thread/<id>/...",
            "schema": {
              "type": "string",
              "example": "54f842560f8b46e4528b4569"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman reply. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "limit": 20,
                    "posts": [
                      {
                        "html": "Gan, ane kok gak bisa ya buat threadnya muncul notice &quot;Anda membutuhkan minimal 100 postingan sebelum dapat membuat thread&quot;?<br />\n<br />\n<img class=\"mls-img\" src=\"https://s.kaskus.id/b/images/2025/05/28/10803497_20250528083547.jpg\" data-src=\"https://s.kaskus.id/images/2025/05/28/10803497_20250528083547.jpg\" border=\"0\" alt=\"Panduan Cara Membuat Thread KasKus\" />",
                        "text": "Gan, ane kok gak bisa ya buat threadnya muncul notice \"Anda membutuhkan minimal 100 postingan sebelum dapat membuat thread\"?",
                        "author": {
                          "title": "Newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2020/02/10/avatar10803497_3.gif",
                          "userId": "10803497",
                          "isOnline": false,
                          "username": "josephpurba",
                          "reputation": 133,
                          "totalPosts": 54,
                          "displayName": "josephpurba"
                        },
                        "postId": "6836684464940bc4a8017e1f",
                        "created": 1748396100,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Bang cra buat link kek mana jadi kita cuma klik link itu kita langsung masuk ke thread lanjutanya",
                        "text": "Bang cra buat link kek mana jadi kita cuma klik link itu kita langsung masuk ke thread lanjutanya",
                        "author": {
                          "title": "Aktivis KASKUS",
                          "avatar": "https://s.kaskus.id/user/avatar/2021/04/09/avatar11020894_2.gif",
                          "userId": "11020894",
                          "isOnline": false,
                          "username": "Bk.cokorda",
                          "reputation": 2329,
                          "totalPosts": 652,
                          "displayName": "Bk.cokorda"
                        },
                        "postId": "60c0e1e54a25e76911048644",
                        "created": 1623253477,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "nice info gan",
                        "text": "nice info gan",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2019/10/16/default.png",
                          "userId": "10724101",
                          "isOnline": false,
                          "username": "Tartur",
                          "reputation": 10,
                          "totalPosts": 3,
                          "displayName": "Tartur"
                        },
                        "postId": "5e44e2bb0577a940f13020b2",
                        "created": 1581572795,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Tes tes tes",
                        "text": "Tes tes tes",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2019/09/14/default.png",
                          "userId": "10699672",
                          "isOnline": false,
                          "username": "Marimasbaygon",
                          "reputation": 6,
                          "totalPosts": 2,
                          "displayName": "Marimasbaygon"
                        },
                        "postId": "5d7e634aaf7e9366910ed70f",
                        "created": 1568564042,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Test test",
                        "text": "Test test",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2010/04/01/default.png",
                          "userId": "1555058",
                          "isOnline": false,
                          "username": "boyVictor",
                          "reputation": 10,
                          "totalPosts": 1,
                          "displayName": "boyVictor"
                        },
                        "postId": "5d6d5cc7a7276864642b898f",
                        "created": 1567448263,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Thanks gan <img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ly1zwmwkm.gif\" data-sceditor-emoticon=\":ultahhore\" border=\"0\" alt=\"emoticon-Ultah\" title=\"Ultah\"/>",
                        "text": "Thanks gan",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2018/11/15/avatar10410246_1.gif",
                          "userId": "10410246",
                          "isOnline": false,
                          "username": "Metahsukma",
                          "reputation": 0,
                          "totalPosts": 8,
                          "displayName": "Metahsukma"
                        },
                        "postId": "5becc94cdad770dd488b4567",
                        "created": 1542244684,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Hatur nuwun, gan! Pertamax!",
                        "text": "Hatur nuwun, gan! Pertamax!",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2015/12/27/default.png",
                          "userId": "8420479",
                          "isOnline": false,
                          "username": "shobi.irfan",
                          "reputation": 0,
                          "totalPosts": 2,
                          "displayName": "shobi.irfan"
                        },
                        "postId": "5681bfa9902cfe943c8b4567",
                        "created": 1451343785,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Nice infoh gan. Ane bikin thread pertama berkat guide agan. Tetap berkreasi jangan dengarkan sampah dijalanan <br />\n👍👍👍",
                        "text": "Nice infoh gan. Ane bikin thread pertama berkat guide agan. Tetap berkreasi jangan dengarkan sampah dijalanan 👍👍👍",
                        "author": {
                          "title": "kaskuser",
                          "avatar": "https://s.kaskus.id/user/avatar/2007/05/06/avatar270616_2.gif",
                          "userId": "270616",
                          "isOnline": false,
                          "username": "werkeugmacher",
                          "reputation": 11,
                          "totalPosts": 131,
                          "displayName": "werkeugmacher"
                        },
                        "postId": "5626f4bba2c06e99698b456a",
                        "created": 1445393595,
                        "reputations": 0,
                        "totalReplies": 0
                      }
                    ],
                    "total": 56,
                    "thread": {
                      "url": "https://kask.us/hXtNU",
                      "slug": "panduan-cara-membuat-thread-kaskus",
                      "title": "Panduan Cara Membuat Thread KasKus",
                      "author": {
                        "title": "newbie",
                        "avatar": "https://s.kaskus.id/user/avatar/2015/02/25/avatar7706954_1.gif",
                        "userId": "7706954",
                        "isOnline": false,
                        "username": "jonijayakusuma",
                        "reputation": 24,
                        "totalPosts": 80,
                        "displayName": "jonijayakusuma"
                      },
                      "isOpen": true,
                      "opHtml": "<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><div style=\"text-align: center;\"><img class=\"mls-img\" src=\"https://s.kaskus.id/b/images/2015/03/05/7706954_20150305064140.jpg\" data-src=\"https://s.kaskus.id/images/2015/03/05/7706954_20150305064140.jpg\" border=\"0\" alt=\"kaskus-image\" /><br />\n</div><br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><b><span data-attr=\"face\" data-value=\"v_Times New Roman\" style=\"font-family:Times New Roman !important;\"><span data-attr=\"color\" data-value=\"v_choclate\" style=\"color:choclate !important;\">Maaf kalo Thread Ane :</span></span></b>\n\t\t\t\t<div class=\"spoiler sceditor-ignore\">\n\t\t\t\t\t<span class=\"spoiler-head sceditor-ignore\">\n\t\t\t\t\t\t<span class=\"spoiler-label\">Spoiler</span>&nbsp;for <span class=\"spoiler-title\"></span>:\n\t\t\t\t\t\t<input type=\"button\" value=\"Show\" class=\"spoiler-btn open\"\n\t\t\t\t\t\tonclick=\"this.parentElement.parentElement.nextSibling.classList.toggle('open');this.parentElement.parentElement.nextSibling.nextSibling.classList.toggle('open');this.value=this.value=='Hide'?'Show':'Hide'\">\n\t\t\t\t\t</span></div><div class=\"spoiler-mid sceditor-ignore open\"></div><div class=\"spoiler-content expandable \" data-title=\"\">\n\t\t\t\t\t<img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ohtyqhwnh.gif\" data-sceditor-emoticon=\":repost:\" border=\"0\" alt=\"emoticon-Repost\" title=\"Repost\"/><img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ohtyqhwnh.gif\" data-sceditor-emoticon=\":repost:\" border=\"0\" alt=\"emoticon-Repost\" title=\"Repost\"/> <img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ohtyqhwnh.gif\" data-sceditor-emoticon=\":repost:\" border=\"0\" alt=\"emoticon-Repost\" title=\"Repost\"/> \n\t\t\t\t</div> <br />\n</div><br />\n<br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><span data-attr=\"face\" data-value=\"v_Book Antiqua\" style=\"font-family:Book Antiqua !important;\"><span data-attr=\"size\" data-value=\"v_4\" style=\"font-size:18px !important;\"><b><span data-attr=\"color\" data-value=\"v_red\" style=\"color:red !important;\">Setelah ane lihat dan masukan dari beberapa moderator dan admin maka ane buat Panduan membuat thread atau postingan artikel di forum Kaskus ini.<br />\nMasih banyak member, khususnya member baru dari Kaskus masih bingung untuk cara membuat thread di forum ini.<br />\nane buat panduan ini agar lebih mudah di mengerti.</span></b></span></span><img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ly1x373yj.gif\" data-sceditor-emoticon=\":2thumbup\" border=\"0\" alt=\"emoticon-2 Jempol\" title=\"2 Jempol\"/> <br />\n</div><br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><b><span data-attr=\"face\" data-value=\"v_Courier New\" style=\"font-family:Courier New !important;\"><span data-attr=\"size\" data-value=\"v_4\" style=\"font-size:18px !important;\"><span data-attr=\"color\" data-value=\"v_blue\" style=\"color:blue !important;\">1. Masuk dan klik menu Forum yang berada di kanan atas (sebelah Home) dan setelah itu akan muncul berbagai macam forum dan subforum. Pilih forum/subforum yang sesuai dengan artikel yang ingin kaskuser tulis atau buat.<br />\n<br />\n2. Misalkan ane pilih forum The Lounge maka akan muncul subforum The Lounge, dan apabila artikel kaskuser berhubungan dengan forum tersebut tapi tidak ada di subforum bisa pilih subforum default yang berada di atasnya.<br />\n<br />\n3. Kemudian klik menu Post New Thread pada kolom atas untuk membuat Thread atau Postingan Baru<br />\n<br />\n4. Lalu muncul menu . Sebelum membuat thread harap dibaca notifikasi yang berada di bawah yg bertuliskan <br />\nTips:<br />\nJika sumber postingan berasal dari situs-situs berita semisal Detik, Merdeka.com dll. coba gunakan title yang sedikit berbeda.<br />\nJika postingan menyertakan gambar, ukuran harus tidak melebihi 512KB.<br />\n<br />\n5. Sekarang kita mulai untuk membedah cara membuat thread dan cermati point atau angka-angkanya.</span></span></span></b><br />\n<br />\n\n\t\t\t\t<div class=\"spoiler sceditor-ignore\">\n\t\t\t\t\t<span class=\"spoiler-head sceditor-ignore\">\n\t\t\t\t\t\t<span class=\"spoiler-label\">Spoiler</span>&nbsp;for <span class=\"spoiler-title\"></span>:\n\t\t\t\t\t\t<input type=\"button\" value=\"Show\" class=\"spoiler-btn open\"\n\t\t\t\t\t\tonclick=\"this.parentElement.parentElement.nextSibling.classList.toggle('open');this.parentElement.parentElement.nextSibling.nextSibling.classList.toggle('open');this.value=this.value=='Hide'?'Show':'Hide'\">\n\t\t\t\t\t</span></div><div class=\"spoiler-mid sceditor-ignore open\"></div><div class=\"spoiler-content expandable \" data-title=\"\">\n\t\t\t\t\t<span data-attr=\"face\" data-value=\"v_Comic Sans MS\" style=\"font-family:Comic Sans MS !important;\"><span data-attr=\"color\" data-value=\"v_green\" style=\"color:green !important;\"><b><em>Point 1: Judul thread/artikel postingan kaskuser<br />\nPoint 2: Isi dari thread/artikel postingan kaskuser<br />\nPoint 3: Huruf B seperti office, yang artinya menebalkan tulisan. Penggunaannya sama dengan ketika menulis di word office<br />\nPoint 4: Huruf I miring gunanya untuk memiringkan tulisan artikel kaskuser.<br />\nPoint 5: Pada icon A dengan garis bawah adalah menu untuk membuat tulisan berwarna.<br />\nPoint 7: Pada logi A dengan arah panah keatas dan kebawah untuk mengubah ukuran font/huruf atau angka.<br />\nPoint 8: Pada logo ikon smile jika anda klik maka otomatis dibagian bawah menu thread akan muncul tiga menu ikon emoticon yang bisa dimunculkan di dalam thread. Pilih sesuai dengan selera kaskuser.<br />\nPoint 9: klik ikon gambar untuk memasukkan link gambar milik kaskuser. kaskuser harus mengupload ke image hosting seperti tinypic.com atau lainnya dulu dan kemudian pilih direct link layout pada tinypic tersebut dan pastekan kedalam menu image.<br />\nPoint 10: Pada ikon video, kaskuser bisa memasukkan link video seperti youtube, vimeo atau yang lainnya ke dalam menu media.<br />\nPoint 11: Pada ikon Insert didalam terdapat menu Quote, Spoiler, Code, Strike-through<br />\nPoint 12: Menu save draft dan delete draft, berguna untuk menyimpan thread artikel kaskuser apabila kaskuser belum sempat menyelesaikan atau memposting dan akan load otomatis ketika kaskuser membuat artikel baru di kesempatan berikutnya.<br />\nPoint 13: Dibagian bawah sendiri ada menu untuk menyertakan artikel kaskuser dengan sebuah Polling, kaskuser bisa memilih berapa lama polling ini muncul dan berakhir.<br />\nPoint 14: Apabila kaskuser merasa sudah/belum sesuai thread artikel yang kaskuser buat, kaskuser bisa melihat previewnya dengan klik menu preview.<br />\nPoint 15: Upload file, di menu kaskuser dibatasi ukuran 512 kb untuk mengupload sebuah file. jika lebih besar dari itu bisa diupload di hosting luar dengan size lebih besar dan sertakan linknya di dalam thread.<br />\nPoint 16: Create Thread, ini adalah menu terakhir untuk mempublikasikan thread/postingan artikel kaskuser. Klik Create Thread maka thread kaskuser akan terpublish di forum The Lounge ini.</em></b></span></span>\n\t\t\t\t</div><br />\n</div><br />\n<br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><span data-attr=\"face\" data-value=\"v_Book Antiqua\" style=\"font-family:Book Antiqua !important;\"><span data-attr=\"size\" data-value=\"v_4\" style=\"font-size:18px !important;\"><b><span data-attr=\"color\" data-value=\"v_red\" style=\"color:red !important;\">Demikian Panduan Cara Membuat Thread atau Postingan di Kaskus yang ane buat, semoga bisa membantu para member forum Kaskus semua. Terima kasih.</span></b></span></span><img src=\"https://s.kaskus.id/images/smilies/lebaran03.gif\" data-sceditor-emoticon=\":salaman\" border=\"0\" alt=\"emoticon-Salaman\" title=\"Salaman\"/> </div></div>",
                      "opText": "Quote: Quote: Maaf kalo Thread Ane : Spoiler for : Quote: Setelah ane lihat dan masukan dari beberapa moderator dan admin maka ane buat Panduan membuat thread atau postingan artikel di forum Kaskus ini. Masih banyak member, khususnya member baru dari Kaskus masih bingung untuk cara membuat thread di forum ini. ane buat panduan ini agar lebih mudah di mengerti. Quote: 1. Masuk dan klik menu Forum yang berada di kanan atas (sebelah Home) dan setelah itu akan muncul berbagai macam forum dan subforum. Pilih forum/subforum yang sesuai dengan artikel yang ingin kaskuser tulis atau buat. 2. Misalkan ane pilih forum The Lounge maka akan muncul subforum The Lounge, dan apabila artikel kaskuser berhubungan dengan forum tersebut tapi tidak ada di subforum bisa pilih subforum default yang berada di atasnya. 3. Kemudian klik menu Post New Thread pada kolom atas untuk membuat Thread atau Postingan Baru 4. Lalu muncul menu . Sebelum membuat thread harap dibaca notifikasi yang berada di bawah yg bertuliskan Tips: Jika sumber postingan berasal dari situs-situs berita semisal Detik, Merdeka.com dll. coba gunakan title yang sedikit berbeda. Jika postingan menyertakan gambar, ukuran harus tidak melebihi 512KB. 5. Sekarang kita mulai untuk membedah cara membuat thread dan cermati point atau angka-angkanya. Spoiler for : Point 1: Judul thread/artikel postingan kaskuser Point 2: Isi dari thread/artikel postingan kaskuser Point 3: Huruf B seperti office, yang artinya menebalkan tulisan. Penggunaannya sama dengan ketika menulis di word office Point 4: Huruf I miring gunanya untuk memiringkan tulisan artikel kaskuser. Point 5: Pada icon A dengan garis bawah adalah menu untuk membuat tulisan berwarna. Point 7: Pada logi A dengan arah panah keatas dan kebawah untuk mengubah ukuran font/huruf atau angka. Point 8: Pada logo ikon smile jika anda klik maka otomatis dibagian bawah menu thread akan muncul tiga menu ikon emoticon yang bisa dimunculkan di dalam thread. Pilih sesuai dengan selera kaskuser. Point 9: klik ikon gambar untuk memasukkan link gambar milik kaskuser. kaskuser harus mengupload ke image hosting seperti tinypic.com atau lainnya dulu dan kemudian pilih direct link layout pada tinypic tersebut dan pastekan kedalam menu image. Point 10: Pada ikon video, kaskuser bisa memasukkan link video seperti youtube, vimeo atau yang lainnya ke dalam menu media. Point 11: Pada ikon Insert didalam terdapat menu Quote, Spoiler, Code, Strike-through Point 12: Menu save draft dan delete draft, berguna untuk menyimpan thread artikel kaskuser apabila kaskuser belum sempat menyelesaikan atau memposting dan akan load otomatis ketika kaskuser membuat artikel baru di kesempatan berikutnya. Point 13: Dibagian bawah sendiri ada menu untuk menyertakan artikel kaskuser dengan sebuah Polling, kaskuser bisa memilih berapa lama polling ini muncul dan berakhir. Point 14: Apabila kaskuser merasa sudah/belum sesuai thread artikel yang kaskuser buat, kaskuser bisa melihat previewnya dengan klik menu preview. Point 15: Upload file, di menu kaskuser dibatasi ukuran 512 kb untuk mengupload sebuah file. jika lebih besar dari itu bisa diupload di hosting luar dengan size lebih besar dan sertakan linknya di dalam thread. Point 16: Create Thread, ini adalah menu terakhir untuk mempublikasikan thread/postingan artikel kaskuser. Klik Create Thread maka thread kaskuser akan terpublish di forum The Lounge ini. Quote: Demikian Panduan Cara Membuat Thread atau Postingan di Kaskus yang ane buat, semoga bisa membantu para member forum Kaskus semua. Terima kasih.",
                      "channel": {
                        "id": "4",
                        "name": "Entertainment"
                      },
                      "created": 1425556054,
                      "isSticky": false,
                      "threadId": "54f842560f8b46e4528b4569",
                      "community": {
                        "id": "21",
                        "icon": "https://s.kaskus.id/ficon/image-21.png",
                        "name": "The Lounge"
                      },
                      "thumbnail": "http://s.kaskus.id/images/2015/03/05/7706954_20150305064140.jpg",
                      "totalViews": 10496,
                      "totalReplies": 59
                    },
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/forum/{communityId}": {
      "get": {
        "operationId": "social_media_kaskus_forum",
        "summary": "Thread Sub-Forum",
        "description": "Daftar thread pada sebuah sub-forum/community.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/kaskus#reference-forum"
        },
        "parameters": [
          {
            "name": "communityId",
            "in": "path",
            "required": true,
            "description": "Community/sub-forum ID (mis. 21 = The Lounge) atau URL komunitas Kaskus",
            "schema": {
              "type": "string",
              "example": "21"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman daftar thread. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "limit": 20,
                    "total": 1099761,
                    "hasMore": true,
                    "threads": [
                      {
                        "url": "https://kask.us/iS7r0",
                        "slug": "swiss-diunggulkan-menang-juara-asia-qatar-siap-beri-kejutan-di-san-francisco",
                        "title": "Swiss Diunggulkan Menang, Juara Asia Qatar Siap Beri Kejutan di San Francisco",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2010/06/03/avatar1736634_2.gif",
                          "userId": "1736634",
                          "username": "cekienthunk"
                        },
                        "created": 1781346625,
                        "snippet": "SAN FRANCISCO – oponus.com Pertarungan sengit di Grup B Piala Dunia 2026 akan mempertemukan sang raksasa Eropa, Swiss melawan juara bertahan Piala Asia, Qatar. Laga yang krusial ini dijadwalkan berlangsung di Stadion Levi’s, San Francisco Bay Area, Amerika Serikat, pada Sabtu, 13 Juni 2026 waktu setempat. Bagi pencinta sepak bola di tanah air, bentrokan taktis ini disiarkan secara langsung dan eksklusif oleh Official Broadcaster TVRI pada Minggu, 14 Juni 2026 pukul 02.00 WIB. Misi Swiss Menjaga...",
                        "lastPost": {
                          "postId": "6a2d3141f281965cc009d976",
                          "created": 1781346625,
                          "username": "cekienthunk"
                        },
                        "threadId": "6a2d3141f281965cc009d975",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/1736634_3266_20260613052906.png",
                        "imageCount": 1,
                        "totalViews": 6,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7pp",
                        "slug": "mbg",
                        "title": "mbg",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/06/01/avatar11889837_1.gif",
                          "userId": "11889837",
                          "username": "fefufao"
                        },
                        "created": 1781248281,
                        "snippet": "sulit mencari kerjaan di sppg",
                        "lastPost": {
                          "postId": "6a2ce3f70ff007c24c07c639",
                          "created": 1781326839,
                          "username": "multimedia.ptrt"
                        },
                        "threadId": "6a2bb119d1a2299f6b0322c5",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "imageCount": 0,
                        "totalViews": 47,
                        "totalReplies": 3
                      },
                      {
                        "url": "https://kask.us/iS7pZ",
                        "slug": "punya-kekayaan-sebesar-apbn-lo-mau-ngapain",
                        "title": "Punya kekayaan sebesar APBN. Lo mau ngapain ?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2016/04/29/default.png",
                          "userId": "8699055",
                          "username": "komentatorbacod"
                        },
                        "created": 1781267847,
                        "snippet": "Habis liat woro woro di medsos saling adu jual negara A vs jual negara B tetiba rahang gw jatuh bengong liat adanya fakta ada 10 orang warga negara indonesia yg harta kekayaannya = 2 x APBN indonesia kira kira sebesar 10 ribu trilyun rupiah !! berarti satu orang kekayaannya 2000 triliyunan rasanya itu kira2 kaya .. satu negeri indonesia isinya elo dan keluarga kerabat kenalan lo doang. sisanya ? numpuk di ujung kulon daripada mikirin kapan gw bisa punya duit segitu mending menghayal apa yg akan...",
                        "lastPost": {
                          "postId": "6a2d3caf136773fd5c0226ab",
                          "created": 1781349551,
                          "username": "vanyilits"
                        },
                        "threadId": "6a2bfd876e83c954d40fd432",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "imageCount": 0,
                        "totalViews": 356,
                        "totalReplies": 18
                      },
                      {
                        "url": "https://kask.us/iS7qv",
                        "slug": "etika-menunduk-saat-berjalan-di-hadapan-orang",
                        "title": "Etika Menunduk Saat Berjalan di Hadapan Orang",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2025/09/05/avatar11829855_1.gif",
                          "userId": "11829855",
                          "username": "noviandini02979"
                        },
                        "created": 1781305164,
                        "snippet": "Dalam tradisi masyarakat Indonesia, khususnya pada acara lamaran pernikahan, terdapat etika yang mencerminkan kesopanan dan penghormatan, salah satunya adalah menundukkan badan atau sedikit membungkukkan diri saat berjalan di hadapan orang yang lebih tua atau para tamu yang sedang duduk. Sikap ini bukan sekadar kebiasaan, melainkan wujud adab yang menunjukkan rasa hormat, rendah hati, dan penghargaan kepada orang lain. Pada prosesi lamaran, momen ketika calon mempelai wanita atau anggota keluarga...",
                        "lastPost": {
                          "postId": "6a2ca4b9bd05994242094c79",
                          "created": 1781310649,
                          "username": "noviandini02979"
                        },
                        "threadId": "6a2c8f4c239bcc42c104f0c3",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/11829855_0614_20260613055501.jpg",
                        "imageCount": 2,
                        "totalViews": 45,
                        "totalReplies": 2
                      },
                      {
                        "url": "https://kask.us/iS7pz",
                        "slug": "buzzer-sekarang-makin-canggih-pakai-cara-halus-dan-mudah-menghipnotis-orang",
                        "title": "Buzzer Sekarang Makin Canggih, Pakai Cara Halus dan Mudah Menghipnotis Orang",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2022/01/27/avatar11160090_4.gif",
                          "userId": "11160090",
                          "username": "albyabby91"
                        },
                        "created": 1781252507,
                        "snippet": "Halo agan dan sista! Ketemu lagi. Kali ini saya mau bahas sesuatu yang mungkin juga adalah keresahan kita semua. Akhir-akhir ini saya liat fenomena buzzer di dunia maya mulai bertranformasi. Kalau dulu, buzzer identik dengan blak-blakan dan memihak pada kubu tertentu, sekarang beda. Mainnya lebih halus dan tidak mudah terdeteksi. Para pelakunya juga bukan hanya orang biasa, tapi para intelektual dan orang-orang yang pada makan bangku sekolahan. Yuk kita bahas sambil nyeruput kopi panas tanpa gula!...",
                        "lastPost": {
                          "postId": "6a2ccae6e8a20a65d8087718",
                          "created": 1781320422,
                          "username": "terracemagic"
                        },
                        "threadId": "6a2bc19b39447bcc59037311",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/12/3540_11160090_9929_20260612032030.jpg",
                        "imageCount": 1,
                        "totalViews": 548,
                        "totalReplies": 21
                      },
                      {
                        "url": "https://kask.us/iS7qL",
                        "slug": "pejabat-saat-ini-pelayan-yang-jadi-raja",
                        "title": "Pejabat Saat Ini, Pelayan Yang Jadi Raja!",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2016/10/14/avatar9235218_6.gif",
                          "userId": "9235218",
                          "username": "c4punk1950..."
                        },
                        "created": 1781320331,
                        "snippet": "Hi sobat Kaskus, Fenomena di mana pejabat pemerintah—yang secara normatif disebut sebagai \"pelayan publik\" (public servant)—justru bersikap seperti \"tuan\" atau penguasa, dipengaruhi oleh kombinasi faktor historis, kultural, dan sistemik yang sudah mengakar lama. ​Berikut adalah beberapa faktor utama mengapa anomali ini bisa terjadi: ​1. Warisan Budaya Feodalisme dan Kolonial. ​Sebelum menjadi republik, wilayah Indonesia terdiri dari kerajaan-kerajaan dengan struktur sosial feodal yang...",
                        "lastPost": {
                          "postId": "6a2cca8ca4d573325504f30b",
                          "created": 1781320331,
                          "username": "c4punk1950..."
                        },
                        "threadId": "6a2cca8ca4d573325504f30a",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/9020_9235218_6701_20260613100810.png",
                        "imageCount": 6,
                        "totalViews": 12,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7qB",
                        "slug": "piala-dunia-2026-siapa-jagoan-grup-a",
                        "title": "Piala Dunia 2026: Siapa Jagoan Grup A?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/05/03/avatar11885550_1.gif",
                          "userId": "11885550",
                          "username": "dewis7466191939"
                        },
                        "created": 1781314815,
                        "snippet": "Pertandingan pembuka Grup A Piala Dunia FIFA 2026 langsung menghadirkan persaingan yang ketat dan menarik perhatian jutaan penggemar sepak bola di seluruh dunia, termasuk Indonesia. Empat tim yang tergabung dalam Grup A yaitu 🇲🇽 Meksiko, 🇰🇷 Korea Selatan, 🇨🇿 Ceko, dan 🇿🇦 Afrika Selatan memulai perjalanan mereka dengan ambisi besar untuk lolos ke babak berikutnya. Pada laga pertama, Meksiko menunjukkan kualitasnya sebagai salah satu tim terkuat di grup dengan kemenangan meyakinkan...",
                        "lastPost": {
                          "postId": "6a2cb4ff70d99ca4490e87ee",
                          "created": 1781314815,
                          "username": "dewis7466191939"
                        },
                        "threadId": "6a2cb4ff70d99ca4490e87ed",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "imageCount": 0,
                        "totalViews": 16,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7qu",
                        "slug": "app-baru-snok-peta-interaktif-amp-short-video-untuk-jelajah-dunia-tanpa-batas",
                        "title": "[App Baru] Snok: Peta Interaktif & Short Video untuk Jelajah Dunia Tanpa Batas!",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/03/21/default.png",
                          "userId": "11875358",
                          "username": "saa484463209"
                        },
                        "created": 1781305081,
                        "snippet": "https://s.kaskus.id/images/2026/06/13/11875358_349_20260613055536.png;https://s.kaskus.id/images/2026/06/13/11875358_7202_20260613055638.png;https://s.kaskus.id/images/2026/06/13/11875358_3527_20260613055736.pngHalo Agan-agan Kaskuser! 🗺️🎬 Buat kalian yang suka jalan-jalan, gabut, atau pengen tahu ada kejadian seru apa saja di sekitar kalian, ane mau ngenalin sebuah aplikasi Android baru buatan sendiri bernama Snok. Aplikasi ini beda dari yang lain, karena menggabungkan Peta Interaktif (Maps)...",
                        "lastPost": {
                          "postId": "6a2c8ef9ec0498e10803e212",
                          "created": 1781305081,
                          "username": "saa484463209"
                        },
                        "threadId": "6a2c8ef9ec0498e10803e211",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/11875358_349_20260613055536.png",
                        "imageCount": 3,
                        "totalViews": 19,
                        "totalReplies": 0
                      }
                    ],
                    "nextPage": 2,
                    "community": {
                      "id": "21",
                      "name": "The Lounge"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/profile/{userId}": {
      "get": {
        "operationId": "social_media_kaskus_profile",
        "summary": "Profil User",
        "description": "Profil user Kaskus + thread miliknya.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/kaskus#reference-profile"
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "description": "User ID (numeric) atau URL profile Kaskus",
            "schema": {
              "type": "string",
              "example": "7706954"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman thread user. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "user": {
                      "cover": "https://s.kaskus.id/assets/web_1.0/images/placeholder-cover-image.png",
                      "title": "newbie",
                      "avatar": "https://s.kaskus.id/user/avatar/2015/02/25/avatar7706954_1.gif",
                      "userId": "7706954",
                      "joinDate": 1424871963,
                      "username": "jonijayakusuma",
                      "biography": "my love the friends",
                      "reputation": 24,
                      "totalPosts": 80,
                      "displayName": "jonijayakusuma",
                      "totalThreads": 12,
                      "totalFollowers": 4,
                      "totalFollowing": 2,
                      "reputationTitle": "sedang di jalan yg benar"
                    },
                    "total": 12,
                    "hasMore": false,
                    "threads": [
                      {
                        "url": "https://kask.us/hXtNU",
                        "title": "Panduan Cara Membuat Thread KasKus",
                        "created": 1425556054,
                        "threadId": "54f842560f8b46e4528b4569",
                        "community": "The Lounge",
                        "totalViews": 10497,
                        "totalReplies": 59
                      },
                      {
                        "url": "https://kask.us/hYMjS",
                        "title": "Pengen Tau Soal Hukuman Mati Gan? piramida version",
                        "created": 1427438006,
                        "threadId": "5514f9b6c1cb176f278b4571",
                        "community": "The Lounge",
                        "totalViews": 1715,
                        "totalReplies": 5
                      },
                      {
                        "url": "https://kask.us/hYcKJ",
                        "title": "4 Fakta unik penelitian soal jenglot",
                        "created": 1426586495,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "totalViews": 11834,
                        "totalReplies": 72
                      },
                      {
                        "url": "https://kask.us/hXqdd",
                        "title": "Lamborghini Aventador SV Unveiled In Geneva",
                        "created": 1425479062,
                        "threadId": "54f7159698e31b075a8b4568",
                        "community": "The Lounge",
                        "totalViews": 2156,
                        "totalReplies": 11
                      },
                      {
                        "url": "https://kask.us/hXQqp",
                        "title": "Daftar Produsen Energi Terbesar di Muka Bumi",
                        "created": 1426065566,
                        "threadId": "5500089ec2cb17a72d8b4572",
                        "community": "The Lounge",
                        "totalViews": 2092,
                        "totalReplies": 22
                      },
                      {
                        "url": "https://kask.us/hW0nz",
                        "title": "terdapat id penghasut",
                        "created": 1424892838,
                        "threadId": "54ee23a6bccb17b41a8b4575",
                        "community": "Kritik, Saran, Pertanyaan Seputar KASKUS",
                        "totalViews": 1363,
                        "totalReplies": 15
                      },
                      {
                        "url": "https://kask.us/hXlve",
                        "title": "BARU countributor",
                        "created": 1425381545,
                        "threadId": "54f598a9bfcb1777758b456a",
                        "community": "The Lounge",
                        "totalViews": 417,
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/hW0o9",
                        "title": "cara dapat melihat cendol fullbar",
                        "created": 1424894798,
                        "threadId": "54ee2b4e0e8b46720b000000",
                        "community": "Buat Latihan Posting",
                        "totalViews": 345,
                        "totalReplies": 8
                      }
                    ],
                    "nextPage": null
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/feed": {
      "get": {
        "operationId": "social_media_lahelu_feed",
        "summary": "Feed / Pencarian",
        "description": "Feed Lahelu — pencarian (query), hashtag, atau feed tersortir.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/lahelu#reference-feed"
        },
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": false,
            "description": "Kata kunci pencarian post. Jika diisi -> mode search.",
            "schema": {
              "type": "string",
              "example": "meme absurd"
            }
          },
          {
            "name": "hashtag",
            "in": "query",
            "required": false,
            "description": "Filter post by hashtag (tanpa #). Diabaikan jika `query` diisi.",
            "schema": {
              "type": "string",
              "example": "absurd"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Urutan feed default (kalau tanpa query/hashtag). Default 'hot'.",
            "schema": {
              "type": "string",
              "enum": [
                "fresh",
                "hot",
                "top"
              ],
              "example": "hot"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman (1,2,3...). Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "mode": "search",
                    "page": 1,
                    "posts": [
                      {
                        "url": "https://lahelu.com/post/POTYCNYVo",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781318109064-bd40f418-6d97-454c-bfeb-da11ce0147ea.mp4",
                        "title": "Meme absurd hari ini",
                        "author": {
                          "avatar": "https://cache.lahelu.com/106770c4-9509-4ec5-bc34-bdd5065bcd57.webp",
                          "userId": "UuiY1EFP3",
                          "fullName": "cukuruk",
                          "username": "cukuruk"
                        },
                        "postId": "POTYCNYVo",
                        "hashtags": [
                          "absurd",
                          "meme",
                          "non-ori"
                        ],
                        "mediaType": "video",
                        "createTime": 1781318076035,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 1,
                        "totalComments": 0,
                        "mediaThumbnail": "https://cache.lahelu.com/018a360d-f1de-4770-afdc-dcce02151ee7.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PQCOl4BUE",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781178989641-11137e2f-422f-4081-9c9f-9ba07882d656.mp4",
                        "title": "Basa Jawa Dan Muflis (Orang Yang Bangkrut) #meme #basajawa #halal #halalmeme #muflis",
                        "author": {
                          "avatar": "https://lh3.googleusercontent.com/a/AGNmyxat7AU801ZhxSqRixjYKlbGAyD9fklR6YXiLgKHTw=s96-c",
                          "userId": "U4lt6oHz4",
                          "fullName": "bimaaulama7355314",
                          "username": "bimaaulama7355314"
                        },
                        "postId": "PQCOl4BUE",
                        "hashtags": [
                          "basa-jawa",
                          "halal",
                          "muflis"
                        ],
                        "mediaType": "video",
                        "createTime": 1781178980391,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 5,
                        "totalComments": 1,
                        "mediaThumbnail": "https://cache.lahelu.com/d632fc18-632c-467e-801e-e799deb83428.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PvVmRYV2n",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781172435295-85ab0aed-2722-41fc-a268-9ec0aa529fe3.mp4",
                        "title": "Meme lama 🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/5aec8090-8563-49b7-a45a-76c4783a5219.webp",
                          "userId": "UoYQQ0rOC",
                          "fullName": "dr.greyline",
                          "username": "dr.greyline"
                        },
                        "postId": "PvVmRYV2n",
                        "hashtags": [
                          "anime"
                        ],
                        "mediaType": "video",
                        "createTime": 1781172430820,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 4,
                        "totalComments": 2,
                        "mediaThumbnail": "https://cache.lahelu.com/bd930a0a-bb9a-4e09-b2e0-b3607c02c0b9.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PmmsfSHiX",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781166200070-c1aaee62-359b-4086-b84b-0a5ba31b6bed.mp4",
                        "title": "Meme tentang nilai hasil ulangan🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/f8b1e8d4-a0d2-4c84-b4c5-dcf0d9cc18dc.webp",
                          "userId": "UMcA0rnGz",
                          "fullName": "penerjun_indo",
                          "username": "penerjun_indo"
                        },
                        "postId": "PmmsfSHiX",
                        "hashtags": [
                          "sekolah"
                        ],
                        "mediaType": "video",
                        "createTime": 1781166193013,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 4,
                        "totalComments": 0,
                        "mediaThumbnail": "https://cache.lahelu.com/4f7a3ee2-2faa-461e-bdd3-3ffb6f39abbd.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P0srNUqkt",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781140791038-bc86b2b8-6413-4d40-928c-40d4a1534c07.webp",
                        "title": "Meme fantasy lagi",
                        "author": {
                          "avatar": "https://cache.lahelu.com/604c58a5-e7fa-47c6-adcc-f2a89e14a719.webp",
                          "userId": "UCadtNmHQ",
                          "fullName": "alaric_bornaparte",
                          "username": "alaric_bornaparte"
                        },
                        "postId": "P0srNUqkt",
                        "hashtags": [
                          "funny"
                        ],
                        "mediaType": "text",
                        "createTime": 1781140790530,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 5,
                        "totalComments": 0,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PeuhaDCW0",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781089940520-eb082a0a-8244-40a0-bc7e-3a198d19f7b6.mp4",
                        "title": "Meme bahasa baku",
                        "author": {
                          "avatar": "",
                          "userId": "UCI0LANzH",
                          "fullName": "mnaufaln05185",
                          "username": "mnaufaln05185"
                        },
                        "postId": "PeuhaDCW0",
                        "hashtags": [
                          "random"
                        ],
                        "mediaType": "video",
                        "createTime": 1781089931456,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 4,
                        "totalComments": 1,
                        "mediaThumbnail": "https://cache.lahelu.com/adbb99cd-f958-4522-b377-1295dd25c489.webp",
                        "totalDownvotes": 0
                      }
                    ],
                    "query": "meme",
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/profile/{username}": {
      "get": {
        "operationId": "social_media_lahelu_profile",
        "summary": "Profil User",
        "description": "Profil user Lahelu berdasarkan username.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/lahelu#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (dengan/tanpa @) atau full URL profil",
            "schema": {
              "type": "string",
              "example": "valt_pipas2"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "profile": {
                      "url": "https://lahelu.com/user/valt_pipas2",
                      "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                      "isPlus": false,
                      "userId": "Uf8UXgiy0",
                      "fullName": "valt_pipas2",
                      "username": "valt_pipas2",
                      "privilege": 0,
                      "createTime": 1709299109366,
                      "totalCoins": 0,
                      "totalPosts": 34,
                      "description": "I'm legend of legend☝️🗿\r\nNama: valt\r\nUsia: 11(yang ytta aja😹)\r\nHobi: meme dan Beyblade🪁\r\nAkun baru dari @valt.pipas @valkryie_all  btw :v",
                      "totalUpvotes": 2860,
                      "upvotesByTag": {
                        "sus": 70,
                        "dark": 183,
                        "anime": 181,
                        "absurd": 1263,
                        "random": 66,
                        "relate": 1019,
                        "sarcasm": 59
                      },
                      "totalDownvotes": 33,
                      "totalReferrals": 0
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/post/{postId}": {
      "get": {
        "operationId": "social_media_lahelu_post",
        "summary": "Detail Post",
        "description": "Detail satu post Lahelu beserta media, author, dan topik.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/lahelu#reference-post"
        },
        "parameters": [
          {
            "name": "postId",
            "in": "path",
            "required": true,
            "description": "Post ID atau full URL post (mis. https://lahelu.com/post/PVxJKCvPY)",
            "schema": {
              "type": "string",
              "example": "PVxJKCvPY"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "post": {
                      "url": "https://lahelu.com/post/PVxJKCvPY",
                      "media": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4",
                      "title": "Emperor Angga 🫡",
                      "topic": {
                        "media": "https://cache.lahelu.com/8827891b-8421-441f-8490-52042f6bd709.webp",
                        "title": "meme seadanya",
                        "topicId": "TilZhCNnp",
                        "description": "bebas kalian mau ngapain aja disini",
                        "totalMembers": 116
                      },
                      "author": {
                        "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                        "isPlus": false,
                        "userId": "Uf8UXgiy0",
                        "fullName": "valt_pipas2",
                        "username": "valt_pipas2",
                        "totalPosts": 34,
                        "description": "I'm legend of legend☝️🗿\r\nNama: valt\r\nUsia: 11(yang ytta aja😹)\r\nHobi: meme dan Beyblade🪁\r\nAkun baru dari @valt.pipas @valkryie_all  btw :v",
                        "totalUpvotes": 2860,
                        "totalDownvotes": 33
                      },
                      "postId": "PVxJKCvPY",
                      "content": [
                        {
                          "type": "video",
                          "value": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4",
                          "width": 406,
                          "height": 720
                        },
                        {
                          "type": "image",
                          "value": "https://cache.lahelu.com/55cb5162-76d3-4721-a7c9-c15f006764a4.webp"
                        },
                        {
                          "type": "media",
                          "value": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4"
                        }
                      ],
                      "country": "ID",
                      "hashtags": [
                        "menyentuh",
                        "kasus",
                        "anak-sd",
                        "king-angga",
                        "bukan-beyblade"
                      ],
                      "mediaType": "video",
                      "createTime": 1781246835508,
                      "mediaWidth": 406,
                      "totalCoins": 0,
                      "isSensitive": false,
                      "mediaHeight": 720,
                      "totalUpvotes": 21,
                      "totalComments": 5,
                      "mediaThumbnail": "https://cache.lahelu.com/55cb5162-76d3-4721-a7c9-c15f006764a4.webp",
                      "totalDownvotes": 0
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/posts/{username}": {
      "get": {
        "operationId": "social_media_lahelu_posts",
        "summary": "Postingan User",
        "description": "Daftar postingan milik seorang user (username atau userId).",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/lahelu#reference-posts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (dengan/tanpa @), full URL profil, atau userId mentah (mis. Uf8UXgiy0)",
            "schema": {
              "type": "string",
              "example": "valt_pipas2"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman (1,2,3...). Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "posts": [
                      {
                        "url": "https://lahelu.com/post/P3QvnsccB",
                        "media": "https://cache.lahelu.com/image-P3QvnsccB-61110",
                        "title": "Jir, ini buat sunat atau buat motong kayu💀",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "P3QvnsccB",
                        "hashtags": [
                          "dark",
                          "sunat",
                          "random-post",
                          "what-the-hell",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710227015186,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 183,
                        "totalComments": 56,
                        "mediaThumbnail": "",
                        "totalDownvotes": 2
                      },
                      {
                        "url": "https://lahelu.com/post/PR2vi0JBJ",
                        "media": "https://cache.lahelu.com/image-PR2vi0JBJ-57795",
                        "title": "Ya begitulah🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "PR2vi0JBJ",
                        "hashtags": [
                          "relate",
                          "meme-random",
                          "mimpi-random",
                          "gajelas",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710396449860,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 16,
                        "totalComments": 1,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P5iUqTRcs",
                        "media": "https://cache.lahelu.com/image-P5iUqTRcs-56575",
                        "title": "Gak gitu juga konsepnya🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "P5iUqTRcs",
                        "hashtags": [
                          "relate",
                          "meme",
                          "liat-pake-mata",
                          "bukan-pake-mata",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710483500814,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 18,
                        "totalComments": 4,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PJtI8k2ca",
                        "media": "https://cache.lahelu.com/video-PJtI8k2ca-78236",
                        "title": "Warga: 🤫🧏",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "PJtI8k2ca",
                        "hashtags": [
                          "absurd",
                          "sahur",
                          "mewing",
                          "ramadhan",
                          "bukan-beyblade"
                        ],
                        "mediaType": "video",
                        "createTime": 1710655807780,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 172,
                        "totalComments": 29,
                        "mediaThumbnail": "https://cache.lahelu.com/thumbnail-PJtI8k2ca-21980",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P91NlQhk0",
                        "media": "https://cache.lahelu.com/image-P91NlQhk0-96086",
                        "title": "Namanya juga gak sengaja🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "P91NlQhk0",
                        "hashtags": [
                          "absurd",
                          "random-post",
                          "gak-sengaja",
                          "puasa",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710742484237,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 173,
                        "totalComments": 30,
                        "mediaThumbnail": "",
                        "totalDownvotes": 4
                      },
                      {
                        "url": "https://lahelu.com/post/PKrxQZctW",
                        "media": "https://cache.lahelu.com/image-PKrxQZctW-97104",
                        "title": "Minuman yang Cocok buat berbuka😁👍",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "PKrxQZctW",
                        "hashtags": [
                          "absurd",
                          "random-post",
                          "minuman",
                          "buka-puasa",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710829717416,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 155,
                        "totalComments": 60,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      }
                    ],
                    "userId": "Uf8UXgiy0",
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/comments/{postId}": {
      "get": {
        "operationId": "social_media_lahelu_comments",
        "summary": "Komentar",
        "description": "Komentar top-level sebuah post (atau balasan bila commentId diisi).",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/lahelu#reference-comments"
        },
        "parameters": [
          {
            "name": "postId",
            "in": "path",
            "required": true,
            "description": "Post ID atau full URL post",
            "schema": {
              "type": "string",
              "example": "PVxJKCvPY"
            }
          },
          {
            "name": "commentId",
            "in": "query",
            "required": false,
            "description": "Jika diisi, ambil replies dari comment ini (bukan top-level)",
            "schema": {
              "type": "string",
              "example": "ConSSyjZK8hX"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman (1,2,3...). Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "hasMore": false,
                    "comments": [
                      {
                        "text": "Emperor Angga 🫡",
                        "author": {
                          "avatar": "https://cache.lahelu.com/5ab338cb-6f5f-47cb-aa37-530811b4dbed.webp",
                          "userId": "U3rk3DlqB",
                          "fullName": "mark_grayson",
                          "username": "mark_grayson"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "ConSSyjZK8hX",
                        "createTime": 1781249620190,
                        "totalCoins": 0,
                        "totalLikes": 1,
                        "totalReplies": 0
                      },
                      {
                        "text": "Dia selamat kan ibu nya yang diperkosa tapi dia dibac**",
                        "author": {
                          "avatar": "",
                          "userId": "USPAaIce9",
                          "fullName": "riskigame7773459",
                          "username": "riskigame7773459"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CyqmQVdgVA5B",
                        "createTime": 1781253200365,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      },
                      {
                        "text": "Respect for emperor Angga",
                        "media": [
                          "https://cache.lahelu.com/permanent/comment-image-bayu-skak.webp"
                        ],
                        "author": {
                          "avatar": "https://cache.lahelu.com/27dc69a1-834a-42f2-b32b-b98f8f7c8451.webp",
                          "userId": "UFPdeSkQj",
                          "fullName": "genrewtf67",
                          "username": "genrewtf67"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CR7Zqi6xybyz",
                        "createTime": 1781259362829,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      },
                      {
                        "text": "🕊",
                        "author": {
                          "avatar": "https://cache.lahelu.com/f2cf8a34-2b6b-4a8f-97d1-1297686e3603.webp",
                          "userId": "U68NRCkv6",
                          "fullName": "nazx",
                          "username": "nazx"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CRiMbpCzi3Hx",
                        "createTime": 1781317041906,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      },
                      {
                        "text": "Respect the king lord emperor Rangga",
                        "author": {
                          "avatar": "https://cache.lahelu.com/712bac99-3979-434e-8241-7804bc0a166b.webp",
                          "userId": "Ul68MDqhm",
                          "fullName": "king_of_revese",
                          "username": "king_of_revese"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CDxk0jqlleGs",
                        "createTime": 1781318363774,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      }
                    ],
                    "nextPage": null
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:linkedin-scraper/profile/{username}": {
      "get": {
        "operationId": "social_media_linkedin_scraper_profile",
        "summary": "Get Profile",
        "description": "Public LinkedIn profile - headline, location, experience, education, languages, follower count.",
        "tags": [
          "LinkedIn Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/linkedin-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Vanity slug (with/without @) or full LinkedIn profile URL",
            "schema": {
              "type": "string",
              "example": "sandhikagalih"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "avatar": "https://media.licdn.com/dms/image/v2/D5603AQHlBeFa8NvpJw/profile-displayphoto-shrink_200_200/B56ZTMiH.vGoAk-/0/1738598285693?e=2147483647&v=beta&t=KXSkFxtCxQvBnAWWy1t-grgKBg-nEiLuGXYvu2jOT6w",
                    "fullName": "Sandhika Galih",
                    "headline": "Lecturer | Creator | Google Developer Expert",
                    "location": "Bandung, West Java, Indonesia",
                    "username": "sandhikagalih",
                    "education": [
                      {
                        "degree": "Bachelor of Engineering",
                        "school": "Universitas Pasundan",
                        "endDate": "2008",
                        "location": "",
                        "schoolUrl": "https://id.linkedin.com/school/pasundanuniversity/",
                        "startDate": "2004",
                        "description": "Bachelor of Engineering, Informatics. Study in Web Application Development"
                      },
                      {
                        "degree": "Master of Engineering",
                        "school": "Institut Teknologi Bandung (ITB)",
                        "endDate": "2011",
                        "location": "",
                        "schoolUrl": "https://id.linkedin.com/school/itb/",
                        "startDate": "2009",
                        "description": "Master of Engineering, Information Technology. Research in Usability and User Experience Framework for Web Application Development"
                      },
                      {
                        "degree": "",
                        "school": "Universitas Katolik Parahyangan (UNPAR)",
                        "endDate": "2004",
                        "location": "",
                        "schoolUrl": "https://id.linkedin.com/school/universitas-katolik-parahyangan-unpar/",
                        "startDate": "2002",
                        "description": ""
                      }
                    ],
                    "languages": [
                      "English",
                      "Bahasa Indonesia",
                      "Sundanese"
                    ],
                    "experience": [
                      {
                        "title": "Co-Founder & Chief Academic Officer",
                        "company": "WPU Course",
                        "endDate": "",
                        "location": "Bandung, West Java, Indonesia",
                        "startDate": "Sep 2024",
                        "companyUrl": "https://id.linkedin.com/company/wpu-course",
                        "description": ""
                      },
                      {
                        "title": "Google Developer Expert (Web & UI)",
                        "company": "Google Developer Experts",
                        "endDate": "",
                        "location": "",
                        "startDate": "Oct 2023",
                        "companyUrl": "https://www.linkedin.com/company/experts-program",
                        "description": ""
                      },
                      {
                        "title": "Founder",
                        "company": "WPU | YouTube Channel",
                        "endDate": "",
                        "location": "Bandung Area, West Java, Indonesia",
                        "startDate": "Jan 2015",
                        "companyUrl": "https://id.linkedin.com/company/webprogrammingunpas",
                        "description": "I teach online course about web design, web programming and web technology in general"
                      },
                      {
                        "title": "Lecturer",
                        "company": "Universitas Pasundan",
                        "endDate": "",
                        "location": "Bandung Area, West Java, Indonesia",
                        "startDate": "2008",
                        "companyUrl": "https://id.linkedin.com/school/pasundanuniversity/",
                        "description": "- Delivering lectures, seminars and tutorials\n- Developing and implementing new methods of teaching\n- Designing, preparing and developing teaching materials\n- Assessing students coursework\n- Help and advice students to plan their academical route throughout semesters\n- Writing up research and preparing it for publication\n- Supervising students' research activities\n- Coding, coding, and a lot of coding.."
                      },
                      {
                        "title": "Web Programming (IT304)",
                        "company": "Universitas Pasundan",
                        "endDate": "",
                        "location": "Bandung Area, West Java, Indonesia",
                        "startDate": "2008",
                        "companyUrl": "https://id.linkedin.com/school/pasundanuniversity/",
                        "description": "Introduction to Dynamic Web Programming. Web page are no longer written in static HTML but instead generated by scripts and database calls. User Interface are more seamless, with technology like AJAX to replace traditional page reloads. This course teaches student to build websites using language like PHP, MySQL, JQuery, XML, JSON."
                      },
                      {
                        "title": "Internet and Web Technology (IT201)",
                        "company": "Universitas Pasundan",
                        "endDate": "",
                        "location": "Bandung Area, West Java, Indonesia",
                        "startDate": "2008",
                        "companyUrl": "https://id.linkedin.com/school/pasundanuniversity/",
                        "description": "Introduction to Static Web Programming using such languages as HTML, HTML5, CSS, CSS3, Javascript and JQuery to produce not only an aestethic, usable and user friendly but also a valid web page.\n\nyou can also check my youtube channel (WebProgrammingUNPAS) to see the videos on my course."
                      },
                      {
                        "title": "Pengantar Intelejensia Buatan / Introduction to Artificial Intelligence (IT507)",
                        "company": "Universitas Pasundan",
                        "endDate": "2014",
                        "location": "Bandung Area, West Java, Indonesia",
                        "startDate": "2013",
                        "companyUrl": "https://id.linkedin.com/school/pasundanuniversity/",
                        "description": "￼Concepts, representations, and techniques used in building practical computational systems (agents) through the use of adaptive information processing algorithms. Topics: history of AI, reactive systems, heuristic search, planning, constraint satisfaction, knowledge representation and Fuzzy Systems\n￼"
                      },
                      {
                        "title": "Sistem Multimedia / Multimedia Systems (IT403)",
                        "company": "Universitas Pasundan",
                        "endDate": "2013",
                        "location": "Bandung Area, West Java, Indonesia",
                        "startDate": "2009",
                        "companyUrl": "https://id.linkedin.com/school/pasundanuniversity/",
                        "description": "A course that study about the different elements involved in the creation of multimedia applications. Topics include color theory, image design and processing, animation, video production, and interactive presentations. Students produce a promotional multimedia products such as posters, radio jingle and video commercial as a final project at the end of the semester."
                      }
                    ],
                    "profileUrl": "https://id.linkedin.com/in/sandhikagalih",
                    "connections": "500+",
                    "followerCount": 141065,
                    "organizations": [
                      "APTIKOM",
                      "IEEE"
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:linkedin-scraper/company/{company}": {
      "get": {
        "operationId": "social_media_linkedin_scraper_company",
        "summary": "Get Company",
        "description": "Public LinkedIn company page - description, employee count, address, recent posts.",
        "tags": [
          "LinkedIn Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/linkedin-scraper#reference-company"
        },
        "parameters": [
          {
            "name": "company",
            "in": "path",
            "required": true,
            "description": "Company vanity slug (with/without @) or full LinkedIn company URL",
            "schema": {
              "type": "string",
              "example": "google"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.linkedin.com/company/microsoft",
                    "logo": "https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_200_200/B56ZYQ0mrGGoAM-/0/1744038948046/microsoft_logo?e=2147483647&v=beta&t=ts9MGrTk7Lz3R1bmAfzCL8euuuuPWPCoXfdiLA2_IzM",
                    "name": "Microsoft",
                    "website": "https://news.microsoft.com/",
                    "location": "Redmond, Washington, US",
                    "description": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \n\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.",
                    "recentPosts": [],
                    "employeeCount": 233178,
                    "streetAddress": "1 Microsoft Way"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:linkedin-scraper/jobs": {
      "get": {
        "operationId": "social_media_linkedin_scraper_jobs",
        "summary": "Search Jobs",
        "description": "Search LinkedIn job postings by keywords and location.",
        "tags": [
          "LinkedIn Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/linkedin-scraper#reference-jobs"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": true,
            "description": "Job title, skill, or company",
            "schema": {
              "type": "string",
              "example": "software engineer"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": false,
            "description": "Location filter",
            "schema": {
              "type": "string",
              "example": "Jakarta"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1, 25 results/page",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 60,
                    "items": [
                      {
                        "url": "https://www.linkedin.com/jobs/view/4433041801",
                        "logo": "https://media.licdn.com/dms/image/v2/D560BAQG2_xeGe8WJ5w/company-logo_100_100/B56ZfTLOf3GoAQ-/0/1751594627904/solve_education__logo?e=2147483647&v=beta&t=GRPTp1vGPoxMWrDQIBT2KluePBSgczGYNfu7tzWp-dc",
                        "jobId": "4433041801",
                        "title": "Backend Engineer",
                        "company": "Solve Education!",
                        "location": "Bandung, Banten, Indonesia",
                        "postedAt": "2026-06-25",
                        "companyUrl": "https://id.linkedin.com/company/solve-education-"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4433036910",
                        "logo": "https://media.licdn.com/dms/image/v2/D560BAQG2_xeGe8WJ5w/company-logo_100_100/B56ZfTLOf3GoAQ-/0/1751594627904/solve_education__logo?e=2147483647&v=beta&t=GRPTp1vGPoxMWrDQIBT2KluePBSgczGYNfu7tzWp-dc",
                        "jobId": "4433036910",
                        "title": "Full-Stack Software Engineer",
                        "company": "Solve Education!",
                        "location": "Bandung, Banten, Indonesia",
                        "postedAt": "2026-06-25",
                        "companyUrl": "https://id.linkedin.com/company/solve-education-"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4443139570",
                        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzo-2vZadrfA/company-logo_100_100/B56ZcVaqleG0AQ-/0/1748411001766/straitsx_logo?e=2147483647&v=beta&t=a6HI4z7sBN12CKiKbr3I32Xy-cqA7gyfvzKMs9YJwxA",
                        "jobId": "4443139570",
                        "title": "Software Engineer, Engineering Excellence",
                        "company": "StraitsX",
                        "location": "Jakarta, Jakarta, Indonesia",
                        "postedAt": "2026-07-22",
                        "companyUrl": "https://sg.linkedin.com/company/straitsx"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4440282133",
                        "logo": "https://media.licdn.com/dms/image/v2/C560BAQGYdFrdPT9ppw/company-logo_100_100/company-logo_100_100/0/1661705620592/sirclo_logo?e=2147483647&v=beta&t=vQZBGLuqdjH7hEn2VbdiwkAnCVaviDyOvEhjhRjwiM8",
                        "jobId": "4440282133",
                        "title": "Software Engineer",
                        "company": "SIRCLO",
                        "location": "Jakarta, Jakarta, Indonesia",
                        "postedAt": "2026-07-15",
                        "companyUrl": "https://id.linkedin.com/company/sirclo"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4368626902",
                        "logo": "https://media.licdn.com/dms/image/v2/D560BAQGVMCtZI47KAw/company-logo_100_100/company-logo_100_100/0/1720744199970/beca_logo?e=2147483647&v=beta&t=vHBDeprjbc4gfNbmUiUzA1eWRqGf1UPCmisMu-giHms",
                        "jobId": "4368626902",
                        "title": "Software Engineer",
                        "company": "Beca",
                        "location": "Jakarta, Jakarta, Indonesia",
                        "postedAt": "2026-02-03",
                        "companyUrl": "https://nz.linkedin.com/company/beca"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4336719021",
                        "logo": "https://media.licdn.com/dms/image/v2/D560BAQE1jHTV9MYtEA/company-logo_100_100/company-logo_100_100/0/1667277070391/cermati_logo?e=2147483647&v=beta&t=swPWrZeiKC9iHHcMfkBCG6HnKfXrAonHh1eS8jmRxSE",
                        "jobId": "4336719021",
                        "title": "Software Engineer - Infrastructure",
                        "company": "Cermati.com",
                        "location": "Jakarta, Jakarta, Indonesia",
                        "postedAt": "2025-11-18",
                        "companyUrl": "https://id.linkedin.com/company/cermati"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4437737029",
                        "logo": "https://media.licdn.com/dms/image/v2/C510BAQGC-91AXtMCHQ/company-logo_100_100/company-logo_100_100/0/1630587700092/pt_bukalapak_com_logo?e=2147483647&v=beta&t=ZPsOYyJa9VeHz9FPefdg4VEz04U4fBwr_tkKqB4FSuU",
                        "jobId": "4437737029",
                        "title": "Software Engineer",
                        "company": "Bukalapak",
                        "location": "Jakarta, Indonesia",
                        "postedAt": "2026-07-07",
                        "companyUrl": "https://id.linkedin.com/company/pt-bukalapak-com"
                      },
                      {
                        "url": "https://www.linkedin.com/jobs/view/4440388979",
                        "logo": "https://media.licdn.com/dms/image/v2/C560BAQFZ9QNw4sgm8Q/company-logo_100_100/company-logo_100_100/0/1630659619900?e=2147483647&v=beta&t=YG0E_LPPRtAyhm-3j8wNxTpW_WW8a430GKAeWPE1uaM",
                        "jobId": "4440388979",
                        "title": "Software Engineer",
                        "company": "Arista Group",
                        "location": "Jakarta, Indonesia",
                        "postedAt": "2026-07-14",
                        "companyUrl": "https://id.linkedin.com/company/arista-group-indonesia"
                      }
                    ],
                    "query": "software engineer",
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:linkedin-scraper/job/{jobId}": {
      "get": {
        "operationId": "social_media_linkedin_scraper_job",
        "summary": "Get Job Detail",
        "description": "Single LinkedIn job posting detail - description, criteria, applicant count.",
        "tags": [
          "LinkedIn Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/linkedin-scraper#reference-job"
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "description": "Numeric job ID, or the full /jobs/view/... URL",
            "schema": {
              "type": "string",
              "example": "4412034983"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.linkedin.com/jobs/view/4412034983",
                    "jobId": "4412034983",
                    "title": "Software Engineer I",
                    "company": "Sony Interactive Entertainment",
                    "location": "Los Angeles Metropolitan Area",
                    "postedAgo": "3 hours ago",
                    "applicants": "Over 200 applicants",
                    "companyUrl": "https://www.linkedin.com/company/sony-interactive-entertainment-llc",
                    "industries": "Software Development, Consumer Services, and Entertainment Providers",
                    "description": "Why Sony Interactive Entertainment?\n\nSony Interactive Entertainment isn’t just the Best Place to Play — it’s also the Best Place to Work. Sony Interactive Entertainment (SIE) is the company behind the PlayStation brand. As a subsidiary of Sony Group Corporation, we’re part of a proud legacy of innovation and excellence. SIE is a dynamic technology company, delivering cutting-edge hardware and network services to more than 100 million people and an entertainment leader, home to some of the most beloved and recognizable intellectual properties (IP) in the world. Our role at SIE is to create and nurture the experiences under the PlayStation brand, a name synonymous with entertainment excellence and creativity.\n\nPassionate about data-driven insights and being part of teams that build scalable telemetry solutions that impact millions? We're looking for a Full Stack Software Engineer to join our Unified Telemetry team. This role involves creating seamless and secure solutions and ensuring delivery of exceptional user experiences. As a full-stack developer, you will work across the stack, contributing to both the front-end and back-end architecture and implementation. This is an opportunity to participate in a fun, demanding, fast-paced environment for individuals who thrive on new challenges and creative solutions.\n\nResponsibilities\n\nCollaborate with other Front-End Engineers, Data Platform engineers and develop dynamic, responsive and user-friendly applications. Work with Product Owners and Product Managers to understand feature requirements, gather technical requirements, and develop new features Create and maintain documentation of application design, configuration and maintenance. Provide accurate timelines for specific tasks assigned. \n\nRequired Qualifications\n\nBachelor's degree or equivalent Proficiency in TypeScript and JavaScript; React/ReactNative experience is a strong plus. Understanding of server-side and cloud technologies, including Kubernetes and data management systems. Familiarity with telemetry, data pipelines, and other data tools used for large-scale systems. Desire to collaborate and to develop strong and positive team relationships Experience/Ability in writing maintainable tests to ensure code quality and reliability Excellent problem solving skills, attention to detail, organizational skills, a strong work ethic, and the ability to work independently. \n\nBonus Qualifications\n\nDemonstrate ability to write clean, maintainable, and well-documented code. Knowledge of C++ Experience with Agile development methodologies such as SAFe, Scrum \n\nSony is an Equal Opportunity Employer. All persons will receive consideration for employment without regard to race, color, religion, gender, pregnancy, national origin, ancestry, citizenship, age, legally protected physical or mental disability, covered veteran status, status in the U.S. uniformed services, sexual orientation, marital status, genetic information, or membership in any other legally protected category.\n\nWe also understand that you may not apply for a job unless you meet every listed qualification. If you think you might be a good fit, but aren’t sure if you “check every box”, please apply anyway. We know that dedicated and proficient team members come from diverse sets of backgrounds that may seem “non-standard” — and we embrace that! We also provide an excellent mentorship program to help level up those skills by pairing you up with someone who can help you reach your goals.\n\nIf you're ready for something new, a chance to be challenged, to learn, and grow, we want to hear from you. Come join us in bringing the joy of PlayStation to our community.\n\nAt SIE, we consider several factors when setting each role’s base pay range, including the competitive benchmarking data for the market and geographic location.\n\nPlease note that the base pay range may vary in line with our hybrid working policy and individual base pay will be determined based on job-related factors which may include knowledge, skills, experience, and location.\n\nIn addition, this role is eligible for SIE’s top-tier benefits package that includes medical, dental, vision, matching 401(k), paid time off, wellness program and coveted employee discounts for Sony products. This role also may be eligible for a bonus package. Click here to learn more.\n\nThe estimated base pay range for this role is listed below.\n\n$125,800—$188,800 USD\n\nPlease note, Sony Interactive Entertainment conducts background checks at the offer stage for all new employees (which may include criminal background checks for some roles) and will need to process personal information to support these checks.\n\nPlease refer to our Candidate Privacy Notice for more information about what personal information we collect, how we use it, who we share it with, and your data protection rights.\n\nEqual Opportunity Statement:\n\nSony is an Equal Opportunity Employer. All persons will receive consideration for employment without regard to gender (including gender identity, gender expression and gender reassignment), race (including colour, nationality, ethnic or national origin), religion or belief, marital or civil partnership status, disability, age, sexual orientation, pregnancy, maternity or parental status, trade union membership or membership in any other legally protected category.\n\nWe strive to create an inclusive environment, empower employees and embrace diversity. We encourage everyone to respond. \n\nSony Interactive Entertainment is a Fair Chance employer and qualified applicants with arrest and conviction records will be considered for employment.",
                    "jobFunction": "Engineering and Information Technology",
                    "employmentType": "Full-time",
                    "seniorityLevel": "Not Applicable"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:ngl/send": {
      "post": {
        "operationId": "social_media_ngl_send",
        "summary": "Send message",
        "description": "",
        "tags": [
          "NGL Send"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/ngl#reference-send"
        },
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "required": true,
            "description": "Username target (dengan/tanpa @)",
            "schema": {
              "type": "string",
              "example": "zaadevofc"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "sentAt": "2026-05-22T22:58:17.064Z",
                    "message": "Halo! Kamu orang baik banget :)",
                    "deviceId": "3fbb0394-1c99-41df-9335-74a3d350770d",
                    "username": "zaadevofc",
                    "questionId": "4bJB8rxuiNKraXYGuniR"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "required": [
                  "message"
                ],
                "properties": {
                  "message": {
                    "type": "string",
                    "example": "Halo! Kamu orang baik banget :)"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/v1/social-media:telegram-channel/preview/{channel}": {
      "get": {
        "operationId": "social_media_telegram_channel_preview",
        "summary": "Channel Preview",
        "description": "Get preview of a public Telegram channel.",
        "tags": [
          "Telegram Channel"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/telegram-channel#reference-preview"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Telegram public channel username (without @)",
            "schema": {
              "type": "string",
              "example": "durov"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "name": "Pavel Durov",
                    "channel": "durov",
                    "messages": [
                      {
                        "id": "501",
                        "date": "2026-05-04T14:54:43+00:00",
                        "text": "⚡️ Fees in TON have dropped 6× — to nearly zero. \n\nNext step — Telegram replaces the TON Foundation as the driving force behind TON and becomes its largest validator. \n\n⚙️ The focus shifts to tech superiority. \n\n🧩 New ton.org, new dev tools, new performance upgrades. \n\n🧭 Timeline — 2-3 weeks.\n\n🪙 This is step 3 of 7 to Make TON Great Again.",
                        "views": "9.98M"
                      },
                      {
                        "id": "502",
                        "date": "2026-05-05T15:46:44+00:00",
                        "text": "💎 Telegram becoming TON’s largest validator strengthens decentralization. \n\n✅ It lets other major players join the validator pool without centralizing the network — with Telegram as the counterbalance.\n\n📈 More and more TON gets locked in validation as everyone competes for 20%+ APR.",
                        "views": "11.4M"
                      },
                      {
                        "id": "503",
                        "date": "2026-05-06T15:57:26+00:00",
                        "text": "🏁 TON leads Layer-1 blockchains in finality time. \n\n🔗 Sources: https://telegra.ph/Comparison-of-Layer-1-blockchains-by-finalization-time-05-01",
                        "media": "https://cdn4.telesco.pe/file/85102421eb.mp4?token=SxV2TstW7lKEvPn3Is-4z0jFSgE8SpaQifAmYoElKtSX0ze_hQkCw5IG3Nj9-VSjLZ-FN1-Hb9_vLicQSOujUKIc0XeWgIb6_13AhfMatVISQX8UYskQoD8Jy271Upu5hrUjgIPXdjDoVBuGsqM5OGLsuLFRJrxldJYjnL4Xfn2Aw24Yi-e2IJDogU45nBQeZ4SflH9uLi5R7x6miKGCmSIFFZMX1WCJy6K-a5TMDBAUWA07iTdFP1lDpwd27Aa1VFUHgOL-3gT0EcggT9-unlEkPybDCWUvwDclBckIF8HqH4pznJznF8BhcUwy0iBOdLFfYNpWVfs4k896UyKSHg",
                        "views": "13.9M"
                      },
                      {
                        "id": "504",
                        "date": "2026-05-07T16:00:22+00:00",
                        "text": "Huge Telegram update — 10 major new features, 200+ improvements. https://telegram.org/blog/ai-bot-revolution-11-new-features",
                        "views": "15.1M"
                      },
                      {
                        "id": "505",
                        "date": "2026-05-08T17:41:53+00:00",
                        "text": "🫴 TON is #1 in annual staking rewards among the 50 largest cryptocurrencies. \n\nAnd that’s on top of the coin’s price growth — which doubled over the past week.",
                        "views": "3.52M"
                      },
                      {
                        "id": "506",
                        "date": "2026-05-09T15:32:17+00:00",
                        "text": "🏆 We’ve distributed &#036;75,000 among the best designers who imagined a new way to communicate — Telegram Nodes (see here).\n\n⚖ I joined the judging process and spent 10+ hours reviewing thousands of designs from nearly 200 participants. Great work&#33; 👏\n\n🔜 We’ve now invited the 19 winners to suggest improvements to existing Telegram features. \n\n⭐️ We’re looking for people who — like us — have a burning desire to make Telegram better every day, with no exceptions.",
                        "views": "2.56M"
                      },
                      {
                        "id": "507",
                        "date": "2026-05-09T22:24:14+00:00",
                        "text": "🥖 The French government is accusing X and Elon Musk of the very things the French government itself is doing:\n\n- Illegally collecting personal data\n- Processing personal data without proper security\n- Extracting data from automated systems\n- Violating the secrecy of electronic communications\n\nThe French government is panicking. They know a major political shift in 2027 will expose their misdeeds. So they’re trying to silence free speech platforms under whatever pretext they think they can get away with.\n\n✊ The free world should stand with Elon and X against this immoral assault by the French state. Telegram supports our brothers and sisters from X in their fight for our freedoms.",
                        "views": "2.56M"
                      },
                      {
                        "id": "508",
                        "date": "2026-05-10T18:42:03+00:00",
                        "text": "📊 Channel admins can now run massive polls limited to subscribers or specific countries — making fake-vote inflation much harder.\n\nNow people in places like Russia can see real results. For example, only 5% support internet restrictions — not 52%, as old rigged polls claimed 😏",
                        "views": "2.57M"
                      },
                      {
                        "id": "509",
                        "date": "2026-05-11T19:32:24+00:00",
                        "text": "🛠 Developing for TON just became 10x faster. The new toolchain makes smart contracts easy to create, test, and deploy.\n\nMost importantly, fully AI-ready.\n\nIt replaces TON’s fragmented tooling stack with one developer flow. Start building&#33;",
                        "views": "2.21M"
                      },
                      {
                        "id": "510",
                        "date": "2026-05-12T17:28:39+00:00",
                        "text": "🌍 With 400 validators across 6 continents, TON is one of the most decentralized blockchain networks on the planet. \n\n🧑‍💻 Telegram becoming the largest validator opened the door for major exchanges and custodians to stake TON without increasing centralization risk.",
                        "views": "2.43M"
                      },
                      {
                        "id": "512",
                        "date": "2026-05-14T12:38:57+00:00",
                        "text": "🕵️‍♂️ Now you can search 100M+ Telegram stickers and emoji by keyword — in 36 languages.\n\nTelegram’s AI scans and labels millions of public stickers so you can finally find the exact suspicious frog you need. 🤔",
                        "media": "https://cdn4.telesco.pe/file/c7f159051d.mp4?token=Wa_9kiqq_z7wdFfVBN3AUdCgRaf56xw-zvcq2RDYCXbJ3ov5twPqU_KCZfRXd0NcmMRQscX65YHUWvW5msFgudYpCGtVxh2C1AQzUdpEc8kI-4UassMul9y4Pj_kF1JgkonEfHPvrPoC7XOr1U9EELi5cZoewLJ1kUhqcW7da6YPeOyFmnsvDZWf9Kfi2jSnwsYLlUQOrtI-ZZrGvW4T8EwMzRigbT0NXyX3-JSX48mJXRTRpafFgnnmKAaXMspPL5NJDRwNUUoknPGn16klYxYE2jWq1GGiFmSmB0e05KuBlOWaadDnHbHFAwdu7P0nu9MrAF5i9F48Wd0aoopzjA",
                        "views": "2M"
                      },
                      {
                        "id": "513",
                        "date": "2026-05-15T18:14:32+00:00",
                        "text": "&#036;100,400 just went to the 15 winners of the TON Consensus Challenge. \n\n🧠 The smartest engineers on the planet — some armed with loyal AI sidekicks — helped us maximize the security of the new consensus mechanism.\n\n🏆 Telegram contests offer generous prize money — and the only path to joining our engineering team.",
                        "views": "2.09M"
                      },
                      {
                        "id": "514",
                        "date": "2026-05-16T13:57:49+00:00",
                        "text": "🇦🇪 Dubai is full of traffic and crowds again. Already missing the Iranian fireworks — they helped clear the city of the easily impressed.\n\nThe UAE’s air defenses proved excellent under fire. For 0% tax, we get better protection than Europeans paying 50%.",
                        "views": "1.82M"
                      },
                      {
                        "id": "515",
                        "date": "2026-05-17T14:44:56+00:00",
                        "text": "🏆 We just awarded &#036;52,420 to the winners of the Telegram Art Contest.\n\n🎨 The participants did an amazing job with the MiniDurov collectibles.\n\n💎 Their skills and ideas will enrich Telegram’s TON-based NFT ecosystem.",
                        "media": "https://cdn4.telesco.pe/file/c4225d3b52.mp4?token=VVhufGBd8SmE0YXTBxh2H4bk1f7CwOQWPGQSC4UAU9_QTX4TtmcsxN7xdBcKXbp2BLOSW3d77rqMEWskQen34lUKG8cqSiISXC95jpMVrHEIcT9dfyDfcVFZm8qI1Z_4-rdKMeJCYp6fug0_ANK8y5EK7PLrqRUl8GDGlTMQ_FunUQF1Z_HFQArPHQPu0mZ3cNVUK1LQx1RuCLtLf1NcdhZT9LHFlO4aGKYR3rR-6MzlWFCAjl7XmPeQtzDZimCU1O0NKj1n353DPbipF9R-sOheYajhq30XvXPo-r0rG76ovxrYIPSy4_JE1_Lu17xWwBXoiJ-UuT5OyKvakVhx9A",
                        "views": "1.78M"
                      },
                      {
                        "id": "516",
                        "date": "2026-05-17T14:55:50+00:00",
                        "text": "🎁",
                        "views": "2.08M"
                      },
                      {
                        "id": "517",
                        "date": "2026-05-18T14:56:21+00:00",
                        "text": "🧠 AI devs asked for this — and we delivered.\n\n🤖 Bots can now talk to other bots on Telegram.\n\n💬 Autonomous agents now have a communication layer humans can follow.\n\n🛠 Start building&#33;",
                        "media": "https://cdn4.telesco.pe/file/7e945b36d4.mp4?token=PIIe5-v1rdRM60cIybKEFjUvAxPbh4pNTNm-oL31wzdOEccEcf5jcXqw-kCTCMmdJXz9K-GdktZYPUvOiM9T9IMosrPPsmonfZ1rp9V3AhoIEZtWnpiB4TnK1Gzn0maWZEh-1lcNk-i4DSP4_vuH8avlKwO_4ORxQ0dirgOlH8b0LT4azah5KBgHqZfn1RDK0hX-c6EsIuhD4QOyd3CrCzT0FVg9VeFaF7B2YL5Xfr6o0-RePCRl0vcM7X2iuK7bx7bJuZMY__FrfA0_68GcpFSkncORyUbK5VEwI3infx_NGwPSkcsq5x9OQQpu1EnuuuwPyX318foR1eOMtCvwIw",
                        "views": "1.66M"
                      },
                      {
                        "id": "518",
                        "date": "2026-05-19T18:02:53+00:00",
                        "text": "💪 Anyone can now prompt their own text transformation style — for example, “Gym Bro” — and turn any message into motivational protein poetry.\n\n💪 Then share the style with friends so they can reply like gym bros too.\n\n🤐 All fully confidential. No AI-related privacy leaks.",
                        "media": "https://cdn4.telesco.pe/file/105be22719.mp4?token=qRR2k233NHAHKGVwU3o9e5kdiVf2f8DWmbomPaYT6ink6v_pqh1sX9WtQFNmcIwUUCxgXkZuDqvvw8sHKMO5jY6GfC4R0C8WkVcrZvXjbyAicng8-29Vq0kpE74kFWct5kGO0aZfigqjp4zOUhkSCG2lPzqosgDeTvReITJOwfE5O4ScesPiyKGkfsiDTzE3LSjykM99C-mSUiYpmET-Hw7dnJO8rtOeyKqfDNtFXpqQYa5_9xEhGd6WCqNlquH1p0vRZC4YCIF8Fj4XMLzxRgRJ2VK-Ha_Ta2LxzqgFmlarrfs86oaTG_20UTjyPzl9aVwqdPsOFgiiLWYbYS69FA",
                        "views": "1.58M"
                      },
                      {
                        "id": "519",
                        "date": "2026-05-20T15:38:10+00:00",
                        "text": "🤖 Your Telegram inbox can now run itself.\n\nAssign a bot to read and reply for you — with granular control over its rights and chat access. 🧠\n\n⚙️ Start building&#33;",
                        "media": "https://cdn4.telesco.pe/file/e174be993b.mp4?token=HKj8exXd-gDJ5GLaaWmpMNxR3KQi7qzBEV2lgICgf6vo-zLQqBZnliTpWEPaZl62uWrnABA-6G1i5jJHVknWEC75hXt2520q7QuuMNzc-vYC1UDfiXxVmgW9xYgEOlrGPjKKiOx57qVnNRgCcCEIegnEAAN_3zXHwCTXiwZ2tpjWP-Di5H4UTwrPHxIUBerFsw2zuo3k81zwlb5H_ltHBFfS4ULnzaMebkUSFnrFIbVBRYBMzOAvuOXnQ5syOF1N4i5FIm0S3CBmS-BBoddW86GCPL-yiA8vrMucQ7Mqi8uI8BOzuqh2sZpO5ignw2rqJZOIuR1bBTFvzsMPlh38MQ",
                        "views": "1.44M"
                      },
                      {
                        "id": "520",
                        "date": "2026-05-23T13:26:07+00:00",
                        "text": "🎭 WhatsApp encryption is a giant fraud.\n\n🇺🇸 The state of Texas just sued WhatsApp for lying to users about privacy — because WhatsApp employees have access to “virtually all” private messages.\n\nNow we know what WhatsApp’s founder meant when he said he “sold his users’ privacy.”\n\nStay safe — stay Telegram&#33; 📱",
                        "views": "1.1M"
                      }
                    ],
                    "description": "Founder of Telegram.",
                    "subscribers": "11.3M"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/profile/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_profile",
        "summary": "Get User Profile",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/tiktok-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) or full TikTok URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ftc": false,
                    "url": "https://www.tiktok.com/@mrbeast",
                    "secUid": "MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG",
                    "secret": false,
                    "userId": "6614519312189947909",
                    "nickname": "MrBeast",
                    "username": "mrbeast",
                    "verified": true,
                    "diggCount": 0,
                    "signature": "Checkout My New Book!👇",
                    "createTime": 1540063576,
                    "heartCount": 1318098041,
                    "shareTitle": "MrBeast on TikTok",
                    "videoCount": 462,
                    "avatarThumb": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=0e0885f5&x-expires=1784793600&x-signature=xZdp3baT0YuVBFSmTqJnJ%2Fe0E80%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
                    "isADVirtual": false,
                    "avatarLarger": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640&refresh_token=94682d9d&x-expires=1784793600&x-signature=GkS3V9LMltqcxUGZjUt2eftD5jU%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
                    "avatarMedium": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=d95050c9&x-expires=1784793600&x-signature=IsWvcZPe0cjbDWIEh8dMXamhWBc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
                    "isUnderAge18": false,
                    "openFavorite": false,
                    "followerCount": 129273832,
                    "followingCount": 353,
                    "privateAccount": false,
                    "shareDescription": "Checkout My New Book!👇"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/posts/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_posts",
        "summary": "Get User Posts",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/tiktok-scraper#reference-posts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full TikTok URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Jumlah post per page. Default 30, max 35",
            "schema": {
              "type": "number",
              "example": "30"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 30,
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@paulmccartney/video/7642802052485106974",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/bf00efeba74f2a9f98b05624f3524bc5/6a1314d3/video/tos/maliva/tos-maliva-ve-0068c799-us/osjBQAPZKVKFEEEqkEFfEBAPDs1Q9PIfRQDqEg/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=425&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NDw3NTY6OWk4ZTY3aTo3aEBpajZqcm85cnJkOzMzaTczNEAuYS8wY2MuXy4xX2BhL2M0YSM0cmxjMmQ0cjVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e000b0000",
                        "size": 672009,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okRDwthQCFAABIudAiPBasACEiAAAiAE6lCC1~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=1d604679&x-expires=1779634800&x-signature=J6Q3ZmQ90wfA9yFDom4CONjcjys%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Hi there! I’m going LIVE on TikTok to answer your questions 🐦‍⬛ See you there! 🗓️ May 27th 3:30PM BST / 10:30am EST / 7:30am PST ",
                        "author": {
                          "id": "6726967538045535237",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/c4168685b31130f0fc5606937e9b3abf~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=1a730207&x-expires=1779634800&x-signature=WmjagXRIc8S0vIMnf4K6dbMzm60%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "Paul McCartney",
                          "username": "paulmccartney"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "GB",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn-eu.com/bf00efeba74f2a9f98b05624f3524bc5/6a1314d3/video/tos/maliva/tos-maliva-ve-0068c799-us/osjBQAPZKVKFEEEqkEFfEBAPDs1Q9PIfRQDqEg/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=425&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NDw3NTY6OWk4ZTY3aTo3aEBpajZqcm85cnJkOzMzaTczNEAuYS8wY2MuXy4xX2BhL2M0YSM0cmxjMmQ0cjVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e000b0000",
                        "musicId": "7642802074735889182",
                        "videoId": "7642802052485106974",
                        "duration": 12,
                        "diggCount": 72281,
                        "playCount": 698882,
                        "createTime": 1779478538,
                        "musicTitle": "original sound - paulmccartney",
                        "shareCount": 9891,
                        "isSlideshow": false,
                        "musicAuthor": "Paul McCartney",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oggfhU8IhCVEeAjMrQgAoWQI7YMAMICie88BBq~tplv-tiktokx-360p.webp?dr=10375&refresh_token=46f5ad13&x-expires=1779634800&x-signature=JpjCFJg4J0SaSKd843fGuSdcbZI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 11289,
                        "commentCount": 1713,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642802131405802270.mp3",
                        "createTimeIso": "2026-05-22T19:35:38.000Z",
                        "downloadCount": 21,
                        "musicDuration": 12,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642770753292635422",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/78cf3146f3e2803d457481c61bd7a36d/6a1314fd/video/tos/maliva/tos-maliva-ve-0068c799-us/okLYsaeUIAegIVNAInZSxjTCqyCeRCgxIS0AgG/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1005&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Zmk0OTVlZTxnaTw5M2lmaEBpajgzPHM5cjQ8OzMzaTczNEBgMjA0Ll42NjExX2IxNjYtYSNiZGduMmRrMzVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 7020321,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIaQPAAO5EAhnBlpRgiuTiAAIEk1BlJRCayrA~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=05ae6a48&x-expires=1779634800&x-signature=5gnmVScM6IfkCM3W3ESQ9fdnJQo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Shout out all the iconic @Zara Larsson stans who helped inspire Midnight Sun: Girls Trip 🪩",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 6436195,
                        "wmplay": "https://v19.tiktokcdn-eu.com/ea734b935b4e5b8f24315861e9e2d5c7/6a1314fd/video/tos/maliva/tos-maliva-ve-0068c799-us/oY5vmIBR0EA9IQV05VGTdAEiBhYCaBk6iFIEQ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=921&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZGhoaTg0ZWY8Zzk1aTw3M0BpajgzPHM5cjQ8OzMzaTczNEBjYy02YDMzNS8xM2E1NS01YSNiZGduMmRrMzVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642770792052280095",
                        "videoId": "7642770753292635422",
                        "duration": 54,
                        "diggCount": 1615,
                        "playCount": 53086,
                        "createTime": 1779471253,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 92,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okICYYQVIRBkMi5BqAlEmAFiaAahd0ITc5vBB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=3e888873&x-expires=1779634800&x-signature=TAz3H%2B%2Fi16DR3Md2%2B1UczSXMYrQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 154,
                        "commentCount": 261,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7642770849728121631.mp3",
                        "createTimeIso": "2026-05-22T17:34:13.000Z",
                        "downloadCount": 2,
                        "musicDuration": 54,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642540102207524126",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/d0e489e51a452414378fec8436360eed/6a13151b/video/tos/maliva/tos-maliva-ve-0068c799-us/oMIPEQE6RwVDADBqii8tfsMVYB5E7iOAVYegBc/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1450&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZzU1ZGg8aGc4NWk3NmY0OEBpM2ZvOHM5cnd2OzMzaTczNEAyLjEtMDBfXzQxNi8xXmJeYSNgZV5lMmRzLjRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 15646430,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owAIO5GSLAiVHgffAjI4AEKI97wQgqAeAU4OgI~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=10e712fb&x-expires=1779634800&x-signature=g6Sw%2BV%2FGNA5ln2uP0ikLaftU44M%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the feed is better when everybody's involved, thanks for sharing your journey with us @Chanelle | Half Blind 🫶 #GlobalAccessibilityAwarenessDay",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 14325098,
                        "wmplay": "https://v19.tiktokcdn-eu.com/894af64dcd5c12d9369c6526bc27dc59/6a13151b/video/tos/maliva/tos-maliva-ve-0068c799-us/owV2IIALigpmQjAAJLIHxHR4kggvGetCqfZUVf/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1328&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTdlMzpnOjwzOjxpPDZpNEBpM2ZvOHM5cnd2OzMzaTczNEBfLS9iYGFhXjUxYC4wX19jYSNgZV5lMmRzLjRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642540196575087390",
                        "videoId": "7642540102207524126",
                        "duration": 84,
                        "diggCount": 2118,
                        "playCount": 45061,
                        "createTime": 1779417548,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 202,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o8BjMQArBSURFrIzACfJjqXXqHBfBI84MeA5Hv~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b58aaa5b&x-expires=1779634800&x-signature=EP4Wl7SO%2FLX%2F%2FCitOKm0UsYzP%2Bg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 226,
                        "commentCount": 356,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642540228686777119.mp3",
                        "createTimeIso": "2026-05-22T02:39:08.000Z",
                        "downloadCount": 8,
                        "musicDuration": 84,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642519488302222622",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/2ee6f4949a18fdc3c2be9ac9a8ddd260/6a1314ef/video/tos/maliva/tos-maliva-ve-0068c799-us/o0frJfx86q74IAExrzYF3E0DBQBLDERP29VAQE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=235&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aDk6OjszNzZlNDo7PDpmZ0Bpank5eXg5cmR0OzMzaTczNEBjX14xMzIxX2AxYTZeYl40YSMybGNxMmRzbzRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 1212051,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ogFvEKovBBAwrUAYAei4iI1AAC8A5BYBIhvoPi~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=252b823a&x-expires=1779634800&x-signature=wcqlRdAHzigsWkgt%2Bih9ImwKAfA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "not the #ScreenTime hacker lurking in the comment section 👀 comment your fan theories before Act II drops Friday May 22 at 12am PT (3am ET) 🍿",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1105696,
                        "wmplay": "https://v19.tiktokcdn-eu.com/cf2b60aa0b578e8a9d295755a5f6feb5/6a1314ef/video/tos/maliva/tos-maliva-ve-0068c799-us/ogADEExqVErQBRtE2LPfBFrDcDnm36I9fGYz7A/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=214&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=O2Q2NDxoOWY5NDZmNTM5Z0Bpank5eXg5cmR0OzMzaTczNEBeYF4tYS8tNTExYDAvLS4wYSMybGNxMmRzbzRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642519514059737886",
                        "videoId": "7642519488302222622",
                        "duration": 40,
                        "diggCount": 2359,
                        "playCount": 37981,
                        "createTime": 1779412745,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 144,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okAEzrYwI39EVGDBfPwDfELR2rAFAM6ADUUqI7~tplv-tiktokx-360p.webp?dr=10375&refresh_token=3e467845&x-expires=1779634800&x-signature=4JlHdB9xHoH7E3UoQB39bIUsJE8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 213,
                        "commentCount": 263,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642519557705435934.mp3",
                        "createTimeIso": "2026-05-22T01:19:05.000Z",
                        "downloadCount": 3,
                        "musicDuration": 40,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642410275831827742",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/a23aab076ebdc412de2738f89ac65460/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/o42EOAFD0IDA7uQArQFAfeEjqPEgRalEVE80SB/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=696&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OTYzaDY0NDw8Ojk5aTY0ZEBpM25ueXE5cnhuOzMzaTczNEBiYTEvYzEtNTAxNjVeNDNgYSM1cWg1MmRzaTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 4276848,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oEAABHiIEiA1YQBfBSiKPAAME7XjdCAoBB6IA6~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=e7e1997a&x-expires=1779634800&x-signature=tDo9hBPCKP61wijczeF3eE32aZg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "searches for 'custard creams' since we clocked how much @SIENNA SPIRO loves them  📈 #BehindTheBreakthrough",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 3964121,
                        "wmplay": "https://v19.tiktokcdn-eu.com/1c5c178d07ed18cda637f2e784c7ed73/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/og8PRqDjD8eEESvKEAEx0urf7lVA2FIDQOVBQ0/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=645&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NmU0ZGU3aWdkOGY0M2VlaUBpM25ueXE5cnhuOzMzaTczNEAyLTUyYDNfNWExYDRiYWIvYSM1cWg1MmRzaTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642410278071634718",
                        "videoId": "7642410275831827742",
                        "duration": 48,
                        "diggCount": 1448,
                        "playCount": 23932,
                        "createTime": 1779387314,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 119,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oA0jVFDvREERdIw7NPEIerBASBOA7uHlDqfQ0Q~tplv-tiktokx-360p.webp?dr=10375&refresh_token=ef6c70b4&x-expires=1779634800&x-signature=MngHbURvK7EQh2F6m9Zj9wfEni4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 149,
                        "commentCount": 198,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642410321772104479.mp3",
                        "createTimeIso": "2026-05-21T18:15:14.000Z",
                        "downloadCount": 3,
                        "musicDuration": 48,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7641647587056962846",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/71cba6950d1cfc18cf68d310c3c32808/6a1314ff/video/tos/maliva/tos-maliva-ve-0068c799-us/owJEADQsTFXrABVdWqrCRGAEXEIlfEeDEMljL4/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=650&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Z2loMztpNjU5OTw6M2c3ZEBpanhmcm85cmo8OzMzaTczNEAxYzNgL2EvNjYxYi41XzMvYSNpay5oMmRrXzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 4681137,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osDoAEjAYIlDZF7EeVnfA5ghouAnCRAbMqEJAE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=2a0e5638&x-expires=1779634800&x-signature=VmsdxTVJuGqVob81MvfRCX3xNpo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the magic of TikTok covers? sometimes they end up on that artist’s feed 🪄@SIENNA SPIRO #BehindTheBreakthrough",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4322304,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6f6334ae63cd5bcf269853c7b9030b04/6a1314ff/video/tos/maliva/tos-maliva-ve-0068c799-us/ocDMHV0CEBXDWIEsjfRlEIrE3XyrJAeAQTAEFq/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=600&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OWRmM2UzPDc4Zzo3ZWY4ZUBpanhmcm85cmo8OzMzaTczNEAxNmJfNi4tX2AxYy02L19hYSNpay5oMmRrXzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7641647630900710174",
                        "videoId": "7641647587056962846",
                        "duration": 56,
                        "diggCount": 10512,
                        "playCount": 1455457,
                        "createTime": 1779209755,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 400,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o0VDrIqlE8BBIhFAq2eAWlJfTXrRBCEDMIEkAX~tplv-tiktokx-360p.webp?dr=10375&refresh_token=165cbc89&x-expires=1779634800&x-signature=a6zmH0SX1S4QC9W1Ar9oxZoJYVk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 671,
                        "commentCount": 878,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7641647693466536734.mp3",
                        "createTimeIso": "2026-05-19T16:55:55.000Z",
                        "downloadCount": 28,
                        "musicDuration": 56,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7641268387934489886",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/e02e2edebf202caccc8f89d48fdbc1d9/6a131551/video/tos/maliva/tos-maliva-ve-0068c799-us/o4i5WN91BAOMixEQi1sZ8IPAqFLfEisdCv3AIB/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=794&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=MzZkNzQ3NTg3Zjk4Zmk6OUBpamtqdW85cjVtOzMzaTczNEAuLmMwNi4yNWExY2MvNDRgYSNvbTJrMmRjbTJhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 14122525,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oM4EVAFCUEDiowAA0eAAfLEzqLIhR4OEVASzPC~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=ada8c8bb&x-expires=1779634800&x-signature=QgIAeYqp%2BSggoWbKIJrNs%2BmGRvY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Before the debut EP and tours, @SIENNA SPIRO had day-one fans supporting her on TikTok, like @KRISTA. Watch the full-circle moment on #BehindTheBreakthrough.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 13130744,
                        "wmplay": "https://v19.tiktokcdn-eu.com/affdcfe85908c5b8503eba00f1dbe4e7/6a131551/video/tos/maliva/tos-maliva-ve-0068c799-us/owZ1ALBMiEViMYPAQAsIB3vhI5ssBiQ1CfUExq/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=738&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NzQ6NTxlPDNkaDw0OmhkaUBpamtqdW85cjVtOzMzaTczNEBhMjVhNjQ0NWExLl4wYjMxYSNvbTJrMmRjbTJhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7641268354543569695",
                        "videoId": "7641268387934489886",
                        "duration": 138,
                        "diggCount": 104259,
                        "playCount": 9803432,
                        "createTime": 1779121449,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1327,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osQIBiAsIv1BM4CSIALlxqibsB3UPifZ19Au5E~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b9ba04e9&x-expires=1779634800&x-signature=%2BPjB5GT1WVpxv9%2FNOntQeWZdWcU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 5584,
                        "commentCount": 1315,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27641268425213381407.mp3",
                        "createTimeIso": "2026-05-18T16:24:09.000Z",
                        "downloadCount": 226,
                        "musicDuration": 138,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7637896329779350814",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/e3ac0f8b331f2501a41f919504754596/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/ok0f4AYfihfgPtN9PbT3NDoiABDeK1bEleoQg3/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1766&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OjZpOjQzOzk7aTozZzhoO0BpM3d5dXA5cnFuOjMzaTczNEAtM2AwYmIzX2IxNTQyLzItYSM0Ym5kMmRjLnNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 15070965,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oswIKHFfuIDHWmAAJUAAfdEmTfQZjnKIqAl0QE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=adf2a235&x-expires=1779634800&x-signature=H7zjVduB%2BumrM2UVCHxrgfEEYgg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "your caribbean mom friend is LIVE 📱step into the world of @Shanisse’s Family Lifestyle 🥘✈️ #MomsofTikTok ",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 13613861,
                        "wmplay": "https://v19.tiktokcdn-eu.com/bfe81b40ae11b5233d4a3502ab84669c/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/oY3QR9vcILAGYfgAIGmGU7vuo6QZGanf8QeeFn/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1595&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZjM8NmY7NmU7ZWY3NWc0ZUBpM3d5dXA5cnFuOjMzaTczNEBgMTM1Xl4vNmExMjYtMC00YSM0Ym5kMmRjLnNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7637896395407526686",
                        "videoId": "7637896329779350814",
                        "duration": 66,
                        "diggCount": 9530,
                        "playCount": 257214,
                        "createTime": 1778336344,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1125,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oEldg4Woe6U780vfQIMAgGf0GNnAQFvRpoQf8y~tplv-tiktokx-360p.webp?dr=10375&refresh_token=908f842a&x-expires=1779634800&x-signature=SWMV%2F1MCbPFZX6NmbTJTfsumWtU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 10905,
                        "commentCount": 2615,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27637896447530158878.mp3",
                        "createTimeIso": "2026-05-09T14:19:04.000Z",
                        "downloadCount": 30,
                        "musicDuration": 66,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7636131611674692894",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/864251a590ed1cb39f44aa5b8f3ffdd1/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/owDxDqvbICXeNQENXfjfIjwIIwxgPAOKgzAXFT/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=1348&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aGc3OzU1PDM7ODQ7PGc6NUBpMzp0c3I5cjlpOjMzaTczNEAuYl8zMDIwNTYxMDIvMWMwYSM1azVgMmRzbHBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 12089214,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIHI1UDuFAqLefx6AjRwAEHIBvSIQqAfATPaBE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=fced2d76&x-expires=1779634800&x-signature=dW3lCYb20RRFz4a5U2I7nLaIUrw%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Zara Larsson said Girl’s Trip Season starts now 🌺 Search Midnight Sun: Girls Trip on TikTok, and listen on iHeartRadio.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 11098743,
                        "wmplay": "https://v19.tiktokcdn-eu.com/23ba673f8a626534bc2452cdc2ea05d6/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/okVCgfOKDI3TFKNIbxEfPrQWeCqIzgXAwzj9wA/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=1238&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTloNzg8NDw8aWhkOzZmOkBpMzp0c3I5cjlpOjMzaTczNEAwLV5eYzMyXmMxMF8tMGAuYSM1azVgMmRzbHBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7636131669757414174",
                        "videoId": "7636131611674692894",
                        "duration": 70,
                        "diggCount": 12569,
                        "playCount": 352678,
                        "createTime": 1777925453,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1426,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIFwU8ITeAKXIObCEwKPvjfCq8xfQCNiIzgAQD~tplv-tiktokx-360p.webp?dr=10375&refresh_token=7e9eb482&x-expires=1779634800&x-signature=KAn4YfgJVcpCnPYtnv%2Fae4Y05dk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 10574,
                        "commentCount": 2331,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7636131697955834655.mp3",
                        "createTimeIso": "2026-05-04T20:10:53.000Z",
                        "downloadCount": 53,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_kr/video/7635982102428929288",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/2ef423bd6b16f75a2facff0a3b76de5c/6a131506/video/tos/alisg/tos-alisg-pve-0037c001/owvEM6FrQZpIoeeC7wiDfDwjU0AFgMHAOBnTIo/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=918&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZWVkaDVpNGk8Zzk5OzdmNkBpM3dyZ245cmc6OjMzODczNEBgMGMtMzZfXmExNGBjMTFjYSNwMi1qMmQ0XnBhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "size": 7443684,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-p-0037/ooP4dhSKfBAiWQzEAIcA8AAgJ71wU0M7BCI4iD~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=bbdcd0e4&x-expires=1779634800&x-signature=8VmnrmOww%2BAg8MK6q4q7wcoNUOY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Next-level chemistry between  TikTok and CORTIS 🤟 Discover @CORTIS on TikTok now 🎁 #CORTIS #CORTIS_TNT #GREENGREEN",
                        "author": {
                          "id": "61659601890",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-avt-0068/e6cfe9816744768741a20068bd68b21c~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=d908a7de&x-expires=1779634800&x-signature=iW9C63ZECL257HmSzwdBSWHx%2Bqc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "틱톡 TikTok Korea",
                          "username": "tiktok_kr"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "KR",
                        "wmSize": 7705957,
                        "wmplay": "https://v19.tiktokcdn-eu.com/5dc0399d30488500232bb510300c6e43/6a131506/video/tos/alisg/tos-alisg-pve-0037c001/ogd09isCiEXIwsfCh4P14HNAIW0F0BqGAQWbAo/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=950&eid=20480&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=MzM1Njo8NGU0NTVnPDhlaEBpM3dyZ245cmc6OjMzODczNEBgNi1eNTNeNS8xMV5fYWEvYSNwMi1qMmQ0XnBhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "musicId": "7635982181791271701",
                        "videoId": "7635982102428929288",
                        "duration": 63,
                        "diggCount": 161432,
                        "playCount": 609000,
                        "createTime": 1777890634,
                        "musicTitle": "original sound - tiktok_kr",
                        "shareCount": 7234,
                        "isSlideshow": false,
                        "musicAuthor": "틱톡 TikTok Korea",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-p-0037/o41fBP0NCiWqIWd9sB0wiA04IpIhAOC4HAxFGr~tplv-tiktokx-360p.webp?dr=10375&refresh_token=6a64f539&x-expires=1779634800&x-signature=zzoj6bbYOvhmImlC4QrUto%2FJq%2FU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 15454,
                        "commentCount": 2184,
                        "musicPlayUrl": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/7635982187422124816.mp3",
                        "createTimeIso": "2026-05-04T10:30:34.000Z",
                        "downloadCount": 486,
                        "musicDuration": 63,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7634616554583231774",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/7744812a11f0a5580e972e86f66dce3c/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/oULCIUVRXEX5afDEETAFY84iQfmBp0EBJgqjzA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1340&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZGRlNzVnZDw1N2ZnNDw0N0BpM2Y1a2s5cmdzOjMzaTczNEAwLmEvNTNjXy0xMy5eYl42YSMyMTFqMmQ0aW1hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 10157703,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oQEiApcCs52iEQiRnNIAvNAVAmAfkx9zADeE2B~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=d4776d50&x-expires=1779634800&x-signature=ZK4L8AKL431AuW7NC7MfnKMYp84%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Olivia Rodrigo said karaoke and the TikTok livies DELIVERED 💞",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 9274272,
                        "wmplay": "https://v19.tiktokcdn-eu.com/779673ec17e85934f3f33253811bd56b/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/oEOAIitPDzS0iiAxIa3KImMBAi7Cq9QEtgf0E2/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1223&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZDozaTk3OmQ5Njw6ODYzOEBpM2Y1a2s5cmdzOjMzaTczNEA2MDZhNDIxXmAxYDVhMC42YSMyMTFqMmQ0aW1hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7634616615950387998",
                        "videoId": "7634616554583231774",
                        "duration": 59,
                        "diggCount": 11896,
                        "playCount": 390595,
                        "createTime": 1777572709,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 850,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o4pfQzYEADEdEAuEUmUBfF2jqEVn0QJaR58BcB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=e8265fab&x-expires=1779634800&x-signature=YPHFpIQNh%2B5bpxD7YJRTddCz9dU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1176,
                        "commentCount": 2071,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27634616663861742366.mp3",
                        "createTimeIso": "2026-04-30T18:11:49.000Z",
                        "downloadCount": 25,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7634241887720770846",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/d796380146650c8e87f30722479158d4/6a131531/video/tos/maliva/tos-maliva-ve-0068c799-us/oUYuRpNnfABgQYDBEsuyXrEAeFRik8mFzVEIEQ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=401&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aGVoNGg3aGQzZzk6Njk4PEBpM3J1dXE5cmo3OjMzaTczNEAtXi8wYzNjXjIxLzBjNF5hYSM1MzBeMmRjX21hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 5465908,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYEyIAiAIRFfAbB0hiDqvvk3sG3CliAAKGJpBu~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=4fc81cd6&x-expires=1779634800&x-signature=Gvlh7%2B7HuhyReYkyPfHRH4t7Cg4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "some secrets are so bad they don’t deserve to be ranked 🤭 Screen Time is OUT now exclusively on TikTok @HOORAE Media 🍿🎬",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 5004922,
                        "wmplay": "https://v19.tiktokcdn-eu.com/40b16d2b804735b62c307e732b7e56b0/6a131531/video/tos/maliva/tos-maliva-ve-0068c799-us/oYwFgEBmQWRVfXJBKfuryIk9priRYDdS8gEAAE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=367&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZThoNjg7OTQ7OTs7N2g7OUBpM3J1dXE5cmo3OjMzaTczNEAwXy40MWE2XzQxLTZgMjMvYSM1MzBeMmRjX21hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7634241912538450719",
                        "videoId": "7634241887720770846",
                        "duration": 106,
                        "diggCount": 20542,
                        "playCount": 483765,
                        "createTime": 1777485464,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1592,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oMWTrqu7fAvdBj4pAgLA5RqGDexhNpIIIICfyg~tplv-tiktokx-360p.webp?dr=10375&refresh_token=c5b65c51&x-expires=1779634800&x-signature=MGG6PANu%2BuDOZpyUinJjYHVrErM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1749,
                        "commentCount": 1863,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27634241964640095007.mp3",
                        "createTimeIso": "2026-04-29T17:57:44.000Z",
                        "downloadCount": 77,
                        "musicDuration": 106,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7633821937415834910",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/9183dd5a285132001337b17d9f7b22d0/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/owb8Df1qEEUVEOyQ7QpAFBPwIgRMADTenECIjA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1069&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTgzZTQ3OjU6aDloOTY8ZkBpMzs5c3Q5cnRmOjMzaTczNEBeYzQxMGFhXi0xLS00XzRfYSNjZ3JyMmRrYWxhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8447881,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owDECAtgiiAZ4fAAIIkBKvtSDLyAI70wmiOvBL~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=ba4396d6&x-expires=1779634800&x-signature=%2F%2FNOZpxPWuTpqW3Eayp0m39Ww%2B4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Noah Kahan always finds a way to show up for his fans 🤩",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7731944,
                        "wmplay": "https://v19.tiktokcdn-eu.com/8c3f9da18c92d1051e59b3dce6d18625/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/oUCPEjfDVQ1eRTpE7kY838QMhBbALEbvFgOqIA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=978&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZWlnZmlpN2Y1N2YzZTk3PEBpMzs5c3Q5cnRmOjMzaTczNEBhMzI2MzQ0XjQxLjU2XzRhYSNjZ3JyMmRrYWxhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7633822048774589215",
                        "videoId": "7633821937415834910",
                        "duration": 61,
                        "diggCount": 26421,
                        "playCount": 1580139,
                        "createTime": 1777387712,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1039,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o0Dh9VXqQBT8jQEZYfRkEc1EfbO8MAQPC7AlFp~tplv-tiktokx-360p.webp?dr=10375&refresh_token=bee3ad8f&x-expires=1779634800&x-signature=FPa90JD9pJeh0IvUep7h7icAQpc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1569,
                        "commentCount": 1920,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27633822109692676894.mp3",
                        "createTimeIso": "2026-04-28T14:48:32.000Z",
                        "downloadCount": 66,
                        "musicDuration": 61,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@zaralarsson/video/7632394492485651734",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/8451aba03c0902a7fcd0a2c6729b6aa4/6a1314e5/video/tos/no1a/tos-no1a-ve-0068c001-no/ooy1GeozIIIIEmtuqQTALD5rIcj2AZfKXLxCe4/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=654&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Z2RlODNkODtmNjw8ODZkZkBpM2h3ZXQ5cnB1OjMzbzczNUBgYC4xXmEyNTUxYDIyLjNeYSMyc2cyMmRjYGlhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "size": 2512788,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/oYenILALfE1o7jAAq5I1uyI2HKtzGeIDIlbT5r~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=b75d2a9f&x-expires=1779634800&x-signature=52LIfGWXTRzjyht7SQsI1UZ%2FN0Y%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "PACK YOUR BAGS! Join me LIVE on my GIRLS TRIP on @TikTok and @iHeartRadio stations Thursday April 30th at 9pmET!! I’m soo exciteddd 🌺 ",
                        "author": {
                          "id": "205879097384816641",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-avt-0068c001-no/5a0fa6aecc0a3b03b9924a0432e62896~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=ead8c30e&x-expires=1779634800&x-signature=uZvTWWbJeeGN%2BexA%2FN%2FUkIeH76A%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "Zara Larsson",
                          "username": "zaralarsson"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 2750431,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6bc87f9916420ff2896618544d41eace/6a1314e5/video/tos/no1a/tos-no1a-ve-0068c001-no/osnYU9AIIzGA1IeL2iD5vTAyoFqLjIgPQLHcef/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=716&eid=5376&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NmQ2Ozs3aTZlODU1OjM8NkBpM2h3ZXQ5cnB1OjMzbzczNUBfMzBgLjY1NTUxX2NhM15eYSMyc2cyMmRjYGlhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "musicId": "7632394493836888854",
                        "videoId": "7632394492485651734",
                        "duration": 30,
                        "diggCount": 134637,
                        "playCount": 2450739,
                        "createTime": 1777055327,
                        "musicTitle": "original sound - zaralarsson",
                        "shareCount": 3434,
                        "isSlideshow": false,
                        "musicAuthor": "Zara Larsson",
                        "originCover": "https://p19-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/osxrj2RgTBIeIfLRtD1X4fyQA7MFVCA9zA8Kmz~tplv-tiktokx-360p.webp?dr=10375&refresh_token=e2fff4c7&x-expires=1779634800&x-signature=8ESpn8RUJA9CXzuBZWnXZrW8%2F9U%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 9977,
                        "commentCount": 3977,
                        "musicPlayUrl": "https://sf16-music.tiktokcdn-eu.com/obj/ies-music-eu2-no/7632394518239251222.mp3",
                        "createTimeIso": "2026-04-24T18:28:47.000Z",
                        "downloadCount": 235,
                        "musicDuration": 30,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7632035781472734495",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/dff8ab029a4862112bbcfb968d90bda8/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/ocfuJeFTmptUIAEMcapFzE3DBrLR6ERq8rVAQE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1473&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OGY3ZTUzZTs1NzVpZmYzZUBpanhvd285cmU5OjMzaTczNEA2MGM1MjFjNTAxYy0yLjAtYSM1NmlwMmRrcmlhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 11686247,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooIIgK0ATrqodTOqBiEii9iD8AABKAf7icCADC~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=4e165e60&x-expires=1779634800&x-signature=4zo0VA5g3d5%2BUFEaBtU0yDYnTqQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the world needs @Moore Crunch 🥨💕",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 10837038,
                        "wmplay": "https://v19.tiktokcdn-eu.com/4cedc216c213255299b5e308f60d4c4d/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/ooA8QVizuDAHctUlqmFrERpgfEpA8BW6Iaf9qE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1366&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=PDxmOjg3Ozg8OWdnaGYzN0Bpanhvd285cmU5OjMzaTczNEBfXmMxNmM2NS0xMmFiY2IzYSM1NmlwMmRrcmlhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7632035793724328735",
                        "videoId": "7632035781472734495",
                        "duration": 61,
                        "diggCount": 11703,
                        "playCount": 319265,
                        "createTime": 1776971818,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 929,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oAajEEAFpISrHRBAz2E6e8ImcRcuDf4BVCZptq~tplv-tiktokx-360p.webp?dr=10375&refresh_token=9321bff6&x-expires=1779634800&x-signature=HTAgKeQydfUINU3IQhT8pgVH0uA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1115,
                        "commentCount": 1663,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27632035864830429982.mp3",
                        "createTimeIso": "2026-04-23T19:16:58.000Z",
                        "downloadCount": 47,
                        "musicDuration": 62,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7631229398531788062",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/9cd3ca6c89a2ce2c4402c7b608ed32a9/6a1314fc/video/tos/maliva/tos-maliva-ve-0068c799-us/oQTAqfegNCxAyAWj5IRi1fzBmzILAa88RRSMQJ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1969&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=M2U6PGVkOmZoNTg5NTg0OUBpamg4NHE5cjxzOjMzaTczNEAwMi5fY2NfXjExLzE0MjZhYSMxaGkzMmRrMWdhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 13371194,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okAAMQyUTIAeSrn6AMEscAezWAWhqA8j0I2reQ~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=e9a88414&x-expires=1779634800&x-signature=M8HUjsjyf64YG04BS%2BbxQPx%2FqUU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "this STEMTok creativity is blowing us away 👏",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 12184665,
                        "wmplay": "https://v19.tiktokcdn-eu.com/483347462e9085d1414b2efbccc63c18/6a1314fc/video/tos/maliva/tos-maliva-ve-0068c799-us/oAnJ3iAIqB0v8pCSkALGArvaIvOJMFii4QEneQ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1794&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Zjw0Zzc7OmdnPGlnNWk6Z0Bpamg4NHE5cjxzOjMzaTczNEBgMC5gXi40Xi8xXmMuNl9iYSMxaGkzMmRrMWdhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7631229493591542559",
                        "videoId": "7631229398531788062",
                        "duration": 53,
                        "diggCount": 10760,
                        "playCount": 262112,
                        "createTime": 1776784085,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 826,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooMGIGA0iAOIdzIJOiDtvBOAnJ2B8i3SeqakpC~tplv-tiktokx-360p.webp?dr=10375&refresh_token=9395e11d&x-expires=1779634800&x-signature=ELQCFX8jlsilOnfJ4y4ZZmpSkqw%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 3092,
                        "commentCount": 1481,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27631229538877393695.mp3",
                        "createTimeIso": "2026-04-21T15:08:05.000Z",
                        "downloadCount": 50,
                        "musicDuration": 53,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7631201918366289165",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/b8e28697df4bc6dc35811dfaf9ad7f35/6a1314e4/video/tos/maliva/tos-maliva-ve-0068c799-us/oAs75v1VMRueYdfOAxWAkejbPC8ITRHgQRAGIz/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1223&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=O2g7Ozg6NWdlNjw1NDdmOEBpM211bnE5cm1xOjMzZzczNEAtLS9gMTIzNmMxNGA0LWBiYSNvbGFuMmRjZ2dhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 4639204,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/okeOuZgQEnDA5S8F3bCgHp8n6AYDREAAIR8yfu~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=902c5c85&x-expires=1779634800&x-signature=23hhVUqE5UmyWDqTgXxywwzLMS8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "PSA: always sing your ❤️ out, you'll never know who's going to listen 👀   tune into the full episode of Behind the Breakthrough with @SIENNA SPIRO, on our page coming soon.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4262428,
                        "wmplay": "https://v19.tiktokcdn-eu.com/5a33ca8af612d45dda37d2d7a4b74910/6a1314e4/video/tos/maliva/tos-maliva-ve-0068c799-us/osXEd84fQqvESo5BnOUDfDsRnNAFgI3gItCpIj/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1123&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZTRnNmZpZzQ3ZmhoZjk5aUBpM211bnE5cm1xOjMzZzczNEBjNl8uLjZeNTAxX14xMGMvYSNvbGFuMmRjZ2dhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7631202037841152782",
                        "videoId": "7631201918366289165",
                        "duration": 29,
                        "diggCount": 148489,
                        "playCount": 6121348,
                        "createTime": 1776777705,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1892,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/ogT3k4OVbCPgvAWjfHxgGesHfzI7Az8nTO8MQY~tplv-tiktokx-360p.webp?dr=10375&refresh_token=276e3cb7&x-expires=1779634800&x-signature=UIwfwur5UjVpUqfdPIF0%2Bw70fTM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 5619,
                        "commentCount": 1668,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/7631202134381316878.mp3",
                        "createTimeIso": "2026-04-21T13:21:45.000Z",
                        "downloadCount": 386,
                        "musicDuration": 29,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_uk/video/7630874294385413398",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/6a4490490cebfd5c0141b5299a7252f1/6a131520/video/tos/no1a/tos-no1a-ve-0068c001-no/oAgtEEkmpFB5UXm4ADBQfjV5Fg7QkIfRDEkgmS/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=2059&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZDo3NWg1Z2VkPGg2Njc7PEBpamVmN3Y5cnM3OjMzbzczNUAvYjEtNjY2XmMxM2FjYi40YSNoMWY1MmRrcWdhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "size": 23608451,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/osKDC2vBSE0OIq0CbTdDDejZmB8AtiPAiAAwIw~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=7187b4d4&x-expires=1779634800&x-signature=e2idE8NAp%2FX6m1ndEC21ta%2Bobwk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "From Kirkcaldy to your For You Feed ✨ People really fly across the ocean just for the @REBECCA’S gravy pour and we’re here for it 💖🌈 ",
                        "author": {
                          "id": "8811223",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-avt-0068c001-no/f00a90ce749e45c7a1fe38b6d2c3c0d5~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=63191a96&x-expires=1779634800&x-signature=HELnpVGIrkZ60roN3wyqGL7ngG4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok UK",
                          "username": "tiktok_uk"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "GB",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6a4490490cebfd5c0141b5299a7252f1/6a131520/video/tos/no1a/tos-no1a-ve-0068c001-no/oAgtEEkmpFB5UXm4ADBQfjV5Fg7QkIfRDEkgmS/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=2059&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZDo3NWg1Z2VkPGg2Njc7PEBpamVmN3Y5cnM3OjMzbzczNUAvYjEtNjY2XmMxM2FjYi40YSNoMWY1MmRrcWdhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "musicId": "7630874336890489622",
                        "videoId": "7630874294385413398",
                        "duration": 89,
                        "diggCount": 6733,
                        "playCount": 131040,
                        "createTime": 1776701380,
                        "musicTitle": "original sound - tiktok_uk",
                        "shareCount": 638,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok UK",
                        "originCover": "https://p19-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/oI8IIfLzugGhNxGA3k5AeJIBTMgjj7MLIYfJnD~tplv-tiktokx-360p.webp?dr=10375&refresh_token=800e5083&x-expires=1779634800&x-signature=kzczBCYdy4JRVibt1FtPJo7ndvo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 656,
                        "commentCount": 615,
                        "musicPlayUrl": "https://sf19-music.tiktokcdn-eu.com/obj/ies-music-eu2-no/7630874363927038742.mp3",
                        "createTimeIso": "2026-04-20T16:09:40.000Z",
                        "downloadCount": 1,
                        "musicDuration": 89,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7628619815690833183",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/e58b97ebc6f31681d9b001530da33924/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/ogE0KpkBTixEEeFRiXIg7IAV2mAfuqg8Z23QxD/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=874&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ODk5Zzs0aTs1ZDNkNjM6M0BpamVneGo5cnQ3OjMzaTczNEAwNjU0YTBiXjUxNC1jLjQyYSNvL2cxMmRrbGNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 5454476,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oEsGEw03A1wRAIQWpAQGqxFwEVEeVkfTCEAADA~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=d04f744b&x-expires=1779634800&x-signature=0jZZFHX6G2wSR%2F0X5Xqhj4uiEdc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "a reminder to romanticize the little moments ❤️",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4941526,
                        "wmplay": "https://v19.tiktokcdn-eu.com/7eb2cf7080a6d154fc58b3699155f03e/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/oIAgeFiqx3TYDT3JRf0BkHEgAVEPEObIXpo2Qu/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=791&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTYzOGY0Zzg1aTVmOjo3OEBpamVneGo5cnQ3OjMzaTczNEBjNGAzNi0tNi4xNS9iYzQyYSNvL2cxMmRrbGNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7628619900222753567",
                        "videoId": "7628619815690833183",
                        "duration": 48,
                        "diggCount": 13028,
                        "playCount": 392711,
                        "createTime": 1776176493,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1139,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owVBkQiqegpAu0BT0cE2BF3EREXDTAxV2QfOiX~tplv-tiktokx-360p.webp?dr=10375&refresh_token=8c2d57bb&x-expires=1779634800&x-signature=ZU0ydYrziAkIbktV40IA8u%2Frx%2Bg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1273,
                        "commentCount": 2701,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27628619956657146654.mp3",
                        "createTimeIso": "2026-04-14T14:21:33.000Z",
                        "downloadCount": 53,
                        "musicDuration": 48,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7627209981670001950",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/a15a6de42571588c3bca06d8a11a636a/6a131514/video/tos/maliva/tos-maliva-ve-0068c799-us/oURBEAIvVd7ia1oBJASjo4RbEvMEZQ3lOSvli/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1340&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=MzhpZzw8ZWQ4NTs5NzY2N0Bpamg2bnI5cjtuOjMzaTczNEAzLjZhYGBhNWExYDMuNWEuYSM1YmlxMmRrZ2BhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 13361803,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIlEE2oVfQAU0AwmnRlsyfAAQAEiICDGpIFRAF~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=c6dfdbd2&x-expires=1779634800&x-signature=E3YK%2Fd6LPFetEfR%2Fd9FCRxH7MNM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "your TikTok grandpa @writers cramp is proud of you 🫵🥹❤️",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 12480544,
                        "wmplay": "https://v19.tiktokcdn-eu.com/3dd1063bb65f632a84d713e09c245c7c/6a131514/video/tos/maliva/tos-maliva-ve-0068c799-us/oooOl3ZRBdAiv4SLJE5zoZzSBaE7IAAR1QMiV/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1252&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OWg3OmY8M2U3OWRkNzs4aUBpamg2bnI5cjtuOjMzaTczNEA0My5gMzAwXy0xMi02LmMzYSM1YmlxMmRrZ2BhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7627210068635568926",
                        "videoId": "7627209981670001950",
                        "duration": 77,
                        "diggCount": 18211,
                        "playCount": 280054,
                        "createTime": 1775848235,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1309,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o00vSIoR7IAM8BV34UaJRAViBdolaBSyiO3EZ~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b95c5656&x-expires=1779634800&x-signature=uCQ1upl72%2FDw6OmYuBM4k24Ff%2F0%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1690,
                        "commentCount": 2577,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7627210116295199519.mp3",
                        "createTimeIso": "2026-04-10T19:10:35.000Z",
                        "downloadCount": 62,
                        "musicDuration": 77,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7626810027520593183",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/93a27ffa8f5d78d940de80c920bcf6e0/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/ocgvRAIfjvjrAfGT9LmjeOA6YzKIxIkAqn7wCt/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1074&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZWg3NmU0ZmY1NDtmaTg3aUBpM202cWw5cnh3OjMzaTczNEA0MmEtYTExX14xMGFgLzQzYSNnZ2lrMmQ0cF9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 9695295,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o4AJv9eEDQGqgv49AzFAVPRX1CfJpAEIEVAtE1~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=96875cff&x-expires=1779634800&x-signature=uZ4QTJsXscE6xVjNy6oepfUOYz8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "wishing it, singing it, living it 🎶 TikTok LIVE made @⭐️Anyelique Solorio⭐️ dreams real 💫",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 8836902,
                        "wmplay": "https://v19.tiktokcdn-eu.com/9ba20fcc8e8b1c85b82688f0eceefc17/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/osmz1QqGTC3KzU5LIIb76AIeIIoXer3AejE3Xx/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=979&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ODU4NmRnNmk8NTVpPDZpNUBpM202cWw5cnh3OjMzaTczNEBhYy5gLl8uNjMxNmFeYDYwYSNnZ2lrMmQ0cF9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7626810017768885022",
                        "videoId": "7626810027520593183",
                        "duration": 70,
                        "diggCount": 13639,
                        "playCount": 228482,
                        "createTime": 1775755097,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1323,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYCBA3zr8LzGeI7BITIGK1emIowyAzoeIqXx5j~tplv-tiktokx-360p.webp?dr=10375&refresh_token=0958dc56&x-expires=1779634800&x-signature=mCE43n9Z7ZJMjJf6NXKRnOxi4Ps%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1302,
                        "commentCount": 1733,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27626810082197539615.mp3",
                        "createTimeIso": "2026-04-09T17:18:17.000Z",
                        "downloadCount": 63,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tastebuds_nyc/video/7624270296031202573",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/2a29fe4eb8a9f048d0b90c31e87854bb/6a131572/video/tos/maliva/tos-maliva-ve-0068c799-us/oYQjinQeRPzP5dkfIC25s4AgM8ArXHBeDCATaR/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=944&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OTVpaDQ8NDpkZTNoZjc3PEBpM3k7OXY5cnFnOjMzZzczNEBjMTQwLy02XzMxLjRfMWFiYSNmZC9fMmQ0YTRhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 20713209,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/oM2XOA9n2JAl5iI0D5ifBBwmP2cAypEXIABwC8~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=25b68a5e&x-expires=1779634800&x-signature=fBPZBVt33jIIvURASvSI4S3CNvA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Trying food from every country in the world, without leaving New York City. Episode 19: Honduras 🇭🇳 S/O @tiktok for helping us find @siesvecinos 🌎 #nyc #food #tiktok ",
                        "author": {
                          "id": "7045805732814013445",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/23e22527aae5b09db675b8cb667a1540~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=41b4abef&x-expires=1779634800&x-signature=nH%2FSIYXehGx2YknlTjrUAiDpmuo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "tastebuds_nyc",
                          "username": "tastebuds_nyc"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 19221227,
                        "wmplay": "https://v19.tiktokcdn-eu.com/93525905b0cce4cb55c8d80583aaf027/6a131572/video/tos/maliva/tos-maliva-ve-0068c799-us/owWnkQ5IGI02aCsfAIeeAbgqhLZhkTHISxIjNd/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=876&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Njw8Ozw1ZDhnNjo2ZjxlN0BpM3k7OXY5cnFnOjMzZzczNEBiYmEzX2EwXjAxM14uNTJfYSNmZC9fMmQ0YTRhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7624270322342808333",
                        "videoId": "7624270296031202573",
                        "duration": 171,
                        "diggCount": 103980,
                        "playCount": 510308,
                        "createTime": 1775163771,
                        "musicTitle": "original sound - tastebuds_nyc",
                        "shareCount": 4480,
                        "isSlideshow": false,
                        "musicAuthor": "tastebuds_nyc",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/oA2nGex5IIakQa2fZATALChOQTjaAshIfHpgIB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=0d6e0122&x-expires=1779634800&x-signature=GB%2FAfuEX%2FTy2jI14LXSqdbvaptI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 4878,
                        "commentCount": 3830,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx/7624270355125455629.mp3",
                        "createTimeIso": "2026-04-02T21:02:51.000Z",
                        "downloadCount": 151,
                        "musicDuration": 171,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7624178064527740190",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/0820a66d5af6df8d6b0fdaf782c3fdb9/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/ocmRKgVDpBh6Gd7FEOZozAQWEEgOfzYAmRIbfr/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=986&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NjQ0PDtmaDY8OTg7N2hmO0BpajY0bnc5cnQ7OjMzaTczNEBgMC8uLTYyXy4xMV5fYTQyYSM2b24yMmRzNTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 7552065,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooKsaAqGTEC2HvDLIAAQfAIsIISdenpAfjQyGr~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=8f923996&x-expires=1779634800&x-signature=gDTuw%2BNaO71EBEKZhTKlXg8XqRA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the sick girl support system we didn’t know we needed 🫶 @nicolepedra #MyLIVEMyStory",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7023833,
                        "wmplay": "https://v19.tiktokcdn-eu.com/aa7aa3c456090774445e07d530a11ce5/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/o0XjCGOiIqTfdIvThAQ0QEs5IAL0Q9B5o1biiA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=917&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Zzc0OTlmN2k0NWU4NmlmN0BpajY0bnc5cnQ7OjMzaTczNEA1YmMtMzZeNjAxY2A1Yy82YSM2b24yMmRzNTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7624178022102485791",
                        "videoId": "7624178064527740190",
                        "duration": 59,
                        "diggCount": 42581,
                        "playCount": 34706069,
                        "createTime": 1775142296,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 2458,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYOdjySCIILAZqrf9nIATQB0VhTiii10AAOIh5~tplv-tiktokx-360p.webp?dr=10375&refresh_token=0acf5eff&x-expires=1779634800&x-signature=MxRNazgNdZ69Bfi4roMRuHuyu4w%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 3842,
                        "commentCount": 2372,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27624178102482045726.mp3",
                        "createTimeIso": "2026-04-02T15:04:56.000Z",
                        "downloadCount": 20,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7623530460693515550",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/ea9728f07c5bdc1625b90c5cae8abc55/6a13150c/video/tos/maliva/tos-maliva-ve-0068c799-us/oUcIcIcGAjyCl5ULeJTjIAAVgbYNamReGzSeRq/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1467&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Z2c3NjU6OmU0M2RnODU7NUBpajs4Zm85cmg2OjMzaTczNEBeMl8uM2A2NjMxNV4xLzNeYSNvXm9fMmRjYjNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 13147199,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okflAOUGDpmEIAErc7qF0EfDCVA2zQRYilVAAE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=0d292f90&x-expires=1779634800&x-signature=P8gHI9INtENUE0H5Rr5Msr8IkIs%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "honoring trans voices today & always 🏳️‍⚧️ happy TDOV 💘 @THEE BEAUTEUSS ",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 11709286,
                        "wmplay": "https://v19.tiktokcdn-eu.com/f6b81e6a808319055a1a5d3f66c892a1/6a13150c/video/tos/maliva/tos-maliva-ve-0068c799-us/o0kuIq3WcBAMOzLrKhi1iI0QrCVAIAj5EZf4Mi/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1307&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OThlZWU0ZTc0N2U3ZGllNEBpajs4Zm85cmg2OjMzaTczNEA2X2MtNDEzX2ExM2M2NWAyYSNvXm9fMmRjYjNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7623530536153139999",
                        "videoId": "7623530460693515550",
                        "duration": 69,
                        "diggCount": 15350,
                        "playCount": 244467,
                        "createTime": 1774991527,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1184,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooIMIh3t0IqMCqi1OA5iDDuiIZBBWtAVcAf1Kz~tplv-tiktokx-360p.webp?dr=10375&refresh_token=67152f76&x-expires=1779634800&x-signature=aJxvMO0R%2B5QfLTtqBAxU8I7BGq8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1471,
                        "commentCount": 2056,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7623530579081841439.mp3",
                        "createTimeIso": "2026-03-31T21:12:07.000Z",
                        "downloadCount": 69,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tmobile/video/7623104764754103565",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/7e8ca7e44fdfa40c974ef3f5d06aa59b/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/ogqIQLCjkGTMl9Ih1AY8AepxgeTR6AHIaeRqWA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=854&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NDNoaWczaDU0Ojc5Zzc7ZEBpM253ZW45cmRlOjMzZzczNEAtMWBeL2IxNS8xNTYxXjNgYSNtbG00MmQ0NTJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 6463991,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/oICPRFEwJkAiqiVtDsIU05fvArBCBBAIgAY0OK~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=31cf3177&x-expires=1779634800&x-signature=NJO%2FskYUK3jGsjMvsiNVAKsxGNw%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "don’t worry @Charlie Puth music makes us cry too 😭 tune in to the full episode of TikTok In The Mix, presented by T-Mobile ",
                        "author": {
                          "id": "6721246225590584325",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/7316947090885017642~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=ad575c3c&x-expires=1779634800&x-signature=ePLWomgf26kEQ5rYLIUgEPZbAOM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "T-Mobile",
                          "username": "tmobile"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 5814887,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6195fa6095c97e4fdf4e7d10892accd0/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/oskGkLbFI2egI0LATVpAeaWe6hQjCRIlVQHv84/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=769&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZGQ3OTY5OzUzNWk7ZGU4OUBpM253ZW45cmRlOjMzZzczNEAzMmA0MTQyXzMxXjJhYy1jYSNtbG00MmQ0NTJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7623104830055222030",
                        "videoId": "7623104764754103565",
                        "duration": 59,
                        "diggCount": 49113,
                        "playCount": 10643213,
                        "createTime": 1774892428,
                        "musicTitle": "original sound - tmobile",
                        "shareCount": 593,
                        "isSlideshow": false,
                        "musicAuthor": "T-Mobile",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/ooYOEcOU0Byg4AM08PNKPjIBiBciaItKU4qXv~tplv-tiktokx-360p.webp?dr=10375&refresh_token=ef8e7c93&x-expires=1779634800&x-signature=3NLg8RxbV0yrJBWqocHMaFZKu2s%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 2512,
                        "commentCount": 5567,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/7623104922972293901.mp3",
                        "createTimeIso": "2026-03-30T17:40:28.000Z",
                        "downloadCount": 11,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7622064700431289630",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/3cac9eac020dfce7e7da8daef1578402/6a1314fe/video/tos/maliva/tos-maliva-ve-0068c799-us/o4IAFiiIQDwfb54q7055AaqH4MICEIpRB4AMiA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1205&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NjlmN2lmZTk5ODRlMzg5ZUBpM2Y5M3M5cnJqOjMzaTczNEA0Xl9iX2M1XmMxNGMuNjRjYSNhZm5pMmRjMjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8591895,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oUAE8OpnABR0EM5EFwAGhIQDOAdVxA6CEifex3~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=df1dcf34&x-expires=1779634800&x-signature=5jNeC4kXf0FFcSfWfN6PUqukwM4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Ezra Frech isn’t letting anything stop him from winning and neither should you 🫵🥇 #MyLIVEMyStory",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7934765,
                        "wmplay": "https://v19.tiktokcdn-eu.com/23d79d764ca2c63d8f79f5c8e7a2d3dd/6a1314fe/video/tos/maliva/tos-maliva-ve-0068c799-us/ocaFTQqB0AA5MUpiiHk4bAIqCiRHf4cADIE6Tw/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1112&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NWhlOmloNTU5ZmY3ZmU4M0BpM2Y5M3M5cnJqOjMzaTczNEAyYzFfMzVeX2AxX14yLy1eYSNhZm5pMmRjMjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7622064747508222751",
                        "videoId": "7622064700431289630",
                        "duration": 55,
                        "diggCount": 141058,
                        "playCount": 117044899,
                        "createTime": 1774650254,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 6099,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oAiF5BU04AWpiMwCi5D4DIAAqBHfIgRaCqaAIB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=2a31f2da&x-expires=1779634800&x-signature=2HYoKI4dw5EPL9t1Wr%2BU%2FshBbJM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 10511,
                        "commentCount": 3634,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7622064800608373535.mp3",
                        "createTimeIso": "2026-03-27T22:24:14.000Z",
                        "downloadCount": 53,
                        "musicDuration": 55,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7622051063377546527",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/f72e96ff2316386328bcb2def6ab9e0e/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/oQAlEE0pVESQGRoEanGfBF9xjDzFbvIyfv3IAA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=808&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZzZmZDdnNWZnNTM6OWVkNEBpanlrcnM5cjdpOjMzaTczNEA0Y2MzY2IvNjAxMjAyMmA2YSNnay0zMmRrYTBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 6906103,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owFc5AVDpC97eTpFEAAvZAEqEEJGfxAANRIyDg~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=44b98194&x-expires=1779634800&x-signature=4UKAY6x93Zxls1BmCUCATuh1X%2Bg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Professor Puth said it best 🗣️ share your knowledge on TikTok. tune in to the full episode of TikTok In The Mix, presented by @T-Mobile ",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 6204155,
                        "wmplay": "https://v19.tiktokcdn-eu.com/8c898e8b7dd584daa98127cd963b9cae/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/oYfGSbaE6ARIQE2IdBFpA9rDAnVqFEQzfvxE3y/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=726&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aTpkZDs2O2RnZzc2NmU1NEBpanlrcnM5cjdpOjMzaTczNEAxLV8zYDBgNmMxNF5jYy00YSNnay0zMmRrYTBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7622051069698345758",
                        "videoId": "7622051063377546527",
                        "duration": 66,
                        "diggCount": 66190,
                        "playCount": 11895516,
                        "createTime": 1774647074,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 436,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osFayKVpxAW3EfSBEyAvjR9BVUGfI2ItEbnAID~tplv-tiktokx-360p.webp?dr=10375&refresh_token=acc582bd&x-expires=1779634800&x-signature=b8t9VqLnr2t%2Fi4Zwn8S5cnwc09I%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 3403,
                        "commentCount": 1923,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7622051129458838303.mp3",
                        "createTimeIso": "2026-03-27T21:31:14.000Z",
                        "downloadCount": 9,
                        "musicDuration": 66,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7622029139947605279",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/9b5751b07b39aa3d4999e4acbbd86d25/6a1314e7/video/tos/maliva/tos-maliva-ve-0068c799-us/ow3xVI8ED8tKuB4tAEf0AoQNOFxSIpEEofaRkG/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=2051&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NjxlOGVmN2VoOWY8aTM4Z0BpM2dqbnk5cmloOjMzaTczNEAtYTAuMi80NmMxMDQvM2EzYSNhcWtsMmQ0MjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8615871,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osAHAfd3DEGpFATErNExufIlxCVQ1OtApYRiMA~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=2da6125e&x-expires=1779634800&x-signature=do2jxfPku6ZCus%2FeN7tLRKZ%2BR3I%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "my inner child is (internally) screaming every lyric 🥹 search 'Hannah Montana' on TikTok and tune into the 20th Anniversary special on @Disney+ 💫",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7904784,
                        "wmplay": "https://v19.tiktokcdn-eu.com/a08426db5f63d81ca461807131cbd83e/6a1314e7/video/tos/maliva/tos-maliva-ve-0068c799-us/o8neANrRAYgH1AJeRx0F4voerQUeziXKG4GhFA/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=1882&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NmQ0NGdnODczZjw6aDs7NkBpM2dqbnk5cmloOjMzaTczNEBjNTE2MGIxNTUxYTIyYzY2YSNhcWtsMmQ0MjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7622029169739713311",
                        "videoId": "7622029139947605279",
                        "duration": 32,
                        "diggCount": 9403,
                        "playCount": 152740,
                        "createTime": 1774641965,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 508,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oAGOt7XERIxAzVBffjIBS8DpKBaFEE8uBA0K4x~tplv-tiktokx-360p.webp?dr=10375&refresh_token=5f9743f4&x-expires=1779634800&x-signature=ArddLMHMhkQGMAc855rIJUJb2EQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 829,
                        "commentCount": 933,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7622029224404749086.mp3",
                        "createTimeIso": "2026-03-27T20:06:05.000Z",
                        "downloadCount": 54,
                        "musicDuration": 32,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7621658376077888798",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/2c6023784bd0b6921d7d2a36bbe68404/6a131be2/video/tos/maliva/tos-maliva-ve-0068c799-us/o4lYpEIpmlDVA2ApQUfEBx2FoVFWRxBExWF1fR/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=770&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aDRlZ2RnNjc5N2Y8OTY4ZkBpMzNmaG45cmRyOjMzaTczNEAzYS9fYi82X18xMjBjYGM0YSNuaW9xMmRjZy9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 179453006,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oQgLnDAieAIPkPGMAGjTlfEAIIIqLIAXiyAQof~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=338bd77e&x-expires=1779634800&x-signature=WS7rP4kVl7AMdsrVuBBBMsLPjkc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "rumor has it @Charlie Puth travels with a keyboard 🎹 thanks for joining us and Jack Coyne from @Track Star for TikTok In the Mix, presented by @T-Mobile 💘",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 161517818,
                        "wmplay": "https://v19.tiktokcdn-eu.com/aee2bf4dddd9215770314f73b516123f/6a131be2/video/tos/maliva/tos-maliva-ve-0068c799-us/oM60RxTbaAC0SIYLAIi04lqBUf7gKCsiiCATFE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=693&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Mzg2ZzQ7Ozw1NDo2NDw8Z0BpMzNmaG45cmRyOjMzaTczNEA1NDZjLzE0XzExY2BgMy82YSNuaW9xMmRjZy9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7621658444109548319",
                        "videoId": "7621658376077888798",
                        "duration": 1819,
                        "diggCount": 91522,
                        "playCount": 23247303,
                        "createTime": 1774555637,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 269,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYWmQVEDd1fEVphCJpYLEBoQNLFM2RAx2pBeQA~tplv-tiktokx-360p.webp?dr=10375&refresh_token=680b2982&x-expires=1779634800&x-signature=mTNEcZmvWbmzxHdUr7R%2BIuS7mJg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 6372,
                        "commentCount": 1896,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7621658514510842654.mp3",
                        "createTimeIso": "2026-03-26T20:07:17.000Z",
                        "downloadCount": 6,
                        "musicDuration": 1819,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7621282555890814238",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/84ffd51b28dd8c630190d18b777d30aa/6a131516/video/tos/maliva/tos-maliva-ve-0068c799-us/o4arEAefqiEQSPjjIHAeIrLIB8HCxTEFGKIHC9/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=805&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=O2U6PDNnZjg7M2czZTw1Z0BpMzV0aWs5cmo2OjMzaTczNEBhYjYyYjA1NjExXy4vYDA2YSM2anMyMmRzai9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8151523,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oc44EKm6aBADP7AVAhi0iI0ADCBAKBq4IOfWEi~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=334faa38&x-expires=1779634800&x-signature=zrvpyr8B2%2BXRm3yGPYXrEtfsKPk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "coming thru with multiple povs from #WomensHistoryMonth at The Met only on TikTok LIVE 🎨",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7620125,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6f401746ff0987911fc561cc13df560f/6a131516/video/tos/maliva/tos-maliva-ve-0068c799-us/o8fFEAr7HqQoeIETHiLeICA6CPkRaSIrjHGEIH/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=752&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZjVnM2k3OWZkZDk3ODhpZ0BpMzV0aWs5cmo2OjMzaTczNEAuLjMzYjViNS0xYy4yXjZhYSM2anMyMmRzai9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7621282657674038047",
                        "videoId": "7621282555890814238",
                        "duration": 79,
                        "diggCount": 23795,
                        "playCount": 33400208,
                        "createTime": 1774468151,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1278,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIeeEnHAIACIurArE2GCqTIDiILa2Pj1HLSIrf~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b28e2c75&x-expires=1779634800&x-signature=SBauFuidMHXDY6jxaYC3obASuro%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 2269,
                        "commentCount": 1164,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27621282703194802974.mp3",
                        "createTimeIso": "2026-03-25T19:49:11.000Z",
                        "downloadCount": 25,
                        "musicDuration": 79,
                        "musicOriginal": true
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2,
                    "username": "tiktok"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/post/{id}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_post",
        "summary": "Get Detail Post",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/tiktok-scraper#reference-post"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (numeric) atau full TikTok URL. Auto-inject dari path-param via template `:id`.",
            "schema": {
              "type": "string",
              "example": "7554652158981983544"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full TikTok video URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hd",
            "in": "query",
            "required": false,
            "description": "Request HD play URL kalau available. Default true",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.tiktok.com/@mrbeast/video/7659558620098465055",
                    "isAd": false,
                    "play": "https://v16m.tiktokcdn-us.com/7e8db613ae0e5955a19a51b0c4da6daa/6a5f7f52/video/tos/useast8/tos-useast8-ve-0068c004-tx2/oMGgqFDzjIIeIInORYEQQeCAcgQACjHLmUfsFy/?a=1233&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=1629&ft=arR-Iqq2m0nPD12o~gdI3wU1OGrdaeF~O5&mime_type=video_mp4&rc=OWdpZGRlOTs2aWllZzg0N0BpMzVwNWs5cjY2PDMzaTczNEBhYmMvM19hNjExMDMwNWEwYSNvZC1sMmRrYzNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631D525FB3687370C5095DF&btag=e000b8000",
                    "size": 3995654,
                    "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oEqAV2YyHCgIDAFRyEvQ8AfAATE1ACfC3gcDEO~tplv-tiktokx-dmt-logoccm:300:400:tos-useast8-i-0068-tx2/o0BEgADaFAEGTOMRARTHACuEdf0EIVAfAqDDYE.jpeg?dr=8595&refresh_token=46dc33cc&x-expires=1784707200&x-signature=WoHeq9%2FFyqYEwYq%2FmKwq%2FnvAamE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=useast5&biz_tag=tt_video&s=AWEME_DETAIL&sc=cover",
                    "music": {
                      "id": "7659558591884118814",
                      "title": "original sound - mrbeast",
                      "author": "MrBeast",
                      "playUrl": "https://v19-ies-music.tiktokcdn-us.com/25b1db0166b820dd789512bb4fbf4a31/6a686585/video/tos/useast8/tos-useast8-v-27dcd7-tx2/oQIVMEIcTMwmEMGUJL5FefchiAroXIsAqeHXCZ/?a=583965&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=125&ft=aERJYqq2m0nPD12o~gdI3wU1OGrdaeF~O5&mime_type=audio_mpeg&rc=ZTNoO2llZDM6O2Y3ODg0aUBpM3lqOXQ5cjU2PDMzaTU8NEBhLi1iYWAuXjAxYGIyYV8tYSNlcjBtMmRzZDNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631D525FB3687370C5095DF&btag=e000f8000&shp=d05b14bd&shcp=-",
                      "duration": 19,
                      "original": true
                    },
                    "title": "@riley check your DMs :) @riley ",
                    "author": {
                      "id": "6614519312189947909",
                      "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=da8ae928&s=AWEME_DETAIL&sc=avatar&shcp=1d1a97fc&shp=d05b14bd&t=223449c4&x-expires=1784707200&x-signature=rK7H8nPH020zsIuZcvmZCDp0QMg%3D",
                      "nickname": "MrBeast",
                      "username": "mrbeast"
                    },
                    "hdSize": 3639675,
                    "hdplay": "https://v16m-default.tiktokcdn-us.com/a3eb63870a349f8e830f1c00f48b3ac9/6a5f7f52/video/tos/useast8/tos-useast8-pve-0068-tx2/oMIeQqsgODAVOQGReGFjIjUgJIQAFC4mILfkME/?a=0&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=1484&ft=ary.8qUHm3-PD12o~gdI3wUdS7bhMeF~O5&mime_type=video_mp4&rc=O2dlNDdlPGQ7Z2RpaTQ5aEBpMzVwNWs5cjY2PDMzaTczNEAwYGMxLy4vXmIxMTNhXi5eYSNvZC1sMmRrYzNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631EB487DDD0B8ACC59D5E3&btag=e000b8000",
                    "images": [],
                    "region": "US",
                    "wmSize": 3642568,
                    "wmplay": "https://v16m.tiktokcdn-us.com/417dd5b464029631619e71a4d86fc257/6a5f7f52/video/tos/useast8/tos-useast8-pve-0068-tx2/o82IeeUIMQFDUCLOAOqBGfEJFIAjVgmjTsQgGQ/?a=1233&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=1485&ft=arR-Iqq2m0nPD12o~gdI3wU1OGrdaeF~O5&mime_type=video_mp4&rc=NmVoNGlnNzU2ZWU7OTw8aUBpMzVwNWs5cjY2PDMzaTczNEAyLTQxLzRfNWMxXy9gYi9gYSNvZC1sMmRrYzNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631D525FB3687370C5095DF&btag=e000b8000",
                    "anchors": [],
                    "videoId": "7659558620098465055",
                    "duration": 19,
                    "diggCount": 522498,
                    "playCount": 7392809,
                    "createTime": 1783379976,
                    "shareCount": 23433,
                    "isSlideshow": false,
                    "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ooOkMAhua2CIwoVAY4FARtyuEjw3ivBIBBxiI~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=e01de40c&x-expires=1784707200&x-signature=zlaC9JtziTiER8IPRH39zFuyj44%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=useast5&biz_tag=tt_video&s=AWEME_DETAIL&sc=feed_cover",
                    "collectCount": 19752,
                    "commentCount": 22379,
                    "createTimeIso": "2026-07-06T23:19:36.000Z",
                    "downloadCount": 597
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/comments/{id}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_comments",
        "summary": "Get Post Comments",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/tiktok-scraper#reference-comments"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (numeric) atau full TikTok URL",
            "schema": {
              "type": "string",
              "example": "7554652158981983544"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full TikTok video URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Jumlah komentar per page. Default 20, max 50",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 7,
                    "total": 22379,
                    "hasMore": true,
                    "videoId": "7659558620098465055",
                    "comments": [
                      {
                        "text": "I LOVE YOU OMGGGG THANK YOU",
                        "author": {
                          "id": "7082730284035130410",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/64c15499b4abf1ae4291fa5141246716~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=516d1459&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=dHw7M6piwhRRByLfhL9fg3Bu5TM%3D",
                          "region": "US",
                          "nickname": "riley",
                          "username": "rileylovesguineapigz",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659558849795572511",
                        "diggCount": 117418,
                        "createTime": 1783380036,
                        "replyCount": 85,
                        "createTimeIso": "2026-07-06T23:20:36.000Z"
                      },
                      {
                        "text": "yo mrbeast my 1 million dollars broke down",
                        "author": {
                          "id": "7620528461370770452",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/856555478564b1e097eda42aa6daea72~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=c6dccbd4&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=kthKfZvh7IEwEqCRMZtsk5ojcyE%3D",
                          "region": "PK",
                          "nickname": "👑CALL ME SAMEER👑",
                          "username": "callmesameer16",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659683020446958337",
                        "diggCount": 3290,
                        "createTime": 1783408974,
                        "replyCount": 7,
                        "createTimeIso": "2026-07-07T07:22:54.000Z"
                      },
                      {
                        "text": "She wasn’t even following? 😭",
                        "author": {
                          "id": "7395868844667946027",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/aa81decc71eb29e6cf5ed75849bef515~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=e6f9191a&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=DyOagIgjnHbEu3Pn%2BJSgTuZbDMg%3D",
                          "region": "US",
                          "nickname": "CoTW/CT(AKA_BLAKE)💙",
                          "username": "cotw_clips9673",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659946464688259870",
                        "diggCount": 18583,
                        "createTime": 1783470291,
                        "replyCount": 26,
                        "createTimeIso": "2026-07-08T00:24:51.000Z"
                      },
                      {
                        "text": "Bro should consider making a YouTube Channel",
                        "author": {
                          "id": "7357402926577517574",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/6e1603b62f4c8224699762fedd588643~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=a35e33bd&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=AOL9WD6RH3kfsXiiP%2FVx9Te8d7Q%3D",
                          "region": "PK",
                          "nickname": "ssalaajikyl",
                          "username": "ssalaajikyl",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659566632197997313",
                        "diggCount": 7478,
                        "createTime": 1783381848,
                        "replyCount": 25,
                        "createTimeIso": "2026-07-06T23:50:48.000Z"
                      },
                      {
                        "text": "I love him",
                        "author": {
                          "id": "6669850252496093190",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/9f4315a2c636415c918dc81fd0963d64~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=10fd83f5&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=Ev13JzCt5nqVK3Qb4%2BSuWqvLK0w%3D",
                          "region": "US",
                          "nickname": "Brandon Max",
                          "username": "itsbrandonmax",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659928117440168718",
                        "diggCount": 1867,
                        "createTime": 1783466021,
                        "replyCount": 36,
                        "createTimeIso": "2026-07-07T23:13:41.000Z"
                      },
                      {
                        "text": "dead internet theory proven",
                        "author": {
                          "id": "7537075067378009106",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/485c549f0d4e7450c135f191565ba3a6~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=63d85141&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=iHABT79WiKWrKHdD4pOU5cYoIIY%3D",
                          "region": "DZ",
                          "nickname": "moony",
                          "username": "moonyvoid_",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659563601674502932",
                        "diggCount": 193,
                        "createTime": 1783381158,
                        "replyCount": 6,
                        "createTimeIso": "2026-07-06T23:39:18.000Z"
                      },
                      {
                        "text": "Mrs aap reply Nahin dete",
                        "author": {
                          "id": "7650415663802696725",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/b098a56a605eb44750e8033f5fadb9b4~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=d97911a6&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=VeXKDcGZ8tFeU2UtblO67tZhEu8%3D",
                          "region": "PK",
                          "nickname": "🖤Ali🔥 Waris🫵",
                          "username": "aliwaris..6",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7664880510318183189",
                        "diggCount": 0,
                        "createTime": 1784619082,
                        "replyCount": 0,
                        "createTimeIso": "2026-07-21T07:31:22.000Z"
                      }
                    ],
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/following/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_following",
        "summary": "Get User Following",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/tiktok-scraper#reference-following"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full TikTok URL",
            "schema": {
              "type": "string",
              "example": "youtube"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Jumlah user per page. Default 30, max 50",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 1,
                    "total": 2,
                    "userId": "107955",
                    "hasMore": false,
                    "nextPage": null,
                    "username": "tiktok",
                    "following": [
                      {
                        "id": "6551237489917432832",
                        "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/7310199914919673862~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&idc=my2&ps=87d6e48a&refresh_token=b3070e5f&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=WacTmu6lPZmh%2FfJojSiwAx3lRJk%3D",
                        "region": "PH",
                        "secUid": "MS4wLjABAAAAXqqA-cLDC0hfQPIrS5APYNsg04zkl-socWCkqkI3UIOaEe6_Qnokg0GcWpLnMNQP",
                        "nickname": "tiktok creators",
                        "username": "tiktokcreators",
                        "verified": true,
                        "diggCount": 1857,
                        "signature": "The official account for TikTok Creators who inspire creativity and bring joy ✨\n\n⬇️ Creator Growth Challenge 💰⬇️",
                        "heartCount": 33288042,
                        "videoCount": 1088,
                        "followerCount": 8499482,
                        "followingCount": 568,
                        "privateAccount": false
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:whatsapp/profile": {
      "get": {
        "operationId": "social_media_whatsapp_profile",
        "summary": "Get profile",
        "description": "",
        "tags": [
          "WhatsApp Bussines Profile"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/whatsapp#reference-profile"
        },
        "parameters": [
          {
            "name": "number",
            "in": "query",
            "required": true,
            "description": "Nomor WhatsApp dengan kode negara, hanya angka",
            "schema": {
              "type": "string",
              "example": "6287833764462"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "link": "https://wa.me/6287833764462",
                    "name": "Zaileys",
                    "number": "6287833764462",
                    "accountType": "Akun Bisnis",
                    "profilePhoto": "https://pps.whatsapp.net/v/t61.24694-24/432314569_2676781202495455_7260058970300294157_n.jpg?ccb=11-4&oh=01_Q5Aa4gGu8wPG9F6t1jLUnOLSDYeIpwtpBgshnvD3ug4QkjmN8A&oe=6A1C527D&_nc_sid=5e03e0&_nc_cat=103"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/profile/{channel}": {
      "get": {
        "operationId": "social_media_youtube_scraper_profile",
        "summary": "Get User Profile",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/youtube-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Channel handle (@user), channel ID (UCxxx), atau full YouTube URL",
            "schema": {
              "type": "string",
              "example": "MrBeast"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": "{\"url\": \"https://www.youtube.com/@MrBeast\", \"title\": \"MrBeast\", \"avatar\": \"https://yt3.googleusercontent.com/nxYrc_1_2f77DoBadyxMTmv7ZpRZapHR5jbuYe7PlPd5cIRJxtNNEYyOC0ZsxaDyJJzXrnJiuDE=s900-c-k-c0x00ffffff-no-rj\", \"banner\": \"https://yt3.googleusercontent.com/mHMO_eEMp0dPvh0ADwXhPXNYb_GnjSVsLI8biqF1CpxT8OPl7izhNQsDPD3JHhd5y5Mg9GrP=w1060-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj\", \"handle\": \"@MrBeast\", \"rssUrl\": \"https://www.youtube.com/feeds/videos.xml?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA\", \"country\": \"PT\", \"keywords\": \"mrbeast6000 beast mrbeast Mr.Beast mr\", \"verified\": true, \"channelId\": \"UCX6OQ3DkcsbYNE6H8uQQuVA\", \"vanityUrl\": \"http://www.youtube.com/@MrBeast\", \"familySafe\": true, \"videoCount\": 982, \"description\": \"SUBSCRIBE FOR A COOKIE!\\\nNew MrBeast or MrBeast Gaming video every single Saturday at noon eastern time!\\\nAccomplishments:\\\n- Raised $20,000,000 To Plant 20,000,000 Trees\\\n- Removed 30,000,000 pounds of trash from the ocean\\\n- Helped 2,000 people walk again\\\n- Helped 1,000 blind people see\\\n- Helped 1,000 deaf people hear\\\n- Built wells in Africa\\\n- Built and gave away 100 houses\\\n- Adopted every dog in a shelter (twice)\\\n- Given millions to charity\\\n- Started my own snack company Feastables\\\n- Started my own software company Viewstats\\\n- Gave away a private island (twice)\\\n- Gave away 1 million meals\\\n- I counted to 100k\\\n- Ran a marathon in the world's largest shoes\\\n- Survived 50 hours in Antarctica\\\n- Recreated Squid Game in real life\\\n- Created the largest competition show with 1000 people (Beast Games)\\\n- Gave $5,000,000 to one person\\\n\\\nTerms & Conditions of Current Sweepstakes: \\\nhttps://mrb.gg/bow-and-arrow\\\nhttps://bit.ly/MrB_Birthday_YT\\\nhttps://bit.ly/MrB_Cash_Giveaway\\\n\\\n\\\n\", \"subscriberText\": \"489M subscribers\", \"videoCountText\": \"982 videos\", \"subscriberCount\": 489000000}"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/videos/{channel}": {
      "get": {
        "operationId": "social_media_youtube_scraper_videos",
        "summary": "Get User Videos",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/youtube-scraper#reference-videos"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Channel handle (@user), channel ID (UCxxx), atau full YouTube URL",
            "schema": {
              "type": "string",
              "example": "MrBeast"
            }
          },
          {
            "name": "tab",
            "in": "query",
            "required": false,
            "description": "Tab yang di-scrape. Default 'videos'. Cursor TIDAK kompatibel antar-tab",
            "schema": {
              "type": "string",
              "enum": [
                "videos",
                "shorts",
                "streams"
              ]
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1, max 50. Per page ~30 video",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "tab": "videos",
                    "page": 1,
                    "count": 30,
                    "videos": [
                      {
                        "url": "https://www.youtube.com/watch?v=AaMdXZMvT3w",
                        "title": "Survive 30 Days On An Island With Your Ex, Win $250,000",
                        "videoId": "AaMdXZMvT3w",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/AaMdXZMvT3w/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAfwDXsWdeKhhuSk9s8s1TnaZVv0Q",
                        "viewCount": 65000000,
                        "viewCountText": "65M views",
                        "publishedTimeText": "6 days ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=6Zy5VLcEbZc",
                        "title": "I Stranded 100 People In The Wilderness For $250,000",
                        "videoId": "6Zy5VLcEbZc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/6Zy5VLcEbZc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDXMEvwxFyL_olBjmhazAn6BR96jw",
                        "viewCount": 110000000,
                        "viewCountText": "110M views",
                        "publishedTimeText": "2 weeks ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=zRtGL0-5rg4",
                        "title": "Last To Leave Grocery Store, Wins $250,000",
                        "videoId": "zRtGL0-5rg4",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/zRtGL0-5rg4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAG-ou5PizjilKG7ZXLg61ZkWF6-g",
                        "viewCount": 140000000,
                        "viewCountText": "140M views",
                        "publishedTimeText": "1 month ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=DXVHmGoCTco",
                        "title": "50 Streamers Fight for $1,000,000",
                        "videoId": "DXVHmGoCTco",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/DXVHmGoCTco/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCOo6Lu-He-uJtcu8HYejBJjAkawA",
                        "viewCount": 106000000,
                        "viewCountText": "106M views",
                        "publishedTimeText": "1 month ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=JFtlf8RoPZY",
                        "title": "Trapped On An Island Until I Build A Boat",
                        "videoId": "JFtlf8RoPZY",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/JFtlf8RoPZY/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB8zfvjM91iNh7b5FgbBgfpJi2gCQ",
                        "viewCount": 125000000,
                        "viewCountText": "125M views",
                        "publishedTimeText": "2 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=AoN1K4c7VKE",
                        "title": "Survive 30 Days Stranded With Your Ex, Win $250,000",
                        "videoId": "AoN1K4c7VKE",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/AoN1K4c7VKE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAIxfZycVtQCfCMBvJI2ykXGTkK5A",
                        "viewCount": 124000000,
                        "viewCountText": "124M views",
                        "publishedTimeText": "2 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=5OLs1GWB4OA",
                        "title": "I Built 10 Schools Around The World",
                        "videoId": "5OLs1GWB4OA",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/5OLs1GWB4OA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCElg0QN--OQchoCNCONvsplGms2w",
                        "viewCount": 65000000,
                        "viewCountText": "65M views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=9WEQts7b8Pw",
                        "title": "Ages 1 - 100 Race For $250,000!",
                        "videoId": "9WEQts7b8Pw",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/9WEQts7b8Pw/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDR7T1AN69eipviFYIENdovD6PWNQ",
                        "viewCount": 113000000,
                        "viewCountText": "113M views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=pAnGwRiQ4-4",
                        "title": "$1 vs $1,000,000,000 Futuristic Tech!",
                        "videoId": "pAnGwRiQ4-4",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/pAnGwRiQ4-4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBC9u06CDWh10EBWu7jIimoNZSY3A",
                        "viewCount": 143000000,
                        "viewCountText": "143M views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=QJI0an6irrA",
                        "title": "30 Celebrities Fight For $1,000,000!",
                        "videoId": "QJI0an6irrA",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/QJI0an6irrA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC5QU6oWI0KN_-xQHuD0H2jKwGiNQ",
                        "viewCount": 125000000,
                        "viewCountText": "125M views",
                        "publishedTimeText": "4 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=ZFoNBxpXen4",
                        "title": "Survive 30 Days Trapped In The Sky, Win $250,000",
                        "videoId": "ZFoNBxpXen4",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/ZFoNBxpXen4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAaVahxiPm84L2HjnDnDCLezbrQ-w",
                        "viewCount": 187000000,
                        "viewCountText": "187M views",
                        "publishedTimeText": "5 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=8bMh8azh3CY",
                        "title": "100 Pilots Fight For A Private Jet",
                        "videoId": "8bMh8azh3CY",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/8bMh8azh3CY/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLASZJffUcdvpY9eLlJXIE5eYBpKHw",
                        "viewCount": 147000000,
                        "viewCountText": "147M views",
                        "publishedTimeText": "5 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Ah_uuTwGOYU",
                        "title": "World's Strongest Man Vs Robot",
                        "videoId": "Ah_uuTwGOYU",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/Ah_uuTwGOYU/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDzk2JzQAtN4WfALIHvhVfkEHZWiQ",
                        "viewCount": 126000000,
                        "viewCountText": "126M views",
                        "publishedTimeText": "6 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=3RmOvxilbPM",
                        "title": "100 People Vs World’s Biggest Trap!",
                        "videoId": "3RmOvxilbPM",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/3RmOvxilbPM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBPgyc2RUn5SbLtczgCoztzeMhA7A",
                        "viewCount": 117000000,
                        "viewCountText": "117M views",
                        "publishedTimeText": "6 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Oo9EbArcQ1c",
                        "title": "I Saved 1,000 Animals From Dying",
                        "videoId": "Oo9EbArcQ1c",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/Oo9EbArcQ1c/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAKvRjYa2ztaUHNMVBbkTL-AiSPRw",
                        "viewCount": 193000000,
                        "viewCountText": "193M views",
                        "publishedTimeText": "6 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=oBXSvS2QKxU",
                        "title": "100 Kids Vs World's Strongest Man!",
                        "videoId": "oBXSvS2QKxU",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/oBXSvS2QKxU/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB2ct5d_UO9blKrwp4MEA1b7SDS6Q",
                        "viewCount": 174000000,
                        "viewCountText": "174M views",
                        "publishedTimeText": "7 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=F0OkwXKcPSE",
                        "title": "Hi Me In 10 Years",
                        "videoId": "F0OkwXKcPSE",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/F0OkwXKcPSE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBycpW8aNKVbVVFg-rn5ZyNaoV3Fw",
                        "viewCount": 61000000,
                        "viewCountText": "61M views",
                        "publishedTimeText": "7 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=zo7i8VTpfNM",
                        "title": "How Much Would You Risk For $500,000?",
                        "videoId": "zo7i8VTpfNM",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/zo7i8VTpfNM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDuJbldXYVc4g5VzhGrAG6RiMWbVw",
                        "viewCount": 133000000,
                        "viewCountText": "133M views",
                        "publishedTimeText": "7 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=4l97aNza_Zc",
                        "title": "Survive 30 Days Chained To Your Ex, Win $250,000",
                        "videoId": "4l97aNza_Zc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/4l97aNza_Zc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDHSELbFfzaC-mwHTJIXkMgeIRKew",
                        "viewCount": 232000000,
                        "viewCountText": "232M views",
                        "publishedTimeText": "8 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=_AbFXuGDRTs",
                        "title": "$1 vs $1,000,000,000 Nuclear Bunker!",
                        "videoId": "_AbFXuGDRTs",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/_AbFXuGDRTs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCbgvNE5R2tWR1o2gDxgLTWADMFXg",
                        "viewCount": 170000000,
                        "viewCountText": "170M views",
                        "publishedTimeText": "8 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=TDv56whosPQ",
                        "title": "Survive 100 Days In Prison, Win $500,000",
                        "videoId": "TDv56whosPQ",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/TDv56whosPQ/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAunggiesF5IDBQnVm_VZQ0iVFGBQ",
                        "viewCount": 157000000,
                        "viewCountText": "157M views",
                        "publishedTimeText": "9 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Z4hVGCWH1Kc",
                        "title": "2,000,000 People Get Clean Water For The First Time!",
                        "videoId": "Z4hVGCWH1Kc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/Z4hVGCWH1Kc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCHHKcC19HF3E_0cSRPLXrNnbvYyg",
                        "viewCount": 110000000,
                        "viewCountText": "110M views",
                        "publishedTimeText": "9 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=pzBi1nwDn8U",
                        "title": "Survive 100 Days Trapped In A Private Jet, Keep It",
                        "videoId": "pzBi1nwDn8U",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/pzBi1nwDn8U/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAuEYLA7MyZqOMC6nxk1moDNh4p8Q",
                        "viewCount": 142000000,
                        "viewCountText": "142M views",
                        "publishedTimeText": "10 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=FWAdfuPpLOc",
                        "title": "World's Fastest Car Vs Cheetah!",
                        "videoId": "FWAdfuPpLOc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/FWAdfuPpLOc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBg6VDW1zppEIBdxCt_mwN53TqIjQ",
                        "viewCount": 230000000,
                        "viewCountText": "230M views",
                        "publishedTimeText": "10 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=pe_ejTiIcSs",
                        "title": "Lose 100 LBs, Win $250,000!",
                        "videoId": "pe_ejTiIcSs",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/pe_ejTiIcSs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD-0tP-A3AYTeV8-Q_SvByb1cjKJQ",
                        "viewCount": 249000000,
                        "viewCountText": "249M views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=hTSaweR8qMI",
                        "title": "$1 vs $500,000 Date",
                        "videoId": "hTSaweR8qMI",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/hTSaweR8qMI/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDJ89V20cDFLNpP6g1aP9qnbExkdA",
                        "viewCount": 182000000,
                        "viewCountText": "182M views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=DZIASl9q90s",
                        "title": "Beat Neymar, Win $500,000",
                        "videoId": "DZIASl9q90s",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/DZIASl9q90s/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD28HJkOXjkxwABBM3sSFNNQG6Nxw",
                        "viewCount": 159000000,
                        "viewCountText": "159M views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=-4GmbBoYQjE",
                        "title": "I Survived 100 Hours In An Ancient Temple",
                        "videoId": "-4GmbBoYQjE",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/-4GmbBoYQjE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB2FwJ31sRq7Dl8jH7_36_Z2c7n8g",
                        "viewCount": 135000000,
                        "viewCountText": "135M views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=uyiG6uw-6pA",
                        "title": "Would You Risk Drowning for $500,000?",
                        "videoId": "uyiG6uw-6pA",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/uyiG6uw-6pA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBXVU0RFPfzUyl1fM1L4_gx3R0SDA",
                        "viewCount": 211000000,
                        "viewCountText": "211M views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=figrl0aOULs",
                        "title": "Click This Video To Feed 1 Person",
                        "videoId": "figrl0aOULs",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/figrl0aOULs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBw2NhfbHvXwYLXbCx5xrkYpi_FBA",
                        "viewCount": 77000000,
                        "viewCountText": "77M views",
                        "publishedTimeText": "1 year ago"
                      }
                    ],
                    "channel": {
                      "title": "MrBeast",
                      "handle": "@MrBeast",
                      "channelId": "UCX6OQ3DkcsbYNE6H8uQQuVA"
                    },
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/video/{id}": {
      "get": {
        "operationId": "social_media_youtube_scraper_video",
        "summary": "Get Video Detail",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/youtube-scraper#reference-video"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (11 chars) atau full YouTube URL (watch, shorts, youtu.be)",
            "schema": {
              "type": "string",
              "example": "dQw4w9WgXcQ"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full YouTube video URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": "{\"url\": \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\", \"tags\": [], \"title\": \"Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)\", \"isLive\": false, \"channel\": {\"name\": \"Rick Astley\", \"avatar\": \"https://yt3.ggpht.com/MOWpaiGJdgN4aKMI-NGQLL4jMVP3aDORlQpOBWooi0GSE2TGt4_9ncyepk1pCh-yWQ795AhPbw=s176-c-k-c0x00ffffff-no-rj\", \"handle\": \"@RickAstleyYT\", \"channelId\": \"UCuAXFkgsw1L7xaCfnd5JJOw\", \"subscriberCount\": 4500000, \"subscriberCountText\": \"4.5M subscribers\"}, \"videoId\": \"dQw4w9WgXcQ\", \"captions\": [{\"name\": \"English\", \"language\": \"en\", \"isAutoGenerated\": false}, {\"name\": \"English (auto-generated)\", \"language\": \"en\", \"isAutoGenerated\": true}, {\"name\": \"German (Germany)\", \"language\": \"de-DE\", \"isAutoGenerated\": false}, {\"name\": \"Japanese\", \"language\": \"ja\", \"isAutoGenerated\": false}, {\"name\": \"Portuguese (Brazil)\", \"language\": \"pt-BR\", \"isAutoGenerated\": false}, {\"name\": \"Spanish (Latin America)\", \"language\": \"es-419\", \"isAutoGenerated\": false}], \"category\": \"Music\", \"duration\": 213, \"keywords\": [\"rick astley\", \"Never Gonna Give You Up\", \"nggyu\", \"never gonna give you up lyrics\", \"rick rolled\", \"Rick Roll\", \"rick astley official\", \"rickrolled\", \"Fortnite song\", \"Fortnite event\", \"Fortnite dance\", \"fortnite never gonna give you up\", \"rick roll\", \"rickrolling\", \"rick rolling\", \"never gonna give you up\", \"80s music\", \"rick astley new\", \"animated video\", \"rickroll\", \"meme songs\", \"never gonna give u up lyrics\", \"Rick Astley 2022\", \"never gonna let you down\", \"animated\", \"rick rolls 2022\", \"never gonna give you up karaoke\"], \"isPrivate\": false, \"likeCount\": 19111621, \"thumbnail\": \"https://i.ytimg.com/vi_webp/dQw4w9WgXcQ/maxresdefault.webp\", \"viewCount\": 1775242717, \"hasCaption\": true, \"isUnlisted\": false, \"uploadDate\": \"2009-10-24T23:57:33-07:00\", \"description\": \"The official video for “Never Gonna Give You Up” by Rick Astley. \\\n\\\nNever: The Autobiography 📚 OUT NOW! \\\nFollow this link to get your copy and listen to Rick’s ‘Never’ playlist ❤️ #RickAstleyNever\\\nhttps://linktr.ee/rickastleynever\\\n\\\n“Never Gonna Give You Up” was a global smash on its release in July 1987, topping the charts in 25 countries including Rick’s native UK and the US Billboard Hot 100.  It also won the Brit Award for Best single in 1988. Stock Aitken and Waterman wrote and produced the track which was the lead-off single and lead track from Rick’s debut LP “Whenever You Need Somebody”.  The album was itself a UK number one and would go on to sell over 15 million copies worldwide.\\\n\\\nThe legendary video was directed by Simon West – who later went on to make Hollywood blockbusters such as Con Air, Lara Croft – Tomb Raider and The Expendables 2.  The video passed the 1bn YouTube views milestone on 28 July 2021.\\\n\\\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID\\\n\\\nFollow Rick Astley:\\\nFacebook: https://RickAstley.lnk.to/FBFollowID \\\nTwitter: https://RickAstley.lnk.to/TwitterID \\\nInstagram: https://RickAstley.lnk.to/InstagramID \\\nWebsite: https://RickAstley.lnk.to/storeID \\\nTikTok: https://RickAstley.lnk.to/TikTokID\\\n\\\nListen to Rick Astley:\\\nSpotify: https://RickAstley.lnk.to/SpotifyID \\\nApple Music: https://RickAstley.lnk.to/AppleMusicID \\\nAmazon Music: https://RickAstley.lnk.to/AmazonMusicID \\\nDeezer: https://RickAstley.lnk.to/DeezerID \\\n\\\nLyrics:\\\nWe’re no strangers to love\\\nYou know the rules and so do I\\\nA full commitment’s what I’m thinking of\\\nYou wouldn’t get this from any other guy\\\n\\\nI just wanna tell you how I’m feeling\\\nGotta make you understand\\\n\\\nNever gonna give you up\\\nNever gonna let you down\\\nNever gonna run around and desert you\\\nNever gonna make you cry\\\nNever gonna say goodbye\\\nNever gonna tell a lie and hurt you\\\n\\\nWe’ve known each other for so long\\\nYour heart’s been aching but you’re too shy to say it\\\nInside we both know what’s been going on\\\nWe know the game and we’re gonna play it\\\n\\\nAnd if you ask me how I’m feeling\\\nDon’t tell me you’re too blind to see\\\n\\\nNever gonna give you up\\\nNever gonna let you down\\\nNever gonna run around and desert you\\\nNever gonna make you cry\\\nNever gonna say goodbye\\\nNever gonna tell a lie and hurt you\\\n\\\n#RickAstley #NeverGonnaGiveYouUp #WheneverYouNeedSomebody #OfficialMusicVideo\", \"publishDate\": \"2009-10-24T23:57:33-07:00\", \"allowRatings\": true, \"isFamilySafe\": true, \"likeCountText\": \"19M\", \"availableCountries\": [\"AD\", \"AE\", \"AF\", \"AG\", \"AI\", \"AL\", \"AM\", \"AO\", \"AQ\", \"AR\", \"AS\", \"AT\", \"AU\", \"AW\", \"AX\", \"AZ\", \"BA\", \"BB\", \"BD\", \"BE\", \"BF\", \"BG\", \"BH\", \"BI\", \"BJ\", \"BL\", \"BM\", \"BN\", \"BO\", \"BQ\", \"BR\", \"BS\", \"BT\", \"BV\", \"BW\", \"BY\", \"BZ\", \"CA\", \"CC\", \"CD\", \"CF\", \"CG\", \"CH\", \"CI\", \"CK\", \"CL\", \"CM\", \"CN\", \"CO\", \"CR\", \"CU\", \"CV\", \"CW\", \"CX\", \"CY\", \"CZ\", \"DE\", \"DJ\", \"DK\", \"DM\", \"DO\", \"DZ\", \"EC\", \"EE\", \"EG\", \"EH\", \"ER\", \"ES\", \"ET\", \"FI\", \"FJ\", \"FK\", \"FM\", \"FO\", \"FR\", \"GA\", \"GB\", \"GD\", \"GE\", \"GF\", \"GG\", \"GH\", \"GI\", \"GL\", \"GM\", \"GN\", \"GP\", \"GQ\", \"GR\", \"GS\", \"GT\", \"GU\", \"GW\", \"GY\", \"HK\", \"HM\", \"HN\", \"HR\", \"HT\", \"HU\", \"ID\", \"IE\", \"IL\", \"IM\", \"IN\", \"IO\", \"IQ\", \"IR\", \"IS\", \"IT\", \"JE\", \"JM\", \"JO\", \"JP\", \"KE\", \"KG\", \"KH\", \"KI\", \"KM\", \"KN\", \"KP\", \"KR\", \"KW\", \"KY\", \"KZ\", \"LA\", \"LB\", \"LC\", \"LI\", \"LK\", \"LR\", \"LS\", \"LT\", \"LU\", \"LV\", \"LY\", \"MA\", \"MC\", \"MD\", \"ME\", \"MF\", \"MG\", \"MH\", \"MK\", \"ML\", \"MM\", \"MN\", \"MO\", \"MP\", \"MQ\", \"MR\", \"MS\", \"MT\", \"MU\", \"MV\", \"MW\", \"MX\", \"MY\", \"MZ\", \"NA\", \"NC\", \"NE\", \"NF\", \"NG\", \"NI\", \"NL\", \"NO\", \"NP\", \"NR\", \"NU\", \"NZ\", \"OM\", \"PA\", \"PE\", \"PF\", \"PG\", \"PH\", \"PK\", \"PL\", \"PM\", \"PN\", \"PR\", \"PS\", \"PT\", \"PW\", \"PY\", \"QA\", \"RE\", \"RO\", \"RS\", \"RU\", \"RW\", \"SA\", \"SB\", \"SC\", \"SD\", \"SE\", \"SG\", \"SH\", \"SI\", \"SJ\", \"SK\", \"SL\", \"SM\", \"SN\", \"SO\", \"SR\", \"SS\", \"ST\", \"SV\", \"SX\", \"SY\", \"SZ\", \"TC\", \"TD\", \"TF\", \"TG\", \"TH\", \"TJ\", \"TK\", \"TL\", \"TM\", \"TN\", \"TO\", \"TR\", \"TT\", \"TV\", \"TW\", \"TZ\", \"UA\", \"UG\", \"UM\", \"US\", \"UY\", \"UZ\", \"VA\", \"VC\", \"VE\", \"VG\", \"VI\", \"VN\", \"VU\", \"WF\", \"WS\", \"YE\", \"YT\", \"ZA\", \"ZM\", \"ZW\"]}"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/comments/{id}": {
      "get": {
        "operationId": "social_media_youtube_scraper_comments",
        "summary": "Get Video Comments",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zpi.web.id/api/social-media/youtube-scraper#reference-comments"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (11-char) atau full YouTube URL",
            "schema": {
              "type": "string",
              "example": "dQw4w9WgXcQ"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1, max 50. Per page ~20 komentar",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 20,
                    "hasMore": true,
                    "videoId": "dQw4w9WgXcQ",
                    "comments": [
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/3s6evpqAiDU9tQR4sC2siJippbH2RWVPnwHgyl4V0th2iuQz0VDQZbUhQBGmsxLYo-mjG6TqZQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCBR8-60-B28hp2BmDPdntcQ",
                          "isCreator": false,
                          "isVerified": true,
                          "displayName": "@YouTube"
                        },
                        "content": "can confirm: he never gave us up",
                        "commentId": "Ugzge340dBgB75hWBm54AaABAg",
                        "likeCount": 243000,
                        "replyCount": 1000,
                        "replyLevel": 0,
                        "likeCountText": "243K",
                        "replyCountText": "1K",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_l_cdb12iEvfbconWqKW89iqSh69jL-NdmjZIuXCkr9Yg3iLzKFdf8SG32lYrR3AmrM9A=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCc4EU495shmfFPGMtoth0cQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Sarah-x3j3z"
                        },
                        "content": "🇫🇷🇫🇷🇫🇷🇫🇷🇫🇷🍾🥂🎄💕😍👍🏻👌🏻🥰🥰🥰🥳😘🇫🇷🇫🇷🇫🇷",
                        "commentId": "Ugz_UZfwxElvwKkPfkl4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "2 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/WG1XhzebAPM055lM0LsEgtxNxirp0UMkvCQ0Us399-evEbG-K53F8pdUxwlq9dbleDo_qEfshMM=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UC2icBtNHVnZL591ZoIpTrMQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Hishamisgoodturbotrubo"
                        },
                        "content": "Get rickrolled",
                        "commentId": "UgxVqhrNBP9d4R0Zi_x4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "6 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/05jLPuZhjgwZCr0oNl9Wtx8zVSHi3ejdZVdddKFycyGClM-uuFfmsUGeeJPUeoOuZABnyKWVoZ8=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCBoyZiko00p7l3a-58FItag",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@kaliellileo"
                        },
                        "content": "YOU RICK ROLLED US",
                        "commentId": "Ugy4sKV1Cwg2ICyPrUh4AaABAg",
                        "likeCount": 1,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "publishedTimeText": "28 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/IO3pA-tkr2vgpCQYY3n6a7mWTlnmOczM3dCjSpgSVflWW_gAruonmle7DoYQzlEM8ChhdaPppg=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCHTyWVXc9MSoa-HeJEYgaRA",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Caatsan67"
                        },
                        "content": "Mmml",
                        "commentId": "UgzR-Rqh7E3luffN9CV4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "30 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/mhHx6IA3NnL2IiCsDqjMHRfpkP2-ULkqExeMwH_Z_Cj1oDf88hSH-KJXYLuO2BeKMpuO9I4mPQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCvzzo1xpaDkqsN2GLN0dzvg",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@talkingthomas8593"
                        },
                        "content": "Qr code got me lol",
                        "commentId": "UgwQDnwbF8p7HOteADd4AaABAg",
                        "likeCount": 1,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "publishedTimeText": "36 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/d41K7CSzWA4zEMzWt-GA1TveRtLpCaENLPVpS5lAnEVXPckhuN2rhWV6NiwYmrSWRwwueEqUXQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCaZ2DLlcWIhDNsUHBs3HC8w",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@LennyBayark"
                        },
                        "content": "Who is watchinhg this RIGHT NOW???",
                        "commentId": "Ugwv26AdyYHM0aM6iIZ4AaABAg",
                        "likeCount": 6,
                        "replyCount": 2,
                        "replyLevel": 0,
                        "likeCountText": "6",
                        "replyCountText": "2",
                        "publishedTimeText": "59 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_ncYpD_cxZnjNjiKkdFQw19OFJP7K5nT5P2umAYzDptQa8=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCA_jgimnNd_asKH_DURQVJQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@roxannebjork3072"
                        },
                        "content": "0:43",
                        "commentId": "UgwCl8i29td0fEVbrwV4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/hiUtMSJUUUeTtCaBqLJT6KCPWpFdxIGpe3wVJqAMEkrWNv5iTQz9HQzx95UaX7KNnzrPIZF3yA=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCXjUq6IFT6geTVWfNOO8rKw",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@LAE_gene"
                        },
                        "content": "✨✨✨",
                        "commentId": "UgwVkxQBobQxR2YZQJ14AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/-ILwqblTNcGdhcgN7bmIgKSoj8mcIaoi-jWXkQPzn78oiG3JvCUzjnulGQX38Ncc03r0v3WLmQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCarvjjvj9LLV0wtZzmPMAmw",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@editzone1912"
                        },
                        "content": "playing gta 6 secret dev realese",
                        "commentId": "UgyPFmXggS3ITSCYUy94AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_kQb66_r-tkBEn2iZDFhJ2GG4iHBNhSUfLuMmYXH4kfLpzB1eRO46tXEjwegiB59Ph2gg=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCjR6iQ3WOBFZYd-oJN0yyow",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@RichaVarma-u7k"
                        },
                        "content": "BRO 1.7 BILLION VIEWS!!! Almost half of the population got rickrolled",
                        "commentId": "UgzGwD1NA99mdkU8dtd4AaABAg",
                        "likeCount": 1,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_micT7kbo7wGUsp85emx0PmXz1M-FHvUCN50ZO9X4E=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCI1srI2Qsv47oU4QPhzY_tQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@snowman15876"
                        },
                        "content": "Gotta Rockroll my friend in the car XD",
                        "commentId": "UgxH0-TmyegBZxwpoch4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/OWoxdTEnQVxdvmFHayv4SqXZHBFR7VP8zQ4UoaROdF92jau-mm6uzFQJcacWx2auNjReWIlqZQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCqkm-5OggP6y55bObdGO60g",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@UtikRatna-e4e"
                        },
                        "content": "1billion",
                        "commentId": "Ugw9gdmloHpbfrodtSR4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/EsscfnMu1u3sWXU7uuZ-XEi3rVvn7fKDj1oevjUoesxi5BZhyr1OdHbM8tNPi-yDLy6RXVT5GQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCYnOHxHevsisSAhYDB7df6w",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Yeshey_tats"
                        },
                        "content": "Trying to see if you get likes on this video",
                        "commentId": "Ugx5-a2ZUX0QI7kHNIN4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/jlaC8SQOz7I_NhoRd-3P6rvW0Lq2I9mKLBSdhOhMSP3FPqqiQDPCpuU9_72s95p9JXkZch7nSi8=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UC3-oIgX0SaphngUzLkdAtoQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@qpmo"
                        },
                        "content": "I just got rickrolled",
                        "commentId": "UgzhJ7y5HsoJWULKXfx4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "2 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_m1cbj27Udj_IzaHVE-Fhcp-WtCXxc0bEwFgMg0QYumWa2vmOshuFn0vHmaiORDL2UjwA=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCkZkRrpxT16HlS5maNHEXLg",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@snoopyfan804"
                        },
                        "content": "i got rick rolled by chat gpt",
                        "commentId": "UgzEgF5Bez_qHYGzpXp4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "2 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/IEb0kKWjLrFQyog5APABtSVkk3qhpIoUpcNLDlbtvseeHkbArPVxDK6fW7kcJlwmW0vWr86Qnw=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCp2vSO3pwD1im6LhEHHGS9g",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@AmaraldeSouzaJorge"
                        },
                        "content": "Voz perfeita som sensacional sem palavras",
                        "commentId": "Ugz_mpOOOVAdSQzN2Ht4AaABAg",
                        "likeCount": 1,
                        "replyCount": 1,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "replyCountText": "1",
                        "publishedTimeText": "3 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/aHrX6MpI-MIGyiSR6LNoeChTWd9rlCzvkUT0EWTAPT2WSSVLKGumIsQU3OGt-QKvPPUNayRw=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCgMGYbae__XhLuWMBs5neAQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Claude-the-gta3"
                        },
                        "content": "Anyone here today?",
                        "commentId": "Ugyi0ooJsM4s55KPAF14AaABAg",
                        "likeCount": 0,
                        "replyCount": 1,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "replyCountText": "1",
                        "publishedTimeText": "3 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/gKluJ8NAxqJHisylKO5mgtgcT9rCixUJHprOWHWhVwvtafvdGzRNvHKoHCDpvTaxVpp-XI9FOi4=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCT2uEqjz9NBqmkU7v4IxcRg",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@spookys1695"
                        },
                        "content": "Ok whatever nemesis",
                        "commentId": "UgzcO5qpieCHuAcJx9V4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "3 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_km-AjkdAQMZSGPfv2bgM1FsQLpvj8IvPI4HJDaN0JaX6Q=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCdk-Pf5ZG4gDJpwy8gMzCLQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Z0MBUSTER"
                        },
                        "content": "At this point, the whole planet got rick rolled at least once :face-purple-crying:",
                        "commentId": "UgwGOQWR2mQtEvqmhr54AaABAg",
                        "likeCount": 1,
                        "replyCount": 2,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "replyCountText": "2",
                        "publishedTimeText": "4 hours ago"
                      }
                    ],
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    }
  }
}