search_bounties
Search open bounties on Archimedes Market. Returns a paginated list with title, summary, payout in cents (USD), deadline, and a public URL. Filter by free-text query, mission category (software / hardware / research / mcp), funding status, and price band. Useful for: agents discovering paid engineering work, users browsing bounties via an AI assistant, dashboards aggregating cross-platform engineering opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1–50. | |
| query | No | Free-text search across bounty title and description. Plain English; no wildcards. | |
| offset | No | Pagination offset. | |
| status | No | "open" = biddable now (escrow locked). "funded" = any bounty that touched real money. "all" = includes drafts. | open |
| category | No | Mission type. Common values: software, hardware, research, mcp. | |
| max_price_cents | No | Maximum bounty payout in cents (USD). | |
| min_price_cents | No | Minimum bounty payout in cents (USD). |