Brazil JUCESP Junta Comercial State Registry Scraper avatar

Brazil JUCESP Junta Comercial State Registry Scraper

Pricing

Pay per event

Go to Apify Store
Brazil JUCESP Junta Comercial State Registry Scraper

Brazil JUCESP Junta Comercial State Registry Scraper

Search São Paulo Junta Comercial (JUCESP) by company name, CNPJ, or NIRE. Returns state registry data: NIRE, CNPJ, company type, constitution date, share capital, business object, and address. For KYC, AML, M&A diligence, and Brazilian corporate intelligence.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Search the São Paulo Junta Comercial (JUCESP) state company registry by company name (razão social), CNPJ, or NIRE number.

JUCESP is the official Brazilian state registry for São Paulo — the largest economy in Brazil, representing roughly 35% of national GDP. It holds registration records for all companies legally incorporated in the state.

What You Get

Each scraped record includes:

FieldDescription
nireNIRE state registration number
cnpjCNPJ federal tax registration
razao_socialLegal company name
company_typeCompany type (Ltda, S.A., etc.)
constitution_dateDate of constitution (DD/MM/YYYY)
activity_start_dateActivity start date (DD/MM/YYYY)
share_capitalShare capital (capital social) in BRL
business_objectCorporate purpose (objeto social)
address_streetStreet address (logradouro)
address_numberStreet number
address_complementAddress complement
address_neighborhoodNeighborhood (bairro)
cityMunicipality
stateState (UF)
zip_codeZIP code (CEP)
source_urlSource JUCESP detail URL

Search Modes

Lookup ModeDescription
razao_socialSubstring search by company name — finds all matching São Paulo companies
cnpjExact lookup by federal tax ID
nireExact lookup by state registration number

Input Configuration

{
"lookupMode": "razao_social",
"searchTerms": ["PETROBRAS", "VALE"],
"maxItems": 50
}
  • lookupModerazao_social (default), cnpj, or nire
  • searchTerms — Array of search values. One search per term; results are merged.
  • maxItems — Maximum total records to return (0 = unlimited, default 10)

Use Cases

  • KYC / AML screening — Verify São Paulo company registration, constitution date, and share capital against customer declarations
  • M&A due diligence — Pull registered address, business object, and company type for target companies
  • Supplier verification — Confirm CNPJ and state registration for São Paulo vendors
  • Lead enrichment — Add corporate registry data to company lists
  • Competitive intelligence — Research competitors incorporated in São Paulo

How It Works

The scraper maintains a stateful browser-like session against the JUCESP ASP.NET portal:

  1. Initializes a session (ASP.NET ViewState + SessionId cookie)
  2. Submits a search POST for each input term
  3. Follows the 302 redirect to the results page
  4. Parses NIRE numbers from the results table (handles pagination)
  5. Fetches detail pages for each NIRE to extract full company data

No proxy required — the portal is publicly accessible. Results from the Apify cloud will not encounter IP rate-limiting that may affect local development.

Output Example

{
"nire": "35300000892",
"cnpj": "33.000.167/0001-01",
"razao_social": "PETROLEO BRASILEIRO S A PETROBRAS",
"company_type": "SOCIEDADE ANONIMA",
"constitution_date": "29/09/1954",
"share_capital": "R$ 205.431.960.490,52",
"business_object": "Pesquisa, lavra, refinação, processamento...",
"city": "RIO DE JANEIRO",
"state": "RJ",
"source_url": "https://www.jucesponline.sp.gov.br/Pre_Visualiza.aspx?nire=35300000892"
}

Data Source