Back to all Stores

Github Repository By URL

01KDETBJ20PADN8CKYRY1Q9477
Maintained by CafeScraper
Try for free
This tool efficiently scrapes GitHub open-source project data, capturing core basics (URL, ID, primary language, repo size) and key dynamic metrics (issues, PRs, forks, stars, updates). It supports scraping via URL and exports structured results.
URL
url

This parameter is used to specify the code URL to be crawled.

Type: array

Default:
[
    {
        "url": "https://github.com/TheAlgorithms/Python/blob/master/divide_and_conquer/power.py"
    },
    {
        "url": "https://github.com/AkarshSatija/msSync/blob/master/index.js"
    }
]