Idealist: Search Volunteer Opportunities
Idealist via Parse · jobs
Full-text search over Idealist's volunteer opportunity index. Supports keyword queries, geographic filtering via lat/lng + radius, cause area filtering, and location type filtering. Returns paginated results (20 per page, up to 50 pages). Each hit contains summary fields (name, orgName, city, locationType, objectID) suitable for display or drill-down via get_volunteer_opportunity_detail. Search and retrieve nonprofit jobs, volunteer opportunities, internships, and organizations from Idealist.org Fulfilled by Parse from idealist.org.
- b2b-directory
- government-public
- idealist
- idealist-org
- jobs
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a6b511c9-8fb7-4db9-98f1-0e4aca5926e4/search_volunteer_opportunities
- Interface artifact
- sha256:f848e6c5fd7fff11f6c9f23a64cd79678dbcadafcd809ecea753894da7917458
- Manifest digest
- sha256:ff3c35efbe5d59f17b7e0a47840c13fd85e3fb368923aeb5700cad7a6f47aebb
Request fields
- q (string): Search query keyword
- page (integer): Page number (0-indexed)
- radius (integer): Search radius in meters from location
- location (string): Latitude,longitude for geo search (e.g. '40.7128,-74.0060')
- cause_areas (string): Comma-separated cause areas to filter by. Accepted values include: EDUCATION, HEALTH_MEDICINE, ENVIRONMENT, CHILDREN_YOUTH, ARTS_MUSIC, COMMUNITY_DEVELOPMENT, ANIMALS, HOUSING_HOMELESSNESS, HUMAN_RIGHTS_CIVIL_LIBERTIES, CLIMATE_CHANGE, VOLUNTEERING, SCIENCE_TECHNOLOGY
- location_type (string): Location type filter: ONSITE, REMOTE, HYBRID: Allowed values: ONSITE, REMOTE, HYBRID
Example queries
- {"q":"education","page":"0","radius":"500000","location":"40.7128,-74.0060","cause_areas":"EDUCATION","location_type":"REMOTE"}