DEV Community

Cover image for Cachet Status Page Scraper
Ranova
Ranova

Posted on

Cachet Status Page Scraper

Search or monitor any self-hosted Cachet status page — not a single vendor. Clean component/incident JSON with status, dates, canonical URLs. Free to start, API & MCP ready.

What comes back

Every record has the same shape: created_at, description, id, record_type, status, title, updated_at, url.

Fields with no value are left out rather than filled with placeholders, and records are de-duplicated before they reach the dataset.

Input

Input Type What it does
query string What to search for on Cachet
maxResults integer Maximum number of clean results to return (capped at 500)
enrich boolean Adds deterministic enrichment per record: extracted emails, canonical domain and a completeness score
monitor boolean Compares this run with the previous one and flags NEW records only

Running it

Start it from the Apify Console, call it over the REST API, or expose it to an agent as an MCP tool — the dataset is the same either way.

What it costs

Pay per event, not per hour: starting a run is free, and you are charged for the results you actually get.

Try it

Cachet Status Page Scraper on Apify Store

Top comments (0)