Monitoring Runner

Monitoring Runner

by apify

The Apify Monitoring Runner executes your scheduled web monitoring tasks automatically. It's the reliable backend for the Apify Monitoring Suite, handling repetitive checks so you don't have to.

3,521,839 runs
136 users
Try This Actor

Opens on Apify.com

About Monitoring Runner

Ever wish you could just set up a web monitoring task and have it run reliably in the background, without babysitting a server? That's exactly what the Monitoring Runner actor does. It's the workhorse of the Apify Monitoring Suite, designed to execute scheduled monitoring jobs you've built on the Apify platform. Think of it as your dedicated automation assistant; you configure what to check (like website changes, API status, or data availability), and this actor handles the repetitive execution according to your schedule. I use it to keep tabs on competitor price changes and site uptime for my projects. It saves me from manually running scripts or worrying about my own infrastructure going down. The setup is straightforward because it integrates directly with the Apify ecosystem—you point it at your monitoring task, set the schedule, and you're done. All the execution logs and results are neatly stored within your Apify account, making it easy to review and set up alerts. It’s a simple, focused tool that removes the operational headache from continuous monitoring, letting you focus on reacting to the data it collects, not on keeping the lights on.

What does this actor do?

Monitoring Runner is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Monitoring Runner

Part of the Apify Monitoring Suite (apify/monitoring)

Overview

The Monitoring Runner is a core orchestration actor within the Apify Monitoring Suite. It doesn't perform monitoring checks itself. Instead, its job is to execute other actors (checkers and reporters) according to a defined schedule and configuration, centralizing the management of monitoring workflows.

Key Features

  • Orchestration: Automates the sequential running of checker actors (which perform the actual monitoring, like website uptime or API health checks) and reporter actors (which process and send the results).
  • Centralized Configuration: Manage your entire monitoring suite—which checks to run, their order, and where to send alerts—from a single actor's input.
  • Integration Ready: Designed to work seamlessly with other actors in the apify/monitoring ecosystem.

How to Use

  1. Configure the Input: Define the list of checker and reporter actors to run in the JSON input (see Input section below).
  2. Set a Schedule (Optional): Configure the actor to run on a recurring schedule (e.g., every 5 minutes) via the Apify platform's scheduler.
  3. Run: Start the actor manually or let the scheduler trigger it. It will execute your defined checkers, pass their results to the specified reporters, and store the run details in the dataset.

Input

The actor expects a JSON input configuration. Here's the structure:

{
  "checkers": [
    {
      "actorId": "apify/website-monitoring-checker",
      "input": { /* Checker-specific configuration */ }
    }
    // ... more checkers
  ],
  "reporters": [
    {
      "actorId": "apify/monitoring-slack-reporter",
      "input": { /* Reporter-specific configuration */ }
    }
    // ... more reporters
  ]
}
  • checkers: An array of objects, each defining a monitoring checker actor to run and its specific input.
  • reporters: An array of objects, each defining a reporter actor that will receive and process the results from the checkers.

Output

The actor's primary output is stored in the associated dataset. Each dataset item represents the execution details of one checker-reporter cycle, typically containing:
* Timestamp of the run.
* Configuration used.
* Results from the executed checkers.
* Status and outputs from the reporters.

The specific format of the results within each item depends on the checker and reporter actors used in your configuration.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Monitoring Runner now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
apify
Pricing
Paid
Total Runs
3,521,839
Active Users
136
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support