GitHub Issues & PR Monitor avatar

GitHub Issues & PR Monitor

Pricing

from $10.00 / 1,000 issue scrapeds

Go to Apify Store
GitHub Issues & PR Monitor

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

Vivek Gaur

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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 bug or critical issues 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:

  1. Create a Schedule → run this Actor every hour
  2. Add a Webhook on the run to POST results to your Slack/email endpoint
  3. Use the since field (ISO date) to only fetch issues newer than your last run

Input

FieldTypeDefaultDescription
repostringowner/repo or GitHub URL
labelsstring[]Filter by labels (OR logic)
keywordsstring[]Filter by title/body keywords
sinceISO dateOnly return items after this date
statestringopenopen, closed, or all
maxResultsinteger100Max 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)

EventPrice
actor-start$0.01
issue-found$0.01 per issue/PR