GitHub Scraper — repos, trending, users (no token)
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor 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:
| Mode | What you get | Use it for |
|---|---|---|
| Search repos | Repositories matching a query, sorted by stars / forks / updated | Market & competitor research, tech landscape mapping |
| Trending | Most-starred repos pushed in the last N days (optional language) | Spotting rising projects, daily "what's hot" digests |
| Repo details | Full details for any owner/repo | Enrichment, dependency/tech due-diligence |
| Users | A user's or org's profile + their repositories | Developer 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.