socialcrawl/
← All platforms

tiktokshop

Unified access to tiktokshop data.

GET /v1/tiktokshop/product 5 credits cached 5m
Parameters
url required e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
region optional e.g. value
curl "http://datatrend.nl/v1/tiktokshop/product?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ" \
  -H "x-api-key: YOUR_KEY"
GET /v1/tiktokshop/product/reviews 5 credits cached 5m
Parameters
url optional e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
product_id optional e.g. value
region optional e.g. value
curl "http://datatrend.nl/v1/tiktokshop/product/reviews" \
  -H "x-api-key: YOUR_KEY"
GET /v1/tiktokshop/products 5 credits cached 5m
Parameters
url required e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
sort_by optional e.g. value
region optional e.g. value
curl "http://datatrend.nl/v1/tiktokshop/products?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ" \
  -H "x-api-key: YOUR_KEY"
GET /v1/tiktokshop/search 5 credits cached 5m
Parameters
query required e.g. open source
page optional e.g. value
region optional e.g. value
curl "http://datatrend.nl/v1/tiktokshop/search?query=open+source" \
  -H "x-api-key: YOUR_KEY"
GET /v1/tiktokshop/user/showcase 5 credits cached 5m
Parameters
handle required e.g. torvalds
region optional e.g. value
cursor optional e.g. value
curl "http://datatrend.nl/v1/tiktokshop/user/showcase?handle=torvalds" \
  -H "x-api-key: YOUR_KEY"