# Feefo Reputation Benchmarking Dashboard

**Use case:** 

Benchmark brand reputation across Feefo merchants. Compare overall ratings, verified review counts and star distributions across retailers from summary data for reporting.

## Input

```json
{
  "merchantIdentifiers": [
    "currys",
    "appliances-direct"
  ],
  "reviewMode": "all",
  "sincePeriod": "year",
  "includeFullThread": false,
  "maxReviewsPerMerchant": 10,
  "includeSummary": true,
  "minRating": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "merchant_identifier": {
    "label": "Merchant ID",
    "format": "text"
  },
  "merchant_name": {
    "label": "Name",
    "format": "text"
  },
  "total_reviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "verified_reviews": {
    "label": "Verified",
    "format": "number"
  },
  "rating_overall": {
    "label": "Overall Rating",
    "format": "number"
  },
  "rating_service_count": {
    "label": "Service Reviews",
    "format": "number"
  },
  "rating_service_5star": {
    "label": "Service 5★",
    "format": "number"
  },
  "rating_service_1star": {
    "label": "Service 1★",
    "format": "number"
  },
  "rating_product_count": {
    "label": "Product Reviews",
    "format": "number"
  },
  "rating_product_5star": {
    "label": "Product 5★",
    "format": "number"
  },
  "rating_product_1star": {
    "label": "Product 1★",
    "format": "number"
  },
  "merchant_url": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Feefo Scraper [From $0.95💰] | Reviews | UK Merchant Data](https://apify.com/ahmed_jasarevic/feefo-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/feefo-scraper.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/ahmed_jasarevic/feefo-scraper.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`).
