Hi all,<p>Parser Pete is a simple web scraping tool that allows you to extract data from any website and convert it into JSON API. You can use it with or without a JSON schema.<p>This little tool has a POST endpoint and accepts two parameters:<p>1. url ⇾ which is the website you want the data from
2. schema ⇾ (optional) you can provide it a JSON schema (<a href="https://json-schema.org/" rel="nofollow">https://json-schema.org/</a>) in which you define the wanted output.<p>I needed it myself and thought it might be fun to create a little tool out of it.<p>Best
Hamed