B3 Brazil Stock Tickers & Listed Company Scraper
Extract the B3 Brazil stock exchange listed-company registry. Get company name, trading name, ticker codes with ISIN, CVM code, CNPJ, listing segment (Novo Mercado), industry classification and website. Export to JSON, CSV or Excel.
{ "companyName": "PETROLEO BRASILEIRO S.A. PETROBRAS", "tradingName": "PETROBRAS", "issuingCompany": "PETR", "codeCVM": "9512", "cnpj": "33000167000101", "status": "active", "segment": "Exploração. Refino e Distribuição", "market": "BOVESPA NIVEL 2", "listingDate": "27/08/1968" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Company Name | Trading Name | Issuing Company | Code CVM |
|---|---|---|---|
| PETROLEO BRASILEIRO S.A. PETROBRAS | PETROBRAS | PETR | 9512 |
{ "companyName": "PETROLEO BRASILEIRO S.A. PETROBRAS", "tradingName": "PETROBRAS", "issuingCompany": "PETR", "codeCVM": "9512", "cnpj": "33000167000101", "status": "active", "segment": "Exploração. Refino e Distribuição", "market": "BOVESPA NIVEL 2", "listingDate": "27/08/1968" }
常见问题
Which companies does this scraper cover?
It covers every issuer in the B3 listed-companies registry for Brazil, more than 3,400 records including ordinary companies, BDRs and exchange-traded products. You can scrape the whole registry or filter by company name.
How many records can I get in one run?
The full registry is over 3,400 companies and the scraper paginates through all of them. Use the Max Items field to cap the run, or leave it empty to collect everything.
Can I filter by company name?
Yes. The Company name search field filters the registry server-side by a partial name match, so a search like banco, energia or petro returns only matching issuers.
What is the difference between running with and without details?
Without details you get the core registry fields (name, ticker issuer code, CVM code, CNPJ, segment). With details enabled the scraper fetches each company's detail record to add industry classification, activity, website, all trading ticker codes with ISIN, ISIN code array, the registrar / transfer banks for common and preferred shares, and market.
Why are some fields like website or tickers empty for certain companies?
Many entries in the registry are holding companies, depositary receipts or registry-only issuers that do not actively trade, so B3 publishes no website, activity or ticker for them. The scraper returns null for these instead of inventing values; actively traded companies such as Petrobras or Itau populate every field.