Argentina Company & CUIT Registry Scraper
Look up Argentine companies and taxpayers by name or CUIT. Get legal name (razón social), CUIT/CDI tax id, entity type, inferred legal form (S.A., S.R.L., S.A.S.) and AFIP tax registration status (Ganancias, IVA, Monotributo, Empleador). Export to JSON, CSV or Excel.
{ "razonSocial": "SERVIRED YPF S A", "taxId": "30-66191759-4", "taxIdNumber": "30661917594", "taxIdType": "CUIT", "personType": "Persona Jurídica", "gananciasStatus": "Ganancias Sociedades", "ivaStatus": "Iva Inscripto", "isEmployer": false, "taxRegimes": ["Ganancias: Ganancias Sociedades","IVA: Iva… }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Razon Social | Tax Id | Tax Id Number | Tax Id Type |
|---|---|---|---|
| SERVIRED YPF S A | 30-66191759-4 | 30661917594 | CUIT |
| FUNDACION YPF | 30-69154805-4 | 30691548054 | CUIT |
{ "razonSocial": "SERVIRED YPF S A", "taxId": "30-66191759-4", "taxIdNumber": "30661917594", "taxIdType": "CUIT", "personType": "Persona Jurídica", "gananciasStatus": "Ganancias Sociedades", "ivaStatus": "Iva Inscripto", "isEmployer": false, "taxRegimes": ["Ganancias: Ganancias Sociedades","IVA: Iva… }
常见问题
Can I search by name and by CUIT in the same run?
Yes. Add any mix of company names and CUIT/CDI numbers; every entry is searched in a single run and each record is tagged with the query that produced it.
What is the difference between CUIT, CDI and CUIL?
They are all Argentine tax identifiers. Companies normally carry a CUIT; a CDI or CUIL may appear for some entities. The **taxIdType** field tells you which one each record uses.
Does it work for both companies and individuals?
Yes. The **personType** field distinguishes a juridical person (a company) from a natural person, and **legalForm** is filled in for companies.
How fresh is the data?
Every record is read live at run time, so it reflects the registry at the moment of the run (see observedAt).