Eniro.se Scraper avatar

Eniro.se Scraper

Pricing

from $19.00 / 1,000 businesses

Go to Apify Store
Eniro.se Scraper

Eniro.se Scraper

Scrape Eniro.se business listings, contact details, addresses, ratings, opening hours, websites, and company profile data from Swedish local search pages.

Pricing

from $19.00 / 1,000 businesses

Rating

0.0

(0)

Developer

rainminer

rainminer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Eniro.se Scraper extracts publicly available Swedish business data from Eniro.se. Use it to collect local company listings from Eniro search pages or to scrape a specific company profile URL.

The Actor is useful for building lead lists, mapping local business coverage, checking company contact details, and exporting Eniro search results to structured formats such as JSON, CSV, Excel, or HTML.

What can Eniro.se Scraper do?

  • Scrape Eniro search result pages for Swedish businesses.
  • Follow company profile links and extract detailed business data.
  • Collect names, addresses, phone numbers, websites, descriptions, ratings, opening hours, coordinates, categories, images, and organization numbers when available.
  • Limit the number of businesses per start URL with maxItems.
  • Crawl multiple search pages with maxPages.
  • Export results through the Apify dataset API or download them from Apify Console.

What Eniro.se data can you extract?

FieldDescription
nameBusiness or organization name
addressFull formatted address
phonePublic phone number when available
websiteBusiness website link when available
ratingAggregate Eniro rating
ratingCountNumber of ratings
openingHoursStructured opening hours
categoriesBusiness types and breadcrumb categories
latitude, longitudeGeographic coordinates
organizationNumberSwedish organization number when visible
profileUrlEniro company profile URL

How to scrape Eniro.se

  1. Open Eniro.se and search for a keyword and location, such as restaurants in Stockholm.
  2. Copy the Eniro result URL ending in /företag, or copy an individual company profile URL.
  3. Paste the URL into the startUrls input.
  4. Set maxItems and maxPages to control the crawl size.
  5. Run the Actor and download the dataset in your preferred format.

Example input:

{
"startUrls": [
{
"url": "https://www.eniro.se/restaurant+stockholm/f%C3%B6retag"
}
],
"maxItems": 10,
"maxPages": 2,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output example

{
"name": "Example Restaurant AB",
"profileUrl": "https://www.eniro.se/example+restaurant+ab/123456/firma",
"searchUrl": "https://www.eniro.se/restaurant+stockholm/f%C3%B6retag",
"sourceUrl": "https://www.eniro.se/example+restaurant+ab/123456/firma",
"description": "Restaurant in Stockholm.",
"address": "Examplegatan 1, 111 22 Stockholm, SE",
"streetAddress": "Examplegatan 1",
"postalCode": "111 22",
"addressLocality": "Stockholm",
"addressRegion": null,
"addressCountry": "SE",
"phone": "08-123 45 67",
"email": null,
"website": "https://www.example-restaurant.se/",
"categories": ["Restaurant"],
"rating": 4.2,
"ratingCount": 25,
"latitude": 59.3293,
"longitude": 18.0686,
"openingHours": [
{
"dayOfWeek": ["Monday"],
"opens": "10:00",
"closes": "22:00"
}
],
"images": [],
"logo": null,
"organizationNumber": "556000-0000",
"url": "https://www.eniro.se/example+restaurant+ab/123456/firma"
}

Pricing and performance

The Actor runs in a browser because Eniro may challenge direct HTTP requests from some environments. For small daily jobs, keep the default maxItems and maxPages values. Increase them gradually for larger exports.

Proxy usage is optional and disabled by default. If you see blocked pages or missing data, enable Apify Proxy in the input.

FAQ

Does this Actor scrape Eniro reviews?

No. Eniro company pages usually expose aggregate rating values, but individual review text is not consistently available on public profile pages.

Can I scrape several Eniro searches in one run?

Yes. Add multiple URLs to startUrls. The maxItems limit is applied separately to each start URL.

This Actor extracts publicly available business information. You are responsible for using the data lawfully and respecting applicable privacy, database, and platform rules. If your use case involves personal data or outreach, consult your legal team.