endoflife.date Lifecycle Scraper
Pricing
from $7.50 / 1,000 results
endoflife.date Lifecycle Scraper
Query endoflife.date lifecycle data for one product or the full catalog. Records carry product, cycle, release date, EOL date, support window, LTS flag, latest version, latest release date, support ended flag, and extended support. Useful for security planning.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 days ago
Last modified
Categories
Share

โณ EndOfLife Date Scraper
๐ Export software lifecycle data from endoflife.date including EOL, LTS, and latest release dates in seconds. Clean tabular records, ready for download.
๐ Last updated: 2026-06-05 ยท ๐ 12 fields per record ยท Public API ยท No login required
The EndOfLife Date Scraper turns the public endoflife.date API into a flat tabular dataset of software release cycles, EOL dates, LTS flags, support windows, and latest versions.
Filter the source, pick how many rows you want, and download.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐งโ๐ฌ Researchers | Pull a clean dataset for downstream analysis |
| ๐ฉโ๐ป Developers | Mirror the API into your own database |
| ๐ข Data teams | Snapshot metadata on a schedule |
| ๐ฐ Journalists | Verify claims against the source of record |
๐ What the EndOfLife Date Scraper does
- Calls the public endpoint with the parameters you supply.
- Parses each record into a flat row.
- Casts numeric fields to numbers.
- Surfaces upstream rate limits as a clean error record.
- Exports to every Apify dataset download format.
๐ก Why it matters. A flat tabular shape drops straight into pandas, BigQuery, or a Google Sheet without further wrangling.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
product | string | No | Product slug, for example nodejs. Leave blank to pull every product. |
ltsOnly | boolean | No | Only LTS cycles. |
supportedOnly | boolean | No | Only cycles still in support. |
maxItems | integer | No | Free 10, paid up to 1,000,000. |
Example 1, Node.js lifecycle:
{"product": "nodejs","maxItems": 20}
Example 2, all supported LTS releases:
{"ltsOnly": true,"supportedOnly": true,"maxItems": 100}
โ ๏ธ Good to Know. The upstream public API may rate-limit aggressive callers. The actor surfaces rate-limit notes as a clean error record instead of crashing.
๐ Output
Each record is a flat object.
| Field | Type | Description |
|---|---|---|
๐ฆ product | string | Product slug. |
๐ cycle | string | Release cycle (major version). |
๐ releaseDate | string | Initial release date. |
โฐ๏ธ eol | string | End of life date or "no-eol". |
๐ support | string | Active support end date. |
๐ท๏ธ lts | boolean | LTS flag. |
๐ latest | string | Latest version string. |
๐
latestReleaseDate | string | Latest release date. |
โ supportEnded | boolean | Whether support has ended. |
โ extendedSupport | string | Extended support window if any. |
๐ scrapedAt | string | When this row was fetched. |
โ error | string | Set if the upstream response was an error. |
โจ Why choose this Actor
| ๐ | Free to try, no signup needed. | | ๐งน | Clean column names ready for BI tools. | | ๐ข | Numeric casting handled for you. | | ๐ | Rate-limit notes surface as a single error record. | | ๐ | Filter the source through the input schema. | | ๐พ | Push to dataset, instant tabular export. |
๐ How it compares to alternatives
| Approach | Setup time | Clean schema | Filters | Rate-limit handling |
|---|---|---|---|---|
| Roll your own fetch | 30+ minutes | manual | manual | manual |
| This Actor | 5 seconds | โ | โ | โ |
๐ How to use
- Click Try for free.
- Adjust the inputs to match your query.
- Click Start. Your dataset is ready in seconds.
๐ผ Business use cases
๐ Market intelligence. Snapshot the catalog and track new entries week over week.
๐ค ML feature engineering. Build a clean training set from public records.
๐ฐ Newsroom fact-checking. Verify claims in 30 seconds.
๐ข Procurement. Pipe records straight into your warehouse.
๐ Automating EndOfLife Date Scraper
- Make and Zapier. Trigger on a schedule, push to Airtable or Google Sheets.
- Apify scheduler. Run it daily, weekly, or on demand.
- Webhooks. POST to your endpoint when a run finishes.
- Pipe to BigQuery, Snowflake, Postgres via native Apify integrations.
๐ Beyond business use cases
๐ Education. Use real public datasets for coursework.
๐งช Personal research. Track topics that matter to you.
๐ค Non-profit and open data. Build public dashboards without writing scrapers.
๐งฐ Tinkering. Spin up a dataset to test a new chart library or notebook idea.
๐ค Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor's inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.
โ Frequently Asked Questions
โ Do I need an API key. No. The endoflife.date endpoint used here is public.
โ Can I filter the source. Yes. See the input schema for the filters available.
โ Can I schedule runs. Yes, use the Apify native scheduler.
โ Is this scraping or API. API. The endpoint is fully public.
โ Will the schema change. Core fields are stable. Optional fields surface as null when the source omits them.
โ What format can I download. Every Apify dataset download format from the dataset UI.
โ How do you handle rate limits. A clean error record is pushed to the dataset.
โ Can I run partial pulls. Yes, set maxItems to the size you need.
โ Is it free. Free tier gives you 10 records, paid plans up to 1,000,000.
โ Does the actor cache results. No, every run hits the live endpoint.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OpenAlex Works Scraper | 250M+ scholarly works. |
| ParseForge Papers With Code SOTA Scraper | State-of-the-art benchmark tracking. |
| ParseForge Open LLM Leaderboard Scraper | Hugging Face Open LLM Leaderboard. |
| ParseForge OurAirports Scraper | Global airport database. |
๐ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.