web_data_tiktok_shop
Extract structured TikTok Shop product data from URLs using cached lookups for reliable data retrieval without web scraping.
Instructions
Quickly read structured Tiktok shop data. Requires a valid Tiktok shop product URL. This can be a cache lookup, so it can be more reliable than scraping
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| url | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "url": {
      "format": "uri",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}