Hungary Procurement Monitor — EKR & National Tenders avatar

Hungary Procurement Monitor — EKR & National Tenders

Pricing

from $3.00 / 1,000 procurement notices

Go to Apify Store
Hungary Procurement Monitor — EKR & National Tenders

Hungary Procurement Monitor — EKR & National Tenders

Search Hungarian public procurement notices from the national EKR layer (below EU TED threshold). Filters by keywords, CPV, dates, and notice type. Complements EU TED scrapers.

Pricing

from $3.00 / 1,000 procurement notices

Rating

0.0

(0)

Developer

Seres Marcell

Seres Marcell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

What does this Actor do?

Hungary Procurement Monitor searches Hungarian national public procurement notices — the layer that sits below EU TED thresholds and is published through EKR (Elektronikus Közbeszerzési Rendszer).

It queries the public TendersGuru Hungary API, which indexes notices from Hungarian procurement sources, and returns normalized JSON you can filter, schedule, and integrate.

Pair it with my EU TED Tender Scraper for complete Hungary coverage:

  • TED → above-threshold EU notices
  • This Actor → national / below-threshold EKR layer

No login, no API key, no browser. Only public notice metadata.

Ready-to-run examples (no setup)

Pair with EU TED Tender Scraper for full Hungary coverage (EU + national layer).

Why use it?

  • Find municipal, hospital, and university tenders that never appear on TED
  • Filter by Hungarian keywords, CPV codes, notice type, and publication dates
  • Export JSON / CSV / Excel or consume via Apify API, webhooks, Make, n8n, or MCP agents
  • Pay-per-event pricing — predictable cost per notice for daily monitoring runs

What data can it extract?

FieldTypeDescription
noticeIdstringNotice identifier from the source API
tenderIdstringParent tender/procedure ID when available
sourcestringData source tag (tendersguru-hu)
sourceUrlstringLink to the notice in the source API
ekrUrlstringDirect EKR link when the source provides one
titleHustringNotice title (Hungarian)
descriptionHustringNotice description when published
buyerNamestringContracting authority / buyer name
cpvCodesstring[]CPV codes attached to the notice
noticeTypestringNotice type token from the source
publicationDatestringPublication date (YYYY-MM-DD)
submissionDeadlinestringSubmission deadline when published
isOpenbooleantrue if deadline is today or in the future (or unknown)
estimatedValueobject{ amount, currency } when published
scrapedAtstringUTC timestamp when stored

Not every notice includes every field. Missing values are null or [].

How to use

  1. Open the Input tab.
  2. Add optional Keywords (Hungarian or English, e.g. informatika, építés).
  3. Add optional CPV codes (prefix match, e.g. 72 for IT services).
  4. Optionally restrict Notice types or enable Only open tenders.
  5. Set Maximum notices (1–500, default 50).
  6. Run the Actor. Results appear in the default dataset.

Local test (Apify CLI):

cd hungary-procurement-monitor
apify run --input-file example_input.json

Input

FieldRequiredDefaultNotes
keywordsnoOR-combined substring match in title, description, buyer
cpvCodesnoPrefix match against notice CPV codes
noticeTypesnocontract_notice, award_notice, prior_info, modification
onlyOpenTendersnofalseSkip notices with past submission deadline
maxItemsno50Integer 1–500
dateFromnoInclusive publication date YYYY-MM-DD
dateTonoInclusive publication date YYYY-MM-DD

Example — open IT tenders, max 10:

{
"keywords": ["informatika", "szoftver"],
"cpvCodes": ["72"],
"onlyOpenTenders": true,
"maxItems": 10
}

Output

Each dataset item is one procurement notice. Download from the Output tab or call:

GET https://api.apify.com/v2/datasets/{datasetId}/items

Pricing

Pay-per-event: each stored notice is charged as event procurement-notice (see Pricing tab after publish).

Suggested platform pricing (set in Apify Console):

  • procurement-notice: $0.003 per notice (~$3 / 1,000 notices)
  • actor-start: $0.01 per run (optional platform event)

Limitations & compliance

  • Reads public procurement notices only — no bid submission, no authenticated EKR access.
  • Data is aggregated via TendersGuru; for authoritative EKR documents follow ekrUrl / sourceUrl links.
  • Source API pagination and field coverage may change; the Actor uses defensive parsing.
  • Respect source rate limits; the Actor retries on transient HTTP errors and sleeps between pages.

Support

Open an issue on the Actor page or contact the author via Apify Console.