商业
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.
romania-onrc-companies-scraper.json 200 OK
{ "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、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
CuiNameReg ComCaen CodeAddressCountyCounty CodeCityPhoneFaxLegal FormOrganization FormOwnership FormRegistration Date
示例输出
一条真实的示例记录,正是你收到的结构。
| Cui | Name | Reg Com | Caen Code |
|---|---|---|---|
| 14837428 | BORG DESIGN SRL | J2002008118400 | 6210 |
| 8956777 | SOGOL COM IMPEX S.R.L. | J40/9559/1996 | 5211 |
GET /romania-onrc-companies-scraper
{ "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" }
示例用例
Romanian company lookup by CUI (batch 1) 在 Apify 打开 Romanian company lookup by CUI (batch 2) 在 Apify 打开 Romanian company lookup by CUI (batch 3) 在 Apify 打开 Romanian company lookup by CUI (batch 5) 在 Apify 打开 Romanian company lookup by CUI (batch 4) 在 Apify 打开 Romanian company lookup by CUI (batch 6) 在 Apify 打开
相关爬虫
常见问题
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).