# Immunefi bounties over $100k with no KYC

**Use case:** 

Immunefi bug bounty programs paying $100,000 or more at the top tier, with KYC-gated, pay-to-submit and invite-only programs excluded, ranked by the lowest friction. Each row has max bounty, rewards pool, vault balance, ecosystems and languages.

## Input

```json
{
  "board": "bounties",
  "excludeKyc": true,
  "excludePayToSubmit": true,
  "excludeInviteOnly": true,
  "liveCompetitionsOnly": false,
  "minMaxBountyUsd": 100000,
  "ecosystems": [],
  "languages": [],
  "projectTypes": [],
  "sortBy": "lowestFriction",
  "maxItems": 300,
  "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`).
