Imenik.eu Croatia Business Directory Scraper avatar

Imenik.eu Croatia Business Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Imenik.eu Croatia Business Directory Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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 name
  • category — 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 slug
  • city — city/town from the business's registered address
  • citySlug — the city's URL slug
  • region — Croatian county ("županija"), when listed
  • country — always HR when present
  • street — street address
  • fullAddress — combined street + city
  • phone — contact phone number
  • email — contact email address
  • website — the business's own external website, when listed
  • description — free-text business description, when the listing includes one
  • rating — average rating (0–5), when the business has reviews
  • reviewCount — number of reviews behind the rating
  • openingHours[] — per-day opening hours (day, hours), when published
  • vatId — Croatian VAT/tax number (OIB), when listed
  • foundingDate — company founding/registration date, when listed
  • businessId — Imenik.eu's stable per-business URL slug
  • sourceUrl — canonical Imenik.eu business page URL
  • recordType — always business
  • scrapedAt — UTC timestamp of when the record was scraped

Input

FieldTypeDefaultDescription
modestringsearchsearch / byCity / byCategory / latest / popular / byUrl
searchQuerystringmarketingFree-text keyword (mode=search)
citystring (select)zagrebOne of 88 curated cities — selects which city to browse (mode=byCity)
citySlugstringFree-text city slug override for city (mode=byCity)
categorystring (select)vodoinstalaterOne of 54 curated categories — selects which category to browse (mode=byCategory)
categorySlugstringFree-text category slug override for category (mode=byCategory)
urlsarrayBusiness detail-page URLs to fetch directly (mode=byUrl)
cityFilterstringPost-fetch filter: keep only businesses in this city (all modes)
categoryFilterstringPost-fetch filter: keep only businesses in this category (all modes)
keywordstringKeep only businesses whose name/description/category contain this text
minRatingnumberDrop businesses rated below this value (0–5)
websiteOnlybooleanfalseOnly emit businesses that list a website
emailOnlybooleanfalseOnly emit businesses that list an email address
phoneOnlybooleanfalseOnly emit businesses that list a phone number
maxItemsinteger30Hard cap on emitted records (1–500)
proxyConfigurationobjectOptional; 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.