Feefo Reviews Scraper

Feefo Reviews Scraper

by njoylab

A lightweight Apify actor that extracts customer reviews from Feefo.com including ratings, review text, and metadata. Offers flexible filtering option...

296 runs
15 users
Try This Actor

Opens on Apify.com

About Feefo Reviews Scraper

A lightweight Apify actor that extracts customer reviews from Feefo.com including ratings, review text, and metadata. Offers flexible filtering options and delivers clean, structured JSON output for easy integration with your pipeline.

What does this actor do?

Feefo Reviews Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Feefo Reviews Scraper This Apify actor scrapes customer reviews data from feefo.com for specified company pages. ## Input Parameters The input parameters are defined as a JSON object with the following fields: | Parameter | Type | Required | Description | Default | Options | |-----------|------|----------|-------------|---------|----------| | url | string | Yes | Full URL of the company page (e.g., https://www.feefo.com/en-GB/reviews/emperor-divers) | - | - | | date | string | No | Filter reviews by time period | "ALL" | "ALL", "WEEK", "MONTH", "SIX_MONTHS", "YEAR" | | score | string | No | Filter reviews by rating score | "" (All) | "", "5", "4", "3", "2", "1" | | type | string | No | Filter reviews by feedback type | "BOTH" | "SERVICE", "PRODUCT", "BOTH" | | page | integer | No | Starting page number for scraping | 1 | - | | pages | integer | No | Maximum number of review pages to scrape | 10 | - | ## Example Input json { "url": "https://www.feefo.com/en-GB/reviews/emperor-divers", "date": "MONTH", "score": "5", "type": "SERVICE", "page": 1, "pages": 5 } ## Output Structure The actor outputs structured review data from Feefo in the following format:typescript interface ScraperOutput { reviews: Review[]; review_pages: number[]; domain: string; rating: AggregateRating; name: string; description: string; website: string; url: string; ID: string; image: string; phone: string; country: string; address: string; city: string; zipCode: string; region: string; } interface Review { id: string; author: { "@type": "Person"; name: string; }; url: string; comment: string; reviewRating: { "@type": "Rating"; ratingValue: number; }; inLanguage: string; } interface AggregateRating { "@type": "AggregateRating"; bestRating: number; reviewCount: number; ratingValue: number; worstRating: number; } ### Example Response json { "reviews": [ { "id": "123a456be7c8f9d012345678", "author": { "@type": "Person", "name": "Trusted Customer" }, "url": "https://www.feefo.com/reviews/example-company/123a456be7c8f9d012345678/customer-review-great-experience", "comment": "The staff was very professional and attentive. The facilities were excellent and the overall experience was very enjoyable. Would definitely recommend their services.", "reviewRating": { "@type": "Rating", "ratingValue": 5 }, "inLanguage": "en-GB" } ], "review_pages": [1, 2, 3], "domain": "example-company", "rating": { "@type": "AggregateRating", "bestRating": 5, "reviewCount": 1234, "ratingValue": 4.8, "worstRating": 1 }, "name": "Example Company", "description": "Professional services with experienced staff. We offer various packages and solutions tailored to customer needs.", "website": "https://www.example-company.com", "url": "https://www.feefo.com/reviews/example-company", "ID": "example-company", "image": "https://www.feefo.com/api/merchant-image/example-company-logo.jpg", "phone": "0123 456 7890", "country": "United Kingdom", "address": "123 Business Street, Suite 456", "city": "London", "zipCode": "SW1A 1AA", "region": "Greater London" } `` Note: Thereviews` array structure will be populated with actual review data when scraping is performed. ## Usage 1. Configure input: Set the required company URL and optional filters (date range, score, page limit) 2. Run the actor: Execute the Apify actor with your input configuration 3. Process results: Access the structured review data from Apify's storage ## Disclaimer This actor is designed for legitimate data collection from Feefo's public review directory. Please ensure your usage complies with feefo.com's terms of service and robots.txt policies.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Feefo Reviews Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
njoylab
Pricing
Paid
Total Runs
296
Active Users
15
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support