Quorel: create your own API in minutes, without writing a single line of scraper code
by•
Been building this for the past while, wanted to share it here.
Quorel lets you describe the fields you want from a webpage in plain English, no selectors, no scraper code, and turns it into a structured API. A few things that make it different from just scraping a page:
- Every refresh is saved as its own version. Nothing gets overwritten.
- You can diff any two versions to see exactly what changed, added, removed, modified.
- One-click rollback if a refresh comes back bad.
- Refreshes nightly by default, or on demand via a ping URL, webhook, or your own cron.
- Every dataset ships with an MCP server on every plan, including free, so an agent can query it directly or fix and republish data itself.
I built it because I kept rebuilding the same thing for different projects: extraction, storage, and some way to track what changed over time. Wanted that as the product instead of rebuilding it each time.
Pricing is flat, not usage-metered. Free tier included, no card required: https://quorel.vercel.app
Would love feedback, especially from anyone who's been burned by a scraper that silently broke, or wished they'd kept last week's data to compare against.
Replies