This Python script parses the Path of Exile 2 trade website to find items that cannot currently be filtered using the built-in search filters. It then exports the results to a file for easy manual searching and review.
- Parses the official Path of Exile 2 trade website.
- Identifies items that cannot be filtered with the current search options.
- Exports parsed data to a structured file format (CSV)
Before running the script, ensure you have the following:
- Python 3.8 or higher installed.
- Required Python libraries
-
Clone this repository or download the script:
git clone https://github.com/ViperBlackSkull/ExileHunter cd ExileHunter
-
Install the dependencies as mentioned above.
-
Run the script with:
python hunter.py -s "Heroic Tragedy"
-
Follow any prompts to configure the search criteria (if applicable).
-
The script will generate an export file in the output directory (exemlpe:
Megalomaniac_2025-01-13.csv
).
- The script relies on the structure of the Path of Exile 2 trade website, which may change over time. Regular updates may be required.
- Advanced filtering logic depends on understanding the website's HTML and JavaScript.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
This script is for educational purposes only. Use it responsibly and adhere to Path of Exile's terms of service.
Currently tested with the following items
- Against the Darkness
- Megalomaniac
- Heroic Tragedy
Let me know in an issue if you would like the tool to support something else!
Happy hunting, Exile!