Nonprofit job search with geo listings, filters, details, and recommendations.
Homepage Featured Jobs
ASYNCWRITENo auth
Returns featured nonprofit jobs near a location with titles, organizations, and URLs.
ParametersFormJSON
Comma-separated latitude and longitude for the geo anchor (e.g. Bengaluru area)
Search-only API key (normally supplied automatically)
Search application ID (normally supplied automatically)
Optional keyword filter for featured jobs (empty returns all featured near the geo point)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_idealist_org_homepage_featured_jobs", "params": { "around_lat_lng": "12.9753, 77.591", "algolia_api_key": "c2730ea10ab82787f2f3cc961e8c1e06", "algolia_app_id": "NSV3AUESS7" } }'