# Newest HackerOne Programs Scraper

**Use case:** 

Scrape newest HackerOne bug bounty programs, launch dates, status, bounty metadata, and policy URLs.

## Input

```json
{
  "maxItems": 100,
  "handles": [
    "anthropic-cyber-jailbreak",
    "github"
  ],
  "sortBy": "launched_at_desc",
  "openOnly": false,
  "bountyOnly": false
}
```

## Output

```json
{
  "handle": {
    "label": "Handle"
  },
  "name": {
    "label": "Name"
  },
  "programUrl": {
    "label": "Program URL",
    "format": "link"
  },
  "submissionState": {
    "label": "Submission"
  },
  "isAcceptingSubmissions": {
    "label": "Open"
  },
  "resolvedReportCount": {
    "label": "Resolved reports"
  },
  "currency": {
    "label": "Currency"
  },
  "minimumBounty": {
    "label": "Min bounty"
  },
  "averageBountyLower": {
    "label": "Avg bounty low"
  },
  "averageBountyUpper": {
    "label": "Avg bounty high"
  },
  "launchedAt": {
    "label": "Launched"
  },
  "policyUrl": {
    "label": "Policy",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [HackerOne Programs Scraper](https://apify.com/automation-lab/hackerone-programs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/hackerone-programs-scraper) to learn more, explore other use cases, and run it yourself.