# B3 Tickers and Company Fundamentals Snapshot

**Use case:** 

Pull B3 ticker codes with ISIN plus company fundamentals: trading name, CNPJ, industry classification, market segment and website.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "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.