# Fixly.pl Service Provider Reviews Scraper (`trev0n/fixly-service-provider-reviews-scraper`) Actor

Scrape all customer reviews for service providers on Fixly.pl. Provide a profile URL or company name to get reviews with ratings, comments, dates, and reviewer info.

- **URL**: https://apify.com/trev0n/fixly-service-provider-reviews-scraper.md
- **Developed by:** [Paweł](https://apify.com/trev0n) (community)
- **Categories:** Developer tools, Automation, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN 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 a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## ⭐ Fixly.pl Service Provider Reviews Scraper

🎯 **Extract all customer reviews for any service provider on Fixly.pl — Poland's largest contractor marketplace!**

Get detailed review data including ratings, comments, reviewer info, service categories, photos, and provider responses. Perfect for reputation monitoring, competitor analysis, or market research in the Polish home services industry.

---

### 🚀 What Does It Do?

This scraper automatically collects **all customer reviews** from any service provider profile on Fixly.pl. No manual browsing needed — just provide a profile URL and get structured, ready-to-use data.

💡 **Simple to use:** Paste one or more profile URLs and extract all reviews instantly

---

### 👥 Who Is This For?

| 🏢 Use Case                  | 💬 How It Helps                                                    |
| ---------------------------- | ------------------------------------------------------------------ |
| 📊 **Market Researchers**    | Analyze customer satisfaction trends across service categories     |
| 🔎 **Competitor Analysts**   | Monitor competitor reviews and identify their strengths/weaknesses |
| 📣 **Marketing Agencies**    | Gather social proof and testimonials for client campaigns          |
| 🤝 **Service Providers**     | Track your own reviews and compare with competitors                |
| 📈 **Business Intelligence** | Build datasets for sentiment analysis and market insights          |
| 🏠 **Property Managers**     | Find and vet reliable contractors based on real customer feedback  |

---

### ✨ Features

- ⭐ **Complete Review Data** — Ratings, comments, dates, and reviewer information
- 👤 **Reviewer Details** — First name and city of each reviewer
- 🏷️ **Service Categories** — Know exactly what service the review is about
- 📸 **Photo Detection** — See which reviews include customer photos (with URLs)
- 💬 **Provider Responses** — Capture if and how the provider replied to reviews
- 🚀 **Lightning Fast** — Fetches 50 reviews per second via direct data access
- 🔄 **No Duplicates** — Each review has a unique ID for easy deduplication
- 📤 **Export Anywhere** — Download results as JSON, CSV, Excel, or push to Google Sheets, Zapier, Make, or your CRM

---

### 🎛️ Filters & Options

| Option              | What It Does                                                                     |
| ------------------- | -------------------------------------------------------------------------------- |
| 🔗 **Profile URLs** | Provide direct links to provider profiles (e.g., `fixly.pl/profil/company-name`) |
| 🔢 **Max Reviews**  | Limit how many reviews to extract (0 = unlimited)                                |

---

### 📦 What You Get (Output Fields)

Every review includes:

#### ⭐ Review Details

| Field             | Example                                    |
| ----------------- | ------------------------------------------ |
| id                | `1243900`                                  |
| rating            | `5`                                        |
| comment           | `Super szybka usługa. Polecam!`            |
| date              | `2025-02-05T20:17:35.000Z`                 |
| serviceName       | `Ślusarz`                                  |
| serviceCategories | `["Ślusarz", "Awaryjne otwieranie drzwi"]` |

#### 👤 Reviewer Info

| Field        | Example    |
| ------------ | ---------- |
| reviewerName | `Karol`    |
| reviewerCity | `Warszawa` |

#### 📸 Media & Responses

| Field        | Example                                    |
| ------------ | ------------------------------------------ |
| hasPhotos    | `true`                                     |
| photoUrls    | `["https://cdn.fixly.pl/feedback/...jpg"]` |
| hasReply     | `true`                                     |
| replyComment | `Dziękuję za pozytywną opinię!`            |
| replyDate    | `2025-02-06T10:30:00.000Z`                 |

#### 🏢 Provider Info

| Field           | Example                                |
| --------------- | -------------------------------------- |
| providerId      | `37194`                                |
| providerName    | `Jan Kowalski`                         |
| providerCompany | `ElektrykOtwieracz`                    |
| providerRating  | `4.9`                                  |
| profileUrl      | `https://fixly.pl/profil/jan-kowalski` |

#### 📋 Metadata

| Field      | Example                    |
| ---------- | -------------------------- |
| isExternal | `false`                    |
| scrapedAt  | `2026-04-13T12:00:00.000Z` |

---

### 📊 Example Output

```json
{
    "id": "1243900",
    "providerId": "37194",
    "providerName": "Jan Kowalski",
    "providerCompany": "ElektrykOtwieracz",
    "providerRating": 5,
    "rating": 5,
    "comment": "Super. O 20:30 zlecilem naprawe zamka ze zlamanym kluczem. O 21:10 bylem w mieszkaniu z nowym zamkiem w drzwiach.",
    "reviewerName": "Karol",
    "reviewerCity": "Łódź",
    "date": "2025-02-05T20:17:35.000Z",
    "serviceName": "Ślusarz",
    "serviceCategories": ["Ślusarz"],
    "hasPhotos": true,
    "photoUrls": ["https://cdn.fixly.pl/feedback/1937668-b2b7c1e23fc93b17679eb5143299481f.jpg"],
    "isExternal": false,
    "hasReply": false,
    "profileUrl": "https://fixly.pl/profil/bartosz-gawronski",
    "scrapedAt": "2026-04-13T19:52:32.135Z"
}
````

***

### 📋 Dataset Views

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

| View                | What It Shows                                                |
| ------------------- | ------------------------------------------------------------ |
| 📊 **Overview**     | Provider, rating, comment, reviewer, date, profile URL       |
| 📋 **Detailed**     | All fields including photos, categories, and replies         |
| 🏢 **By Provider**  | Provider name, company, overall rating, total reviews        |
| ⭐ **Ratings Only** | Provider, rating, date, reviewer — compact view for analysis |

***

### ❓ FAQ

**🤔 How many reviews can I scrape?**
As many as you need! The scraper uses efficient data access and can extract thousands of reviews in minutes. Set `maxReviews` to 0 for unlimited.

**🤔 Can I scrape multiple providers at once?**
Yes — just add multiple profile URLs to the input. Each provider's reviews will be extracted separately.

**🤔 Are photos included?**
Yes — if a review has photos, you'll get the `hasPhotos` flag and full URLs in `photoUrls`.

**🤔 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 daily or weekly. You can schedule automatic runs on Apify with just a few clicks.

**🤔 Does it work with proxies?**
Yes — residential proxies are recommended for the best results. 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 (by rating, date range, service category, reviewer city)
- 📊 Extra data fields or custom output formats
- 🔄 Integration with your CRM, Google Sheets, or database
- ⏰ Scheduled scraping with automatic deduplication
- 🌐 Scraping from other review platforms alongside Fixly.pl

👉 **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 Fixly.pl. It does not access private data, bypass authentication, or scrape any information that isn't visible to regular website visitors. Please use the data responsibly and in compliance with applicable laws and platform terms of service.

# Actor input Schema

## `profileUrls` (type: `array`):

List of Fixly.pl profile URLs to scrape reviews from (e.g., https://fixly.pl/profil/firma-xyz).

## `maxReviews` (type: `integer`):

Maximum number of reviews to scrape per provider (0 = unlimited).

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

Proxy settings for the scraper. Optional - works without proxies for most use cases.

## Actor input object example

```json
{
  "profileUrls": [
    {
      "url": "https://fixly.pl/profil/gral-met"
    }
  ],
  "maxReviews": 0
}
```

# 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 = {
    "profileUrls": [
        {
            "url": "https://fixly.pl/profil/gral-met"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("trev0n/fixly-service-provider-reviews-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 = { "profileUrls": [{ "url": "https://fixly.pl/profil/gral-met" }] }

# Run the Actor and wait for it to finish
run = client.actor("trev0n/fixly-service-provider-reviews-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 '{
  "profileUrls": [
    {
      "url": "https://fixly.pl/profil/gral-met"
    }
  ]
}' |
apify call trev0n/fixly-service-provider-reviews-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Fixly.pl Service Provider Reviews Scraper",
        "description": "Scrape all customer reviews for service providers on Fixly.pl. Provide a profile URL or company name to get reviews with ratings, comments, dates, and reviewer info.",
        "version": "1.0",
        "x-build-id": "KsUFg9aP0WjlA71CK"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/trev0n~fixly-service-provider-reviews-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-trev0n-fixly-service-provider-reviews-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/trev0n~fixly-service-provider-reviews-scraper/runs": {
            "post": {
                "operationId": "runs-sync-trev0n-fixly-service-provider-reviews-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/trev0n~fixly-service-provider-reviews-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-trev0n-fixly-service-provider-reviews-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "profileUrls"
                ],
                "properties": {
                    "profileUrls": {
                        "title": "Profile URLs",
                        "type": "array",
                        "description": "List of Fixly.pl profile URLs to scrape reviews from (e.g., https://fixly.pl/profil/firma-xyz).",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxReviews": {
                        "title": "Max Reviews",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of reviews to scrape per provider (0 = unlimited).",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for the scraper. Optional - works without proxies for most use cases."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
