# Gerdau Steel and Metallurgy Stocks on B3 Scraper

**Use case:** 

Scrape Gerdau and steel metallurgy companies listed on B3 with tickers, CVM codes, CNPJ, segment and full company details.

## Input

```json
{
  "maxCompanies": 10,
  "withDetails": true,
  "search": "gerdau",
  "language": "en-us"
}
```

## 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 Stock Tickers & Listed Company 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.