# Feefo Review Text Dataset for NLP & Sentiment

**Use case:** 

Build a review text dataset for sentiment analysis and opinion mining. Full-length Feefo review text with star ratings, product context and timestamps for NLP training and analytics.

## Input

```json
{
  "merchantIdentifiers": [
    "currys"
  ],
  "reviewMode": "all",
  "sincePeriod": "all",
  "includeFullThread": false,
  "maxReviewsPerMerchant": 1000,
  "includeSummary": false,
  "minRating": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "_review_type": {
    "label": "Type",
    "format": "text"
  },
  "merchant_identifier": {
    "label": "Merchant",
    "format": "text"
  },
  "customer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "product_title": {
    "label": "Product",
    "format": "text"
  },
  "product_sku": {
    "label": "SKU",
    "format": "text"
  },
  "created_at": {
    "label": "Date",
    "format": "date"
  },
  "service_attributes": {
    "label": "Service Attrs",
    "format": "object"
  },
  "product_attributes": {
    "label": "Product Attrs",
    "format": "object"
  },
  "merchant_reply": {
    "label": "Reply",
    "format": "text"
  },
  "verification_state": {
    "label": "Verified",
    "format": "text"
  },
  "locale": {
    "label": "Locale",
    "format": "text"
  }
}
```

## 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`).
