UNPKG

@tobyg74/tiktok-api-dl

Version:

Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users

3 lines (2 loc) 222 B
import { TiktokVideoSearchResponse } from "../../types/search/videoSearch"; export declare const SearchVideo: (keyword: string, cookie: string | any[], page?: number, proxy?: string) => Promise<TiktokVideoSearchResponse>;