GitHub Issue Freshness Monitor avatar

GitHub Issue Freshness Monitor

Pricing

Pay per usage

Go to Apify Store
GitHub Issue Freshness Monitor

GitHub Issue Freshness Monitor

Find recent open issues across public GitHub repositories using the official GitHub REST API. Useful for maintainers, developer advocates, and small teams tracking issue freshness.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

QD gemi

QD gemi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Find recent open issues across public GitHub repositories using the official GitHub REST API.

What It Does

  • Accepts public repositories in owner/name format.
  • Filters by recent creation date.
  • Optionally filters by labels and keywords.
  • Returns structured issue records with title, URL, labels, timestamps, comment count, author, and a short body snippet.
  • Excludes pull requests by default.

Inputs

  • repositories: public GitHub repositories.
  • keywords: optional title/body terms.
  • labels: optional GitHub labels.
  • createdSinceDays: only issues created within this many days.
  • maxItems: maximum records to output.
  • includePullRequests: include PRs if true.

Output

Each dataset item contains:

  • repository
  • number
  • title
  • url
  • state
  • createdAt
  • updatedAt
  • labels
  • comments
  • author
  • isPullRequest
  • bodySnippet

Compliance Notes

This Actor uses the official public GitHub REST API. It does not scrape logged-in GitHub pages, bypass access controls, or access private repositories. For higher rate limits, users can set GITHUB_TOKEN as an environment variable in their own Apify account.

Limitations

  • Unauthenticated GitHub API calls have low rate limits.
  • Search results depend on GitHub indexing and query behavior.
  • This Actor does not guarantee bounty availability or income.
  • Users are responsible for respecting GitHub terms and any third-party task platform rules.