# GoFundMe Medical Campaigns Near Goal Scraper

**Use case:** 

Find recent GoFundMe medical fundraisers within 50% of goal, refreshed weekly. Built for patient-advocacy nonprofits and matching-donor programs.

## Input

```json
{
  "search_terms": [
    "medical bills",
    "cancer treatment"
  ],
  "location": "Las Vegas, NV",
  "category": "medical",
  "close_to_goal": true,
  "timeout_start": "past_30_days",
  "max_results": 10,
  "start_page": 0
}
```

## Output

```json
{
  "url": {
    "label": "Campaign URL",
    "format": "string"
  },
  "fundname": {
    "label": "Campaign Name",
    "format": "string"
  },
  "username": {
    "label": "Organizer Username",
    "format": "string"
  },
  "bene_name": {
    "label": "Beneficiary Name",
    "format": "string"
  },
  "balance": {
    "label": "Amount Raised",
    "format": "number"
  },
  "amount_to_goal": {
    "label": "Amount to Goal",
    "format": "number"
  },
  "goal_progress": {
    "label": "Goal Progress (%)",
    "format": "number"
  },
  "donation_count_full": {
    "label": "Number of Donations",
    "format": "number"
  },
  "currencycode": {
    "label": "Currency",
    "format": "string"
  },
  "thumb_img_url": {
    "label": "Campaign Image",
    "format": "string"
  },
  "objectID": {
    "label": "Campaign ID",
    "format": "string"
  },
  "search_term": {
    "label": "Search Keyword",
    "format": "string"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "string"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Gofundme Search By Keyword](https://apify.com/datacach/gofundme-search-by-keyword) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/gofundme-search-by-keyword) to learn more, explore other use cases, and run it yourself.