TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 hmontazeri3 个月前
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:&#x2F;&#x2F;json-schema.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;json-schema.org&#x2F;</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

1 comment

hmontazeri3 个月前
Here is a ReqBin to quickly test it:<p><a href="https:&#x2F;&#x2F;reqbin.com&#x2F;rw8ahyrj" rel="nofollow">https:&#x2F;&#x2F;reqbin.com&#x2F;rw8ahyrj</a>