# tiktok-scraper-without-watermark

> Tiktok Scraper, Download Video From Tiktok Without Watermark.

Latest version **1.1.3** (published 2021-10-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install tiktok-scraper-without-watermark
pnpm add tiktok-scraper-without-watermark
yarn add tiktok-scraper-without-watermark
bun add tiktok-scraper-without-watermark
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2021-10-19 |
| First published | 2021-04-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 23.4 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 141 |
| Author | MRHRTZ |
| Maintainers | mrhrtz |
| Keywords | Tiktok Downloader, Tiktok Scraper, Tiktok No WM, Tiktok No Watermark |

## Links

- npm: https://www.npmjs.com/package/tiktok-scraper-without-watermark
- Repository: https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark
- Homepage: https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark#readme
- Issues: https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark/issues
- npm.io page: https://npm.io/package/tiktok-scraper-without-watermark

## Dependencies (4)

- [qs](https://npm.io/package/qs.md) ^6.10.1
- [axios](https://npm.io/package/axios.md) ^0.21.1
- [cheerio](https://npm.io/package/cheerio.md) ^1.0.0-rc.6
- [form-data](https://npm.io/package/form-data.md) ^4.0.0

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 1.1.3 (latest) — 2021-10-19
- 1.1.2 — 2021-10-19
- 1.0.6 — 2021-04-15
- 1.0.5 — 2021-04-14
- 1.0.4 — 2021-04-14
- 1.0.3 — 2021-04-14
- 1.0.2 — 2021-04-14
- 1.0.0 — 2021-04-14

## README

<p align="center">
<img src="https://raw.githubusercontent.com/MRHRTZ/Tiktok-Scraper-Without-Watermark/main/src/media/ttk.webp" width="128" height="128"/>
</p>
<p align="center">
<a href="#"><img title="Tiktok-Scraper-Without-Watermark" src="https://img.shields.io/static/v1?label=package&message=Tiktok-Scraper-Without-Watermark&color=lightred"></a>
</p>
<p align="center">
<a href="https://github.com/MRHRTZ"><img title="Author" src="https://img.shields.io/badge/Author-MRHRTZ-red.svg?style=for-the-badge&logo=github"></a>
</p>
<p align="center">
<a href="https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark/network/members"><img title="Forks" src="https://img.shields.io/github/forks/MRHRTZ/Tiktok-Scraper-Without-Watermark?color=red&style=flat-square"></a>
<a href="https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark/watchers"><img title="Watching" src="https://img.shields.io/github/watchers/MRHRTZ/Tiktok-Scraper-Without-Watermark?label=Watchers&color=blue&style=flat-square"></a>
<a href="https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark"><img title="Followers" src="https://img.shields.io/github/followers/MRHRTZ?color=blue&style=flat-square"></a>
<a href="https://github.com/MRHRTZ/Tiktok-Scraper-Without-Watermark/stargazers/"><img title="Stars" src="https://img.shields.io/github/stars/MRHRTZ/Tiktok-Scraper-Without-Watermark?color=red&style=flat-square"></a>
</p>

# Tiktok-Scraper-Without-Watermark

## Required
- Nodejs ( <a href="https://nodejs.org/en/download">download here</a> )

## Install it

``` npm i tiktok-scraper-without-watermark ```

## Usage

```
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'


tiktok.tiktokdownload(url)
     .then(result => {
          console.log(result)
     })
     .catch(e => console.log(e))
```

---
_Source: https://npm.io/package/tiktok-scraper-without-watermark · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
