# Firmy.cz Brno autoservis directory extractor

**Use case:** 

Extract Brno autoservis companies from Firmy.cz with profile URLs, phone numbers, websites, reviews, and addresses.

## Input

```json
{
  "searchQueries": [
    "autoservis Brno"
  ],
  "startUrls": [],
  "maxItems": 75,
  "includeDetails": false
}
```

## Output

```json
{
  "name": {
    "label": "Business name"
  },
  "profileUrl": {
    "label": "Firmy.cz profile URL",
    "format": "link"
  },
  "businessId": {
    "label": "Firmy.cz business ID"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "categories": {
    "label": "Categories"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "ratingValue": {
    "label": "Rating (0-5)"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "openingStatus": {
    "label": "Opening status"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "description": {
    "label": "Description"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Firmy.cz Business Directory Scraper](https://apify.com/automation-lab/firmy-cz-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/firmy-cz-business-directory-scraper) to learn more, explore other use cases, and run it yourself.