Spotted something off?Report on Discord
guides

Wrappers

Use the official Python or Node.js wrapper to integrate Scrappey into your project with minimal boilerplate.

Updated May 29, 2026

Use the official Python or Node.js wrapper to interact with the Scrappey API without writing raw HTTP calls.

Scrappey offers official wrappers for both Python and Node.js, enabling developers to interact seamlessly with the Scrappey API. These wrappers simplify session management, request execution, browser workflows, and response parsing. (GitHub)

Python Wrapper

Installation

bash1 lines

Usage Example

python23 lines

Features

  • Manages proxy configuration and response parsing
  • Simplifies session creation and destruction
  • Supports GET and POST requests with custom headers
  • Provides error handling for common request issues

Node.js Wrapper

Installation

bash1 lines

Usage Example

javascript21 lines

Features

  • Manages proxy configuration and response parsing
  • Manages sessions efficiently
  • Supports both form data and JSON in POST requests
  • Allows custom headers for requests

Notes

For more detailed information and advanced usage, refer to the respective GitHub repositories:

These wrappers are designed to streamline your web scraping tasks using Scrappey's powerful API.