Allabolag Swedish Company Scraper avatar

Allabolag Swedish Company Scraper

Pricing

from $2.50 / 1,000 company records

Go to Apify Store
Allabolag Swedish Company Scraper

Allabolag Swedish Company Scraper

Scrape Swedish companies from allabolag.se: organisation number, revenue, profit, employees, industry, county, email, phone, website, VAT registration and bankruptcy status. No API key.

Pricing

from $2.50 / 1,000 company records

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Swedish companies from allabolag.se, the public company register — with the financials attached. No API key, no login, no proxy.

Why this beats a plain company list

Most registry scrapers give you a name and an address. This one carries the numbers you actually qualify on:

FieldExample
revenue_sek, revenue_tkr12138000, 12138
profit_sek, profit_tkr-523000, -523
employees13
accounts_year2023

Swedish accounts are reported in thousands of SEK (tkr). A raw 12138 means 12.1 million SEK, not twelve thousand — so both readings are returned and neither is a guess.

Everything else in the record

orgnr (the Swedish organisation number — your join key), name, company_type, status / is_active, bankruptcy_status and date, founded_date / founded_year, industries, county, municipality, street, postal_code, city, email, phone, mobile, website, vat_registered, payroll_tax_registered, is_headquarters.

Example input

{
"startUrls": [
"https://www.allabolag.se/what/bygg",
"https://www.allabolag.se/what/restaurang"
],
"maxCompaniesPerUrl": 25
}

Search on allabolag.se for an industry, region or keyword and copy the address.

One important limit

allabolag.se returns 25 companies per search URL and does not paginate. Every variant was tested — ?page=N returns nothing, /page/N reports itself as page 1 and repeats results, and the site's own pagination links return identical data for every page.

So this Actor makes one request per URL and stops at 25, rather than looping and charging you again for the same companies. To cover more ground, pass more search URLs — one per industry, region or keyword.

Notes

  • Financial figures come from the most recent filed accounts; accounts_year tells you how recent that is.
  • Only publicly registered company information is returned.
  • Runs stop cleanly before the platform timeout and keep everything collected so far, rather than failing.

Pricing

Pay per result: one company event per company returned.

Support

Found a search that returns nothing, or a field that stopped populating? Open an issue on the Actor's page and include the URL you used.