Skip to main content

Company Information - Peru

Description

Retrieve comprehensive company information from Peru including RUC, business address, contact details, financial data, company size, and economic activity (CIIU).

HTTP method POST

Endpoint

https://lu0lfdczmd.execute-api.us-west-2.amazonaws.com/api/companies
info

This endpoint requires AWS IAM Signature authentication. Contact IT support to get credentials (ACCESS KEY ID, SECRET ACCESS KEY).

  • REGION: us-west-2
  • SERVICE: execute-api

Request header parameter

NAMEREQUIREDTYPEDESCRIPTION
Content-Typestringapplication/json

Request body parameters

NAMEREQUIREDTYPEDESCRIPTION
countrystringPER (Peru)
taxIDobjectTax identification object
taxID.identityNumberstringRUC number (e.g., "20100057876")
taxID.checkDigitstringNot applicable for Peru
companyNamestringCompany name (required if searchType=2)
searchTypenumber1 (by RUC) or 2 (by company name)
authTokenstringToken access for request

Request example

{
"country": "PER",
"taxID": {
"identityNumber": "20100057876",
"checkDigit": ""
},
"companyName": "",
"searchType": 1,
"authToken": "c0444aba-d507-11ea-87d0-0242ac130003"
}

Status code responses

CodeDescription
200OK
400Bad request
401Unauthorized
500Internal server error

Response 200 status code

{
"trackingId": "1289580121575923712",
"data": {
"result": 1,
"companyList": [
{
"id": 431,
"ruc": "20100057876",
"companyName": "FORU PLASTIK S.A",
"address": "CALLE LOS HILANDEROS 120 URB. URBANIZACION VULCANO",
"district": "ATE",
"province": "LIMA",
"departament": "LIMA",
"phoneNumber": "3480558",
"email": "teknopor@foruplastik.com.pe",
"numberOfEmployees": "39",
"sales": "62,787.00",
"companySize": "PEQUEÑA EMPRESA",
"ciiuCode": "25200",
"economicActivity": "FAB. DE PRODUCTOS DE PLASTICOS.",
"dateStablished": "10/09/1992",
"contactName": "FORT DEL SOLAR GUY BERNARDO",
"title": "DIRECTOR",
}
]
}
}

Error codes

CodeMessageAdditional Info
E001Token to do request is missing or invalidCheck authToken parameter
E002Token expired, contact with your administratorContact IT support
E101Field identityNumber is requiredRequired when searchType=1
E102Field companyName is required and length > 4 charactersRequired when searchType=2
E104You have exceeded the daily query limitLimit: 10000 requests/day