Give.org BBB Charity Scraper avatar

Give.org BBB Charity Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Give.org BBB Charity Scraper

Give.org BBB Charity Scraper

Scrape Give.org (BBB Wise Giving Alliance) - the BBB charity review and accreditation database. Browse 7,000+ charity reviews or search by category and keyword. Extracts charity name, BBB accreditation status, category, city, state, EIN, and charity review URL.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape charity reviews and accreditation data from Give.org — the BBB Wise Giving Alliance's charity evaluation platform. Fetches charity names, categories, locations, and EIN numbers from the public sitemap. No login required.

Features

  • Browse Charities — Fetch all BBB-reviewed charity organizations
  • Search Charities — Filter charities by name, category, city, or state
  • Browse by Category — Fetch charities in a specific cause category (health, education, etc.)
  • Extracts charity name, BBB category, city, state, EIN (tax ID), and review URL
  • Omit-empty output — no null fields in any record

Input

FieldTypeDescriptionDefault
modeSelectbrowseCharities, searchCharities, or browseCategorybrowseCharities
searchQueryStringKeyword to search charities by name, city, or state (e.g. red cross, cancer, atlanta)
categorySlugSelectBBB category to browse (e.g. human-services, health, education)
stateString2-letter US state code to filter by (e.g. CA, NY, TX)
maxItemsIntegerMaximum number of charities to return (1–1000)50

Available Categories

human-services, health, education, environment, animals, arts, community, international, religion, public-benefit, youth, veterans, food-banks, housing, civil-rights, disaster-relief, mental-health

Output

Each record contains:

FieldTypeDescription
charityNameStringOrganization name
categoryStringBBB cause category (e.g. Human Services)
categorySlugStringCategory URL slug
cityStringCity where the organization is based
stateString2-letter US state abbreviation
einStringEmployer Identification Number (tax ID)
charityUrlStringDirect URL to the BBB charity review
sourceStringAlways give.org
scrapedAtStringISO 8601 timestamp when scraped

Example Output

{
"charityName": "American Red Cross",
"category": "Human Services",
"categorySlug": "human-services",
"city": "Washington",
"state": "DC",
"ein": "530196605",
"charityUrl": "https://give.org/charity-reviews/human-services/american-red-cross-in-washington-dc-0625-530196605",
"source": "give.org",
"scrapedAt": "2025-06-02T12:00:00+00:00"
}

Use Cases

  • Look up whether a charity has BBB accreditation before donating
  • Research charity landscape by cause category or US state
  • Build a nonprofit verification or due-diligence tool
  • Analyze BBB-reviewed charitable organizations by geography or sector

FAQ

Does this require a Give.org account? No. All data is extracted from Give.org's public charity review sitemap.

How many charities are available? The Give.org sitemap lists over 7,000 charity review URLs. Use maxItems to limit results.

What is Give.org? Give.org is operated by the BBB Wise Giving Alliance (part of the Better Business Bureau). It evaluates charities against 20 Standards for Charity Accountability and publishes free public reviews.

Does every charity have an EIN? Most do — the EIN is embedded in the charity's review URL. A small number of older URLs may not include it.

Can I filter by state? Yes — use the state field with a 2-letter code (e.g. CA, TX, NY) in any mode.