JS SDK
Introduction
JavaScript SDK for seamless integration with Browserable
Browserable JavaScript SDK
The Browserable JavaScript SDK provides a type-safe wrapper around our REST API, making it easy to integrate Browserable’s browser automation capabilities into your JavaScript/TypeScript applications.
Installation
Install the SDK using npm:
Or using yarn:
Quick Start
Here’s a simple example to get you started:
Features
- Type Safety: Built with TypeScript for excellent IDE support and type checking
- Promise-based API: Modern async/await interface for all operations
- Error Handling: Consistent error handling with typed responses
- Pagination Support: Built-in support for paginated endpoints
- Configurable: Customizable base URL and request options
- Task Monitoring: Built-in support for waiting and monitoring task completion
Next Steps
- Check out the Authentication guide to get started
- Learn about Task Management operations
- Explore the API Reference for detailed documentation
Stay Updated
Want to know when the JS SDK is released or have specific feature requests? Join our community:
- Join our Discord community to discuss your requirements
- Share what features you’d like to see in the SDK