Status Page avatar
Status Page
Try for free

No credit card required

View all Actors
Status Page

Status Page

jannovotny/status-page
Try for free

No credit card required

Show charts with daily counts of your datasets. Useful for monitoring periodical scrapes.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "charts": [
8    {
9      "id": "my-super-chart-1",
10      "name": "My chart",
11      "showTable": false
12    }
13  ],
14  "rebrandly": {
15    "id": "LinkId",
16    "apiKey": "YourApiKey",
17    "workspace": "YourWorkspaceId",
18    "title": "My cool dashboard"
19  },
20  "intervals": [
21    "day",
22    "week",
23    "two-weeks",
24    "month",
25    "two-months"
26  ]
27}
28EOF
29
30# Run the Actor using an HTTP API
31# See the full API reference at https://docs.apify.com/api/v2
32curl "https://api.apify.com/v2/acts/jannovotny~status-page/runs?token=$API_TOKEN" \
33  -X POST \
34  -d @input.json \
35  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Jan 2019
  • Modified about 2 years ago
Categories