Skip to main content
GET
/
patentes
/
cnpj
/
{cnpj}
Patentes por CNPJ
curl --request GET \
  --url https://221b-api.sherlocker.com.br/api/v1/patentes/cnpj/{cnpj} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "documento": "11325650000123",
  "tipo": "cnpj",
  "total": 3,
  "patentes": [
    {
      "numero_inpi": "102012007224",
      "titulo": "SISTEMA DE CONTROLE E GERENCIAMENTO DE VEICULOS COLETIVOS URBANOS E RODOVIARIOS",
      "resumo": "Sistema para gerenciamento automatizado de operacoes de transporte de passageiros, com contagem de passageiros, analise de fluxo, telemetria e rastreamento GPS integrados.",
      "depositante": "TRIMBLE BRASIL LTDA.",
      "documento": "11325650000123",
      "tipo_pessoa": "Pessoa Juridica",
      "pais": "BR",
      "estado": "SP",
      "data_inicio": "2026-02-03",
      "data_fim": null,
      "data_deposito": "2012-03-30",
      "data_publicacao": "2017-04-25",
      "classificacao_ipc": "H04N 7/18",
      "ultimo_despacho": {
        "codigo": "25.4",
        "data": "2026-02-03",
        "complemento": null
      },
      "inventores": [
        {
          "nome": "Giovani Benedetti Penha",
          "documento": null
        },
        {
          "nome": "Vitor Cazzanti Tamarozi",
          "documento": null
        }
      ],
      "procuradores": [
        "P A PRODUTORES ASSOCIADOS MARCAS E PATENTES LTDA"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sherlocker.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cnpj
string
required

CNPJ da empresa (14 digitos)

Example:

"11325650000123"

Response

Patentes encontradas

success
boolean
documento
string
tipo
enum<string>
Available options:
cpf,
cnpj
total
integer
patentes
object[]