# Bugcrowd Bug Bounty Programs Scraper

**Use case:** 

Scrape Bugcrowd bug bounty programs with name, tagline, reward summary, min and max reward, industry, access status, and program URL. Export to JSON or CSV.

## Input

```json
{
  "category": "bug_bounty",
  "maxItems": 50
}
```

## Output

```json
{
  "logoUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "name": {
    "label": "📌 Program",
    "format": "text"
  },
  "tagline": {
    "label": "📝 Tagline",
    "format": "text"
  },
  "rewardSummary": {
    "label": "💰 Reward",
    "format": "text"
  },
  "industryName": {
    "label": "🏭 Industry",
    "format": "text"
  },
  "accessStatus": {
    "label": "🔓 Access",
    "format": "text"
  },
  "scopeRank": {
    "label": "📊 Scope Rank",
    "format": "text"
  },
  "programUrl": {
    "label": "🔗 Program",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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