Hunter is a Chrome Extension built with Vue 3 that helps you create powerful extractors based on XPath for web scraping.
It provides an easy and efficient way to generate XPath expressions automatically or inspect and copy them manually.
-
Auto Scraping
Automatically generates XPath for all elements on a webpage. -
Inspector
Works like a browser inspector: when you select an element, the XPath is instantly copied to your clipboard.
- The extension injects scripts into web pages to automatically generate or manually copy XPaths.
- You can open the popup window to manage your scrapes and logs.
- All generated data is stored locally using Chrome's
storage
API.
- Clone the repository:
git clone
- Install dependencies:
npm install
- Build the project:
npm run build
- Load the
dist/
folder as an unpacked extension in Chrome:
- Go to
chrome://extensions
- Enable Developer Mode
- Click Load unpacked
- Select the
dist/
directory
- Vue 3
- Vite
- Chrome Extension Manifest v3
- TypeScript (for background and core services)
Hakken
"Good hunter =)"
Liked the tool? How about buying me a coffee?
Ethereum Wallet Address: 0x01d51485251E256758D9F88bf34b212E7Bca1a2e
This project is released into the public domain under The Unlicense.
- Hunter is intended for educational and personal use.
- Always respect websites' robots.txt and terms of service when scraping data.