Finder.fi Scraper
Pricing
from $1.00 / 1,000 results
Finder.fi Scraper
[π° $1.00 / 1K] Extract Finnish business data from Finder.fi β company names, business IDs (Y-tunnus), contacts, addresses, geo coordinates, industries, opening hours, and social profiles. Search by keyword and city, or paste Finder.fi search URLs.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
SolidCode
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pull Finnish business listings from Finder.fi at scale β names, official business IDs (Y-tunnus), phone, mobile, email, website, social profiles, full postal address, map coordinates, opening hours, and company status, one clean row per business location. A company that operates several outlets returns one row per outlet β every branch with its own address, phone, and coordinates β so you capture each contactable location, not just the head office. Search by keyword and city, or paste a Finder.fi search link and reuse its exact filters. Built for B2B sales teams, lead-generation agencies, and market researchers who need verified Finnish company contacts without clicking through the directory profile by profile.
Why This Scraper?
- Canonical Finnish business IDs (Y-tunnus) β every company comes with its hyphenated official ID (e.g.
2467766-5), the key that joins straight to PRH, VAT, and Finnish accounting systems. - One row per business location, not just the head office β a chain or multi-branch company returns a separate record for each outlet, each with its own street address, phone, and GPS, so a 6-restaurant group gives you 6 contactable leads instead of one. Group by
businessIdafterward if you ever want a single row per legal entity. - Map-ready geo coordinates β latitude and longitude on every record, so you can plot results, run radius searches, or feed a territory map without geocoding addresses yourself.
- Full direct contact set β separate
phone,mobile,email, andwebsitefields per company, so dialers and email tools get exactly the channel they need. - Facebook and Instagram profiles β normalized social URLs alongside the website, ready for social-selling and account research.
- 7-day opening hours plus a live open-now flag β the complete weekly schedule for each business, plus a boolean telling you whether it is open at scrape time.
- Company form and active/inactive status β legal form (Oy, Ay, Tmi, and more) and a normalized status (Active, Dissolved, Bankruptcy) so you can filter out dead entities before they hit your CRM.
- Complete Finnish postal address β street, postal code, post office, city, and province as discrete fields, not one mashed-together string.
- Keyword + city search or paste-a-URL β run Finnish industry terms across all of Finland or one city, or paste a Finder.fi search link to reuse its built-in category filters exactly.
- Logo and image gallery β the company logo plus a bounded gallery of profile and cover images for brand and creative research.
Use Cases
Lead Generation
- Build targeted Finnish B2B contact lists with phone, mobile, and email in one pass
- Pull every restaurant, contractor, or clinic in a city for cold outreach
- Capture Facebook and Instagram handles for social-selling campaigns
- Assemble territory lists keyed by province and post office
Sales Prospecting
- Enrich prospects with their official Y-tunnus for clean record matching
- Filter to Active companies and skip dissolved or bankrupt entities
- Prioritize businesses by company form (Oy vs. Tmi) to match your ICP
- Map prospects by latitude and longitude to plan field-sales routes
Market Research
- Size a Finnish industry by counting companies per keyword and city
- Compare business density across provinces and cities
- Track which companies maintain active websites and social profiles
- Snapshot opening-hours coverage across a category or region
CRM Enrichment
- Append missing phone, email, and website fields to existing Finnish accounts
- Standardize addresses into discrete street, postal code, and city fields
- Refresh company status to flag entities that have gone inactive
- Add map coordinates to records for geospatial dashboards
Local & Competitive Analysis
- List every competitor in a niche within a single city
- Compare opening hours and contact channels across rivals
- Audit which competitors publish logos, images, and descriptions
- Monitor a category by re-running the same keyword on a schedule
Getting Started
Simple Keyword Search
Search one Finnish industry term across all of Finland:
{"keywords": ["ravintola"],"maxResults": 50}
Keyword + City
Narrow a crowded category to a single city:
{"keywords": ["autokorjaamo"],"location": "Tampere","maxResults": 200}
Paste a Finder.fi Search URL
Reuse the exact filters from a search you built on the site:
{"searchUrls": ["https://www.finder.fi/search?what=hotelli+Helsinki"],"maxResults": 100}
Multi-Keyword Run
Sweep several industries in one go:
{"keywords": ["ravintola", "kahvila", "baari"],"location": "Turku","maxResults": 500}
Input Reference
What to Scrape
| Parameter | Type | Default | Description |
|---|---|---|---|
searchUrls | string[] | [] | Paste Finder.fi search-result URLs. Any filters already in the URL (category, location, etc.) are applied automatically. Leave empty if you'd rather build a search using the fields below. |
keywords | string[] | ["ravintola"] | One or more business or industry terms to search for (e.g. "ravintola", "hotelli", "autokorjaamo"). Each keyword is searched in turn. Leave empty if you're using Search URLs above. |
Search Filters
| Parameter | Type | Default | Description |
|---|---|---|---|
location | string | "" | Limit the keyword search to a Finnish city or area (e.g. "Helsinki", "Tampere", "Turku"). Leave blank to search all of Finland. Only applies to the keywords β not to Search URLs. |
Limits
| Parameter | Type | Default | Description |
|---|---|---|---|
maxResults | integer | 100 | Maximum number of business locations to return across all keywords and URLs (a company with several outlets counts as one row per outlet). Set to 0 for unlimited (up to 100,000 per run). Start with 10-50 to test, then increase. |
Output
Each business location is one flat record β a company with several outlets returns one record per outlet, each with its own address, phone, and coordinates. Here's a representative result:
{"listingId": "172446","name": "Ravintola Olo","tradingName": "Olo Ravintola","businessId": "2467766-5","companyForm": "OsakeyhtiΓΆ","status": "Active","category": "Ravintolat","mainLineOfBusiness": "Ravintolat, Catering-palvelut","phone": "+358 10 320 6250","mobile": "+358 40 123 4567","email": "info@olo.fi","website": "https://olo.fi","facebookUrl": "https://facebook.com/ravintolaolo","instagramUrl": "https://instagram.com/ravintolaolo","streetAddress": "Pohjoisesplanadi 5","postalCode": "00170","postOffice": "Helsinki","city": "Helsinki","province": "Uusimaa","latitude": 60.1675,"longitude": 24.9521,"openingHours": {"monday": "11:00-23:00","tuesday": "11:00-23:00","wednesday": "11:00-23:00","thursday": "11:00-23:00","friday": "11:00-00:00","saturday": "13:00-00:00","sunday": "closed"},"openNow": true,"logo": "https://www.finder.fi/images/olo-logo.png","images": ["https://www.finder.fi/images/olo-1.jpg", "https://www.finder.fi/images/olo-2.jpg"],"description": "Fine-dining restaurant in the heart of Helsinki serving a modern Nordic tasting menu.","hasPaidPackage": true,"searchKeyword": "ravintola","url": "https://www.finder.fi/yhteystiedot/1234567"}
Identity
| Field | Type | Description |
|---|---|---|
listingId | string | Unique ID for this specific business location. Two outlets of the same company share a businessId but have different listingIds β use it to deduplicate locations. |
name | string | Registered company or location name |
tradingName | string | Trading name or alias, when the company uses one |
businessId | string | Official Finnish business ID (Y-tunnus), hyphenated (e.g. 2467766-5). Shared by every location of the same company. |
companyForm | string | Legal form (OsakeyhtiΓΆ, Avoin yhtiΓΆ, Toiminimi, etc.) |
status | string | Company status: Active, Dissolved, or Bankruptcy |
category | string | Primary line-of-business category |
mainLineOfBusiness | string | Full list of the company's lines of business |
Contact
| Field | Type | Description |
|---|---|---|
phone | string | Landline phone number |
mobile | string | Mobile phone number |
email | string | Company email address |
website | string | Company website URL |
facebookUrl | string | Facebook profile URL |
instagramUrl | string | Instagram profile URL |
Address & Geo
| Field | Type | Description |
|---|---|---|
streetAddress | string | Street address |
postalCode | string | Postal code |
postOffice | string | Post office name |
city | string | City |
province | string | Province / region |
latitude | number | Latitude for mapping |
longitude | number | Longitude for mapping |
Hours & Media
| Field | Type | Description |
|---|---|---|
openingHours | object | Weekly opening hours, one entry per weekday |
openNow | boolean | Whether the business is open at scrape time |
logo | string | Company logo URL |
images | string[] | Gallery of profile and cover image URLs |
description | string | Company description text |
Meta
| Field | Type | Description |
|---|---|---|
hasPaidPackage | boolean | Whether the company runs a premium Finder.fi listing |
searchKeyword | string | The keyword that surfaced this company |
url | string | Direct link to the company's Finder.fi profile |
Tips for Best Results
- Use Finnish keywords β Finnish terms like "ravintola" (restaurant), "hotelli" (hotel), or "autokorjaamo" (auto repair) return far more matches than their English equivalents, since the directory is Finnish-first.
- Paste a search URL to reuse category filters β build a search on Finder.fi with the exact category and location you want, then paste that URL into
searchUrls; the actor reuses those filters precisely, no rebuilding required. - Scope a pasted URL to a city by putting the city in
whatβ Finder.fi folds the location into the search term, so write?what=hotelli+Helsinki(not a separate location parameter) to keep a pasted search limited to one city. - Combine keyword + city to narrow a crowded category β broad terms like "ravintola" return thousands of hits nationwide; add a
locationsuch as "Helsinki" to focus on one market. - Start small, then scale β set
maxResultsto 10-50 on your first run to confirm the data fits your needs, then raise the cap. - Filter on
statusafter the run β keep onlyActivecompanies to drop dissolved and bankrupt entities before importing into your CRM. - Each location is its own lead β a company with several outlets returns one row per location, each with its own address, phone, and coordinates, so you reach every branch. If you instead want a single row per legal entity, group your results by
businessIdafter the run and keep the first row in each group. - Match records by Y-tunnus β the hyphenated
businessIdis the most reliable join key for matching a location back to its parent company in existing Finnish company data;listingIduniquely identifies each individual location. - Run multiple keywords in one job β list several related industry terms in
keywordsto sweep a whole sector in a single run instead of one job per term. The same location matching more than one of your keywords is returned only once, so you never pay twice for the identical listing in a single run.
Pricing
From $1.00 per 1,000 results β among the most affordable ways to extract structured Finnish company data. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.
| Results | No discount | Bronze | Silver | Gold |
|---|---|---|---|---|
| 100 | $0.12 | $0.115 | $0.105 | $0.10 |
| 1,000 | $1.20 | $1.15 | $1.05 | $1.00 |
| 10,000 | $12.00 | $11.50 | $10.50 | $10.00 |
| 100,000 | $120.00 | $115.00 | $105.00 | $100.00 |
No compute or time-based charges β you pay per result, plus a small fixed per-run start fee. A "result" is any business-location row in the output dataset.
Integrations
Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:
- Zapier / Make / n8n β Workflow automation
- Google Sheets β Direct spreadsheet export
- Slack / Email β Notifications on new results
- Webhooks β Trigger custom APIs on run completion
- Apify API β Full programmatic access
Legal & Ethical Use
This actor is designed for legitimate B2B research, market analysis, and lead generation using publicly listed Finnish business information. You are responsible for complying with applicable laws β including the GDPR and Finnish data-protection rules β and with Finder.fi's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose, and handle any personal data lawfully and respectfully.