Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@

SDK to access [Zenrows](https://www.zenrows.com/) API directly from Node.js. Zenrows handles proxies rotation, headless browsers, and CAPTCHAs for you.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Adaptive Stealth Mode](#adaptive-stealth-mode)
- [POST Requests](#post-requests)
- [Extract](#extract)
- [Batch](#batch)
- [Extract in a batch](#extract-in-a-batch)
- [Concurrency](#concurrency)
- [An important note about Promise.allSettled() on TypeScript](#an-important-note-about-promiseallsettled-on-typescript)
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)

## Installation

Install the SDK with your package manager of choice.
Expand Down
Loading