SIPHON

Free HTML Web Scraper

Siphon is a free to use web scraping tool used to find specific information hidden in the HTML on any webpage. It then converts the scraped information into JSON format and can be copied to your clipboard.

How to Scrape

Go to the website you want to scrape data from

Right Click and Inspect or F12 on Keyboard and go to elements tab

Look for the HTML tags that contain your target data ex. (div, a, img)

Look for common classes or ids attached to the html element associated with the information you need

Input the URL, any applicable HTML Tags, Classes, or IDs and click 'Scrape'