Search donors
Search for donors using either natural language or structured search criteria. Set mode to 'natural-language' and provide search_query to describe donors in plain English, or set mode to 'structured' and provide donor_description with filters for location, giving capacity, net worth, affiliations, education, employment, political donations, and more. Returns paginated results with relevance explanations. Only person/donor search is supported; any nonprofit criteria are ignored. See the [Donor Profile Schema](/guides/donor-profile) guide for details on the donor data model.
**Cost: 1 credit.**
Authentication
x-api-keystring
Your DonorAtlas API key. Contact support@donoratlas.com to get started.
Request
This endpoint expects an object.
natural-language
Search for donors using a natural language query.
Describe the type of donors you are looking for in plain English.
The query is parsed by a large language model into structured search criteria
OR
structured
Search for donors using structured filter criteria.
Define filters for location, giving capacity, net worth, affiliations,
education, employment, political donations, and more
Response
Successful Response
total_count
Total number of matching donors
page_number
Current page number
page_size
Results per page
results
Page of person results
sentenced_schema
Human-readable summary of the search criteria
Errors
400
Bad Request Error
402
Payment Required Error
422
Unprocessable Entity Error
503
Service Unavailable Error