# B3 Bank Sector Stocks Search by Company Name

**Use case:** 

Find Brazilian bank stocks on B3 by company name. Get tickers, CNPJ, industry segment, market and website for every matching listed bank.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "search": "banco",
  "language": "en-us",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "tradingName": {
    "label": "Trading Name",
    "format": "text"
  },
  "issuingCompany": {
    "label": "Issuer Code",
    "format": "text"
  },
  "codeCVM": {
    "label": "CVM Code",
    "format": "text"
  },
  "cnpj": {
    "label": "CNPJ",
    "format": "text"
  },
  "segment": {
    "label": "Segment",
    "format": "text"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "tickers": {
    "label": "Tickers",
    "format": "array"
  },
  "isinCodes": {
    "label": "ISIN Codes",
    "format": "array"
  },
  "registrarCommon": {
    "label": "Registrar (Common)",
    "format": "text"
  },
  "registrarPreferred": {
    "label": "Registrar (Preferred)",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [B3 Brazil Listed Company Registry Scraper](https://apify.com/scrapers_lat/b3-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/b3-scraper) to learn more, explore other use cases, and run it yourself.