GitHub Issues & PRs Scraper
Pricing
Pay per usage
Go to Apify Store
GitHub Issues & PRs Scraper
Scrape GitHub issues and pull requests by repo, labels, state and date range.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ryan Zinburg
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes issues and pull requests from public GitHub repositories via the GitHub REST API.
Input
repository(string): Repository inowner/repoformat, for exampleopenai/openai-python.includePulls(boolean): Include pull requests.includeIssues(boolean): Include regular issues.state(enum):open,closed, orall.maxItems(integer): Maximum number of results, default100.
GITHUB_TOKEN is optional. Set it as an Actor environment variable or secret to increase GitHub API rate limits.
Output
Each dataset item contains:
type:issueorpull-requestnumbertitleauthorstatelabelscreatedAtclosedAtcommentsCounturl
Example input
{"repository": "openai/openai-python","includePulls": true,"includeIssues": true,"state": "open","maxItems": 100}