GitHub Issues and PR Monitor avatar

GitHub Issues and PR Monitor

Pricing

from $0.05 / actor start

Go to Apify Store
GitHub Issues and PR Monitor

GitHub Issues and PR Monitor

GitHub issues scraper and PR monitor. Emits only new or changed issues and pull requests since last run. $0.05 per start.

Pricing

from $0.05 / actor start

Rating

0.0

(0)

Developer

daniel vera

daniel vera

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

GitHub issues scraper and GitHub PR monitor for scheduled runs. Watch specific GitHub issues and pull requests. Each run returns only what changed (new activity, title or state change). Not a full-repo dump.

Use this GitHub issue monitor when you need alerts on a short list of tickets — not every issue in the org.

Pay-per-event: $0.05 per Actor start + $0.002 per result. Optional GitHub token for higher rate limits. Read-only. Not affiliated with GitHub.

GitHub issues scraper — what you get

  • Dataset rows for new or updated GitHub issues and PRs only
  • Fields: url, kind, change, title, state, repo, number, updated_at, observed_at
  • State stored in the Actor key-value store between runs

Input

FieldRequiredNotes
watch_urlsyes1–50 GitHub issue or PR URLs
github_tokennoPAT — raises GitHub API rate limits
since_hoursnoFirst-run lookback, default 24 (1–168)
{
"watch_urls": [
"https://github.com/apify/apify-sdk-python/issues/1"
],
"since_hours": 24
}

Output example

{
"url": "https://github.com/org/repo/pull/12",
"kind": "pull",
"change": "updated",
"title": "Fix timeout on webhook retry",
"state": "open",
"repo": "org/repo",
"number": 12,
"updated_at": "2026-08-13T12:00:00Z",
"observed_at": "2026-08-13T12:05:00Z"
}

How to run this GitHub PR scraper

  1. Paste the issue/PR URLs you care about.
  2. In Apify: Schedules → every 15–60 minutes.
  3. First run may emit recent items (since_hours). Later runs emit deltas only.

Pricing

$0.05 when the Actor starts + $0.002 per dataset item.

Limits

  • Public github.com/owner/repo/issues|pull/N URLs only
  • Does not comment, merge, or write to repos
  • Without a token, GitHub secondary rate limits apply

Brand: TemporalOps. Unofficial product.