Romania Company Registry & VAT Data Scraper
Look up Romanian companies by fiscal code (CUI): official name, trade register number (J.../ONRC), address, county, VAT status, VAT date, CAEN code, phone and active status. Bulk lookup. Export to JSON, CSV or Excel.
{ "cui": 14837428, "name": "BORG DESIGN SRL", "regCom": "J2002008118400", "caenCode": "6210", "address": "MUNICIPIUL BUCUREŞTI, SECTOR 5, STR ING. ŞTEFA…", "county": "MUNICIPIUL BUCUREŞTI", "countyCode": "B", "city": "Sector 5 Mun. Bucureşti", "phone": "0213323785" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Cui | Name | Reg Com | Caen Code |
|---|---|---|---|
| 14837428 | BORG DESIGN SRL | J2002008118400 | 6210 |
| 8956777 | SOGOL COM IMPEX S.R.L. | J40/9559/1996 | 5211 |
{ "cui": 14837428, "name": "BORG DESIGN SRL", "regCom": "J2002008118400", "caenCode": "6210", "address": "MUNICIPIUL BUCUREŞTI, SECTOR 5, STR ING. ŞTEFA…", "county": "MUNICIPIUL BUCUREŞTI", "countyCode": "B", "city": "Sector 5 Mun. Bucureşti", "phone": "0213323785" }
よくある質問
What is a CUI?
The CUI (Cod Unic de Înregistrare, also written CIF) is the unique fiscal code of a Romanian company. You can enter it with or without the leading `RO`.
Can I check many companies at once?
Yes. Use the bulk field to paste a list of fiscal codes and the actor returns one row per company.
Does it tell me if a company is a VAT payer?
Yes. Each record includes the VAT payer status, the VAT registration date, and flags for cash VAT and split VAT.
How fresh is the data?
Every record is read live at run time from official public company data, so it reflects the current registered status (see observedAt).