Introducing Expert: API Access to Procurement Data for Developers and Teams

Introducing Expert: API Access to Procurement Data for Developers and Teams

Why we built the Expert tier

We've always believed that the real value in procurement data isn't just reading tenders — it's what you do with them. Our Essential and Advanced tiers give you powerful search and alerts through our web interface. But we kept hearing from a different kind of user: developers, data teams, and small companies building tools on top of procurement data.

They didn't want a dashboard. They wanted an API.

Today we're launching Expert — API access to the same data that powers Open Opportunities. Tens of millions of procurement records from {{source_count}}+ sources across 180+ countries, available as structured JSON via a REST API.

What the API gives you

Every record comes back as structured JSON with the fields you need for automation:

  • Tender title and full description — what's being procured
  • Buyer name, region, and country — who's buying
  • CPV classification codes with relevance scores — what category it falls into
  • Values in GBP, EUR, and USD — how much it's worth
  • Dates — when it was published, when it closes, contract periods
  • Document URLs — links back to the original notice

Filter by country, document type, value, and date range. Paginate through results. Get exactly the data you need for your use case.

Three ways people are using it

1. Route opportunities to the right people with AI

The most popular use case: fetch daily opportunities, classify each one against plain-English routing rules using an LLM, and post matches to Microsoft Teams or Slack. Define rules like "all cyber security consulting from central government" and the LLM handles matching, summarising, and routing.

We've open-sourced a complete working example: the Alert Router. It's a Python script you can run on a daily cron job. Configure your filters, write your routing rules in YAML, and let Claude do the classification.

2. Market research with procurement data and LLMs

Pull tenders by sector, buyer, or region and feed them into an LLM for analysis. Which buyers are spending the most on IT security? What's the average contract value for healthcare procurement in the Nordics? How has defence spending changed quarter over quarter? The structured data makes these questions answerable with a few API calls and a well-crafted prompt.

3. Power your products with our data

Companies building bid automation tools, opportunity matching platforms, and procurement intelligence products need a reliable data feed. Instead of maintaining scrapers for hundreds of government portals, they plug into one API and get daily updates with structured, classified data ready for their algorithms.

Read more about all three use cases on our Expert page.

The Alert Router: a working example

To show what's possible, we've built and open-sourced the Open Opportunities Alert Router. Here's how it works:

  1. Fetch — Queries the API for today's opportunities matching your country, value, and document type filters
  2. Classify — Sends each record to Claude with your routing rules; the LLM identifies which rules match and writes a summary
  3. Route — Posts formatted alert cards to the matched Teams or Slack channels
  4. Deduplicate — Remembers what it's already posted so you never get duplicates

The entire configuration lives in a YAML file. Here's what routing rules look like:

routing_rules:
  - description: >
      All cyber security consulting, penetration testing,
      SOC services, and threat intelligence
    destination: cyber-consulting

  • description: > Any local authority contract in the South East of England over £500,000 destination: south-east-bd

Run it with python run.py --dry-run to test your rules before going live. When you're happy, add it to a cron job and forget about it.

Get started

Ready to build with procurement data?

If you're a developer, a data team, or a company building products on procurement data — Expert is built for you.

Related Posts

Data sovereignty tips for businesses selling into EU governments - Pt 2: Long term service contracts

Data sovereignty tips for businesses selling into EU governments - Pt 2: Long term service contracts

If you sell long-term services into European public sector buyers, the ground is moving under your feet. In April 2026, the European Commission awarded its first sovereign cloud tender, worth &euro

read more
Data sovereignty tips for businesses selling into EU governments - Pt 1: Professional services projects

Data sovereignty tips for businesses selling into EU governments - Pt 1: Professional services projects

Something has shifted in how European governments buy from their suppliers. In April 2026, the European Commission awarded its first sovereign cloud tender, worth €180 million, to four Europea

read more
A Guide to Government Procurement for Cybersecurity Training and Workforce Upskilling

A Guide to Government Procurement for Cybersecurity Training and Workforce Upskilling

The global public sector is currently facing a critical cybersecurity skills shortage. With the UK cybersecurity market valued at approximately €14.28 billion and workforce upskilling requirem

read more
The Space Economy Is Booming, and It's Creating Procurement Opportunities You Might Not Expect

The Space Economy Is Booming, and It's Creating Procurement Opportunities You Might Not Expect

The global space economy hit $613 billion in 2024 and is on course to pass the trillion-dollar mark within the next decade. That trajectory is reshaping not just how we think about space, but who g

read more
UK Cyber Security Investment: £100M for Contractors 2025

UK Cyber Security Investment: £100M for Contractors 2025

The UK announces a £100 million cybersecurity investment for national security institutions in the 2025 S

read more
Cybersecurity Funding Canada 2025: Government Opportunities for Tech Companies

Cybersecurity Funding Canada 2025: Government Opportunities for Tech Companies

Canada's cybersecurity funding program offers $10.3 million for tech companies developing cybersecurit

read more
UNFPA Launches Equalizer Challenge: New Funds for Women's Health Innovation

UNFPA Launches Equalizer Challenge: New Funds for Women's Health Innovation

The United Nations Population Fund (UNFPA) has launched The Equalizer Challenge: Scaling Women’s Health

read more
Colombia: The $2 Billion Of Tech Tenders You're Missing

Colombia: The $2 Billion Of Tech Tenders You're Missing

The 2025 Colombian technology landscape represents Latin America's most promising tech hub, creating opportunities for strategic sales professionals. The sector now accounts for 3.0% of nati

read more
Open Opportunities at The European Big Data Value Forum

Open Opportunities at The European Big Data Value Forum

At Open Opportunities, we're on a mission to improve the global procurement market, valued at an astounding £13 trillion annually. We're proud to collect, ma

read more
EV Charging in Europe: A Booming Market for Business

EV Charging in Europe: A Booming Market for Business

According to a recent report by the European Automobile Manufacturers' Association,

read more
Getting the Most from Mobile CRM

Getting the Most from Mobile CRM

The research by Rodriguez and Boyer emphasises first having well-defined sales processes before implementing mobile Custom

read more
Leveraging AI to Enhance Sales Funnels

Leveraging AI to Enhance Sales Funnels

Artificial intelligence (AI) is transforming the business sales process. A recent study by Paschen, Wilson, and Ferreir

read more
How to Decide Between Human and Automated Sales Agents

How to Decide Between Human and Automated Sales Agents

Companies increasingly use automated sales agents (ASAs), such as chatbots, to complement or replace human sales agents (HSAs), however, research finds that customer responses to ASAs versus HSAs c

read more
Build vs buy: what nobody tells you about running your own procurement data pipeline

Build vs buy: what nobody tells you about running your own procurement data pipeline

If you're thinking about gathering government contract opportunities the most pressing question is "how hard can it be to just scrape this ourselves?" It's the right question to ask, but you

read more