Tools
Development and testing tools for working with Uneralon's web parsing platform.
Available Tools
API Testing
Interactive API playground for testing extraction requests:
- Test selectors before building integrations
- Preview extracted data in real-time
- Debug selector issues
CLI Tool
Command-line interface for quick extractions:
# Install
pip install uneralon-cli
# Extract data
uneralon extract https://example.com --selector "h1"
# Batch extraction
uneralon batch urls.txt --config selectors.json --output results.json
Browser Extension
Chrome extension for developing selectors:
- Visual selector builder
- Copy selectors directly from DevTools
- Test extractions in-browser
SDKs
Official client libraries:
- Python SDK -
pip install uneralon - Node.js SDK -
npm install @uneralon/sdk - Go SDK -
go get github.com/uneralon/uneralon-go - Java SDK - Maven Central
- PHP SDK - Composer
Resources
- API Documentation - Complete API reference
- Tutorials - Step-by-step guides
- Examples - Code examples
Need a specific tool? Request a feature or contact support.