# Firmy.cz category URL scraper with email enrichment

**Use case:** 

Scrape a Firmy.cz category URL and enrich businesses with phones, websites, ratings, coordinates, and visible emails.

## Input

```json
{
  "searchQueries": [
    "restaurace Praha"
  ],
  "startUrls": [
    {
      "url": "https://www.firmy.cz/Restauracni-a-pohostinske-sluzby/Restaurace?q=restaurace+praha"
    }
  ],
  "maxItems": 50,
  "includeDetails": true
}
```

## 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.