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.
This little tool has a POST endpoint and accepts two parameters:
1. url ⇾ which is the website you want the data from 2. schema ⇾ (optional) you can provide it a JSON schema (https://json-schema.org/) in which you define the wanted output.
I needed it myself and thought it might be fun to create a little tool out of it.
Best Hamed