Simple URL Loader / Virtual Cronjob
7 days trial then $1.00/month - No credit card required now
Simple URL Loader / Virtual Cronjob
7 days trial then $1.00/month - No credit card required now
This actor loads (NOT JUST PINGS) the provided URLs inside the actor and returns the http status codes and status texts per URL. Perfect to create your own cronjob plan or check on the health of a url. GET, POST and other methods are possible. There's also an option to save the returned content.
You can access the Simple URL Loader / Virtual Cronjob programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "theUrls": [
3 {
4 "url": "https://example.com"
5 },
6 {
7 "url": "https://example.com/some-path"
8 }
9 ]
10}' |
11apify call chris_gentleman/simple-url-loader --silent --output-dataset
Simple URL Loader / Virtual Cronjob API through CLI
The Apify CLI is the official tool that allows you to use Simple URL Loader / Virtual Cronjob locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
3 monthly users
-
2 stars
>99% runs succeeded
Created in May 2024
Modified 2 months ago