# PanoramaFirm.pl Company Scraper | Cheap 4$ / 1k (`trev0n/panoramafirm-scraper`) Actor

Scraper for PanoramaFirm.pl - Poland's largest business directory. Extract company contact info, addresses, phone numbers, emails, ratings, opening hours, and more. Supports keyword search and category browsing.

- **URL**: https://apify.com/trev0n/panoramafirm-scraper.md
- **Developed by:** [Paweł](https://apify.com/trev0n) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 13 total users, 3 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$4.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏢 PanoramaFirm.pl Company Scraper

🎯 **Extract complete business listings from Poland's largest company directory — contact info, addresses, ratings, and more!**

This scraper automatically collects structured data from PanoramaFirm.pl, including company names, phone numbers, emails, websites, full addresses, ratings, reviews, and business registration numbers (NIP/REGON). Perfect for lead generation, market research, and building B2B contact databases.

***

### 🚀 What Does It Do?

This scraper automatically browses PanoramaFirm.pl and collects **structured, ready-to-use business data**. No manual browsing needed — just set your search criteria and hit Start.

💡 **Two modes of operation:**

1. **🔍 Discovery Mode** — Search by keyword (e.g., "hydraulik") and location (e.g., "Warszawa") to find all matching businesses
2. **📋 Direct URL Mode** — Provide specific category or company URLs to scrape exactly what you need

***

### 👥 Who Is This For?

| 🏢 Use Case                 | 💬 How It Helps                                                   |
| --------------------------- | ----------------------------------------------------------------- |
| 📊 **Sales Teams**          | Build targeted B2B lead lists with verified contact information   |
| 🔎 **Market Researchers**   | Analyze business density, ratings, and competition across regions |
| 📣 **Marketing Agencies**   | Find potential clients in specific industries and locations       |
| 🤝 **Business Consultants** | Research local markets for expansion planning                     |
| 📈 **Data Analysts**        | Collect structured business data for market intelligence reports  |

***

### ✨ Features

- 🏢 **Full Business Profiles** — Company name, category, description, and subcategory
- 📍 **Complete Address Data** — Street, city, postal code, district, and voivodeship
- 📞 **Contact Information** — Phone numbers, emails, and website URLs
- 🌐 **Social Media Links** — Facebook, Instagram, LinkedIn profiles when available
- ⭐ **Ratings & Reviews** — Average rating and total review count
- 🏛️ **Business Registration** — NIP and REGON numbers (with extractDetails mode)
- 🕐 **Opening Hours** — Full weekly schedule (with extractDetails mode)
- 📸 **Images** — Company logo and photo gallery
- 📍 **Geolocation** — GPS coordinates for mapping and distance calculations
- ⚡ **Fast & Scalable** — Extract thousands of businesses in a single run
- 🔄 **Smart Deduplication** — No duplicate entries, ever
- 📤 **Export Anywhere** — Download results as JSON, CSV, Excel, or push to Google Sheets, Zapier, Make, or your CRM

***

### 🎛️ Filters & Options

| Option                      | What It Does                                                              |
| --------------------------- | ------------------------------------------------------------------------- |
| 🔍 **Search Keyword**       | Business category to search (e.g., "dentysta", "restauracja", "mechanik") |
| 📍 **Location**             | City or region to search in (e.g., "warszawa", "krakow", "malopolskie")   |
| 📋 **Start URLs**           | Direct links to category pages or individual company profiles             |
| 📊 **Extract Full Details** | Visit each company page for complete data (slower but comprehensive)      |
| 🔢 **Max Items**            | Control how many businesses to extract per run                            |
| ⚡ **Max Concurrency**      | Parallel requests for faster scraping (1-20)                              |

***

### 📦 What You Get (Output Fields)

Every business listing includes:

#### Basic Info

| Field       | Example               |
| ----------- | --------------------- |
| id          | `aclx4f_wpz`          |
| name        | `GMP Klima Services`  |
| category    | `Klimatyzacja`        |
| subcategory | `Montaż klimatyzacji` |

#### Address

| Field       | Example                            |
| ----------- | ---------------------------------- |
| street      | `Kolejowa 4`                       |
| city        | `Ożarów Mazowiecki`                |
| postalCode  | `05-850`                           |
| district    | `Konotopa`                         |
| voivodeship | `mazowieckie`                      |
| coordinates | `{"lat": 52.2345, "lon": 20.7890}` |

#### Contact

| Field   | Example               |
| ------- | --------------------- |
| phone   | `+48 123 456 789`     |
| email   | `kontakt@gmpklima.pl` |
| website | `https://gmpklima.pl` |

#### Social Media

| Field                 | Example                                  |
| --------------------- | ---------------------------------------- |
| socialLinks.facebook  | `https://facebook.com/gmpklima`          |
| socialLinks.linkedin  | `https://linkedin.com/company/gmp-klima` |
| socialLinks.instagram | `https://instagram.com/gmpklima`         |

#### Ratings & Reviews

| Field        | Example |
| ------------ | ------- |
| rating       | `4.8`   |
| reviewsCount | `127`   |

#### Business Details (extractDetails mode)

| Field        | Example                                         |
| ------------ | ----------------------------------------------- |
| description  | `Profesjonalny montaż i serwis klimatyzacji...` |
| openingHours | `{"Poniedziałek": "8:00-17:00", ...}`           |
| nip          | `1234567890`                                    |
| regon        | `123456789`                                     |

#### Media

| Field  | Example                                     |
| ------ | ------------------------------------------- |
| logo   | `https://cdn.panoramafirm.pl/logo/...`      |
| images | `["https://cdn.panoramafirm.pl/photo/..."]` |

#### Metadata

| Field     | Example                                                                      |
| --------- | ---------------------------------------------------------------------------- |
| url       | `https://panoramafirm.pl/mazowieckie/.../gmp_klima_services-aclx4f_wpz.html` |
| scrapedAt | `2026-04-13T10:00:00.000Z`                                                   |

***

### 📊 Example Output

```json
{
    "id": "aclx4f_wpz",
    "name": "GMP Klima Services",
    "slug": "/mazowieckie,warszawski_zachodni,ozarow_mazowiecki,kolejowa,4/gmp_klima_services-aclx4f_wpz.html",
    "category": "Klimatyzacja",
    "subcategory": "Montaż klimatyzacji",
    "street": "Kolejowa 4",
    "city": "Ożarów Mazowiecki",
    "postalCode": "05-850",
    "district": "Konotopa",
    "voivodeship": "mazowieckie",
    "coordinates": {
        "lat": 52.2345,
        "lon": 20.789
    },
    "phone": "+48 123 456 789",
    "email": "kontakt@gmpklima.pl",
    "website": "https://gmpklima.pl",
    "socialLinks": {
        "facebook": "https://facebook.com/gmpklima",
        "linkedin": null,
        "instagram": null
    },
    "rating": 4.8,
    "reviewsCount": 127,
    "description": "Profesjonalny montaż i serwis klimatyzacji dla firm i klientów indywidualnych. Oferujemy montaż, przeglądy i naprawy wszystkich marek.",
    "openingHours": {
        "Poniedziałek": "8:00-17:00",
        "Wtorek": "8:00-17:00",
        "Środa": "8:00-17:00",
        "Czwartek": "8:00-17:00",
        "Piątek": "8:00-16:00",
        "Sobota": "Zamknięte",
        "Niedziela": "Zamknięte"
    },
    "nip": "1234567890",
    "regon": "123456789",
    "logo": "https://cdn.panoramafirm.pl/logo/gmp_klima.jpg",
    "images": ["https://cdn.panoramafirm.pl/photo/gmp_1.jpg", "https://cdn.panoramafirm.pl/photo/gmp_2.jpg"],
    "url": "https://panoramafirm.pl/mazowieckie,warszawski_zachodni,ozarow_mazowiecki,kolejowa,4/gmp_klima_services-aclx4f_wpz.html",
    "scrapedAt": "2026-04-13T10:00:00.000Z"
}
```

***

### 📋 Dataset Views

The Apify Console gives you **3 ready-made table views** to quickly browse your results:

| View                | What It Shows                                             |
| ------------------- | --------------------------------------------------------- |
| 📊 **Overview**     | Company name, category, city, phone, rating, reviews, URL |
| 📞 **Contact Info** | Name, phone, email, website, full address                 |
| 📋 **Full Details** | Every single field — the complete dataset                 |

***

### ❓ FAQ

**🤔 What categories can I search?**
Any business category available on PanoramaFirm.pl — from "hydraulik" and "dentysta" to "restauracja" and "mechanik samochodowy". Just enter the Polish keyword.

**🤔 Can I search multiple cities at once?**
Yes — provide multiple Start URLs, each with a different city. The scraper will process them all in a single run.

**🤔 What's the difference between basic and extractDetails mode?**
Basic mode extracts data from listing pages (fast, ~10 items/second). ExtractDetails mode visits each company page for complete info including description, opening hours, and NIP/REGON (slower but comprehensive).

**🤔 Are phone numbers always available?**
Most listings include phone numbers. Some businesses hide them behind click-to-reveal buttons — the scraper attempts to extract these when possible.

**🤔 Can I export the data?**
Yes — JSON, CSV, Excel, XML, HTML, RSS. You can also push data directly to Google Sheets, Zapier, Make, or any webhook/API endpoint.

**🤔 How often should I run this?**
For fresh data, run weekly or monthly. Business listings don't change as frequently as e-commerce prices. You can schedule automatic runs on Apify with just a few clicks.

**🤔 Does it work with proxies?**
Yes — residential proxies are recommended for high-volume scraping. The scraper works with Apify's built-in proxy service.

***

### 🛠️ Need Custom Filters or Features?

**I'm happy to customize this scraper for your specific needs!** 🤝

Whether you need:

- 🎯 Additional filters (specific voivodeships, rating thresholds, only businesses with email)
- 📊 Extra data fields or custom output formats
- 🔄 Integration with your CRM, Google Sheets, or database
- ⏰ Scheduled scraping with automatic deduplication
- 🌐 Scraping from other Polish business directories alongside PanoramaFirm

👉 **Don't hesitate to reach out via private message** — I respond quickly and I'm always open to building exactly what you need. No request is too small or too specific!

***

### ⚖️ Legal & Ethical Use

This scraper collects **only publicly available information** from PanoramaFirm.pl. It does not access private data, bypass authentication, or scrape information that requires a login. Please use the data responsibly and in compliance with applicable laws and platform terms of service.

# Actor input Schema

## `startUrls` (type: `array`):

List of PanoramaFirm.pl URLs to scrape. Can be category pages (e.g., https://panoramafirm.pl/hydraulik/warszawa) or individual company URLs.

## `keyword` (type: `string`):

Business category or keyword to search for (e.g., 'hydraulik', 'dentysta', 'restauracja'). Used only if startUrls is not provided.

## `location` (type: `string`):

City or region name (e.g., 'warszawa', 'krakow', 'wroclaw'). Polish characters are normalized automatically.

## `maxItems` (type: `integer`):

Maximum number of companies to scrape (0 = unlimited).

## `extractDetails` (type: `boolean`):

Visit each company page to extract full details (description, opening hours, NIP/REGON, images). Slower but more comprehensive.

## `maxConcurrency` (type: `integer`):

Maximum number of parallel requests (1-20).

## `maxRequestRetries` (type: `integer`):

Maximum number of retries for failed requests.

## `proxyConfiguration` (type: `object`):

Proxy settings. Recommended for high-volume scraping.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://panoramafirm.pl/hydraulik/warszawa"
    }
  ],
  "maxItems": 100,
  "extractDetails": false,
  "maxConcurrency": 5,
  "maxRequestRetries": 3
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://panoramafirm.pl/hydraulik/warszawa"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("trev0n/panoramafirm-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://panoramafirm.pl/hydraulik/warszawa" }] }

# Run the Actor and wait for it to finish
run = client.actor("trev0n/panoramafirm-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://panoramafirm.pl/hydraulik/warszawa"
    }
  ]
}' |
apify call trev0n/panoramafirm-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=trev0n/panoramafirm-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/DPmA54fKgBaHsdfiK/builds/JrMZpjIdfuywHK5YV/openapi.json
