GitHub Scraper - Repos, Users & Issues avatar

GitHub Scraper - Repos, Users & Issues

Pricing

from $2.00 / 1,000 repository scrapeds

Go to Apify Store
GitHub Scraper - Repos, Users & Issues

GitHub Scraper - Repos, Users & Issues

Scrape GitHub repositories, users, and issues via the official GitHub API. Get stars, forks, languages, topics, issues, user profiles, and follower counts. No login needed (optional token for higher limits).

Pricing

from $2.00 / 1,000 repository scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Scrape public GitHub repository and profile metadata through the official GitHub REST API. Start with a repository, username, organization, or repository search query, then export clean rows to JSON, CSV, Excel, HTML, or the Apify API.

This Actor is API-based, lightweight, and does not need a browser. A GitHub token is optional, but recommended for larger jobs because unauthenticated GitHub API calls are limited to 60 requests per hour per IP.

What It Extracts

  • Repository name, owner, description, URL, homepage, language, license, topics, stars, forks, watchers, open issues, archive/fork status, default branch, created/updated/pushed dates
  • Optional nested recent issues and pull requests for each repository
  • User or organization login, name, type, company, location, bio, public counts, followers, following, profile URL, and created/updated dates
  • Optional nested repositories for each user or organization
  • Search query metadata and scrape timestamp

Quick Start

Use this small input first:

{
"repos": ["openai/openai-node"],
"users": [],
"searchQueries": [],
"includeIssues": false,
"maxIssuesPerRepo": 0,
"includeUserRepos": false,
"maxReposPerUser": 0,
"maxResults": 1,
"githubToken": "",
"proxyConfiguration": {
"useApifyProxy": false
}
}

For larger jobs, add a GitHub token with no scopes for public data. Prefer a token over proxy rotation for normal GitHub API usage.

Input

FieldTypeDefaultNotes
reposarray["openai/openai-node"]owner/repo or GitHub repository URLs.
usersarray[]GitHub usernames or organization names.
searchQueriesarray[]GitHub repository search syntax, e.g. topic:typescript stars:>1000.
includeIssuesbooleanfalseAdds recent issues and pull requests inside each repository record.
maxIssuesPerRepointeger20Applies only when includeIssues is enabled.
includeUserReposbooleanfalseAdds repositories inside each user or organization record.
maxReposPerUserinteger20Applies only when includeUserRepos is enabled.
maxResultsinteger1Maximum repositories from explicit repos and search queries. Use 1-5 for tests.
githubTokensecret stringemptyOptional token for higher GitHub API limits.
proxyConfigurationobjectdisabledKeep disabled unless you intentionally need proxy routing.

Output Dataset

The default dataset contains repository records and user/organization records. The Store table includes separate views for repositories and users/organizations, while JSON exports include the full nested issue or repository arrays when those options are enabled.

Verified sample from an existing successful run:

{
"entityType": "repo",
"repoId": 438419937,
"fullName": "openai/openai-node",
"name": "openai-node",
"owner": "openai",
"description": "Official JavaScript / TypeScript library for the OpenAI API",
"url": "https://github.com/openai/openai-node",
"homepage": "https://www.npmjs.com/package/openai",
"language": "TypeScript",
"stars": 10984,
"forks": 1520,
"watchers": 156,
"openIssues": 264,
"license": "Apache-2.0",
"topics": ["nodejs", "openai", "typescript"],
"isFork": false,
"isArchived": false,
"defaultBranch": "main",
"createdAt": "2021-12-14T22:32:58Z",
"updatedAt": "2026-06-21T04:29:27Z",
"pushedAt": "2026-06-18T02:14:48Z",
"issuesScrapedCount": 0,
"issues": [],
"scrapedAt": "2026-06-21T07:13:13.054Z"
}

Pricing And Cost Control

Current live pricing checked on 2026-06-29:

EventActive price
repo-scraped$0.002 per repository/user record
apify-actor-start$0.00005 per GB

Nested issues and nested user repositories are included inside the saved repo/user record. The Actor saves and charges each repo/user record atomically and stops when the user's spending limit is reached.

Cost-control tips:

  • Test with one repository and maxResults: 1.
  • Keep includeIssues and includeUserRepos disabled until you need nested data.
  • Use a GitHub token for larger jobs instead of proxy routing.
  • Split very broad search queries into smaller runs.

Use Cases

  • Open-source ecosystem research
  • Repository and dependency intelligence
  • Technical due-diligence datasets
  • Organization and project monitoring
  • Public issue and pull-request analysis

Known Limits

  • Unauthenticated GitHub API calls are limited to 60 requests/hour per IP.
  • GitHub Search API results can be capped by GitHub; narrow search queries work better.
  • This Actor collects public GitHub data only. It does not bypass private repositories or authentication.

Responsible Use

Use this Actor only for lawful collection and analysis of public GitHub data. Follow GitHub's terms, applicable privacy laws, anti-spam rules, and your own compliance requirements. Do not use exported profiles for spam or harassment.

License

Apache-2.0