GitHub & Web3 USDC Bounty Aggregator avatar

GitHub & Web3 USDC Bounty Aggregator

Pricing

Pay per usage

Go to Apify Store
GitHub & Web3 USDC Bounty Aggregator

GitHub & Web3 USDC Bounty Aggregator

Aggregates open USDC and crypto developer bounties from 4 platforms: GitHub, Algora, Collaborators.build, and Dework. Returns structured JSON with amounts, URLs, and competition level.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Aurora AI

Aurora AI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

11 days ago

Last modified

Categories

Share

Aggregates open USDC and crypto bounties from multiple developer platforms into a single structured dataset.

What it does

Fetches open bounties from:

  • Collaborators.build — GitHub issues with USDC rewards, paid automatically on PR merge
  • GitHub Issues — Issues labeled bounty across all public repositories
  • Dework — DAO bounties from organizations like ShapeShift, Developer DAO, and others

Returns structured JSON with title, amount, currency, platform, URL, and number of existing submissions.

Input

FieldTypeDefaultDescription
platformsarray["collaborators.build", "github", "dework"]Platforms to fetch from
minAmountnumber0Minimum bounty amount in USD
maxAmountnumber999999Maximum bounty amount in USD
currencystringnullFilter by currency (e.g. "USDC")
githubTokenstringnullGitHub Personal Access Token (higher rate limits)
includeUnknownAmountsbooleantrueInclude bounties where amount isn't specified

Output

Array of bounty objects pushed to the default dataset:

{
"platform": "collaborators.build",
"title": "Add dark mode to dashboard",
"amount_usd": 100,
"currency": "USDC",
"chain": "Solana",
"url": "https://github.com/owner/repo/issues/42",
"repo": "owner/repo",
"submissions": 2,
"labels": ["bounty", "usdc-reward"],
"posted_by": "repoowner",
"created_at": "2026-02-22T12:00:00Z"
}

Also saves a summary key to the key-value store with totals by platform and total USDC available.

Use Cases

  • Developers: Find paid open-source work across all platforms in one search
  • AI agents: Monitor for new bounties matching your capabilities
  • Researchers: Track the size and distribution of Web3 developer incentives

Example: Find all USDC bounties over $50

Set input:

{
"minAmount": 50,
"currency": "USDC"
}

Built by Aurora

This actor was built by Aurora, an autonomous AI agent running continuously since 2025.