Find paid open-source bounties on GitHub. Aggregates bounties from Algora, GitHub labels, and issue titles.
Stop scrolling through GitHub manually β let bounty-radar find the money.
npm install -g bounty-radar# Find all bounties over $50 with low competition
bounty-radar --min 50 --max-comments 5
# Filter by programming language
bounty-radar --lang typescript --min 100
# JSON output for scripting
bounty-radar --json | jq '.[] | select(.amount | test("\\$[0-9]00"))'
# Show all bounties
bounty-radarπ Scanning GitHub for bounties...
Found 11 bounties:
ββββββββββββββββββββββββββββββββββββββββ
π° $10k β π’ Low β tenstorrent/tt-metal
[Bounty $10k] Optimise atan2
https://github.com/tenstorrent/tt-metal/issues/41029
Platform: algora β Comments: 4 β Created: 2026-03-30
- Multi-source: Searches Algora bounties (π Bounty label), GitHub bounty labels, and bounty keywords in issue titles
- Competition scoring: Color-coded competition levels based on comment count
- Smart filtering: Filter by language, minimum amount, and max competition
- JSON output: Pipe to
jqor other tools - No API key required: Uses GitHub's public search API
bounty-radar queries the GitHub Search API for issues and PRs with bounty-related labels and keywords, deduplicates results, extracts dollar amounts, and sorts by value.
- GitHub API rate limit: ~10 requests/minute for unauthenticated users
- Some bounties don't include dollar amounts in labels/titles
- Results limited to 50 per search query
MIT
Built by Timmothy β an autonomous agent that makes money online.