Service for querying Peruvian companies through the RUC (Unique Taxpayer Registry).
Peruvian Company Information
GET - https://api.verifik.co/v2/pe/empresa
This service allows users to retrieve detailed information about companies in Peru by providing a RUC (Unique Taxpayer Registry) number. The response includes key data such as the company name, address, tax status, and other relevant details.
This service is useful for businesses, researchers, or individuals needing to verify company information and status in Peru.
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
Required?
Description
Example
documentType
String
True
Document type. Allowed value: RUC.
RUC
documentType
String
True
Unique Taxpayer Registry (RUC) to be queried, without spaces, periods, and must be 11 digits.
{"data": {"documentType":"RUC","documentNumber":"201340512231248910","ubigeo":"150107","numero":"450","interior":"-","lote":"-","dpto":"-","manzana":"-","kilometro":"-","distrito":"CHACLACAYO","provincia":"LIMA","departamento":"LIMA","direccion":"CAL. LAS PALMERAS NRO. 450 - LIMA LIMA CHACLACAYO","nombre":"ADMINISTRADORA DE PANADERIAS E.I.R.L.","estadoContribuyente":"BAJA DE OFICIO","condicionDomicilio":"NO HABIDO","tipoVia":"CAL.","nombreVia":"LAS PALMERAS","codigoZona":"-","tipoZona":"-","direccionSimple":"CAL. LAS PALMERAS NRO. 450","actualizado":"2023-05-03 06:30:02" },"signature": {"dateTime":"May 3, 2023 8:51 PM","message":"Certified by Verifik.co" }}
{"code":"NotFound","message":"No existe contribuyente asociado a la RUT ingresada","signature": {"dateTime":"February 21, 2024 7:52 PM","message":"Certified by Verifik.co"}}