Website Status Monitoring avatar
Website Status Monitoring
Try for free

3 days trial then $5.00/month - No credit card required now

View all Actors
Website Status Monitoring

Website Status Monitoring

serhattsnmz/website-status-monitoring
Try for free

3 days trial then $5.00/month - No credit card required now

Monitor your websites and get notifications when they are down.

Website Status Monitoring

The Website Status Monitoring actor sends requests to websites and reports their operational status to you. You can automatically receive an email when the websites are not reachable or every time they are up and running.

Example Output

1[
2    {
3        "status": true,
4        "url": "https://apify.com",
5        "status_code": 200,
6        "status_str": "OK",
7        "elapsed_time": "0.13 seconds",
8        "redirect_to": null,
9        "error": null
10    },
11    {
12        "status": true,
13        "url": "https://google.com",
14        "status_code": 301,
15        "status_str": "Moved Permanently",
16        "elapsed_time": "0.46 seconds",
17        "redirect_to": "https://www.google.com/",
18        "error": null
19    },
20    {
21        "status": false,
22        "url": "http://non-existing-website.com",
23        "status_code": null,
24        "status_str": null,
25        "elapsed_time": null,
26        "redirect_to": null,
27        "error": "Connection error"
28    }
29]

Recurring Run

  • Click on the three dots on the top right on the actor page,
  • Click on the "Schedule Actor" button,
  • Select time interval,
  • Click on "Create" button.

The actor will run in the time interval you specify.

Mail Limitations

To prevent abuse, the actor limits the number of email recipients:

  • Users on the free plan can only send emails to their own email address associated with their Apify account.
  • Paying users can send emails to up to 20 different recipients.

More information about mail limitation...

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Feb 2024
  • Modified 5 months ago