Turn any webpage into a smart alert

Paste a URL. Describe what to watch in plain English. We'll email you when it happens—or send clean JSON to your webhook.

Simple setup, powerful results

No complex selectors or brittle scripts. Just describe what you want to monitor in plain English, and our AI handles the rest.

You type this:
URL: https://apple.com/shop/refurbished/mac

"Alert me when a 14" MacBook Pro 
drops below $1500"
You get this:
✉️ Email Alert

Subject: Price Alert - MacBook Match!

14" MacBook Pro M2 dropped to $1,449
Was: $1,699 → Now: $1,449

View Deal → apple.com/shop/p/123

Real Alerts People Are Using

From price drops to job postings—plain English, no code

SHOPPING

Price Drops

"Alert when any M2 MacBook drops below $1500"

Checks: Every 5 min • Email alerts
CAREERS

Job Postings

"Notify when Software Engineer roles in Austin appear"

Checks: Every 15 min • Webhook to Slack
EDUCATION

Course Updates

"Alert when new PDF syllabus is posted"

Checks: Daily • Email with PDF link
INVENTORY

Restock Alerts

"Tell me when size 10 is back in stock"

Checks: Every 5 min • SMS via webhook
COMPLIANCE

Policy Changes

"Alert if terms mention 'biometric' or 'retention'"

Checks: Weekly • Email with diff
RESEARCH

Release Notes

"Notify when changelog mentions 'performance'"

Checks: Daily • Webhook to Discord

A Radically Simple Workflow

1

Paste & Describe

Drop in a URL. Tell us what matters in plain English.

2

Preview First

See exactly what we'll watch before you save.

3

Get Alerts

Email for everyone. Webhooks for developers. Slack for teams.

Why Strobe Wins

Built for reliability and precision, accessible to everyone

Understands Context

AI knows "price drop" from "out of stock"—no brittle selectors.

No False Alarms

We diff first, AI validates second. You only get real matches.

Evidence Included

Every alert shows what changed and why it matched your rule.

Instant API

Each monitor auto-generates webhooks and REST endpoints.

Refine in Seconds

Got noise? Click "Tighten rule" from any alert to fix it.

Team Ready

Share monitors, pipe to Slack, version your rules.

First-class developer experience

SDKs for JavaScript, Python, Go • HMAC verification included

Signed Webhooks

POST https://your-app.com/webhook
X-Strobe-Signature: t=1692...,v1=a3f...

{
  "monitor_id": "abc123",
  "matched": true,
  "reason": "Price < 1500",
  "item": { ... },
  "checked_at": "2025-01-20T..."
}

Pull Latest Match

curl -H "Authorization: Bearer $KEY" \
  https://api.strobe.dev/v1/monitors/
  abc123/latest

# Returns last match or null
# Perfect for cron jobs

Start Watching in 60 Seconds

Free tier: 3 monitors, 15-min checks, email alerts. No card required.