# College Board Graduate Scholarship Search Scraper

**Use case:** 

Scrape graduate-level scholarships from College Board BigFuture: program name, sponsor, award amount, deadline, and eligibility. JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "level": "graduate"
}
```

## Output

```json
{
  "name": {
    "label": "🎓 Scholarship",
    "format": "text"
  },
  "amount": {
    "label": "💰 Max Award",
    "format": "number"
  },
  "deadline": {
    "label": "📅 Deadline",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "sponsor": {
    "label": "🏢 Sponsor",
    "format": "text"
  },
  "eligibility": {
    "label": "✅ Eligibility",
    "format": "text"
  },
  "applicationCycle": {
    "label": "🔁 Cycle",
    "format": "text"
  },
  "url": {
    "label": "🌐 BigFuture Page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [College Board Scholarship Search Scraper](https://apify.com/parseforge/college-board-scholarship-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/college-board-scholarship-search-scraper) to learn more, explore other use cases, and run it yourself.