Let your bot navigate websites like a human, seamlessly avoiding detection and bot challenges.
- Forward MiTM Proxy Effortlessly avoid bot detection with advanced bot avoidance mechanisms, captcha handling, and fingerprinting.
- Automated Captcha Solving Detects and resolves captcha challenges, allowing uninterrupted automation.
Integrate in one line:
import axios from 'axios';
import HttpsProxyAgent from 'https-proxy-agent';
const axios = require('axios');
const { HttpsProxyAgent } = require('https-proxy-agent');
const { data } = await axios.request({
headers: {
'x-xhr-api-key': process.env.XHR_API_KEY,
},
httpsAgent: new HttpsProxyAgent('https://proxy.prod.engineering.xhr.dev'),
url: 'https://app.gusto.com/login',
});
See our samples at our GitHub repository
For example, using the Apollo hidden API: https://github.com/xhrdev/examples/blob/master/src/apollo.ts