GitHub REST API Integration Scraper (BYOC)
Pricing
Pay per usage
Go to Apify Store

GitHub REST API Integration Scraper (BYOC)
Scrape public/private repositories, issues, PRs, and trending charts from GitHub via official REST API (BYOC).
Pricing
Pay per usage
Rating
0.0
(0)
Developer
viralanalyzer
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
GitHub Repository Intelligence
Extract GitHub data via official REST API: repo info, issues, PRs, trending repos, org repos.
Pricing
- USD 0.02 per item fetched
Input
- mode (required): repo-info | repo-issues | repo-prs | trending | org-repos
- repoFullName: e.g. microsoft/vscode (for repo modes)
- orgName: e.g. apify (for org-repos mode)
- language: e.g. python (for trending mode)
- maxItems: 1-500 (default 30)
- githubToken: optional PAT for 5000 req/h
Output
Repo fields: fullName, description, language, stars, forks, topics, license, htmlUrl, ... Issue/PR fields: id, title, state, author, labels, createdAt, htmlUrl, ...