Socket
Socket
Sign inDemoInstall

tiktok-private-api

Package Overview
Dependencies
152
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tiktok-private-api

Unofficial TikTok API wrapper for scraping user info and posts.


Version published
Weekly downloads
12
increased by9.09%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Unofficial TikTok private API client

This is an unofficial light-weight scraper for TikTok.com to fetch posts and user info.

Installation

npm i tiktok-private-api

Importing

TypeScript

import { TikTokClient } from "tiktok-private-api";

Examples

Fetch user info

import { TikTokClient } from "tiktok-private-api";

(async () => {
  const scraper = new TikTokClient();

  const data = await scraper.user.info("redbull");

  console.log(data);
})();

Contributions

Software contributions are welcome.

If you need features that are not implemented — feel free to implement them and create PRs!

Questions?

Please open an issue if you have questions, wish to request a feature, etc.

Keywords

FAQs

Last updated on 21 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc