VOOZH about

URL: https://apify.com/gottfrid/gottfrid-allabolag-scraper

⇱ Allabolag Business Scraper (NEW) Β· Apify


πŸ‘ Allabolag Business Scraper (NEW) avatar

Allabolag Business Scraper (NEW)

Pricing

from $1.50 / 1,000 results

Go to Apify Store

Allabolag Business Scraper (NEW)

Seamlessly scrapes Allabolag.se search pages. With exclusion list support. Returns data in ProffRecord format. The fastest and cheapest version.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Mille Bengtsson

Mille Bengtsson

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

2

Monthly active users

2 months ago

Last modified

Share

Norrsyn Allabolag Scraper

Custom Apify actor for Norrsyn Signal Engine. Scrapes Allabolag.se company listings with exclusion list support.

Why This Exists

The standard Proff/Allabolag scraper (stealth_mode/proff-bussiness-search-scraper) works for Nordic searches but has no exclusion list. When Norrsyn runs repeated screenings against a client's TAM (e.g., 12,000 manufacturing companies), the same companies are returned every time. This actor solves that:

  • exclude_org_numbers: Skip companies already in the pipeline
  • Excluded companies don't count toward max_items_per_url
  • Requesting "200 new companies" actually returns 200 new companies

How It Works

  1. Accepts Allabolag category URLs (both /branscher/X and /bransch-sΓΆk?q=X formats)
  2. Fetches pages and extracts company data from Next.js __NEXT_DATA__ SSR JSON
  3. For each company: checks exclusion list β†’ skip if excluded, save if new
  4. Paginates until max_items_per_url new companies found per URL
  5. Outputs in ProffRecord format (snake_case) for pipeline compatibility

Input

{
"urls":["https://www.allabolag.se/branscher/tillverkning"],
"max_items_per_url":200,
"exclude_org_numbers":["5560518812","5567005961"],
"max_pages_per_url":400
}

Output

Each company in the dataset matches the ProffRecord format:

{
"name":"DENTSPLY IH AB",
"legal_name":"Dentsply IH AB",
"orgnr":"5560518812",
"revenue":"3398955",
"employees":"378",
"industries":[{"code":"10005410","name":"Medicinteknisk utrustning"}],
"location":{"county":"VΓ€stra GΓΆtaland","municipality":"MΓΆlndal"},
"from_url":"https://www.allabolag.se/bransch-sΓΆk?q=tillverkning"
}

Local Development

npminstall
# Create test input
mkdir-p apify_storage/key_value_stores/default
echo'{"urls":["https://www.allabolag.se/branscher/tillverkning"],"max_items_per_url":10}'> apify_storage/key_value_stores/default/INPUT.json
npm start

Deploy

apify login
apify push

You might also like

Allabolag Scraper

solidcode/allabolag-scraper

[πŸ’° $1.4 / 1K] Extract Swedish company data from allabolag.se β€” names, organisation numbers, contacts, addresses, industries, and headline financials. Search by keyword and location, or by allabolag.se search URLs.

Allabolag Business Details Scraper

ecomscrape/allabolag-business-details-scraper

Scrape detailed Swedish business profiles from Allabolag.se automatically. Extract company info, contact details, reviews, ratings & geo data in JSON/CSV/Excel. Ideal for lead generation & market research. User-friendly tool with proxy support & bulk processing capabilities.

ecomscrape

50

Allabolag Business Details Scraper (Pay per event)

ecomscrape/allabolag-business-details-scraper-ppe

Scrape detailed Swedish business profiles from Allabolag.se automatically. Extract company info, contact details, reviews, ratings & geo data in JSON/CSV/Excel. Ideal for lead generation & market research. User-friendly tool with proxy support & bulk processing capabilities.

ecomscrape

11

Allabolag Business Search Scraper

ecomscrape/allabolag-business-search-scraper

Extract Swedish business data from Allabolag.se efficiently with our automated scraper. Get company details, contact info, financials & more in JSON/CSV/Excel formats. Perfect for lead generation, market research & CRM integration. Easy-to-use tool processes thousands of records instantly.

ecomscrape

94

Allabolag Business Search Scraper (Pay per event)

ecomscrape/allabolag-business-search-scraper-ppe

Extract Swedish business data from Allabolag.se efficiently with our automated scraper. Get company details, contact info, financials & more in JSON/CSV/Excel formats. Perfect for lead generation, market research & CRM integration. Easy-to-use tool processes thousands of records instantly.

ecomscrape

76

Allabolag Scraper β€” Sweden Company Data & Leads

logiover/allabolag-scraper

Scrape allabolag.se Swedish company registry: name, organisationsnummer, address, industry (SNI/bransch), revenue, profit, employees, CEO (VD), phone and email. No login, no API key. Great for Sweden B2B leads and firmographic data export.

Nordic Company Registry Scraper (NO + FI + SE + DK)

jungle_synthesizer/nordic-company-registry-scraper

Extract official company registry data from Norway (BRREG), Finland (PRH), Sweden (allabolag.se), and Denmark (proff.dk). Returns org number, legal name, status, industry codes, address, phone, email, website, employees, revenue, and profit. Open APIs β€” no login required.

πŸ‘ User avatar

BowTiedRaccoon

9

TikTok Search API πŸ”₯

sentry/tiktok-search-api

The fastest and cheapest way to search TikTok by keyword. Extract video data, engagement stats, and creator info.

Proff Bussiness Search Scraper

stealth_mode/proff-bussiness-search-scraper

Scrape comprehensive business data from Proff.no, Proff.dk, Proff.fi, and Allabolag.seβ€”the leading Nordic business intelligence platforms. Extract company details, contact information, financial data, and organizational records across Norway, Denmark, Finland, and Sweden for B2B prospecting.

82