Skip to content

xhrdev/starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

xhr.dev starter-kit: Human-Like Bot Browsing

Let your bot navigate websites like a human, seamlessly avoiding detection and bot challenges.

Key Features

  • 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.

Quick Demo

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',
});

Examples

See our samples at our GitHub repository

For example, using the Apollo hidden API: https://github.com/xhrdev/examples/blob/master/src/apollo.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published