TorAxios

JSON →
library 2.1.1 ·javascript
verified Jun 7, 2026

A TypeScript library that wraps axios to route HTTP requests through the Tor network. Current stable version is 2.1.1. It provides a TorAxios class that automatically uses a SOCKS proxy (via Tor) for all requests, with optional control port integration to programmatically refresh the Tor session (get a new IP). Key differentiators: simple API, full TypeScript support, ability to extract httpAgent/httpsAgent for custom axios instances. Requires a running Tor daemon and axios >=1.0.0. Maintained actively.