Firmy.cz Crane Scraper avatar

Firmy.cz Crane Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Firmy.cz Crane Scraper

Firmy.cz Crane Scraper

Scrape company listings and profile details from Firmy.cz by search query and Czech location. Extract names, addresses, phones, emails, websites, ICO, descriptions, categories, GPS coordinates, ratings, and optional ARES establishment dates.

Pricing

from $0.50 / 1,000 results

Rating

5.0

(1)

Developer

MagisterCrane

MagisterCrane

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 minutes ago

Last modified

Share

What Does Firmy.cz Scraper Do?

Firmy.cz Scraper extracts company listings and company profile details from Firmy.cz. It is built for lead research, local market mapping, and company data collection in the Czech Republic.

The Actor accepts one or more search queries, one or more locations, and returns structured JSON records in the default Apify Dataset. It can also enrich scraped ICO values from ARES to add company establishment dates.

What This Actor Can Do

  • Search Firmy.cz by keyword, category, service, or business phrase.
  • Search the whole Czech Republic, one city, or multiple cities in one run.
  • Collect company profile URLs, names, addresses, descriptions, categories, contacts, websites, ICO values, data boxes, GPS coordinates, and ratings.
  • Extract multiple phone numbers with labels and mark the primary phone number.
  • Optionally open company detail pages for richer contact and profile data.
  • Optionally enrich companies from ARES and add established_at.
  • Optionally keep only companies whose real locality matches the requested municipality.

How To Use This Actor

  1. Enter a search query such as logistika, malířství, or úklidové služby.
  2. Add one or more city names if you are not searching the whole country.
  3. Leave the location fields empty to search the whole Czech Republic.
  4. Set maxResultsPerQuery based on how many companies you want from each query and location.
  5. Enable includeDetails for richer contact data.
  6. Enable enrichAres when you need company establishment dates.
  7. Run the Actor and download the results from the default Dataset.

Input

You can configure the Actor in Apify Console using the input form, or pass the same values as JSON through the API.

Example Input

{
"searchQueries": ["logistika", "autodoprava"],
"locations": ["Kladno", "Unhost"],
"maxResultsPerQuery": 20,
"includeDetails": true,
"strictLocationMatch": true,
"enrichAres": true,
"useApifyProxy": false,
"listingSource": "api"
}

Input Fields

FieldTypeDescription
searchQuerystringSingle search query. Use searchQueries for multiple queries. Czech characters are supported.
searchQueriesstring arrayOptional list of search queries to run in one Actor session. When filled, it is used instead of searchQuery.
locationstringSingle city or municipality name, for example Kladno. Leave empty to search the whole Czech Republic.
locationsstring arrayOptional list of city or municipality names to run in one Actor session. When filled, it is used instead of location.
maxResultsPerQueryintegerMaximum number of companies to collect for each search query and location before deduplication. Default is 20.
maxResultsintegerBackward-compatible alias for maxResultsPerQuery.
includeDetailsbooleanOpens each company profile and enriches the output with detailed fields. Default is true.
strictLocationMatchbooleanKeeps only companies whose real locality matches one of the requested municipalities.
enrichAresbooleanLooks up scraped ICO values in ARES and adds established_at and ARES metadata.
maxPagesintegerSafety limit for listing pagination. Default is 10.
delayMinSecondsnumberMinimum delay between requests in seconds.
delayMaxSecondsnumberMaximum delay between requests in seconds.
useApifyProxybooleanRoutes Firmy.cz and ARES requests through Apify Proxy when proxy credentials are available.
listingSourcestringListing source: api uses the Firmy.cz frontend API and falls back to HTML if needed; html uses HTML pages.

Output

The Actor stores one JSON item per company in the default Apify Dataset. The first fields are ordered for quick lead review:

search_query
name
phone_primary
email
address
established_at
description
profile_url

Output Fields

FieldDescription
search_querySearch query that produced the record first.
nameCompany name from Firmy.cz.
phone_primaryPrimary phone number, usually the schema.org phone or the first detected phone.
emailCompany email address when available.
addressFull company address.
established_atCompany establishment date from ARES when enrichAres is enabled and ICO is available.
descriptionCompany description from listing or detail page.
profile_urlFirmy.cz company profile URL.
locationRequested location that produced the record first.
matched_search_queriesAll input queries that matched the same deduplicated company.
matched_locationsAll requested locations that matched the same deduplicated company.
scraped_atUTC timestamp when the record was scraped.
localityLocality reported by Firmy.cz.
postal_codePostal code when available.
phonesList of detected phone numbers with label, number, and is_primary.
web_urlCompany website URL when available.
icoCompany ICO when available.
aresARES enrichment metadata, including matched ICO, business name, legal form, and source URL.
data_boxCompany data box ID when available.
latitudeGPS latitude when available.
longitudeGPS longitude when available.
rating_valueFirmy.cz rating value when available.
rating_countNumber of ratings when available.
categoriesCompany categories from Firmy.cz.
source_urlSource URL used for the record.
location_matchAudit object for strict municipality matching. Present when strict matching is used.

Example Output Item

{
"search_query": "malířství",
"name": "Údržba rychle.cz",
"phone_primary": "+420 605 778 888",
"email": "info@udrzbarychle.cz",
"address": "Jiráskova 528/51, 29301, Mladá Boleslav II",
"established_at": "2009-10-22",
"description": "Zajistíme Vám komplexní servis vaší nemovitosti. Rychle a spolehlivě.",
"profile_url": "https://www.firmy.cz/detail/13440564-udrzba-rychle-cz-mlada-boleslav-ii.html",
"location": "Mladá Boleslav",
"matched_search_queries": ["malířství"],
"matched_locations": ["Mladá Boleslav"],
"locality": "Mladá Boleslav II",
"postal_code": "29301",
"phones": [
{
"label": "Telefon",
"number": "+420 605 778 888",
"is_primary": true
}
],
"web_url": "https://www.udrzbarychle.cz",
"ico": "28978013",
"ares": {
"matched": true,
"ico": "28978013",
"business_name": "HOLLEN CZ s. r. o.",
"legal_form": "112",
"source_url": "https://ares.gov.cz/ekonomicke-subjekty-v-be/rest/ekonomicke-subjekty/28978013"
},
"data_box": "4ide4un",
"latitude": 50.423739216064234,
"longitude": 14.914580354670488,
"categories": ["Úklid, údržba a čištění", "Údržba zeleně a rekultivace"],
"location_match": {
"is_match": true,
"matched_target": "Mladá Boleslav",
"actual_locality": "Mladá Boleslav II",
"mode": "municipality"
}
}

Notes

For broad searches, use multiple specific search queries instead of one very general query. Firmy.cz ranking can include nearby or related businesses, so enable strictLocationMatch when municipality accuracy is important.

When useApifyProxy is enabled, the scraper reads Apify proxy settings from the runtime environment and applies them to Firmy.cz and ARES requests.