firecrawl-monitor

द्वारा firecrawl

वेबसाइट पर सामग्री बदलने का पता लगाएं और वेबहुक या ईमेल द्वारा सूचित हों — किसी क्रॉन जॉब, स्क्रैपर या डिफ स्क्रिप्ट की आवश्यकता नहीं। इस कौशल का उपयोग तब करें जब उपयोगकर्ता किसी पेज पर बदलाव ट्रैक करना चाहता हो, प्रतिस्पर्धी मूल्य निर्धारण पर नज़र रखना चाहता हो, नई नौकरी पोस्टिंग या ब्लॉग पोस्ट पर अलर्ट चाहता हो, डॉक्स/चेंजलॉग/स्टेटस पेजों की निगरानी कर

npx skills add https://github.com/firecrawl/cli --skill firecrawl-monitor

firecrawl monitor

Detect when content on a website changes and get notified by webhook or email. Firecrawl handles fetching, diffing, judging, and notifying server-side. Each page in a check is labeled same, new, changed, removed, or error.

Pick a target mode by what you're watching:

ModeFlagsWatches
Single page--page <url>one URL, for changes
URL batch--scrape-urls <url,url,...>several URLs, for changes
Whole site--crawl-url <root-url>every page a crawl discovers, for changes
Web search--queries <q,...> + --goalthe whole web, for new results matching the goal

The first three watch URLs you already have. Web search runs your queries each check and alerts on results it hasn't seen before (labeled new once, same on later checks); --goal is required with --queries.

Quick start

# Single page, natural-language schedule, email alert
firecrawl monitor create --name "Blog" --schedule "every 30 minutes" \
  --goal "Alert when a new blog post is published." \
  --page https://example.com/blog \
  --email alerts@example.com

# Web monitor — search the whole web for NEW results matching a goal
firecrawl monitor create --name "Competitor launches" --schedule "daily at 9:00" \
  --queries "competitor product launch,competitor funding round" \
  --goal "Alert when a competitor announces a new product or raises funding." \
  --search-window 7d --max-results 20 \
  --email alerts@example.com

# Webhook notifications
firecrawl monitor create --name "Docs webhook" --schedule "every 30 minutes" \
  --goal "Alert when docs content changes." \
  --page https://example.com/docs \
  --webhook-url https://example.com/hook \
  --webhook-events monitor.page,monitor.check.completed

# Manage and inspect
firecrawl monitor list --limit 20
firecrawl monitor get <monitorId>
firecrawl monitor run <monitorId>             # trigger a check now
firecrawl monitor checks <monitorId>          # list all checks
firecrawl monitor check <monitorId> <checkId> --page-status changed
firecrawl monitor update <monitorId> --state paused
firecrawl monitor delete <monitorId>

Subcommands: create | list | get | update | delete | run | checks | check. Run firecrawl monitor <subcommand> --help for the full option list.

Done when: create returns a monitor ID and a smoke-test run + check confirms the expected target, state, and notification configuration.

Read goals.md when writing or refining --goal (and --queries for web monitors). Read json-tracking.md when the user cares about specific structured fields (price, headline, stock flag) and wants per-field diffs.

Constraints & tips

  • Each check uses credits for its underlying scrape, crawl, or search, plus optional judging. See Monitoring pricing.
  • Minimum schedule interval is 5 minutes. Monitoring is not available for zero-data-retention teams.
  • Prefer one monitor over repeated one-off scrapes whenever the user wants the same URL checked more than once.
  • Silence temporarily with update --state paused; reserve delete for monitors that are permanently done. (--state is an update flag; --status is the global CLI status flag.)
  • Filter check pages with --page-status changed (or new, removed, error) to skip the noise from same pages.
  • firecrawl monitor run <id> triggers a check immediately — useful for smoke-testing a monitor right after creating it.
  • --retention-days controls how long snapshots are kept for diffing. Lower it for high-frequency monitors to save storage.
  • External email recipients must opt in. First time they're added, Firecrawl sends a confirmation email and they only receive alerts after they confirm. Team-owned addresses are auto-confirmed. Once a recipient unsubscribes, they must be re-added by the owner for a fresh confirmation email.
  • On HTTP 429 / rate-limit errors, back off once: wait ~30s and retry once. If it persists, stop, report the rate limit as the blocking reason, and delete any monitors created for this task. Never retry in a loop.
  • Monitor-triggered scrapes default maxAge to 0 — every check performs a fresh scrape unless scrapeOptions.maxAge is set explicitly in a JSON payload.

See also

firecrawl की और Skills

firecrawl-research-index
firecrawl
Firecrawl Research के साथ किसी शोध प्रश्न का उत्तर देने वाले पेपर खोजें, जिसमें सिमैंटिक सर्च, सिमैंटिक और स्ट्रक्चरल विस्तार, और इन-बॉडी सत्यापन का उपयोग किया जाता है। किसी भी साहित्य-खोज / पेपर-प्राप्ति कार्य — एकल-पेपर खोज या पूर्ण मल्टी-पेपर सेट — के लिए हमेशा इस स्किल का उपयोग करें।
data-analysisresearchweb-scraping
oracle
firecrawl
ओरेकल CLI के उपयोग के लिए सर्वोत्तम अभ्यास (प्रॉम्प्ट + फ़ाइल बंडलिंग, इंजन, सत्र और फ़ाइल अटैचमेंट पैटर्न)।
pinecone
firecrawl
उत्पादन AI अनुप्रयोगों के लिए प्रबंधित वेक्टर डेटाबेस। पूरी तरह से प्रबंधित, स्वचालित स्केलिंग, हाइब्रिड खोज (डेंस + स्पार्स), मेटाडेटा फ़िल्टरिंग और नेमस्पेस के साथ।…
wpds
firecrawl
जब वर्डप्रेस डिज़ाइन सिस्टम (WPDS) और इसके घटकों, टोकन, पैटर्न आदि का उपयोग करके यूआई बनाया जा रहा हो, तब उपयोग करें।
audiocraft-audio-generation
firecrawl
ऑडियो जनरेशन के लिए PyTorch लाइब्रेरी जिसमें टेक्स्ट-टू-म्यूजिक (MusicGen) और टेक्स्ट-टू-साउंड (AudioGen) शामिल है। इसका उपयोग तब करें जब आपको टेक्स्ट से संगीत उत्पन्न करने की आवश्यकता हो…
skypilot-multi-cloud-orchestration
firecrawl
मल्टी-क्लाउड ऑर्केस्ट्रेशन एमएल वर्कलोड के लिए स्वचालित लागत अनुकूलन के साथ। उपयोग करें जब आपको कई क्लाउड्स पर प्रशिक्षण या बैच जॉब चलाने की आवश्यकता हो, लाभ उठाएं…
firecrawl-seo-audit
firecrawl
Firecrawl के साथ किसी वेबसाइट का SEO ऑडिट करें। इसका उपयोग तब करें जब उपयोगकर्ता SEO ऑडिट, मेटाडेटा और हेडिंग समीक्षा, साइटमैप/साइट-संरचना विश्लेषण, कीवर्ड अवसर, प्रतिस्पर्धी SERP तुलना, या प्राथमिकता वाली खोज अनुकूलन अनुशंसाओं का अनुरोध करे।
data-analysisresearchweb-scraping
gh-issues
firecrawl
GitHub की समस्याएँ लाएँ, सुधार लागू करने और PR खोलने के लिए उप-एजेंट बनाएँ, फिर PR समीक्षा टिप्पणियों की निगरानी करें और उनका समाधान करें। उपयोग: /gh-issues [owner/repo] [--label…