Sweden Business Data Extractor - Allabolag avatar
Sweden Business Data Extractor - Allabolag

Pricing

Pay per event

Go to Apify Store
Sweden Business Data Extractor - Allabolag

Sweden Business Data Extractor - Allabolag

Developed by

Datavault

Datavault

Maintained by Community

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

FieldTypeDescription
categorystringIndustry name for /bransch-sök. Ignored if searchWord or url is present.
searchWordstringFree-text keyword for /search. Takes priority over category.
urlstringFull Allabolag URL (/bransch-sök, /search, or /foretag/...). Highest priority.
pageinteger ≥ 1First page to fetch for listings/search (defaults to the page encoded in the URL or 1).
maxItemsinteger ≥ 1Maximum number of records to store. Leave empty to gather everything.
proxyConfigurationobjectStandard 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 under company alongside the same context fields.

Check storage/datasets/default (or the Dataset tab on Apify) to preview and download data.