10 months ago
Thurs Feb 13, 2025 4:32pm PST
Show HN: ParserPete – Make every website a JSON API with JSON SCHEMAS
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

read article
comments:
add comment
loading comments...