Firmy.cz Crane Scraper
Pricing
from $0.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 minutes ago
Last modified
Categories
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
- Enter a search query such as
logistika,malířství, orúklidové služby. - Add one or more city names if you are not searching the whole country.
- Leave the location fields empty to search the whole Czech Republic.
- Set
maxResultsPerQuerybased on how many companies you want from each query and location. - Enable
includeDetailsfor richer contact data. - Enable
enrichAreswhen you need company establishment dates. - 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
| Field | Type | Description |
|---|---|---|
searchQuery | string | Single search query. Use searchQueries for multiple queries. Czech characters are supported. |
searchQueries | string array | Optional list of search queries to run in one Actor session. When filled, it is used instead of searchQuery. |
location | string | Single city or municipality name, for example Kladno. Leave empty to search the whole Czech Republic. |
locations | string array | Optional list of city or municipality names to run in one Actor session. When filled, it is used instead of location. |
maxResultsPerQuery | integer | Maximum number of companies to collect for each search query and location before deduplication. Default is 20. |
maxResults | integer | Backward-compatible alias for maxResultsPerQuery. |
includeDetails | boolean | Opens each company profile and enriches the output with detailed fields. Default is true. |
strictLocationMatch | boolean | Keeps only companies whose real locality matches one of the requested municipalities. |
enrichAres | boolean | Looks up scraped ICO values in ARES and adds established_at and ARES metadata. |
maxPages | integer | Safety limit for listing pagination. Default is 10. |
delayMinSeconds | number | Minimum delay between requests in seconds. |
delayMaxSeconds | number | Maximum delay between requests in seconds. |
useApifyProxy | boolean | Routes Firmy.cz and ARES requests through Apify Proxy when proxy credentials are available. |
listingSource | string | Listing 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_querynamephone_primaryaddressestablished_atdescriptionprofile_url
Output Fields
| Field | Description |
|---|---|
search_query | Search query that produced the record first. |
name | Company name from Firmy.cz. |
phone_primary | Primary phone number, usually the schema.org phone or the first detected phone. |
email | Company email address when available. |
address | Full company address. |
established_at | Company establishment date from ARES when enrichAres is enabled and ICO is available. |
description | Company description from listing or detail page. |
profile_url | Firmy.cz company profile URL. |
location | Requested location that produced the record first. |
matched_search_queries | All input queries that matched the same deduplicated company. |
matched_locations | All requested locations that matched the same deduplicated company. |
scraped_at | UTC timestamp when the record was scraped. |
locality | Locality reported by Firmy.cz. |
postal_code | Postal code when available. |
phones | List of detected phone numbers with label, number, and is_primary. |
web_url | Company website URL when available. |
ico | Company ICO when available. |
ares | ARES enrichment metadata, including matched ICO, business name, legal form, and source URL. |
data_box | Company data box ID when available. |
latitude | GPS latitude when available. |
longitude | GPS longitude when available. |
rating_value | Firmy.cz rating value when available. |
rating_count | Number of ratings when available. |
categories | Company categories from Firmy.cz. |
source_url | Source URL used for the record. |
location_match | Audit 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.