Brazil Companies Certificates API - 8 Official Documents avatar

Brazil Companies Certificates API - 8 Official Documents

Pricing

$1,000.00 / 1,000 per issued certificates

Go to Apify Store
Brazil Companies Certificates API - 8 Official Documents

Brazil Companies Certificates API - 8 Official Documents

Issue 8 official Brazil company certificates by CNPJ: PGFN, FGTS, labor lawsuits, CNDT, CGU, CNJ, IBAMA and COMEX. Get status, validity, protocol, structured data and a hosted PDF or HTML file. Use Batch or Standby API for KYB, compliance and supplier due diligence.

Pricing

$1,000.00 / 1,000 per issued certificates

Rating

0.0

(0)

Developer

Actor stats

1

Bookmarked

10

Total users

1

Monthly active users

4 days ago

Last modified

Share

Brazil Companies Certificates API

Issue official Brazilian company certificates by CNPJ through a simple Batch API. Receive the certificate status, validity, protocol, structured details and a downloadable PDF or HTML file hosted in the run's Apify key-value store.

This Actor is designed for KYB onboarding, supplier verification, compliance, due diligence and recurring company monitoring in Brazil.

✅ Supported certificates

  • PGFN — Federal tax clearance certificate
  • FGTS — Employer Regularity Certificate
  • Labor lawsuits — TRT-2/SP certificate
  • CNDT — National Labor Debts Clearance Certificate
  • CGU — CEIS, CNEP and CEPIM negative certificate
  • CNJ — Administrative misconduct and ineligibility certificate
  • IBAMA — Environmental debts negative certificate
  • COMEX — Radar Siscomex authorization

🚀 Input

Only two fields are needed:

{
"cnpjs": [
"33.000.167/0001-01",
"60701190000104"
],
"certificates": [
"fgts",
"debitos_trabalhistas"
]
}
FieldRequiredDescription
cnpjsYesOne or more valid CNPJs, with or without punctuation. Maximum 50 per run.
certificatesNoCertificate identifiers. Defaults to fgts only if omitted; select ALL to issue all eight types.

📦 Complete output example

Each Dataset row represents one CNPJ and one requested certificate type. The example below contains every output field and matches the real API structure.

{
"cnpj": "33000167000101",
"formattedCnpj": "33.000.167/0001-01",
"certificateType": "fgts",
"certificateName": "FGTS - Employer Regularity Certificate",
"status": "REGULAR",
"protocolNumber": "202608130001",
"fileUrl": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/cert-33000167000101-fgts",
"validUntil": "2026-08-22",
"additionalData": {
"CompanyName": "EXAMPLE COMPANY S.A.",
"CertificateNumber": "202608130001",
"Validity": "2026-08-13 to 2026-08-22"
},
"queriedAt": "2026-08-13T20:30:00.000Z",
"error": null,
"charged": true
}

The additionalData object varies by certificate type because each issuing authority provides different fields. The certificate itself remains available through fileUrl as a PDF or HTML file.

⚡ API access

curl -X POST "https://api.apify.com/v2/acts/brasildados~brazil-companies-certificates-api/run-sync-get-dataset-items?format=json" \
-H "Authorization: Bearer YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"cnpjs":["33.000.167/0001-01"],"certificates":["fgts"]}'

💳 Pricing

This Actor uses pay-per-event pricing. One certificate-issued event is charged for each certificate successfully issued and delivered. Unavailable or failed certificates are not added to the output and are not billed.

Important notes

  • Certificate availability and content depend on the issuing authority.
  • status preserves the authoritative status value returned by the source.
  • Labor lawsuit certificates currently cover TRT-2/SP.
  • Download or copy certificate files if your workflow requires permanent archival beyond the run's storage retention.
  • Invalid CNPJs are ignored; if none are valid, the run fails with a clear input error.
  • A requested certificate that cannot be issued does not create an output row and is not charged.

More Brazil business data tools

Explore other Actors from Brasil Dados or create an Apify account to run this API.