Estonia Business Register Scraper
Pricing
from $9.00 / 1,000 results
Estonia Business Register Scraper
Scrapes company records from the Estonian e-Business Register by search terms. Returns legal name, registry code, status, VAT, board members, shareholders, beneficial owners, and annual reports.
Pricing
from $9.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Estonia Business Register Scraper
Scrape Estonian company data from the official e-Business Register by name or registry code. Get legal name, registry code, status, VAT number, board members, shareholders, and annual reports in one flat row. No API key. Export to CSV, JSON, Excel, or XML.
The Estonian e-Business Register (Äriregister) holds the official records for every company, sole trader, and non-profit in Estonia, but its web interface is built for one lookup at a time. This Actor searches by company name or registry code and returns each match as a structured row, so you can pull hundreds of records in a single run without writing any code.
| Who uses it | What they scrape Estonia Business Register for |
|---|---|
| Due diligence analysts | Verify a company's legal status, board, and shareholders before a deal |
| Sales and marketing teams | Build a list of Estonian companies in a target sector for outreach |
| Compliance officers | Check VAT numbers and beneficial owners against sanctions lists |
| Researchers and journalists | Map corporate ownership networks across Estonian businesses |
What it does
This Actor collects company records from the Estonian e-Business Register by search term and returns each company as one flat row with its registry data.
- 🔍 Search by name or code: feed one or more company names or registry codes, and the Actor returns every match.
- 📊 Flat row output: each company comes back as a single record with legal name, registry code, status, VAT, board, shareholders, and annual reports.
- ⚙️ Bulk collection: set a maximum number of companies per run, up to one million.
- 📁 Multiple export formats: download your dataset as CSV, JSON, Excel, or XML.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Estonia Business Register data
📈 Build a prospect list.
A sales team searches for companies by industry keywords and gets a clean CSV of names, registry codes, and contact-ready data for outreach.
🧾 Verify a supplier.
A compliance officer enters a registry code and checks the company's VAT number, status, and board members before signing a contract.
🔗 Map ownership.
A researcher pulls shareholders and beneficial owners for multiple companies to trace corporate control across Estonia.
📊 Monitor filings.
An analyst runs the Actor weekly to see which companies have filed annual reports or changed their board.
Why choose this scraper
| What you get | |
|---|---|
| Official source | Data comes directly from the Estonian e-Business Register, the authoritative registry. |
| No API key | No registration or OAuth, run the Actor with your search terms. |
| Structured output | Every company is a flat row, ready for spreadsheets or databases. |
| Bulk friendly | Collect up to a million companies in one run. |
How it compares
This Actor focuses on search-driven collection from the Estonian e-Business Register, while the competitors below offer similar registry data with different input methods and coverage.
| Feature | ParseForge | Ariregister Estonia Business Register Scraper | Estonia Business Register Scraper - Äriregister Company Data |
|---|---|---|---|
| Search by company name | Yes | Not listed | Not listed |
| Search by registry code | Yes | Not listed | Yes |
| Bulk collection up to 1,000,000 companies | Yes | Not listed | Not listed |
| Returns shareholders and beneficial owners | Yes | Yes | Yes |
| Returns annual report filing history | Yes | Yes | Yes |
| No API key required | Yes | Not listed | Yes |
Configure the run
Drive the Actor with one or more company names or registry codes, and set a cap on how many companies to collect per run. The Input tab lists every parameter.
A first run with the defaults:
{"searchTerms": ["tallink"],"maxItems": 10}
A larger pull:
{"searchTerms": ["tallink"],"maxItems": 200}
Pricing
Pay-per-result: $0.011 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.10 |
| 1,000 results | $11.00 |
| 10,000 results | $110.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Estonia Business Register Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Estonia Business Register through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/estonia-business-register-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your search term is spelled correctly and matches a company name or registry code in the Estonian e-Business Register. Try a shorter or more common name, or use the registry code if you have it.
Why did the run stop before reaching my maxItems?
The Actor stops when it has collected all available results for your search terms. If the register has fewer matches than your maxItems, the run ends early.
Why is some data missing for a company?
The e-Business Register may not publish every field for every entity. For example, a sole trader may not have shareholders or a board. The Actor returns only what the register provides.
Can I get data in Estonian?
The Actor returns data as it appears on the register, which is primarily in Estonian. Field names are in English, but values like legal name and address will be in Estonian.
Why did I get an error about searchTerms?
The searchTerms field is required and must be a non-empty list. Make sure you entered at least one company name or registry code.
FAQ
| Question | Answer |
|---|---|
| What data does this Actor return for each company? | Each company record includes the legal name, registry code, status, VAT number, board members, shareholders, beneficial owners, and annual report filing history, depending on what the register publishes for that entity. |
| Can I search by registry code instead of name? | Yes. Enter the registry code as a search term, and the Actor will return the matching company record. |
| How many companies can I scrape in one run? | You can set the maximum number of companies up to 1,000,000 per run. The Actor will stop once it reaches that limit. |
| Do I need an API key or login? | No. The Actor reads the public e-Business Register directly, so no registration or API key is required. |
| What export formats are supported? | You can download your results as CSV, JSON, Excel, or XML from the Apify dataset. |
| Is the data from the official Estonian register? | Yes, the Actor scrapes the Estonian e-Business Register (Äriregister), which is the official source for company information in Estonia. |
| Can I search for multiple companies at once? | Yes, you can provide a list of company names or registry codes, and the Actor will process each one and combine the results into a single dataset. |
| Does this Actor handle non-profit organizations and sole traders? | The e-Business Register includes companies, sole traders, and non-profit organizations. The Actor returns whatever record the register has for your search term. |
| What is the difference between this Actor and the official register website? | The official website is designed for one lookup at a time. This Actor automates the search and returns structured data for many companies in one run, ready for analysis. |
| Can I schedule this Actor to run regularly? | Yes, you can set up a schedule in Apify to run the Actor daily, weekly, or at any interval you need. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Centre of Registers and Information Systems (RIK). It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
