DEVELOPER-FIRST INFRASTRUCTURE

Stop Getting Blindsided
by Website Changes

Track any website. Detect changes instantly. Trigger your systems automatically. One API call to start monitoring.

new monitor
https://

Free plan — no credit card required

If a webpage changing can cost you money, you need this

Most teams still monitor websites like amateurs. They refresh pages manually. They rely on flaky scrapers. They find out too late.

Competitor price moves you miss
Product pages changing without warning
Terms, policies, or compliance updates slipping by
Broken content, deleted pages, or SEO losses
Inventory or availability changes going unseen
API docs changing with no changelog

Manual checking does not scale. Generic scraping breaks.
Our API turns website changes into usable signals.

What it does

Simple, reliable change detection your team can plug into real workflows.

Monitor any public webpage

Track pricing pages, docs, policies, landing pages, listings, job boards, competitor sites, and more.

Detect meaningful changes

Know when text, HTML, links, metadata, or page structure changes. Filter out noise automatically.

Get the change data fast

Receive structured alerts through API responses, webhooks, or your internal systems.

Automate what happens next

Trigger workflows in Slack, email, CRMs, monitoring systems, or internal tools.

Scale without babysitting

Skip the headache of building and maintaining page monitoring yourself. We handle proxies, retries, and normalization.

Developer-first API

Clean REST API with API key auth. Integrate in minutes, not days. Built for machines and humans.

How it works

From setup to getting results — here's exactly what happens, step by step.

1

Sign up & get your API key

Create a free account with just your email and password. Then generate an API key — this is your personal access pass that lets you create monitors and receive results. It starts with wc_ and is shown only once, so save it somewhere safe.

# Your API key looks like this:
wc_live_a1b2c3d4e5f6...
Save this key — you'll use it in every request
2

Tell us what page to watch

Give us the URL of any public webpage you want monitored. Pick a mode — either watch the full page text, or target a specific part of the page using a CSS selector (like just the price or a headline). Then choose how often we check — every hour, every 6 hours, or once a day.

Text Mode

Watches the entire page content. Best for catching any change on the page — pricing, wording, new sections, removed content.

Element Mode

Watches a specific part of the page (using a CSS selector like .price-tag). Best when you only care about one thing.

3

We check the page on your schedule

Our system automatically visits the page at the interval you set. Every time it checks, it takes a "snapshot" of the content and compares it to the previous version. If something changed, we create an alert with the details. If nothing changed, we just log the check and move on. You don't have to do anything — it runs in the background 24/7.

Check #1 — no change
Check #2 — no change
Check #3 — change detected!
4

Get your results — 3 ways

When a change is detected, you'll be notified instantly. Choose how you want to receive your results:

Webhook

Free + Pro

We send the change data directly to any URL you provide — like your server, a Slack incoming webhook, Zapier, or Make.com. It arrives automatically within seconds of detection.

// Sent to your webhook URL instantly:
{
"monitorId": "mon_abc123",
"url": "https://competitor.com/pricing",
"changed": true,
"diffSummary": "Price changed from $49 to $59",
"checkedAt": "2026-04-02T14:30:00Z"
}

Email Alert

Pro only

Get a clean, readable email the moment something changes. It shows you what page changed, what the old content was, what the new content is, and exactly when it happened. Great for non-technical team members who just want to know "what changed?"

API (Pull Anytime)

Free + Pro

Check results yourself whenever you want. Call the API to see the full history — every snapshot, every alert, every diff. Build dashboards, reports, or feed the data into your own tools.

// Check alerts anytime:
GET /v1/monitors/mon_abc123/alerts
// View full page snapshots:
GET /v1/monitors/mon_abc123/snapshots
5

Read your results — here's what they mean

Every result you get (webhook, email, or API) contains the same clear information. Here's how to read it:

{
"changed": true← Did the page change? true = yes, false = no
"url": "..."← Which page was checked
"diffSummary": "..."← A plain-English summary of what changed
"before": "..."← What the content looked like before
"after": "..."← What the content looks like now
"checkedAt": "..."← When the check happened (timestamp)
}

No guessing, no digging through raw HTML. You get a clean summary of what changed, the before & after content, and the exact timestamp — ready to act on.

Built for teams where missing a change is expensive

Not just another monitoring tool. Infrastructure for teams that make decisions from web data.

Competitive Intelligence

Know when competitors change pricing, offers, messaging, or product assortments.

Ecommerce

Track availability, price changes, product detail updates, and marketplace listings.

SEO & Marketing

Watch landing pages, title tags, meta descriptions, internal links, and site content.

Compliance & Legal

Monitor terms of service, privacy policies, disclosures, and regulatory pages.

Product & Ops

Track documentation, support pages, partner pages, and status updates.

Developer Tools

Watch API docs, changelogs, and dependency pages for breaking changes.

Why teams switch

Because building this in-house sounds easy until it isn't.

Proxy management
Retry logic
Anti-bot issues
HTML noise
False positives
Scheduling at scale
Data normalization
Infra maintenance

You did not start your company to maintain a brittle page-watching system.
Use the API. Get the outcome. Move on.

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

$0/mo

Perfect for testing and small projects.

  • 3 monitors
  • Daily checks (1440 min interval)
  • Webhook alerts
  • Text & element monitoring
  • API access
Start Free
MOST POPULAR

Pro

$29/mo

For teams that need real-time intelligence.

  • 50 monitors
  • Hourly checks (60 min interval)
  • Webhook + email alerts
  • Text, element & screenshot monitoring
  • Priority API access
  • Diff history & snapshots
Get Pro Access

API Reference

Clean REST endpoints. API key auth. JSON in, JSON out.

POST/v1/auth/signupCreate account
POST/v1/auth/loginGet session token
POST/v1/keysGenerate API key
POST/v1/monitorsCreate a monitor
GET/v1/monitorsList monitors
GET/v1/monitors/:idGet monitor details
PATCH/v1/monitors/:idUpdate monitor
DELETE/v1/monitors/:idRemove monitor
POST/v1/monitors/:id/checkTrigger manual check
GET/v1/monitors/:id/snapshotsView snapshot history
GET/v1/monitors/:id/alertsView alert history

Monitor website changes before they cost you

A simple API to detect page changes and turn them into action. Set up your first tracked page in minutes.