Skip to main content

Company Information - Mexico

Description​

Retrieve comprehensive company information from Mexico including business and commercial names, complete address, contact details, company size, sales range, and economic activity (NAICS).

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-Typeβœ…stringapplication/json

Request body parameters​

NAMEREQUIREDTYPEDESCRIPTION
countryβœ…stringMEX (Mexico)
taxIDβœ…objectTax identification object
taxID.identityNumber❌stringTax identification number
taxID.checkDigit❌stringNot applicable for Mexico
companyName❌stringCompany name (required if searchType=2)
searchTypeβœ…number1 (by tax ID) or 2 (by company name)
authTokenβœ…stringToken access for request

Request example​

{
"country": "MEX",
"taxID": {
"identityNumber": "",
"checkDigit": ""
},
"companyName": "GRUPO BIMBO S A B DE C V",
"searchType": 2,
"authToken": "c0444aba-d507-11ea-87d0-0242ac130003"
}

Status code responses​

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

Response 200 status code​

{
"trackingId": "1289578405535162368",
"data": {
"result": 1,
"companyList": [
{
"id": 1449,
"companyName": "IMAGEN CLÍNICA EXPRESS SC",
"commercialName": "CLÍNICA DENTAL MΓ‰TRICAS DENTALES",
"address": "CALLE PRESIDENTE IGNACIO COMONFORT 9317 A",
"colonia": "ZONA URBANA RÍO TIJUANA",
"municipio": "Tijuana",
"state": "BAJA CALIFORNIA",
"postalCode": "22010",
"phone": "6646341614",
"email": null,
"employeesRange": "0 a 5 personas",
"salesRange": "Hasta $4MM",
"companySize": "Micro",
"naicsCode": "621511",
"economicActivity": "Laboratorios mΓ©dicos y de diagnΓ³stico del sector privado",
"latitude": "32.5289454",
"lenght": "-117.0253665",
}
]
}
}

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