# Immunefi bug bounties & audit competitions (live, by max reward

**Use case:** 

All live Immunefi bug bounty programs and audit competitions with max reward, reward tiers, assets in scope, KYC requirement, launch date and a 0-100 opportunity score. Sort by reward to pick your next target. Pay per result, HTTP-only.

## Input

```json
{
  "board": "both",
  "excludeKyc": false,
  "excludePayToSubmit": false,
  "excludeInviteOnly": true,
  "liveCompetitionsOnly": false,
  "ecosystems": [],
  "languages": [],
  "projectTypes": [],
  "sortBy": "opportunity",
  "maxItems": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "project": {
    "label": "Project",
    "format": "string"
  },
  "board": {
    "label": "Board",
    "format": "string"
  },
  "opportunityScore": {
    "label": "Opportunity score (0-100)",
    "format": "number"
  },
  "maxBountyUsd": {
    "label": "Max bounty (USD)",
    "format": "number"
  },
  "rewardsPoolUsd": {
    "label": "Rewards pool (USD)",
    "format": "number"
  },
  "frictionScore": {
    "label": "Friction score (0-100)",
    "format": "number"
  },
  "kycRequired": {
    "label": "KYC required",
    "format": "boolean"
  },
  "proofOfConceptType": {
    "label": "Proof of concept",
    "format": "string"
  },
  "payToSubmitFeeUsdc": {
    "label": "Submission fee (USDC)",
    "format": "number"
  },
  "vaultBalanceUsd": {
    "label": "Vault balance (USD)",
    "format": "number"
  },
  "daysSinceUpdate": {
    "label": "Days since update",
    "format": "number"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "daysUntilEnd": {
    "label": "Days until end",
    "format": "number"
  },
  "ecosystems": {
    "label": "Ecosystems",
    "format": "array"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "url": {
    "label": "Program URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Immunefi Bug Bounty Scraper | Audit Contests & Friction Score](https://apify.com/tactful_anvil/immunefi-bug-bounty-audit-competition-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tactful_anvil/immunefi-bug-bounty-audit-competition-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/tactful_anvil/immunefi-bug-bounty-audit-competition-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
