GitHub Status History Scraper
Pricing
from $11.00 / 1,000 result items
GitHub Status History Scraper
Export GitHub status, incidents, scheduled maintenances, and components from the public status page. Track Git, Actions, Pages, API, Codespaces uptime and incident history. Filter by component or date.
Pricing
from $11.00 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

🐙 GitHub Status History Scraper
🚀 Export GitHub uptime and incident history in seconds. Pull live status, recent incidents, unresolved outages, scheduled maintenance, and component health across Git Operations, Actions, Pages, Packages, Webhooks, Issues, Codespaces, and more. No login, no manual page scrolling.
🕒 Last updated: 2026-05-22 · 📊 19 fields per record · 🐙 19 monitored components · 🚨 5 query modes · 🌐 statuspage.io feed
The GitHub Status History Scraper exports the live status page and returns 19 fields per record, including record type, incident name, severity impact, current status, monitoring and resolution timestamps, affected components, latest update text, update counts, and a permalink shortlink to the incident page. The underlying source is the official GitHub status feed powered by Statuspage.io and used by GitHub's own SRE team.
The dataset covers 19 monitored components (Git Operations, Actions, Packages, Pages, Webhooks, API Requests, Issues, Pull Requests, Codespaces, Copilot, GitHub Mobile, and more), the recent incident archive, unresolved incidents, and upcoming scheduled maintenance windows. This Actor turns that history into a downloadable dataset as CSV, Excel, JSON, or XML in under five minutes.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| DevOps teams, SRE engineers, monitoring vendors, on-call leads, CI/CD platform owners, status-dashboard builders | Uptime dashboards, on-call paging, incident postmortems, vendor SLA tracking, multi-cloud status walls, deploy-window planning |
📋 What the GitHub Status Scraper does
Five query workflows in a single run:
- 🚦 Overall summary. Current top-level status plus any open incidents.
- 🚨 All recent incidents. The full archive of recent outages and degradations.
- 🔧 Unresolved incidents. Only the incidents that are still active.
- 📅 Scheduled maintenances. Planned maintenance windows ahead of time.
- 🧩 Components list. Every monitored component with its current health.
Each record bundles type (incident, maintenance, component, summary), severity impact, lifecycle timestamps (created, updated, monitoring, resolved), affected component names and IDs, the latest status update text, and a direct shortlink to the incident on the status page.
💡 Why it matters: GitHub outages cascade into every team's CI pipeline, code review queue, and production deploy. Knowing about a degradation 30 seconds before the support tickets land is the difference between a calm rollback and a fire drill.
🎬 Full Demo
🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset.
⚙️ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
mode | enum | "incidents" | Which slice to export: summary, incidents, unresolved, scheduled, or components. |
since | string | "" | Optional ISO date floor. Only incidents created on or after this date. |
componentFilter | string | "" | Optional substring match against component names like Actions or API Requests. |
Example: recent Actions incidents from January 2026 onward.
{"maxItems": 50,"mode": "incidents","since": "2026-01-01","componentFilter": "Actions"}
Example: all currently monitored components and their state.
{"maxItems": 20,"mode": "components"}
⚠️ Good to Know: the status feed is updated by GitHub's SRE team in near-real-time but may lag actual user-visible impact by 30 to 60 seconds. For mission-critical alerting, combine with a synthetic monitoring layer that exercises the workflows you actually care about.
📊 Output
Each record contains 19 fields. Download the dataset as CSV, Excel, JSON, or XML.
🧾 Schema
| Field | Type | Example |
|---|---|---|
🏷️ recordType | string | "incident" |
🆔 id | string | "a1b2c3d4e5f6" |
📝 name | string | "Incident with Actions" |
🚦 status | string | "resolved" |
⚠️ impact | string | "minor" |
🚨 incidentImpact | string | "minor" |
👀 monitoringAt | ISO 8601 | "2026-05-20T14:22:00.000Z" |
✅ resolvedAt | ISO 8601 | null | "2026-05-20T14:48:00.000Z" |
📅 scheduledFor | ISO 8601 | null | null |
📅 scheduledUntil | ISO 8601 | null | null |
📅 scheduledStatus | string | null | null |
🕒 createdAt | ISO 8601 | "2026-05-20T14:10:00.000Z" |
🕒 updatedAt | ISO 8601 | "2026-05-20T14:48:00.000Z" |
🔗 shortlink | string | "https://stspg.io/abc123" |
🧩 affectedComponents | array | ["Actions", "Webhooks"] |
🆔 componentIds | array | ["br0l2tvcx85d", "4230lsnqdsld"] |
💬 latestUpdate | string | "This incident has been resolved." |
🔢 updatesCount | number | 4 |
🕒 scrapedAt | ISO 8601 | "2026-05-22T00:00:00.000Z" |
⚠️ error | string | null | null |
📦 Sample records
✨ Why choose this Actor
| Capability | |
|---|---|
| 🚦 | Five query modes. Summary, incidents, unresolved, scheduled maintenance, and components, all from one Actor. |
| 🧩 | Component-level granularity. Filter by Actions, Pages, API Requests, Codespaces, Copilot, or any of the 19 monitored components. |
| 📅 | Lifecycle timestamps. Created, updated, monitoring, and resolved times let you compute mean-time-to-resolve. |
| 🔁 | Always fresh. Every run reads the live status feed so unresolved incidents update in near real time. |
| 🔗 | Permalink shortlinks. Direct deep links into the official incident page for embedded dashboards. |
| 📊 | Multi-cloud ready. Combine with other status scrapers to power a unified status wall for your stack. |
| 🚫 | No authentication. Public status feed. No login or token. |
📊 GitHub powers most of the world's source control, CI pipelines, and developer collaboration. Knowing its health is the foundation of every modern engineering dashboard.
📈 How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| ⭐ GitHub Status Scraper (this Actor) | $5 free credit, then pay-per-use | All components + incidents | Live per run | mode, date, component | ⚡ 2 min |
| RSS subscription | Free | Recent incidents | Pull-driven | None | 🐢 Minutes |
| Statuspage.io paid integration | $79+/month | One vendor at a time | Webhook | Few | ⏳ Hours |
| Hand-built scraper | Free | Whatever you parse | Whatever you cron | None | 🕒 Days |
Pick this Actor when you want clean structured records, component filtering, and a dataset you can hand straight to your monitoring stack.
🚀 How to use
- 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
- 🌐 Open the Actor. Go to the GitHub Status History Scraper page on the Apify Store.
- 🎯 Set input. Pick a mode (incidents, components, scheduled), and add optional date or component filters.
- 🚀 Run it. Click Start and let the Actor collect your dataset.
- 📥 Download. Grab results in the Dataset tab as CSV, Excel, JSON, or XML.
⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
💼 Business use cases
🔌 Automating GitHub Status Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- 🟢 Node.js. Install the
apify-clientNPM package. - 🐍 Python. Use the
apify-clientPyPI package. - 📚 See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Run every 60 seconds to track unresolved incidents, or daily to feed monthly vendor-health reports.
🌟 Beyond business use cases
Status data powers more than commercial workflows. The same records support research, education, civic projects, and personal initiatives.
🤖 Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- 💬 ChatGPT
- 🧠 Claude
- 🔍 Perplexity
- 🅒 Copilot
❓ Frequently Asked Questions
🧩 How does it work?
Pick a query mode, add optional date or component filters, click Start, and the Actor reads the live GitHub status feed and emits structured records. No browser automation, no captchas, no setup.
📏 How fresh is the data?
The status feed is maintained by GitHub's SRE team in near-real-time and typically lags actual user-visible impact by 30 to 60 seconds. Every run of this Actor reads the current feed at fetch time.
🚨 What counts as an incident?
Anything GitHub publishes on the status page, from full outages to minor service degradations. The impact field tells you the severity tier: none, minor, major, critical, or maintenance.
🧩 How many components are tracked?
GitHub currently exposes 19 monitored components, including Git Operations, Actions, Packages, Pages, Webhooks, API Requests, Issues, Pull Requests, Codespaces, Copilot, and GitHub Mobile.
⏰ Can I run this every minute?
Yes. Use Apify Schedules with a one-minute cron expression to keep an unresolved-incidents stream flowing into your monitoring stack.
🔁 Can I scrape historical incidents?
Yes. The since filter lets you backfill from any ISO date. The recent-incidents archive holds several months of history at any given time.
📊 Does it include the per-update timeline of an incident?
Each record exposes the latest update text and the total update count. To pull every update body, run with mode incidents and follow the shortlink for the human-readable history.
💼 Can I use this data commercially?
Yes. The status feed is published openly. Review GitHub's terms of service for your specific use case before embedding the data in a paid product.
💳 Do I need a paid Apify plan to use this Actor?
No. The free Apify plan is enough for testing and small pulls (10 records per run). A paid plan lifts the limit and gives you access to scheduling, higher concurrency, and larger datasets.
🔁 What happens if a run fails or gets interrupted?
Apify automatically retries transient errors. If a run still fails, inspect the log in the Runs tab, fix the input, and re-run. Partial datasets from failed runs are preserved so you never lose progress.
🆘 What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
🔌 Integrate with any app
GitHub Status History Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get incident notifications in your channels
- Airbyte - Pipe status records into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Page on-call when an unresolved incident appears, or update a status wall in Slack.
🔗 Recommended Actors
- 📜 RFC Editor Index Scraper - IETF Internet standards catalog
- 🌐 IP Geolocation Scraper - Bulk IPv4/IPv6 geolocation lookups
- 📚 Internet Archive Search Scraper - 50M+ archived texts, audio, video, software
- ☁️ AWS Status Scraper - Live AWS service health and incidents
- 🌍 REST Countries Info Scraper - 250+ countries with population, currencies, languages
💡 Pro Tip: browse the complete ParseForge collection for more developer-tools scrapers.
🆘 Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
⚠️ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by GitHub, Microsoft, or Statuspage.io. All trademarks mentioned are the property of their respective owners. Only publicly available status data is collected.