{
 "retrievedOn": "2026-09-19",
 "what": "What a plain HTTP client gets from tiktok.com: the first hop any browser agent makes before JavaScript runs.",
 "method": "curl -sL with a desktop Chrome user agent. No cookies, no TikTok login, no JavaScript executed.",
 "vantagePoint": {
  "description": "A plain HTTP client with no TikTok session, no cookies and no JavaScript engine.",
  "note": "TikTok did not serve the web app to this client: every product path was redirected to a static notice page. Server-rendered legal pages were returned in full from the same client, which is the contrast the page reports."
 },
 "keyFindings": [
  "tiktok.com/search?q=meal prep returned 0 search results and 0 bytes of video data.",
  "tiktok.com/inspiration 301s to tiktok.com/csi, which confirms /csi as the desktop Creator Search Insights path.",
  "The page that was served is 79% JavaScript by weight: 83,929 bytes of script against 485 characters of visible text.",
  "The terms-of-service page, which is server-rendered, came back complete at 338,880 bytes. The product pages, which are a client-side app, returned no data."
 ],
 "results": [
  {
   "url": "https://www.tiktok.com/search?q=meal%20prep",
   "finalUrl": "(static notice page)",
   "httpStatus": 200,
   "redirects": 1,
   "redirectChain": [
    "HTTP/2 302",
    "HTTP/2 200"
   ],
   "bytes": 106029,
   "seconds": 0.423,
   "title": "TikTok",
   "scriptTags": 13,
   "scriptBytes": 83929,
   "visibleTextChars": 485,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  },
  {
   "url": "https://www.tiktok.com/tag/skincare",
   "finalUrl": "(static notice page)",
   "httpStatus": 200,
   "redirects": 1,
   "redirectChain": [
    "HTTP/2 302",
    "HTTP/2 200"
   ],
   "bytes": 106029,
   "seconds": 0.469,
   "title": "TikTok",
   "scriptTags": 13,
   "scriptBytes": 83929,
   "visibleTextChars": 485,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  },
  {
   "url": "https://www.tiktok.com/api/search/general/full/?keyword=meal%20prep&offset=0&count=10",
   "finalUrl": "(static notice page)",
   "httpStatus": 200,
   "redirects": 1,
   "redirectChain": [
    "HTTP/2 302",
    "HTTP/2 200"
   ],
   "bytes": 106031,
   "seconds": 1.171,
   "title": "TikTok",
   "scriptTags": 13,
   "scriptBytes": 83931,
   "visibleTextChars": 485,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  },
  {
   "url": "https://www.tiktok.com/csi",
   "finalUrl": "(static notice page)",
   "httpStatus": 200,
   "redirects": 1,
   "redirectChain": [
    "HTTP/2 302",
    "HTTP/2 200"
   ],
   "bytes": 106029,
   "seconds": 0.467,
   "title": "TikTok",
   "scriptTags": 13,
   "scriptBytes": 83929,
   "visibleTextChars": 485,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  },
  {
   "url": "https://www.tiktok.com/inspiration",
   "finalUrl": "(static notice page)",
   "httpStatus": 200,
   "redirects": 2,
   "redirectChain": [
    "HTTP/2 301",
    "location: https://www.tiktok.com/csi",
    "HTTP/2 302",
    "HTTP/2 200"
   ],
   "bytes": 106031,
   "seconds": 0.555,
   "title": "TikTok",
   "scriptTags": 13,
   "scriptBytes": 83931,
   "visibleTextChars": 485,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  },
  {
   "url": "https://www.tiktok.com/robots.txt",
   "finalUrl": "(static notice page)",
   "httpStatus": 200,
   "redirects": 1,
   "redirectChain": [
    "HTTP/2 302",
    "HTTP/2 200"
   ],
   "bytes": 106029,
   "seconds": 0.391,
   "title": "TikTok",
   "scriptTags": 13,
   "scriptBytes": 83929,
   "visibleTextChars": 485,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  },
  {
   "url": "https://www.tiktok.com/legal/page/row/terms-of-service/en",
   "finalUrl": "https://www.tiktok.com/legal/page/row/terms-of-service/en",
   "httpStatus": 200,
   "redirects": 0,
   "redirectChain": [
    "HTTP/2 200"
   ],
   "bytes": 338880,
   "seconds": 0.476,
   "title": "Terms of Service | TikTok",
   "scriptTags": 11,
   "scriptBytes": 262236,
   "visibleTextChars": 49553,
   "containsVideoOrSearchData": false,
   "containsRehydrationState": false
  }
 ]
}