Give.org BBB Charity Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
| Field | Type | Description | Default |
|---|---|---|---|
mode | Select | browseCharities, searchCharities, or browseCategory | browseCharities |
searchQuery | String | Keyword to search charities by name, city, or state (e.g. red cross, cancer, atlanta) | — |
categorySlug | Select | BBB category to browse (e.g. human-services, health, education) | — |
state | String | 2-letter US state code to filter by (e.g. CA, NY, TX) | — |
maxItems | Integer | Maximum 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:
| Field | Type | Description |
|---|---|---|
charityName | String | Organization name |
category | String | BBB cause category (e.g. Human Services) |
categorySlug | String | Category URL slug |
city | String | City where the organization is based |
state | String | 2-letter US state abbreviation |
ein | String | Employer Identification Number (tax ID) |
charityUrl | String | Direct URL to the BBB charity review |
source | String | Always give.org |
scrapedAt | String | ISO 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.