Romanian Legislation Scraper — Laws & Codes avatar

Romanian Legislation Scraper — Laws & Codes

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Romanian Legislation Scraper — Laws & Codes

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

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

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:

  • Metadataid, title, docType (LEGE / COD / ORDONANȚĂ …), number, date
  • Publication referencepublishedIn (Monitorul Oficial citation)
  • articleCount and canonical url
  • Structured articlesarticles[], each { number, text } (when includeArticles: true)
  • Or a single fullText field (when includeArticles: false) — metadata plus concatenated text

Modes

  • Major codes by name — pass codes with 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

FieldTypeDefaultDescription
codesarray["fiscal"]Preset code names: fiscal, civil, penal, muncii, administrativ, rutier
documentIdsarrayPortal Legislativ document IDs
includeArticlesbooleantrueReturn 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.

  • 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.