Trustfolio Reviews Scraper avatar
Trustfolio Reviews Scraper

Pricing

$19.00/month + usage

Go to Store
Trustfolio Reviews Scraper

Trustfolio Reviews Scraper

Developed by

njoylab

njoylab

Maintained by Community

Complete data extraction solution for Trustfolio.co that seamlessly scrapes company profiles and reviews with structured output and proxy support.

5.0 (2)

Pricing

$19.00/month + usage

2

Total users

1

Monthly users

1

Runs succeeded

83%

Last modified

8 days ago

Trustfolio Reviews and Companies Scraper

A web scraper built with Apify SDK to extract company information and reviews from Trustfolio.co.

Features

  • Scrapes company listings from category pages
  • Extracts detailed company information and reviews
  • Supports Apify proxy configuration

Input Parameters

The scraper accepts the following input parameter:

ParameterTypeDescriptionRequired
urlstringThe URL to scrape. Can be either a category page (e.g., "https://trustfolio.co/membres/recrutement-et-rh") or a company profile page (e.g., "https://trustfolio.co/profil/company-name")Yes

Example inputs:

For scraping company listings:

{
"url": "https://trustfolio.co/membres/recrutement-et-rh"
}

For scraping individual company details:

{
"url": "https://trustfolio.co/profil/company-name"
}

Output Format

Company Listing

{
url: string;
}

Company Detail

{
name?: string;
description?: string;
url: string;
website?: string;
social?: string[];
employees?: string;
reviews?: Array<{
author?: string;
author_role?: string;
author_company?: string;
review?: string;
date?: string;
ID?: string;
anonimous?: boolean;
}>
}

Output Examples

Company Listing Output

[
{
"url": "https://trustfolio.co/profil/company-name-1"
},
{
"url": "https://trustfolio.co/profil/company-name-2"
}
]

Company Detail Output

{
"name": "Example Company",
"description": "A detailed description of the company...",
"url": "https://trustfolio.co/profil/example-company",
"website": "https://example.com",
"social": [
"https://www.linkedin.com/company/example",
"https://twitter.com/example"
],
"employees": "entre 10 et 49 collaborateurs",
"reviews": [
{
"ID": "https://trustfolio.co/profil/company/reference/123",
"date": "2024-01-15",
"review": "Excellent company to work with..."
}
]
}

Usage

  1. Configure input: Set the required URL (either a category page or company profile)
  2. Run the actor: Execute the Apify actor with your input configuration
  3. Process results: Access the structured company and review data from Apify's storage

Disclaimer

This actor is designed for legitimate data collection from Trustfolio's public directory. Please ensure your usage complies with trustfolio.co's terms of service and robots.txt policies.