# Find Restaurants in Prague, Czech Republic

**Use case:** 

Find restaurants in Prague from Firmy.cz and collect business names, categories, addresses, phone numbers, opening hours, ratings, and other available listing data for local market research and lead generation.

## Input

```json
{
  "urls": [
    "https://en.firmy.cz/Restaurant-and-hospitality-services/Restaurants/kraj-praha"
  ],
  "max_items": 100
}
```

## Output

```json
{
  "business_id": {
    "label": "Business ID",
    "format": "text"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "json"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "address_map_url": {
    "label": "Map URL",
    "format": "link"
  },
  "is_open": {
    "label": "Open Status",
    "format": "text"
  },
  "opening_hours": {
    "label": "Opening Hours",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "logo": {
    "label": "Logo",
    "format": "image"
  },
  "business_url": {
    "label": "Business URL",
    "format": "link"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Firmy.cz Scraper - Nízkonákladový Low-cost💲🔥🏢 🇨🇿](https://apify.com/delectable_incubator/firmy-cz-scraper-nizkonakladovy-low-cost.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delectable_incubator/firmy-cz-scraper-nizkonakladovy-low-cost.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/delectable_incubator/firmy-cz-scraper-nizkonakladovy-low-cost.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
