@sparanoid/eop-extractor-tiktok

1.10.6 • Public • Published

@sparanoid/eop-extractor-tiktok

Pure __NEXT_DATA__ data extractor/scraper for TikTok without using API.

Features

  • Simple, fast, ESM by default
  • Minimal dependencies, HTTPS requests by got

Usage

import extract from '@sparanoid/eop-extractor-tiktok';

const url = `https://www.tiktok.com/@minatoaqua`;
const resp = await extract(url);

console.log(resp.query.uniqueId);
//=> minatoaqua

Please note that TikTok is not available in some regions. You have to use the IPs outside of these regions.

License

AGPL-3.0

Readme

Keywords

Package Sidebar

Install

npm i @sparanoid/eop-extractor-tiktok

Weekly Downloads

0

Version

1.10.6

License

AGPL-3.0-or-later

Unpacked Size

42.4 kB

Total Files

7

Last publish

Collaborators

  • sparanoid