Imenik.eu Croatia Business Directory Scraper
Pricing
from $3.00 / 1,000 results
Imenik.eu Croatia Business Directory Scraper
Scrape Imenik.eu, Croatia's business directory. Search by keyword, browse by city or category, list newest or most popular businesses, or fetch business detail pages directly. Get name, category, address, phone, email, website, rating, opening hours and more - no login required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape Imenik.eu, Croatia's business directory. Search any keyword, browse businesses by city or category, list the newest or most popular businesses, or fetch specific business detail pages directly by URL. Get business name, category, city, full address, phone, email, website, description, rating, review count, opening hours, VAT ID (OIB) and founding date. No login, no cookies, no API key required.
What this actor does
- Six modes:
search,byCity,byCategory,latest,popular,byUrl - 88 curated Croatian cities and 54 curated business categories, each with a free-text slug override for the thousands of additional cities/categories on the site
- Filters: minimum rating, city, category, keyword, "has website" toggle, "has email" toggle, "has phone" toggle
- Real per-business data — every record is enriched from the business's own detail page (not just the summary shown on a listing page)
- Empty fields are omitted — a field only appears on a record when Imenik.eu actually has that data
Output per business
businessName— registered/trading namecategory— the business's category as shown on Imenik.eu (a trade/service like "Vodoinstalater", or a registered legal form like "Društvo s ograničenom odgovornošću")categorySlug— the category's URL slugcity— city/town from the business's registered addresscitySlug— the city's URL slugregion— Croatian county ("županija"), when listedcountry— alwaysHRwhen presentstreet— street addressfullAddress— combined street + cityphone— contact phone numberemail— contact email addresswebsite— the business's own external website, when listeddescription— free-text business description, when the listing includes onerating— average rating (0–5), when the business has reviewsreviewCount— number of reviews behind the ratingopeningHours[]— per-day opening hours (day,hours), when publishedvatId— Croatian VAT/tax number (OIB), when listedfoundingDate— company founding/registration date, when listedbusinessId— Imenik.eu's stable per-business URL slugsourceUrl— canonical Imenik.eu business page URLrecordType— alwaysbusinessscrapedAt— UTC timestamp of when the record was scraped
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCity / byCategory / latest / popular / byUrl |
searchQuery | string | marketing | Free-text keyword (mode=search) |
city | string (select) | zagreb | One of 88 curated cities — selects which city to browse (mode=byCity) |
citySlug | string | – | Free-text city slug override for city (mode=byCity) |
category | string (select) | vodoinstalater | One of 54 curated categories — selects which category to browse (mode=byCategory) |
categorySlug | string | – | Free-text category slug override for category (mode=byCategory) |
urls | array | – | Business detail-page URLs to fetch directly (mode=byUrl) |
cityFilter | string | – | Post-fetch filter: keep only businesses in this city (all modes) |
categoryFilter | string | – | Post-fetch filter: keep only businesses in this category (all modes) |
keyword | string | – | Keep only businesses whose name/description/category contain this text |
minRating | number | – | Drop businesses rated below this value (0–5) |
websiteOnly | boolean | false | Only emit businesses that list a website |
emailOnly | boolean | false | Only emit businesses that list an email address |
phoneOnly | boolean | false | Only emit businesses that list a phone number |
maxItems | integer | 30 | Hard cap on emitted records (1–500) |
proxyConfiguration | object | – | Optional; Imenik.eu is public and normally needs no proxy |
Example: search by keyword
{"mode": "search","searchQuery": "vodoinstalater","maxItems": 50}
Example: browse a city, filtered by category and rating
{"mode": "byCity","city": "split","categoryFilter": "restoran","minRating": 4,"maxItems": 50}
Example: browse a category nationwide
{"mode": "byCategory","category": "frizer","websiteOnly": true,"maxItems": 50}
Example: newest businesses with a website and email
{"mode": "latest","websiteOnly": true,"emailOnly": true,"maxItems": 50}
Example: fetch specific businesses by URL
{"mode": "byUrl","urls": ["https://imenik.eu/tvrtka/brumac-usluge"]}
Use cases
- Lead generation — build a list of Croatian businesses in a given city, category, or trade
- Market research — measure business density and category mix across Croatian cities
- Sales prospecting — filter by "has website" / "has email" to find outreach-ready leads
- Local SEO agencies — benchmark businesses' online presence (website, rating, reviews) by city or category
- Company data enrichment — attach VAT IDs (OIB), founding dates, and addresses to an existing lead list via
byUrl
FAQ
What is the data source? This actor reads publicly available business listing pages published on imenik.eu. It is an independent, third-party tool and is not affiliated with, endorsed by, or connected to Imenik.eu.
Do I need an API key, login, or proxy? No. Imenik.eu's business listing and detail pages are publicly accessible. Proxy configuration is optional and normally unnecessary.
Why do some businesses have fewer fields than others? Imenik.eu businesses are typically self-registered or imported from public company registries, so field completeness varies — not every business lists a website, email, opening hours, or rating. Only fields that Imenik.eu actually publishes for that business are included in the record.
Why does category sometimes look like a legal entity type (e.g. "Društvo s ograničenom odgovornošću")?
Imenik.eu's category taxonomy covers both real trades/services (e.g. "Vodoinstalater" = plumber, "Frizer" = hairdresser) and registered Croatian legal-entity forms (e.g. LLC, joint-stock company). Both are genuine per-business categories the site assigns, so both appear as-is.
What's the difference between city/category and cityFilter/categoryFilter?
city and category pick which Imenik.eu page to browse when using mode=byCity or mode=byCategory. cityFilter and categoryFilter are independent post-fetch filters that narrow results from any mode (including combining a category filter on top of a city browse, or vice versa).
How many cities and categories does Imenik.eu have?
Imenik.eu lists businesses across roughly 3,200 Croatian city/town slugs and about 540 category slugs. This actor curates the ~90 most useful cities and ~55 most useful categories as dropdown options, with free-text citySlug/categorySlug override fields for anything else — find the exact slug from a business's own city/category badge on imenik.eu, or from imenik.eu/statistika.
How fresh is the data? Every run fetches live pages from imenik.eu at request time — there is no cached or stale data.
Is mode=search the same as browsing a city or category?
No. mode=search runs a free-text keyword search across all business names/categories on Imenik.eu (via imenik.eu's own search), independent of any specific city or category page.