Devex: Search Funding
Devex via Parse · government_public
Search for funding opportunities (tenders, grants, programs, etc.) with various filters. Returns paginated results sorted by most recently updated. Each result carries an id, type, title, location, deadline, and status. Use get_funding_detail to retrieve value and awardee information for a specific opportunity. The Devex API provides comprehensive access to global development tenders, funding opportunities, jobs, news, organizations, and events. Fulfilled by Parse from devex.com.
- devex
- devex-com
- government-public
- jobs
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2b22b0e5-ffe3-49bb-8fab-c9f7c2f756b8/search_funding
- Interface artifact
- sha256:93588c2d2bdc1a79e8a5197be4f26142eaf8cb716fc55ca7e51893050e9a69a4
- Manifest digest
- sha256:b229d2a557b8788a7da2811bdc6e2707d3ef1d9626e03586fa028556f99ccf19
Request fields
- page (integer): Page number for pagination.
- limit (integer): Number of results per page.: Allowed values: 5, 10, 20
- query (string): Keyword search query to filter funding opportunities.
- types (string): Comma-separated funding types to filter by. Accepted values: tender, grant.: Allowed values: tender, grant
- statuses (string): Comma-separated statuses to filter by. Accepted values: forecast, open, closed.: Allowed values: forecast, open, closed
Example queries
- {"page":"1","limit":"5","query":"health","types":"tender","statuses":"forecast"}