UnifyAPI
← Back to catalog

brasilapi.cnpj

mock data$0.002 / call

Brazilian CNPJ Lookup

Look up a Brazilian company by 14-digit CNPJ tax ID — returns name, address, CNAE codes, QSA partners, capital, status from Receita Federal. BrasilAPI MIT

Referenceprovider: Brasilapi#brasilapi#reference

Input schema

cnpjrequired

Brazilian company tax ID (CNPJ) — 14 digits with or without punctuation (e.g. "33000167000101" or "33.000.167/0001-01"). Returns full Receita Federal company registry data.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/brasilapi.cnpj \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"cnpj":"<cnpj>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.