# Track trending fundraisers across countries

**Use case:** 

Compare trending GoFundMe campaigns across several countries: title, organizer, goal, amount raised, donor count, category and campaign URL.

## Input

```json
{
  "countries": [
    "US",
    "GB",
    "CA",
    "AU"
  ],
  "includeDetails": true,
  "includeDonations": false,
  "maxDonations": 50,
  "maxResults": 200,
  "monitorMode": false,
  "monitorStoreName": "gofundme-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Campaign"
  },
  "category": {
    "label": "Category"
  },
  "raisedAmount": {
    "label": "Raised"
  },
  "goalAmount": {
    "label": "Goal"
  },
  "percentFunded": {
    "label": "% Funded"
  },
  "currency": {
    "label": "Currency"
  },
  "donationCount": {
    "label": "Donations"
  },
  "organizerName": {
    "label": "Organizer"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "status": {
    "label": "Status"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [GoFundMe Scraper - Campaigns, Donations & Trends](https://apify.com/scrapesage/gofundme-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/gofundme-scraper) to learn more, explore other use cases, and run it yourself.