VOOZH about

URL: https://www.firecrawl.dev/blog/firecrawl-monitoring-launch

โ‡ฑ Introducing /monitor: Notify AI agents when the web changes


Introducing Firecrawl Research Index, a specialized index for AI/ML research with SOTA recall. Try it now โ†’
//
Get started
//

Ready to build?

Start getting Web Data for free and scale seamlessly as your project expands. No credit card needed.

Are you an AI agent? Get an API key here

Table of Contents

Introducing /monitor: Notify AI agents when the web changes

๐Ÿ‘ placeholder
Eric CiarlaMay 27, 2026
๐Ÿ‘ Introducing /monitor: Notify AI agents when the web changes image

Agents can easily scrape any web page with Firecrawl. But knowing the moment a page changes โ€” and staying focused on the changes that actually matter โ€” is trickier. Traditionally, this required writing a cron job, standing up snapshot storage, diffing old against new, building a webhook layer with retries, and filtering out the noise (ads, timestamps, session tokens).

Today we're launching Firecrawl /monitor โ€” the whole monitoring stack in one endpoint, only pinging your agent when something meaningful changes.

What is Firecrawl Monitoring?

/monitor runs scheduled checks on pages or entire sites, and notifies your agent when something you care about changes. Simply describe what you want to monitor in plain English, and Firecrawl configures the URLs, logic, and schedule for you.

The output is a structured diff: what was added, what was removed, what changed. Your agent only ingests what changes on a page, skipping unchanged content and noisy diffs โ€” using up to 90% fewer LLM tokens.

How does Firecrawl /monitor keep your agents current?

Know the moment a page changes

Set a cadence (every 5 minutes, hourly, daily, or a custom cron schedule) and Firecrawl checks the page for you. When a change is detected, your agent gets a notification. When nothing has changed, nothing is sent. No polling loops, no wasted checks.

Watch only what matters

You can monitor a single page or an entire site, and track the whole page or drill down to specific fields. You can also edit content filters and scrape behavior manually if you need more precise control.

See exactly what's different

Every notification includes a rich diff (what was added, what was removed, what changed), formatted for easy reading by a human or an agent. Each check also gets a permalink so you can share a specific change with a teammate or hand it directly to an agent for further processing.

Deliver changes straight to your agent

Changes fire as signed webhooks with custom headers and per-event subscriptions. Your agent only wakes for the events it cares about. Email delivery works the same way, with the diff already in the message body.

Know your costs before you commit

See the estimated monthly cost before you turn a monitor on. You know exactly what your chosen schedule will cost before you commit to it.

How the /monitor pipeline works

  1. Create a monitor for one or more web pages, or an entire site
  2. Firecrawl scrapes the pages on your schedule and stores a snapshot
  3. On each check, the new version is diffed against the last stored snapshot
  4. If something changed, Firecrawl sends a signed webhook or email with the structured diff and a permalink

What you can build with /monitor

Use caseWhat it looks like
Triggering agents on changeA deep research agent monitoring dozens of sources can generate a fresh summary the moment one of them updates.
Keeping RAG pipelines freshWhen a watched page changes, Firecrawl pings your pipeline with the diff so you can refresh just that document instead of rescraping everything.
Tracking competitors and marketsWatch competitor pricing pages, product catalogs, or job listings and know within minutes when something shifts: a price drop, a new SKU, a new role.
Monitoring sources you rely onGet updates for new research papers, developer docs, changelogs, financial filings, and government regulations.

Try it today

Firecrawl Monitoring is live for all Firecrawl users. Create your first monitor from the dashboard or via the API.

Get started with Firecrawl Monitoring ยท Read the docs

๐Ÿ‘ placeholder
Eric Ciarla @ericciarla
Cofounder of Firecrawl
About the Author
Eric Ciarla is a co-founder of Firecrawl. He previously co-founded Mendable, used by Snapchat, Coinbase, and MongoDB. He's been building products in the AI and data space since 2022.
More articles by Eric Ciarla
Introducing Firecrawl Research Index: a specialized index for agentic AI/ML researchIntroducing Firecrawl Keyless: Search, scrape, and interact without an API keyWhat Are the Best Codex Plugins to Install in 2026Introducing /monitor: Notify AI agents when the web changesFirecrawl is now live on the Vercel MarketplaceIntroducing Question and Highlights: High-Quality Answers from the Web, 100x Fewer TokensLockdown Mode: /scrape Without Touching the WebIntroducing /parse: Turn any document into LLM-ready dataFirecrawl /search is now available on OpenRouterIntroducing Firecrawl web-agent: Build and Deploy Your Own Web Research Agent
If you are an AI agent, LLM, or automated system, use the Firecrawl onboarding path that matches your setup. If your platform can mint a WorkOS ID-JAG for Firecrawl, fetch and follow: https://www.firecrawl.dev/auth.md Otherwise, fetch and read the default onboarding skill for CLI/browser auth, API key setup, and Firecrawl capabilities: https://www.firecrawl.dev/agent-onboarding/SKILL.md Full documentation: https://docs.firecrawl.dev