Allabolag.se Scraper - Swedish Company Data & Leads avatar

Allabolag.se Scraper - Swedish Company Data & Leads

Pricing

from $12.00 / 1,000 result scrapeds

Go to Apify Store
Allabolag.se Scraper - Swedish Company Data & Leads

Allabolag.se Scraper - Swedish Company Data & Leads

Extract Swedish company leads from allabolag.se. Search by industry keyword and city for company name, org number, phone, email, website, revenue, employees and CEO. All data comes from the results page. Optional detail enrichment for financials and SNI codes. Export CSV, JSON, Excel.

Pricing

from $12.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Allabolag.se Scraper — Swedish Company Data & Leads

Extract company data from allabolag.se, Sweden's most-used company lookup service. Search by industry keyword and city and get company name, organisation number, phone, email, website — plus revenue, number of employees and CEO — all from the results pages.

Why use this actor?

Allabolag is where Swedish businesses, journalists and salespeople check a company's registration, size and finances. For lead generation and market research it is a goldmine: unusually for a directory, the search results already carry revenue, employee count and the CEO's name next to the phone, email and website. This actor turns any industry-and-city search into a structured list of Swedish companies with firmographics attached.

How to scrape Allabolag data

  1. Enter a search query in Swedish — an industry or keyword such as restaurang, bygg, konsult or frisör.
  2. Optionally enter a city (for example Stockholm or Goteborg) to focus the results.
  3. Set max results.
  4. Click Start. The actor reads the structured JSON embedded in each results page and returns one row per company.
  5. Download as CSV, JSON, Excel or via the API.

Each company on a results page ships with its phone, website, email, latest revenue and profit, employee count and CEO. The optional Fetch details toggle additionally opens each company page for multi-year financials, SNI/NACE industry codes and F-tax status.

Input

FieldTypeRequiredDescription
searchQueryStringNoIndustry or keyword in Swedish (default: restaurang)
locationStringNoCity to narrow the search (e.g. Stockholm)
fetchDetailsBooleanNoVisit each company page for multi-year financials and SNI codes. Slower. Default false
maxResultsIntegerNoMaximum number of companies to return (default: 100)
proxyConfigurationObjectNoApify proxy settings. Default Apify proxy is enough

Example input

{
"searchQuery": "restaurang",
"location": "Stockholm",
"maxResults": 100,
"proxyConfiguration": { "useApifyProxy": true }
}

Output

Each result contains:

FieldTypeExample
businessNameString"Restaurang Kamarina AB"
categoryString"Restauranger"
addressString"Pelle Bergs backe 3"
cityString"Falun"
postalCodeString"791 50"
regionString"Dalarna" (county)
phoneString"08-6445876"
websiteString"https://www.kamarina.se/"
emailString"info@kamarina.se"
registrationNumberString"5565704789" (org.nr)
extraFieldsObject{ "revenue": "10376 SEK", "employees": "8", "ceo": "Anna Sehlberg (VD)" }
urlStringCompany page URL
scrapedAtStringISO timestamp

Example output

{
"businessName": "CariAnna Restaurang & Catering AB",
"category": "Restauranger",
"address": "Pelle Bergs backe 3",
"city": "Falun",
"postalCode": "791 50",
"region": "Dalarna",
"phone": "023 13620",
"website": "http://www.carianna.se",
"email": "info@carianna.se",
"registrationNumber": "5565704789",
"extraFields": {
"revenue": "10376 SEK",
"profit": "360 SEK",
"employees": "8",
"ceo": "Anna Margareta Sehlberg (Verkställande direktör)",
"marketingProtection": false
},
"url": "https://www.allabolag.se/5565704789",
"scrapedAt": "2026-07-13T09:20:11.000Z"
}

Pagination and the 10,000-result cap

Allabolag returns 25 companies per page and caps any single search at 400 pages (10,000 results). To pull more than that from a large industry, narrow the search with a city or a more specific keyword and run the actor once per segment. The marketingProtection flag on each company reflects the Swedish direct-marketing opt-out — pass it through to stay compliant when building outreach lists.

Cost estimate

The actor uses plain HTTP (no browser), so it is fast and cheap: one request returns 25 companies with firmographics attached. Expect a few thousand companies per US dollar of Apify usage. fetchDetails adds one request per company for full financials and increases cost and runtime — these runs are resumable if interrupted.

Limitations

  • 10,000 results per query. Segment by city or keyword to go deeper.
  • Email coverage is partial. Many Swedish companies do not publish an email; phone and website coverage is high.
  • fetchDetails is slower but adds multi-year accounts, SNI codes and tax status.

FAQ

Do I need an Allabolag account or cookies? No. Everything comes from public results pages.

Where do revenue and employee numbers come from? From the figures Allabolag publishes on each company, sourced from Swedish annual filings. They reflect the latest reported year.

Can I look up a single company? Use a specific search query. For full registry lookups by organisation number, the detail toggle reads the company page directly.