Skip to main content

Confirm

Are you sure?

Web endpoint

Check a page's JavaScript console errors

Paste a link and see the console errors, warnings and uncaught exceptions logged while the page loads in a real browser — no DevTools, no local setup.

  • No signup
  • No credit card
  • Powered by the URLpipe API

Try it on a page

Try your own URL

Free · no signup · 2 runs every 10 minutes

Your result will appear here.

Pick one of the pages above to get started.

What you get

  • Console errors, warnings and logs captured during load
  • Uncaught exceptions surfaced with their messages
  • A structured JSON list you can copy

How it works

  1. 1We open the URL in headless Chrome and listen to the console during load.
  2. 2Every message — error, warning, log — and uncaught exception is recorded.
  3. 3You get the captured entries back as JSON.

What people use it for

  • Detect broken third-party scripts and failed requests in production
  • Add a console-error smoke test to your monitoring
  • Reproduce client-side errors without a local environment

Frequently asked

What counts as an error?
Anything the page logs to the JavaScript console during load — errors, warnings and logs — plus uncaught exceptions.
Does the page's JavaScript actually run?
Yes. It loads in real headless Chrome, so the console reflects what an actual visitor's browser would report.
Can I monitor this automatically?
Yes — this is a live demo of the URLpipe /console API endpoint. Poll it with a free API key to catch regressions.

Ready to use it in production?

Get a free API key and call every endpoint from your own code — 50 AI + 500 web operations a month, no credit card.