Consulta CNPJ Scraper avatar
Consulta CNPJ Scraper
Try for free

2 hours trial then $20.00/month - No credit card required now

View all Actors
Consulta CNPJ Scraper

Consulta CNPJ Scraper

brazil-scrapers/consulta-cnpj-scraper
Try for free

2 hours trial then $20.00/month - No credit card required now

Fast and reliable web scraping tool to extract data from the Receita Federal website. Rápida e confiável ferramenta de web scraping para extrair dados do site da Receita Federal. Extrai dados como da empresa, nome comercial, situação cadastral.

Consulta CNPJ Scraper for Apify (Search CNPJ brazilian companies)

How it Works

Fast and reliable web scraping tool to extract data from the Receita Federal website. Extracts data from brazilian companies given it's CNPJ code. It retrieves the following types of data:

  • Registration informations
  • Contact informations: only phone numbers
  • Address
  • Partners: includes the name and the role of partner
  • CNAEs: those are codes like merchant category codes (MCCs) but are brazilian specific. It also contains the description and if it's the primary code of that company.

Input Options

The only required input is an array of cnpjs.

cnpjs

Array of cnpjs, only numbers are accepted.

Sample Data

1{	
2	"registrationInformations": {
3		"cnpj": "10338320000100",
4		"Razão Social": "Afluente Transmissao de Energia Eletrica S.a.",
5		"Data da Abertura": "08/09/2008",
6		"Porte": "Sem Enquadramento",
7		"Natureza Jurídica": "Sociedade Anônima Aberta",
8		"Opção pelo MEI": "Não",
9		"Opção pelo Simples": "Não",
10		"Capital Social": "R$ 63.084.700,00",
11		"Tipo": "Matriz",
12		"Situação": "Ativa",
13		"Data Situação Cadastral": "08/09/2008"
14	},
15	"contactInformations": {
16		"phoneNumbers": [
17			"(21) 2253-5252",
18			"(21) 2253-4242"
19		]
20	},
21	"address": {
22		"Logradouro": "Praia Do Flamengo, 78",
23		"Complemento": "1 Andar (Parte)",
24		"Bairro": "Flamengo",
25		"CEP": "22210-030",
26		"Município": "Rio de Janeiro",
27		"Estado": "Rio de Janeiro"
28	},
29	"cnaes": [
30		{
31			"code": "6462-0-00",
32			"description": "holdings de instituicoes nao financeiras",
33			"isPrimary": true
34		},
35		{
36			"code": "3512-3-00",
37			"description": "transmissao de energia eletrica",
38			"isPrimary": false
39		}
40	],
41	"partners": [
42		{
43			"name": "Fabiano da Rosa Carvalho",
44			"role": "Diretor"
45		},
46		{
47			"name": "Fabiano Uchoas Ribeiro",
48			"role": "Diretor"
49		},
50		{
51			"name": "Fabio Dias Folchetti",
52			"role": "Diretor"
53		},
54		{
55			"name": "Juliano Pansanato de Souza",
56			"role": "Conselheiro de Administração"
57		},
58		{
59			"name": "Luciana Maximino Maia",
60			"role": "Diretor"
61		},
62		{
63			"name": "Renato de Almeida Rocha",
64			"role": "Diretor"
65		}
66	]
67}
Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Feb 2024
  • Modified 6 months ago