GlobalGiving Scraper avatar

GlobalGiving Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
GlobalGiving Scraper

GlobalGiving Scraper

Scrape GlobalGiving.org - browse active projects, search by theme or country, get project details with funding progress, donor counts, organization info, and more. No API key required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

Scrape GlobalGiving.org — the world's largest global crowdfunding community connecting nonprofits, donors, and companies. Extract active projects with funding progress, donor counts, organization details, themes, countries, and more.

Features

  • Browse all active projects — get the full catalog of live fundraising projects
  • Search by theme — filter by cause areas like Education, Health, Climate Change, Water & Sanitation, and more
  • Search by country — find projects in a specific country using ISO alpha-3 codes
  • Project details — fetch specific projects by their GlobalGiving project IDs

Input

FieldTypeDescription
modeselectbrowseProjects, searchByTheme, searchByCountry, projectDetails
themeselectCause theme (for searchByTheme mode)
countrystringISO alpha-3 country code, e.g. KEN, IND, USA
projectIdsarrayProject IDs (for projectDetails mode)
maxItemsintegerMaximum number of projects to return (default: 20)

Available Themes

animals, arts-music-culture, children, climate-change, democracy-and-government, education, environment, food-and-hunger, gender-equality-and-women, health-and-wellness, human-rights, migrant-and-refugee, poverty-alleviation, sport, technology, water-and-sanitation

Output

Each project record includes:

FieldDescription
projectIdGlobalGiving project ID
titleProject title
summaryProject description
organizationNonprofit organization name
organizationUrlOrganization website
countryCountry where project operates
regionGeographic region
themePrimary cause theme
themesAll cause themes
goalFundraising goal (USD)
raisedAmount raised so far (USD)
donorsCountNumber of donors
activeWhether project is actively fundraising
imageUrlProject image URL
projectUrlGlobalGiving project page URL
currencyCurrency code
statusProject status
startDateProject start date
scrapedAtISO timestamp of scrape

Example Input

{
"mode": "searchByTheme",
"theme": "education",
"maxItems": 50
}

Example Output

{
"projectId": 12345,
"title": "Education for Girls in Kenya",
"organization": "Kenya Education Fund",
"country": "Kenya",
"theme": "Education",
"goal": 50000,
"raised": 32500,
"donorsCount": 412,
"active": true,
"projectUrl": "https://www.globalgiving.org/projects/12345/",
"scrapedAt": "2026-06-02T10:00:00+00:00"
}

FAQs

Do I need an API key? No. The scraper uses GlobalGiving's public API endpoint which does not require authentication.

What countries are supported? GlobalGiving has projects in 170+ countries. Use ISO alpha-3 country codes (e.g., USA, KEN, IND, GTM, ETH).

How many projects can I scrape? Set maxItems up to 5000. GlobalGiving hosts thousands of active projects.

Are the funding figures real-time? Yes, the GlobalGiving API returns current funding totals as of the time of scraping.

What's the difference between goal and raised? goal is the total fundraising target; raised is the amount collected so far.