Monitor your websites and get notifications when they are down.
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.
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]
The actor will run in the time interval you specify.
To prevent abuse, the actor limits the number of email recipients:
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!