Allabolag.se Company Data Scraper
Pricing
from $0.90 / 1,000 results
Allabolag.se Company Data Scraper
Swedish company data from allabolag.se: search by SNI code or keyword, or feed a list of org numbers. 30+ fields per company: revenue, profit, employees, VD, phone, email, F-skatt, VAT, SNI, address. Pay-per-event pricing.
Pricing
from $0.90 / 1,000 results
Rating
0.0
(0)
Developer
Karl Sundström
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Swedish Company Data Scraper — allabolag.se with Details
vhsgreed.win/actor · More actors by vhsgreed
Get structured data on any Swedish company in minutes. This actor reads allabolag.se, Sweden's public company registry, and returns every registered company that matches your search, with full detail pages for each one.
No coding required. Paste a keyword or a list of company numbers, press Run, and download the results as JSON, CSV, or Excel from the Apify dataset view.
What you get
For every company, the actor returns 40+ fields, including:
| Category | Fields |
|---|---|
| Identity | Company name, org number, registration status |
| Financials | Revenue, profit, profit margin, fiscal year |
| People | VD (CEO), board members, auditors |
| Contact | Address, phone, email, website |
| Classification | SNI industry code(s), number of employees |
| Compliance | F-skatt status, VAT registration |
See the full field list in the Input schema and the actor's output schema; every field is documented there.
How to use it (2 minutes)
- Open the actor and choose Run.
- In Input, paste one of:
- a keyword (for example
elbolagor a city name) inquery, or - an SNI industry code (for example
651200) inquery, or - a list of org numbers in
orgnrList(one per line or comma separated) to skip search entirely.
- a keyword (for example
- Press Start and wait for the run to finish (a 100-company detail run typically takes a few minutes).
- Open Storage → Dataset and export as JSON, CSV, or Excel.
Example input
{"query": "651200","fetchDetails": true,"maxResults": 100}
This returns up to 100 banking companies (SNI 651200) with full detail data.
Example: look up specific companies
{"orgnrList": ["556036-0793", "556791-2201"],"fetchDetails": true}
This skips search and goes straight to the detail pages for the given org numbers.
Input fields
| Field | Type | Default | Description |
|---|---|---|---|
query | string | — | Keyword or SNI code to search allabolag.se. Ignored when orgnrList is set. |
orgnrList | array | — | Direct list of Swedish org numbers. Skips the search step. |
fetchDetails | boolean | true | Visit each company's page for the full field set. Turn off for fast, search-level-only results. |
maxResults | integer | 100 | Maximum number of companies (cap 1,000). |
debugUrls | array | — | Internal: probe specific URLs instead of searching. |
Pricing
Pay per event: $0.05 per run start + $1.25 per 1,000 results.
The default maxTotalCharge cap means your first ~20 results per run are
effectively free, so you can evaluate the data quality before paying
anything meaningful. No monthly rental.
Tips
- Use
fetchDetails: falsefor a fast, cheap sweep of names and org numbers, then a second run withorgnrListfor details on the ones you care about. - SNI codes give the cleanest, most reproducible industry queries.
- Results are delivered as a dataset: paginate in the API with
offset/limit.
Notes and limits
- The actor reads only public registry data.
- allabolag.se sometimes changes its markup; if a run returns fewer fields than expected, check the run log and open an issue on the actor page.
- Related tools: the vhsgreed directory explains the managed-pipeline option and other Swedish data sources.