{
  "openapi": "3.0.1",
  "info": {
    "title": "Brazil New Companies / Empresas Recém-Abertas (CNPJ)",
    "description": "Newly registered Brazilian companies (new CNPJs) from official Receita Federal data. Filter by state, city, industry (CNAE), size and date. | Empresas recém-abertas no Brasil direto da Receita Federal. Filtre por estado, cidade, setor (CNAE), porte e data de abertura.",
    "version": "0.1",
    "x-build-id": "bN2PxjtvM8GgfHols"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/syncthornx06~brazil-new-companies/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-syncthornx06-brazil-new-companies",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/syncthornx06~brazil-new-companies/runs": {
      "post": {
        "operationId": "runs-sync-syncthornx06-brazil-new-companies",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/syncthornx06~brazil-new-companies/run-sync": {
      "post": {
        "operationId": "run-sync-syncthornx06-brazil-new-companies",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "estados": {
            "title": "Estados (UF)",
            "type": "array",
            "description": "Estados onde buscar empresas recém-abertas. Deixe vazio para usar os principais estados (SP, RJ, MG, PR, RS, SC, BA).",
            "items": {
              "type": "string",
              "enum": [
                "AC",
                "AL",
                "AP",
                "AM",
                "BA",
                "CE",
                "DF",
                "ES",
                "GO",
                "MA",
                "MT",
                "MS",
                "MG",
                "PA",
                "PB",
                "PR",
                "PE",
                "PI",
                "RJ",
                "RN",
                "RS",
                "RO",
                "RR",
                "SC",
                "SP",
                "SE",
                "TO"
              ]
            },
            "default": [
              "SP",
              "RJ",
              "MG",
              "PR",
              "RS",
              "SC",
              "BA"
            ]
          },
          "diasDesdeAbertura": {
            "title": "Empresas abertas nos últimos X dias",
            "minimum": 1,
            "maximum": 3650,
            "type": "integer",
            "description": "Retorna apenas empresas cuja data de início de atividade está dentro deste número de dias. Ex: 90 = empresas abertas nos últimos 3 meses.",
            "default": 90
          },
          "cnaePrincipal": {
            "title": "Códigos CNAE (setor) - opcional",
            "type": "array",
            "description": "Filtra por setor de atividade (CNAE principal, só os 7 dígitos sem pontuação). Ex: 5611201 = restaurantes. Deixe vazio para todos os setores.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "porte": {
            "title": "Porte da empresa",
            "type": "array",
            "description": "Filtra por porte. MICRO = Microempresa, PEQUENO = Empresa de Pequeno Porte, DEMAIS = médias e grandes. Deixe vazio para todos.",
            "items": {
              "type": "string",
              "enum": [
                "MICRO",
                "PEQUENO",
                "DEMAIS",
                "NAO_INFORMADO"
              ],
              "enumTitles": [
                "Microempresa",
                "Pequeno Porte",
                "Demais (médias/grandes)",
                "Não informado"
              ]
            },
            "default": []
          },
          "apenasComEmail": {
            "title": "Apenas empresas com e-mail",
            "type": "boolean",
            "description": "Se marcado, retorna apenas empresas que têm e-mail cadastrado (leads mais acionáveis).",
            "default": false
          },
          "apenasComTelefone": {
            "title": "Apenas empresas com telefone",
            "type": "boolean",
            "description": "Se marcado, retorna apenas empresas que têm telefone cadastrado.",
            "default": false
          },
          "apenasNovos": {
            "title": "Apenas leads novos (não repetir entre execuções)",
            "type": "boolean",
            "description": "Recomendado. Quando ativo, lembra os leads já entregues para estes mesmos filtros e, nas próximas execuções, retorna SOMENTE empresas novas — você nunca recebe (nem paga por) o mesmo lead duas vezes. Desative se quiser sempre a lista completa, incluindo repetidos.",
            "default": true
          },
          "maxResultados": {
            "title": "Máximo de resultados",
            "minimum": 1,
            "maximum": 500000,
            "type": "integer",
            "description": "Número máximo de leads a retornar. Use um valor menor para testes.",
            "default": 1000
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}