Trustfolio Reviews Scraper avatar
Trustfolio Reviews Scraper

Pricing

$19.00/month + usage

Go to Store
Trustfolio Reviews Scraper

Trustfolio Reviews Scraper

Developed by

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

Monthly users

1

Runs succeeded

93%

Last modified

a month 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:

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

For scraping individual company details:

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

Output Format

Company Listing

1{
2    url: string;
3}

Company Detail

1{
2    name?: string;
3    description?: string;
4    url: string;
5    website?: string;
6    social?: string[];
7    employees?: string;
8    reviews?: Array<{
9        author?: string;
10        author_role?: string;
11        author_company?: string;
12        review?: string;
13        date?: string;
14        ID?: string;
15        anonimous?: boolean;
16    }>
17}

Output Examples

Company Listing Output

1[
2    {
3        "url": "https://trustfolio.co/profil/company-name-1"
4    },
5    {
6        "url": "https://trustfolio.co/profil/company-name-2"
7    }
8]

Company Detail Output

1{
2    "name": "Example Company",
3    "description": "A detailed description of the company...",
4    "url": "https://trustfolio.co/profil/example-company",
5    "website": "https://example.com",
6    "social": [
7        "https://www.linkedin.com/company/example",
8        "https://twitter.com/example"
9    ],
10    "employees": "entre 10 et 49 collaborateurs",
11    "reviews": [
12        {
13            "ID": "https://trustfolio.co/profil/company/reference/123",
14            "date": "2024-01-15",
15            "review": "Excellent company to work with..."
16        }
17    ]
18}

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.

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

Price

$19.00