Status Page
No credit card required
Status Page
No credit card required
Show charts with daily counts of your datasets. Useful for monitoring periodical scrapes.
You can access the Status Page 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 "charts": [
3 {
4 "id": "my-super-chart-1",
5 "name": "My chart",
6 "showTable": false
7 }
8 ],
9 "rebrandly": {
10 "id": "LinkId",
11 "apiKey": "YourApiKey",
12 "workspace": "YourWorkspaceId",
13 "title": "My cool dashboard"
14 },
15 "intervals": [
16 "day",
17 "week",
18 "two-weeks",
19 "month",
20 "two-months"
21 ]
22}' |
23apify call jannovotny/status-page --silent --output-dataset
Status Page API through CLI
The Apify CLI is the official tool that allows you to use Status Page 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
1 monthly user
-
2 stars
>99% runs succeeded
Created in Jan 2019
Modified 3 years ago