GitHub Scraper — repos, trending, users (no token) avatar

GitHub Scraper — repos, trending, users (no token)

Pricing

from $1.50 / 1,000 results

Go to Apify Store
GitHub Scraper — repos, trending, users (no token)

GitHub Scraper — repos, trending, users (no token)

Structured GitHub data with no token: search repositories, find trending repos, fetch full repo details, or pull user/org profiles and their repos. Uses the public GitHub REST API.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Vincent Kirui

Vincent Kirui

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Structured GitHub data with no token and no login, via the public REST API. Four modes:

ModeWhat you getUse it for
Search reposRepositories matching a query, sorted by stars / forks / updatedMarket & competitor research, tech landscape mapping
TrendingMost-starred repos pushed in the last N days (optional language)Spotting rising projects, daily "what's hot" digests
Repo detailsFull details for any owner/repoEnrichment, dependency/tech due-diligence
UsersA user's or org's profile + their repositoriesDeveloper sourcing, recruiter research, OSS analytics

Built for AI agents

As an MCP tool, an agent can answer "what are the trending Rust repos this week?" or "get this repo's stats" in one structured call.

Output

Flat JSON rows. Repos: full_name, description, stars, forks, language, topics, license, created_at, updated_at, url. Users: login, name, bio, company, followers, public_repos, url.

Input examples

{ "mode": "search", "query": "llm agent", "language": "python", "minStars": 500, "maxItems": 200 }
{ "mode": "trending", "language": "rust", "sinceDays": 7, "maxItems": 50 }
{ "mode": "user", "users": ["torvalds"], "includeRepos": true }

Notes

Uses the unauthenticated GitHub REST API (rate-limited per IP); requests route through rotating proxies with backoff so larger pulls complete. Public data only, no login.

Pricing

Pay-per-event: a small actor-start fee plus a per-item charge — you pay for exactly the data you pull.