
Sweden Business Data Extractor - Allabolag
Pricing
Pay per event

Sweden Business Data Extractor - Allabolag
Data collection tool built to organize and structure company information that is publicly available through the Allabolag platform. It is designed for users who need reliable, structured access to Swedish company data for analytical and informational purposes.
5.0 (1)
Pricing
Pay per event
0
3
3
Last modified
4 days ago
Get company information from Allabolag using three modes:
- Category listing – return companies within a given industry (
category
). - Search results – free-text search via
searchWord
. - Direct URL – supply any Allabolag listing or company page under
url
. Company pages yield the full detail payload.
Optional fields let you pick the starting page
, limit the number of saved records with maxItems
, and enable Apify Proxy through proxyConfiguration
(including residential pools).
Results land in the default dataset with rich metadata (mode, pagination info, contact details, financials, etc.) so you can export them in JSON, CSV, or Excel.
Input reference
Field | Type | Description |
---|---|---|
category | string | Industry name for /bransch-sök . Ignored if searchWord or url is present. |
searchWord | string | Free-text keyword for /search . Takes priority over category . |
url | string | Full Allabolag URL (/bransch-sök , /search , or /foretag/... ). Highest priority. |
page | integer ≥ 1 | First page to fetch for listings/search (defaults to the page encoded in the URL or 1). |
maxItems | integer ≥ 1 | Maximum number of records to store. Leave empty to gather everything. |
proxyConfiguration | object | Standard Apify proxy settings. Use this when the site requires proxy access. |
Example payloads
{"category": "Industriautomation","page": 1,"maxItems": 200}
{"searchWord": "Mekaniker","page": 2,"maxItems": 100,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
{"url": "https://www.allabolag.se/foretag/grinda-w%C3%A4rdshus-ab/vaxholm/restauranger/2JZRZHCI5YH9F"}
Output highlights
- Listing/search runs emit one object per company with key fields (
name
,orgnr
, addresses, phone/email, revenue, profit, employees, etc.) plus crawl context (mode
,sourceUrl
,page
,totalPages
,totalHits
). - Detail runs (
url
pointing to a company page) store the complete JSON payload undercompany
alongside the same context fields.
Check storage/datasets/default
(or the Dataset tab on Apify) to preview and download data.
On this page
Share Actor: