# Find Warsaw plumber listings on Panorama Firm

**Use case:** 

Search Panorama Firm for Warsaw plumbers and export company names, categories, addresses, phones, emails, ratings, and source profile URLs.

## Input

```json
{
  "query": "hydraulik",
  "location": "Warszawa",
  "startUrls": [],
  "maxItems": 10,
  "includeProfiles": false,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "nip": {
    "label": "NIP",
    "format": "string"
  },
  "profileUrl": {
    "label": "Panorama Firm profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Panorama Firm Scraper](https://apify.com/automation-lab/panorama-firm-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/panorama-firm-scraper) to learn more, explore other use cases, and run it yourself.