
GitHub Repository Scraper
Pricing
$10.00/month + usage

GitHub Repository Scraper
This actor scrapes detailed information from GitHub repositories using reliable HTTP requests and HTML parsing. It extracts repository metadata including star counts, fork counts, topics/tags, license information, primary programming language, and last updated timestamps.
0.0 (0)
Pricing
$10.00/month + usage
0
Total users
3
Monthly users
3
Runs succeeded
>99%
Last modified
a month ago
You can access the GitHub Repository Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "repoUrls": [
3 "https://github.com/microsoft/playwright",
4 "https://github.com/apify/apify-js"
5 ]
6}' |
7apify call fresh_cliff/github-scraper --silent --output-dataset
GitHub Repository Data Scraper API through CLI
The Apify CLI is the official tool that allows you to use GitHub Repository Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: