
Status Page
Pricing
Pay per usage

Status Page
Show charts with daily counts of your datasets. Useful for monitoring periodical scrapes.
0.0 (0)
Pricing
Pay per usage
2
Monthly users
1
Runs succeeded
>99%
Last modified
3 years ago
You can access the Status Page programmatically from your own applications by using the Apify API. You can also 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:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.