GitHub Bounty Scanner avatar

GitHub Bounty Scanner

Pricing

from $0.01 / 1,000 results

Go to Apify Store
GitHub Bounty Scanner

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

Jeff

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

FieldTypeDefaultDescription
languagestring(all)Filter by programming language (e.g. TypeScript, Python, Rust)
minAmountinteger25Minimum bounty value in USD
maxResultsinteger100Maximum number of results to return (up to 500)
githubTokenstring(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: 100 to focus on higher-value bounties
  • Use language: TypeScript or language: Python to narrow to your stack
  • Run on a schedule (daily or hourly) to catch new bounties as they appear