Website Status Monitoring

Website Status Monitoring

Monitor your websites and get notifications when they are down.

AUTOMATIONDEVELOPER_TOOLSApify

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...

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!