Allabolag.se Company Data Scraper avatar

Allabolag.se Company Data Scraper

Pricing

from $0.90 / 1,000 results

Go to Apify Store
Allabolag.se Company Data Scraper

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

Karl Sundström

Maintained by Community

Actor 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:

CategoryFields
IdentityCompany name, org number, registration status
FinancialsRevenue, profit, profit margin, fiscal year
PeopleVD (CEO), board members, auditors
ContactAddress, phone, email, website
ClassificationSNI industry code(s), number of employees
ComplianceF-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)

  1. Open the actor and choose Run.
  2. In Input, paste one of:
    • a keyword (for example elbolag or a city name) in query, or
    • an SNI industry code (for example 651200) in query, or
    • a list of org numbers in orgnrList (one per line or comma separated) to skip search entirely.
  3. Press Start and wait for the run to finish (a 100-company detail run typically takes a few minutes).
  4. 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

FieldTypeDefaultDescription
querystringKeyword or SNI code to search allabolag.se. Ignored when orgnrList is set.
orgnrListarrayDirect list of Swedish org numbers. Skips the search step.
fetchDetailsbooleantrueVisit each company's page for the full field set. Turn off for fast, search-level-only results.
maxResultsinteger100Maximum number of companies (cap 1,000).
debugUrlsarrayInternal: 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: false for a fast, cheap sweep of names and org numbers, then a second run with orgnrList for 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.