Axios

Axios is a lightweight, promise-based HTTP client for Node.js and browsers. With just a few lines you can:

import axios from 'axios'

const res = await axios.get('https://example.com', {
  proxy: { host: 'gateway.proxied.com', port: 1080 },
})

Use Axios to consume our Proxy API, rotate sessions, or fetch target pages through Proxied’s endpoints. See more in Scraping with Axios & Mobile Proxies.