List videos in a public TikTok collection by URL.
Endpoint
/v1/tiktok/collections/videos
Query
Public TikTok collection URL.
Pagination cursor returned by a previous response.
const response = await fetch( "https://api.socialfetch.dev/v1/tiktok/collections/videos?url=https://www.tiktok.com/@kibblemaster808/collection/Want-to-go-7665668414573546258", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);