Brazil Space Industry Catalog Scraper (AEB)
Brazil Space Industry Catalog Scraper (AEB)
Scrape the official Brazilian Space Agency supplier catalog at spaceindustry.aeb.gov.br. Returns company profiles for Brazil's national space-industry directory — name, location, application sectors, contact details, LinkedIn, employee size, and website — as structured JSON.
Brazil Space Industry Catalog Scraper Features
- Full company profiles — name, description, and capabilities for every firm in the AEB directory.
- Contact data — website, email, and phone where the catalog publishes them.
- Application sectors — the space-industry fields each company serves (Earth observation, telecommunications, propulsion, and the rest).
- Firmographics — employee size band, founding year, and CNPJ tax ID when listed.
- LinkedIn links — company page URLs for the entries that have them, which is handy when the catalog contact is sparse.
- Location data — city, state UF code, and country for territory mapping.
- Set-and-forget scope — set
maxItemsto0to pull the entire catalog in one run.
Who Uses Brazil Space Industry Data?
- B2B sales teams — build targeted lead lists for the Brazilian aerospace and defense supply chain.
- Market analysts — map the LATAM space sector by capability, sector, and company size.
- Procurement and sourcing — find qualified Brazilian suppliers by application field before issuing an RFP.
- Researchers and policy analysts — study the composition of Brazil's national space-industry base, or at least the dataset that lets you.
- CRM enrichment — feed company names, locations, and contacts straight into your pipeline.
How Brazil Space Industry Catalog Scraper Works
- Set Max Items to cap how many companies you want, or
0for the full catalog. - Run the actor. It reaches the government site and reads the catalog for you — no proxy or access setup on your end.
- The scraper walks the directory listing, then visits each company entry for its full profile.
- Results stream to your dataset as clean JSON, one row per company.
Input
{
"maxItems": 10
}
| Field | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | 10 | Maximum number of company records to scrape. Set to 0 for all. |
resumeCursor |
string | — | Cursor from a previous run's Output. Leave empty for a fresh crawl. |
To pull the entire catalog:
{
"maxItems": 0
}
Brazil Space Industry Catalog Scraper Output Fields
{
"company_name": "Orbital Engenharia Ltda.",
"cnpj": "12.345.678/0001-90",
"description": "Design and integration of small-satellite subsystems and ground-station software.",
"application_fields": ["Observação da Terra", "Telecomunicações"],
"products_services": ["Satélites de pequeno porte", "Software de estação terrena"],
"city": "São José dos Campos",
"state": "SP",
"country": "BR",
"website": "https://www.orbitalengenharia.com.br",
"email": "contato@orbitalengenharia.com.br",
"phone": "+55 12 3921-0000",
"certifications": ["ISO 9001", "AS9100"],
"employee_size_band": "Pequena ou Média",
"founding_year": 2009,
"linkedin_url": "https://www.linkedin.com/company/orbital-engenharia",
"aeb_catalog_url": "https://spaceindustry.aeb.gov.br/pt-br/catalogo/orbital-engenharia",
"last_updated": "2026-05-14"
}
| Field | Type | Description |
|---|---|---|
company_name |
string | Company name (razão social / fantasia). |
cnpj |
string | Brazilian CNPJ tax ID when published. |
description |
string | Company profile and capabilities. |
application_fields |
array | Application sectors (e.g. Observação da Terra, Telecomunicações). |
products_services |
array | Specific offerings listed by the company. |
city |
string | City. |
state |
string | State UF code (SP, RJ, MG, ...). |
country |
string | Country (always BR). |
website |
string | Company website URL. |
email |
string | Contact email address. |
phone |
string | Contact phone number. |
certifications |
array | Certifications held (ISO, AS9100, NBR, etc.). |
employee_size_band |
string | Company size band (Microempresa / Pequena ou Média / Grande). |
founding_year |
integer | Year the company was founded. |
linkedin_url |
string | LinkedIn company page URL. |
aeb_catalog_url |
string | Canonical entry URL on spaceindustry.aeb.gov.br. |
last_updated |
string | Date the catalog entry was last updated (ISO 8601). |
Resuming a large crawl
Every run emits a resumeCursor in its Output. If a large crawl stops before it finishes — because it hit maxItems, your spend cap (maxTotalChargeUsd), or was aborted — start a new run with the same input plus that resumeCursor to continue from where it left off. The crawl resumes from the queued work the previous run didn't reach.
- You are not re-charged for records the earlier run already delivered.
- Resume within your account's run-retention window — on the free tier, roughly your 10 most recent runs. Once the source run is pruned, its
resumeCursoris no longer valid. resumeCursoris opaque — supply it unmodified.
FAQ
How do I scrape the AEB space industry catalog?
Brazil Space Industry Catalog Scraper reads the AEB supplier directory for you. Set maxItems (or 0 for everything) and run — no URLs to assemble, no access setup.
Does the AEB scraper need proxies?
Brazil Space Industry Catalog Scraper reaches the government site on its own. You don't configure proxies or manage access — you get the company data.
What data can I get from the AEB catalog?
Brazil Space Industry Catalog Scraper returns company name, description, application sectors, products and services, location, website, email, phone, LinkedIn, employee size band, founding year, and CNPJ where the catalog publishes them.
How much does Brazil Space Industry Catalog Scraper cost to run?
Brazil Space Industry Catalog Scraper charges $0.10 per run start plus $0.002 per company record. Pulling 500 companies costs about $1.10. You pay for records you receive.
Can I scrape the entire catalog at once?
Yes. Set maxItems to 0 and the scraper pulls every company in the directory in a single run.
Need More Features?
Need custom fields, extra filters, or a different government registry? File an issue or get in touch.
Why Use Brazil Space Industry Catalog Scraper?
- Complete directory — pulls the whole AEB catalog in one run, not a hand-copied subset.
- Lead-ready output — returns contacts, LinkedIn, and firmographics as structured JSON, so it drops into a CRM instead of a cleanup queue.
- Affordable — $0.002 per company record, and you only pay for what you receive.