Settings

Theme

Show HN: ParserPete – Make every website a JSON API with JSON SCHEMAS

parserpete.com

1 points by hmontazeri a year ago · 1 comment · 1 min read

Reader

Hi all,

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

hmontazeriOP a year ago

Here is a ReqBin to quickly test it:

https://reqbin.com/rw8ahyrj

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection