GitHub Repository Stats & Info Lookup (Free) avatar

GitHub Repository Stats & Info Lookup (Free)

Pricing

Pay per usage

Go to Apify Store
GitHub Repository Stats & Info Lookup (Free)

GitHub Repository Stats & Info Lookup (Free)

Get stars, forks, watchers, open issues, language, license, topics, dates and latest release for any list of GitHub repos. Official REST API, optional token, clean JSON/CSV export. Free — you only pay your Apify usage.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

D N

D N

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Turn any list of GitHub repositories into clean, structured JSON: stars, forks, watchers, open issues, language, license, topics, size, created/updated/pushed dates, optional language byte breakdown and latest release. Uses the official GitHub REST API — accepts owner/repo or full URLs, works without authentication, and supports an optional token for higher rate limits. This actor is free — you only pay your own Apify platform usage.

Input

FieldTypeDefaultDescription
repositoriesarrayOne per line: owner/repo or https://github.com/owner/repo.
githubTokensecret stringnoneOptional PAT. Raises the API quota from ~60/h to 5000/h.
includeLanguagesbooleanfalseAdd per-language byte counts (1 extra call/repo).
includeLatestReleasebooleanfalseAdd latest release tag/name/date (1 extra call/repo).

Output

One dataset item per repository:

{
"input": "facebook/react",
"status": "found",
"fullName": "facebook/react",
"name": "react",
"owner": "facebook",
"description": "The library for web and native user interfaces.",
"htmlUrl": "https://github.com/facebook/react",
"homepage": "https://react.dev",
"stars": 230000,
"forks": 47000,
"watchers": 6700,
"openIssues": 900,
"language": "JavaScript",
"license": "MIT",
"topics": ["react", "frontend"],
"defaultBranch": "main",
"isArchived": false,
"isFork": false,
"createdAt": "2013-05-24T16:15:54Z",
"pushedAt": "2026-07-10T21:03:12Z"
}

Unknown repositories yield status: "not_found"; invalid inputs and API failures yield status: "error" with the message. The run never crashes on a bad row. If the anonymous rate limit is hit mid-run, remaining rows are marked accordingly instead of failing the run.

Use cases

  • Track star/fork growth of your projects or competitors over time (schedule daily runs).
  • Enrich developer-tool lead lists with repository health signals.
  • Audit the licenses and activity of your dependency stack.
  • Feed dashboards or LLM agents with live repo metadata.

Limitations & fair use

  • Anonymous GitHub API quota is ~60 requests/hour per IP; add githubToken for 5000/h. Each optional enrichment adds one call per repo.
  • Renamed/moved repositories are followed automatically by the API and returned under their new name.
  • Please respect GitHub's terms of service; this actor only reads public metadata.

More actors by this developer

Browse the full range of free data actors at apify.com/fit_melon — package registries, SEO tools, open-data lookups and more.