Skip to main content
The Sistema de Información Empresarial Mexicano: Mexico’s national business directory, operated through the business chambers. Search establishments by commercial name or razón social, narrow by state and SCIAN activity, then pull the declared profile: RFC, activity, address and contact, headcount, foreign trade, and declared products and services.

Search establishments

POST /mx/siem/establishments/v1
Returns query (the upper-cased name that was searched), establishments, and pagination (total, page, page_size, total_pages).

Establishment detail

POST /mx/siem/establishment/v1
Returns found, establishment_id, and establishment (null when the id is unknown).
SIEM is a self-declared, voluntary directory: each establishment decides whether to register and which fields to publish. Treat results as a declared commercial profile, not proof of existence or legitimacy, and treat absence as no signal at all.
These lookups can take longer than a typical request. They are async jobs. By default the request waits inline and returns { data }, or you can poll / use a callback_url.

Full reference

Schemas, response fields, and an interactive playground.