Feefo Reviews Scraper avatar
Feefo Reviews Scraper

Pricing

$10.00 / 1,000 results

Go to Apify Store
Feefo Reviews Scraper

Feefo Reviews Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Feefo Reviews Scraper gathers customer feedback from Feefo review pages. Provide URLs, item_limit, the Actor returns structured JSON including review URL, reviewer name, location, feedback and purchase dates, attributes (e.g., “Satisfied with delivery”), and comments—perfect for sentiment analysis.

0.0 (0)

Pricing

$10.00 / 1,000 results

0

2

2

Issues response

7.5 days

Last modified

13 days ago

Feefo Reviews Scraper

Introduction

The Feefo Reviews Scraper is an Apify Actor that extracts customer feedback from Feefo review pages. Provide a list of Feefo URLs, set your desired review limit and proxy options, and receive a structured JSON array containing detailed review data.


Input Parameters

ParameterTypeRequiredDescription
item_limitintegerYesMaximum number of reviews to retrieve per URL.
proxyConfigurationobjectYesProxy settings to avoid IP blocks and ensure reliable scraping.
└─ useApifyProxybooleanYesWhether to route requests through Apify Proxy.
└─ apifyProxyGroupsstring[]NoList of Apify Proxy groups to use (e.g., ["RESIDENTIAL"]).
urlsstring[]YesArray of Feefo review page URLs to scrape.

Example Input

{
"item_limit": 10,
"proxyConfiguration": {
"useApifyProxy": true
},
"urls": [
"https://www.feefo.com/en-GB/reviews/tesco-mobile"
]
}

Features

  • Review Limit Control – Fetch up to item_limit reviews per URL.
  • Apify Proxy Support – Built‑in proxy integration to bypass rate limits and geo‑blocks.
  • Batch URL Processing – Scrape reviews from multiple Feefo pages in one run.
  • Rich Feedback Data – Retrieves reviewer name, location, dates, attributes, and comments.
  • Structured JSON Output – Clean, consistent schema for easy downstream processing.

Output

The Actor returns a JSON array where each element represents one review:

[
{
"url": "https://www.feefo.com/en-GB/reviews/tesco-mobile",
"name": "Spike",
"location": "Watford",
"feedback_date": "1 hour ago",
"purchase_date": "03/04/2025",
"attributes": [
"Satisfied with delivery",
"Recommends"
],
"comment": "All was Good & Nothing Bad"
},
{
"url": "https://www.feefo.com/en-GB/reviews/tesco-mobile",
"name": "Trusted Customer",
"location": "N/A",
"feedback_date": "2 hours ago",
"purchase_date": "07/04/2025",
"attributes": [
"Satisfied with delivery"
],
"comment": "Good service from Tesco staff, only to be let down by their WiFi-took ages to cross load!!"
},
{
"url": "https://www.feefo.com/en-GB/reviews/tesco-mobile",
"name": "Trusted Customer",
"location": "N/A",
"feedback_date": "9 hours ago",
"purchase_date": "06/04/2025",
"attributes": [
"Satisfied with delivery",
"Recommends"
],
"comment": ""
}
]

Possible Use Cases

  • Sentiment Analysis on product and service feedback.
  • Quality Assurance to identify frequent praises or issues.
  • Market Research for competitive benchmarking.
  • Customer Support Automation by flagging negative reviews for follow‑up.
  • Data Aggregation for dashboards, reports, or analytics pipelines.

Support

For bug reports or custom needs, contact: 📧 support@getdataforme.com Or use our contact form: https://getdataforme.com/contact/