Live · runs the real engine
Try the scraper live
Paste a URL, pick auto-detect or your own CSS-selector fields, and hit run. It calls the real lacspace-scraper engine — the exact output you'd get on your machine.
Try:
FieldCSS selectorAttrAll
npx lacspace-scraper https://books.toscrape.com --item "article.product_pod" --field "title=h3 a@title" --field "price=.price_color" --field "url=h3 a@href" -f jsonRuns the real lacspace-scraper engine server-side (default HTTP mode) — the same output you get locally. It respects robots.txt, caps time and size, and blocks private hosts. JavaScript-rendered pages need the local --browser mode.
Then take it local
Run it your way
The tester uses the fast HTTP engine. Locally you also get browser rendering, crawling, more formats and no limits.