Eniro Scraper - Swedish Business Directory avatar

Eniro Scraper - Swedish Business Directory

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Eniro Scraper - Swedish Business Directory

Eniro Scraper - Swedish Business Directory

Scrape Eniro.se (Sweden's leading business directory) listings. Search by category/keyword and city (or nationwide), or fetch full business profiles by URL/ID. Get names, addresses, phone numbers, categories, ratings, opening hours, websites, coordinates, and images.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Eniro Scraper

Scrape Eniro.se — Sweden's leading business and phone directory. Search by category/keyword and city (or nationwide across all of Sweden), or fetch full business profiles by direct URL or business ID. Get names, addresses, phone numbers, categories, ratings, review counts, opening hours, websites, email addresses, social media links, organization numbers, coordinates, and images. HTTP-only, no auth, no cookies, no paid proxy required.

What this actor does

  • Two modes: search (category/keyword + city) and detail (direct URL/ID lookup)
  • Nationwide or city-scoped search: leave city empty to search all of Sweden
  • Rich business profiles: optional detail-page enrichment adds rating, review count, opening hours, website, email, social media links, organization number, description, coordinates, and image gallery
  • Filters: minimum rating, ratings-only, website-only, sort by relevance/rating/name
  • Swedish-localized opening hours: day names in Swedish (Måndag, Tisdag, ...)
  • Empty fields are omitted — you'll never see null, "", or [] in the output

Output per business

  • businessId — Eniro's internal numeric business ID
  • name — business name
  • businessType — schema.org business type (e.g. Restaurant, HairSalon, Dentist)
  • category, categories[] — Eniro's category taxonomy chain (detail pages only)
  • street, postalCode, city, region, country — postal address
  • phone — phone number
  • email — business email address (detail pages only, when Eniro has one on file)
  • website — business website (detail pages only)
  • organizationNumber — Swedish organization number, formatted NNNNNN-NNNN (detail pages only, when on file)
  • facebookUrl, instagramUrl, linkedinUrl, twitterUrl, youtubeUrl, tiktokUrl — social media profile links (detail pages only, when on file)
  • description — short business description (detail pages only)
  • keywords[] — search tags / services / brands associated with the business, e.g. ["balayage", "herrfrisör", "loreal"] (detail pages only, when on file)
  • rating, reviewCount — average customer rating (1–5) and number of reviews (detail pages only)
  • openingHours[] — structured weekly schedule: { day, opens, closes } with Swedish day names
  • openingHoursText — human-readable summary of the weekly schedule
  • latitude, longitude — geographic coordinates (detail pages only)
  • mapUrl — Eniro directions/map link
  • logoUrl, logoUrlOriginal — business logo image (rehosted for reliable access; original Eniro CDN URL also included)
  • images[], imagesOriginal[] — business photo gallery, rehosted for reliable access (detail pages only)
  • searchQuery, searchCity — the query/city that produced this result (mode=search only)
  • sourceUrl — canonical Eniro business page URL
  • recordType: "business", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / detail
querystringpizzeriaCategory/keyword, pick from list or choose "Custom" (mode=search)
customQuerystringFree-text category/keyword, overrides query (mode=search)
citystringStockholmSwedish city; leave empty for nationwide search (mode=search)
sortBystringrelevancerelevance / rating / name
minRatingstringMinimum star rating (15); needs fetchDetails
ratedOnlybooleanfalseOnly businesses with at least one rating; needs fetchDetails
hasWebsiteOnlybooleanfalseOnly businesses with a listed website; needs fetchDetails
fetchDetailsbooleanfalseVisit each business's profile page for rating, hours, website, coordinates, images
businessUrlsarrayEniro business URLs or numeric IDs to fetch (mode=detail)
maxItemsinteger50Hard cap on returned records (1–1000)

Example: search a category in a city

{
"mode": "search",
"query": "frisör",
"city": "Göteborg",
"maxItems": 50
}

Example: nationwide search with full profiles

{
"mode": "search",
"customQuery": "veterinär",
"city": "",
"fetchDetails": true,
"minRating": "4",
"maxItems": 30
}

Example: top-rated results only, sorted

{
"mode": "search",
"query": "restaurang",
"city": "Malmö",
"fetchDetails": true,
"ratedOnly": true,
"sortBy": "rating",
"maxItems": 40
}

Example: fetch specific business profiles

{
"mode": "detail",
"businessUrls": [
"https://www.eniro.se/pizzeria+florida+viskafors/14839034/firma",
"14839034"
]
}

Use cases

  • Lead generation — build prospect lists of Swedish businesses by category and city
  • Market research — analyze business density and ratings across Swedish regions
  • Local SEO agencies — audit client and competitor directory listings
  • Data enrichment — append verified phone numbers, addresses, and websites to a CRM
  • Franchise/expansion planning — map existing competitor locations before entering a new city

FAQ

What is the data source? All data comes from the public Eniro.se website, Sweden's largest business and phone directory.

Is this affiliated with Eniro? No — this is an independent, third-party actor that reads Eniro's public listing pages. It is not affiliated with or endorsed by Eniro Sverige AB.

Why are rating, website, and openingHours sometimes missing? Those fields only appear on a business's full profile page. Enable fetchDetails to fetch them — without it, only the fields visible on the search-results page are returned (name, address, phone, category type).

Can I search all of Sweden at once? Yes — leave city empty and the search covers the entire country.

What Swedish weekday names are used in openingHours? Måndag, Tisdag, Onsdag, Torsdag, Fredag, Lördag, Söndag (Monday–Sunday).

Does the actor return individual written reviews? No — Eniro's business pages expose an aggregate rating and reviewCount but not per-review text, so only the aggregate figures are included.

Why don't all businesses have a website, email, or social media links? Not every Eniro listing includes these; each field is only included when Eniro itself has that information on file for the business.

How fresh is the data? Each run scrapes Eniro's live pages in real time, so results reflect the current state of the directory.

What happens if my category/keyword doesn't match any real Eniro category? Eniro's own search does not strictly require an exact keyword match — for a keyword it doesn't recognize, it may still return a broader set of businesses for the given city rather than zero results. This is upstream Eniro search behavior, not an actor bug; using one of the curated category options (or a real Swedish business term) gives the most precise results.