# Extract a Panorama Firm company profile

**Use case:** 

Turn a real Panorama Firm company profile URL into a normalized record with company identity, contact details, NIP, opening hours, and coordinates.

## Input

```json
{
  "query": "hydraulik",
  "location": "Warszawa",
  "startUrls": [
    {
      "url": "https://panoramafirm.pl/mazowieckie,,warszawa,ursus,drzymały,8_41/artem_frolov-shicoy_fhm.html"
    }
  ],
  "maxItems": 1,
  "includeProfiles": true,
  "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.