Public Roadmap Feature Tracker avatar

Public Roadmap Feature Tracker

Pricing

from $9.00 / 1,000 dataset items

Go to Apify Store
Public Roadmap Feature Tracker

Public Roadmap Feature Tracker

Extract shipped, planned, beta, and requested feature signals from public roadmap and feedback pages.

Pricing

from $9.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

Techionik

Techionik

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

Track public roadmap features and competitor product direction.

Why use this Actor?

Extract shipped, planned, beta, and requested feature signals from public roadmap and feedback pages.

It is built for clean marketplace-ready output: no huge raw HTML dumps, no noisy nested records, and no confusing fields. Each result is a compact business signal that can go directly into a spreadsheet, Airtable, CRM, or monitoring workflow.

Best for

  • Watch competitor roadmap pages
  • Find product gaps
  • Track shipped and planned features

Input

The input is intentionally simple:

  • startUrls - public pages to analyze
  • maxPagesPerStartUrl - how many same-domain pages to inspect
  • maxResultsPerPage - maximum clean results saved from each page
  • includeEvidence - save a short evidence snippet
  • proxyConfiguration - optional Apify proxy settings

Example input

{
"startUrls": [
{
"url": "https://roadmap.sh"
},
{
"url": "https://github.blog/changelog/"
}
],
"maxPagesPerStartUrl": 2,
"maxResultsPerPage": 10,
"includeEvidence": true
}

Output

Each dataset item contains only useful fields:

  • name
  • summary
  • category
  • matchedSignals
  • priceOrValue
  • date
  • score
  • domain
  • resultUrl
  • pageUrl
  • errorMessage

Example output

{
"status": "ok",
"name": "Example matched result",
"summary": "A short useful sentence explaining the relevant finding.",
"category": "pricing",
"matchedSignals": [
"planned",
"in progress",
"shipped"
],
"priceOrValue": "$29/month",
"date": "2026-07-09",
"score": 51,
"domain": "roadmap.sh",
"resultUrl": "https://roadmap.sh",
"pageUrl": "https://roadmap.sh",
"errorMessage": null
}

Pricing

Recommended monetization is pay per saved result at $0.0025 per result.

Users also pay normal Apify platform usage costs, such as compute, storage, and proxy usage where applicable.

Notes and limitations

  • Works on public HTML pages.
  • Login-only, CAPTCHA-heavy, and heavily blocked websites may need proxies or may fail.
  • The Actor extracts public page signals; it does not access private accounts or restricted data.
  • JavaScript-only pages may return fewer results because this lightweight version is optimized for speed and low compute cost.

Search keywords

public roadmap, feature tracking, product management, feedback board, competitor monitoring