Romanian Legislation Scraper — Laws & Codes
Pricing
from $5.00 / 1,000 results
Romanian Legislation Scraper — Laws & Codes
Scrape Romanian legislation from the official Portal Legislativ — full consolidated text of laws & codes (Civil, Penal, Fiscal, Rutier, Muncii, Administrativ), by article. No key.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Ponderable Hydrometer
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
The full consolidated text of Romanian laws, codes and ordinances — structured article by article — from the official Portal Legislativ (Ministry of Justice). Major codes by friendly name, or any document by ID. Free source, no key, no anti-bot.
One result is an entire consolidated code (often hundreds of articles), each split into { number, text } — ideal for legaltech and AI legal assistants / RAG over the Romanian legal corpus.
What you get
One result per document:
- Metadata —
id,title,docType(LEGE / COD / ORDONANȚĂ …),number,date - Publication reference —
publishedIn(Monitorul Oficial citation) articleCountand canonicalurl- Structured articles —
articles[], each{ number, text }(whenincludeArticles: true) - Or a single
fullTextfield (whenincludeArticles: false) — metadata plus concatenated text
Modes
- Major codes by name — pass
codeswith any of:fiscal,civil,penal,muncii,administrativ,rutier. Each returns the entire consolidated code. - Any document by ID — pass
documentIds(the number from a/Public/DetaliiDocument/{id}URL).
Input
| Field | Type | Default | Description |
|---|---|---|---|
codes | array | ["fiscal"] | Preset code names: fiscal, civil, penal, muncii, administrativ, rutier |
documentIds | array | — | Portal Legislativ document IDs |
includeArticles | boolean | true | Return structured articles[]; off = metadata + fullText |
Provide codes and/or documentIds.
Example input
{ "codes": ["fiscal", "penal"], "includeArticles": true }
By document ID:
{ "documentIds": ["171282", "263997"], "includeArticles": true }
Output sample
{"id": "171282","title": "COD FISCAL 08/09/2015","docType": "COD FISCAL","number": "227","date": "08/09/2015","publishedIn": "MONITORUL OFICIAL nr. 688 din 10 septembrie 2015","articleCount": 646,"url": "https://legislatie.just.ro/Public/DetaliiDocument/171282","articles": [{ "number": "Articolul 1", "text": "Scopul și sfera de cuprindere…" }]}
Why this actor
- Consolidated, article-level text — the up-to-date merged law, not a raw PDF, split per article for direct RAG chunking.
- Official source — Portal Legislativ (Ministry of Justice), keyless, no anti-bot.
- Friendly presets — grab the fiscal/civil/penal codes by name, no ID hunting.
- High value per result — a full code in one structured document.
Pricing
Pay per result — $5.00 per 1,000 results (one result = a whole consolidated code / law). No subscription or platform fees.
Related actors
- Romania Medicine Prices — official ANMDMR/CANAMED medicine equivalents and prices.
- EU Tenders / TED Scraper — EU public procurement notices.
- SEC EDGAR Filings Scraper — US company filings and full-text search.
Notes & limits
- Data is the official Portal Legislativ (legislatie.just.ro); the actor sets a descriptive User-Agent and retries on 429/5xx.
- Provide document IDs (from a
/Public/DetaliiDocument/{id}URL) for documents outside the six presets. - Article parsing follows the portal's consolidated-document markup; unusual layouts may split differently.
- Public official data; this actor is an independent tool, not affiliated with the Romanian Ministry of Justice.