Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
XY_JSFinder is a Python script for extracting hyperlinks from websites with deep crawling support.
XY_JSFinder is a Python script designed to extract hyperlinks from specified websites or multiple websites, supporting saving results to local files. It offers basic web crawling functionality along with deep crawling options.
Single Website Crawling:
Command: python XY_JSFinder.py -u [Website URL] -o [Output File]
Example: python XY_JSFinder.py -u http://example.com -o output.txt
Multiple Website Crawling:
Command: python XY_JSFinder.py -f [Input File] -o [Output File]
Example: python XY_JSFinder.py -f input.txt -o output.txt
Deep Crawling:
Command: python XY_JSFinder.py -u [Website URL] -o [Output File] -d
Example: python XY_JSFinder.py -u http://example.com -o output.txt -d
requests
and beautifulsoup4
.XY_JSFinder is a powerful tool for web scraping and hyperlink extraction, making it easier to gather data from the web efficiently.