Monitor Api Status — Status, Changes & Alerts
Pricing
Pay per usage
Go to Apify Store

Monitor Api Status — Status, Changes & Alerts
Monitor api status data at scale with this powerful Apify actor. Extracts status, changes & alerts with automatic pagination and proxy rotation. Perfect for market research, competitive intelligence, and data-driven decision making.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
API Status Monitor
Monitor API endpoints for uptime, response time, and HTTP status. Track multiple APIs simultaneously and get structured JSON reports for dashboards and alerting.
Features
- Check HTTP status codes and response times
- Detect content type (JSON, HTML, etc.)
- Validate SSL certificates
- Monitor multiple endpoints in parallel
- Configurable timeout per check
Input
{"endpoints": [{"url": "https://api.github.com", "name": "GitHub API"},{"url": "https://jsonplaceholder.typicode.com/posts/1", "name": "JSONPlaceholder"}],"timeout": 10000}
Output
Each endpoint produces a dataset item with:
name- Endpoint nameurl- Endpoint URLstatus- Human-readable status (up/down/error)statusCode- HTTP status coderesponseTimeMs- Response time in millisecondsisUp- Boolean indicating if the endpoint is upcontentType- Response content typesslValid- Whether SSL certificate is validcheckedAt- ISO timestamp