GitHub Issues & PR Monitor
Pricing
from $10.00 / 1,000 issue scrapeds
Go to Apify Store
GitHub Issues & PR Monitor
Watch any GitHub repo or org for new issues and PRs matching label/keyword filters. Built for OSS maintainers, support teams, and competitive intelligence. Pairs naturally with Apify scheduler and webhooks.
Pricing
from $10.00 / 1,000 issue scrapeds
Rating
0.0
(0)
Developer
Vivek Gaur
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Watch any GitHub repo for new issues and pull requests matching label and keyword filters — built for automation and webhooks, not just one-off exports.
Typical Use Cases
- OSS maintainers: get notified when
bugorcriticalissues appear - Support teams: watch for customer-reported issues across your org's repos
- Competitive intel: monitor a competitor's OSS repo for feature requests
- AI agents: scheduled run every hour → webhook → Slack/email alert pipeline
Schedule This Actor
This Actor is designed to run on a schedule. Set up in Apify Console:
- Create a Schedule → run this Actor every hour
- Add a Webhook on the run to POST results to your Slack/email endpoint
- Use the
sincefield (ISO date) to only fetch issues newer than your last run
Input
| Field | Type | Default | Description |
|---|---|---|---|
repo | string | — | owner/repo or GitHub URL |
labels | string[] | — | Filter by labels (OR logic) |
keywords | string[] | — | Filter by title/body keywords |
since | ISO date | — | Only return items after this date |
state | string | open | open, closed, or all |
maxResults | integer | 100 | Max items to return |
Output
{"number": 1234,"title": "Memory leak in useEffect cleanup","type": "issue","author": "octocat","labels": ["bug", "memory"],"state": "open","url": "https://github.com/vercel/next.js/issues/1234","createdAt": "2026-07-11T10:00:00Z","bodyExcerpt": "When using useEffect with...","repo": "vercel/next.js"}
Pricing (PPE)
| Event | Price |
|---|---|
actor-start | $0.01 |
issue-found | $0.01 per issue/PR |
Related Actors
- GitHub Repository Insights — get the full repo health picture
- GitHub Org Scraper — monitor all repos in an org