TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: SingleAPI – Convert the Internet into your own API

7 pointsby semanserover 1 year ago
Hi! I created a universal data API that uses headless browsers and GPT to extract any data from the web in JSON format. I started this project because I needed some API to do data enrichment to get company data (headcount, investment rounds, etc.). Once I did the first version, I quickly realized that there can be many use cases for such a tool: data enrichment, web scraping, data validation, etc.

3 comments

lpellisover 1 year ago
This is pretty cool, it is able to parse data out of a random pricing table somewhere in the page. It does seem to just make up data it if is not found in the page (probably expected with LLM&#x27;s), I wonder if you can reduce that with some prompting, or maybe verify the data is actually present? Your schema page docs is broken <a href="https:&#x2F;&#x2F;singleapi.co&#x2F;docs&#x2F;schema" rel="nofollow noreferrer">https:&#x2F;&#x2F;singleapi.co&#x2F;docs&#x2F;schema</a>
评论 #37914796 未加载
semanserover 1 year ago
I also published a simplified version on GitHub, so you can try to self-host it. I&#x27;m really excited to see all the possible use cases for such a tool besides web scraping or data enrichment.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;semanser&#x2F;JsonGenius">https:&#x2F;&#x2F;github.com&#x2F;semanser&#x2F;JsonGenius</a>
KomoDover 1 year ago
What role does GPT play in this?
评论 #37914090 未加载