GitHub Bounty Scanner
Pricing
from $0.01 / 1,000 results
Go to Apify Store
GitHub Bounty Scanner
Scans GitHub for open developer bounties from Algora and bounty-labeled issues. Returns structured results with dollar amounts, repos, and required skills. Priced at $0.05 per bounty found.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Jeff
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scans GitHub for open developer bounties posted through Algora and standard bounty / reward labels. Returns structured results with dollar amounts, repository info, and required skills — ready to filter, sort, and act on.
What it does
- Searches GitHub Issues for active bounties from Algora's platform and bounty-labeled repos
- Extracts confirmed dollar amounts from issue bodies and Algora bot comments
- Filters by programming language, minimum bounty value, and result count
- Returns clean structured data: title, URL, repo, bounty amount, skills, and description
Input
| Field | Type | Default | Description |
|---|---|---|---|
language | string | (all) | Filter by programming language (e.g. TypeScript, Python, Rust) |
minAmount | integer | 25 | Minimum bounty value in USD |
maxResults | integer | 100 | Maximum number of results to return (up to 500) |
githubToken | string | (none) | Optional GitHub personal access token for 5000 req/hr vs 60/hr unauthenticated |
Output
Each result contains:
{"id": "gh-123456789","title": "Fix: binary column types incorrectly typed as strings","url": "https://github.com/drizzle-team/drizzle-orm/issues/5900","repo": "drizzle-team/drizzle-orm","bountyAmount": 200,"currency": "USD","labels": ["bug", "bounty", "typescript"],"skills": ["TypeScript"],"description": "MySQL2 binary/varbinary types are...","createdAt": "2026-06-10T14:23:00Z","source": "algora"}
Pricing
$0.005 per bounty returned (~$0.50 per 100 results). You only pay for results that match your filters.
Use cases
- Build a personal bounty dashboard for freelance income
- Feed results into an AI agent that evaluates and applies to bounties
- Track high-value open issues across repos you contribute to
- Monitor specific languages or ecosystems for new bounty postings
Tips
- Provide a GitHub token to avoid hitting the 60 req/hr unauthenticated rate limit
- Set
minAmount: 100to focus on higher-value bounties - Use
language: TypeScriptorlanguage: Pythonto narrow to your stack - Run on a schedule (daily or hourly) to catch new bounties as they appear