Discover/devex.com API
live

devex.com APIdevex.com

Access Devex data via API: search global development tenders, grants, jobs, news, organizations, and events. Paginated JSON results with filters.

Endpoints
6
Updated
10d ago
Try it
Page number for pagination.
Number of results per page.
Keyword search query to filter funding opportunities.
Comma-separated funding types to filter by (e.g., 'tender,grant').
Comma-separated statuses to filter by (e.g., 'forecast,open,closed').
api.parse.bot/scraper/2b22b0e5-ffe3-49bb-8fab-c9f7c2f756b8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2b22b0e5-ffe3-49bb-8fab-c9f7c2f756b8/search_funding?limit=5&query=water' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for funding opportunities (tenders, grants, programs, etc.) with various filters. Returns paginated results sorted by most recently updated.

Input
ParamTypeDescription
pageintegerPage number for pagination.
limitintegerNumber of results per page.
querystringKeyword search query to filter funding opportunities.
typesstringComma-separated funding types to filter by (e.g., 'tender,grant').
statusesstringComma-separated statuses to filter by (e.g., 'forecast,open,closed').
Response
{
  "type": "object",
  "fields": {
    "data": "array of funding opportunity objects with id, type, title, places, deadline, status, and summarized_description",
    "page": "object with pagination details including number, size, pages, prev_url, current_url, next_url",
    "total": "integer total number of matching results"
  },
  "sample": {
    "data": {
      "data": [
        {
          "id": 868886,
          "type": "tender",
          "title": "Provision of Supply and Delivery Kitchen Set and Home Items",
          "places": [
            {
              "id": 1082,
              "name": "Iraq",
              "type": "Country"
            }
          ],
          "status": "open",
          "deadline": "2026-05-13",
          "summarized_description": "<p><strong>Supply and Delivery...</strong></p>"
        }
      ],
      "page": {
        "size": 5,
        "pages": 277407,
        "number": 1,
        "next_url": "/funding_projects?...",
        "prev_url": null,
        "current_url": "/funding_projects?..."
      },
      "total": 1387034
    },
    "status": "success"
  }
}

About the devex.com API

The Devex API provides 6 endpoints covering global development sector data, from funding opportunities to job listings and news articles. The search_funding endpoint lets you query tenders and grants by type, status, and keyword, returning fields like deadline, places, status, and summarized_description. Organizations, events, and news are each searchable through dedicated endpoints, all returning structured, paginated JSON.

Funding Opportunities

The search_funding endpoint returns paginated arrays of funding objects filtered by types (e.g., tender,grant) and statuses (e.g., forecast,open,closed). Each result includes id, title, places, deadline, status, and summarized_description. For full project scope, get_funding_detail accepts an item_id from search results and returns a funding_project object with value_display and awardees. When detailed content is gated behind a Devex Pro subscription, the response includes a paywall_url field; otherwise it is null.

Jobs, News, and Organizations

search_jobs returns development sector positions with fields including career_level, places, closing_date, employer_company, and news_topics. search_news covers global development journalism, returning article objects with title, overline, teaser, publication_date, thumbnail, authors, and news_topics. search_organizations surfaces donors, contractors, and NGOs, with fields for organization_size, organization_types, and country presence. All three endpoints accept query and pagination params (page, limit).

Events

search_events always returns upcoming events only — no historical data. Each event object includes title, description, starts_at, ends_at, overline, registration_open, slug_and_id, and thumbnail. Unlike the other endpoints, search_events does not accept a query parameter, so results cannot be filtered by keyword.

Pagination

Every endpoint returns a page object containing number, size, pages, prev_url, current_url, and next_url, making it straightforward to walk through large result sets. The total field at the top level gives the full count of matching records across all pages.

Common use cases
  • Monitor open and forecast tenders by filtering search_funding on statuses=open,forecast to track live procurement opportunities.
  • Build a development sector job board by querying search_jobs with domain-specific keywords and surfacing employer_company and closing_date.
  • Aggregate global development news feeds using search_news with topic-based queries, leveraging teaser and news_topics for categorization.
  • Research donor and contractor networks by querying search_organizations and extracting organization_types and country coverage fields.
  • Track grant awardees for competitive intelligence by calling get_funding_detail and reading the awardees field on completed opportunities.
  • Display an upcoming events calendar for the development sector using search_events with registration_open status and date fields.
  • Identify funded projects by geographic focus using the places field returned across funding, job, and organization endpoints.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Devex have an official public developer API?+
Devex does not publish a public developer API. Access to structured Devex data for programmatic use requires a third-party solution like this one.
What does `get_funding_detail` return when content is behind a Devex Pro subscription?+
The endpoint always returns a funding_project object with base fields such as title, status, deadline, and summarized_description. When the full project scope or application procedures require a Pro subscription, the paywall_url field contains a URL to the gated page. When content is freely accessible, paywall_url is null.
Can I filter events by keyword, topic, or date range?+
search_events does not currently accept a query, topic, or date filter — it returns upcoming events only and accepts only a limit parameter. The API covers event metadata including starts_at, ends_at, overline, and registration_open. You can fork it on Parse and revise it to add keyword or date-range filtering if your use case requires it.
Does the API expose individual news article full text?+
The search_news endpoint returns article objects with teaser, overline, title, authors, and news_topics, but does not include the full article body. You can fork it on Parse and revise it to add a detail endpoint that retrieves the full article content.
How does pagination work across the endpoints?+
Every endpoint returns a page object with number, size, pages, prev_url, current_url, and next_url alongside a top-level total count. Use the page and limit parameters to step through results. search_events accepts limit but does not expose a page parameter for offset navigation.
Page content last updated . Spec covers 6 endpoints from devex.com.
Related APIs in Government PublicSee all →
identify.plantnet.org API
Identify and explore plant species by searching through Pl@ntNet's comprehensive botanical database to access detailed information like taxonomic families, genera, species descriptions, photos, and community observations. Track plant distributions, view contribution trends, and discover expert contributors within the platform's collaborative plant identification community.
data.lime.bike API
Access real-time availability data for Lime bikes and scooters, including station locations, vehicle status, system alerts, and geofencing zones across multiple cities. Monitor micromobility inventory and service information to find nearby vehicles or plan your trips effectively.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
mahatenders.gov.in API
Access Maharashtra government tenders from mahatenders.gov.in, browsing them by closing date or by organization with full tender details and pagination support. Find and review procurement opportunities across different government departments in one place.