Trustfolio Reviews Scraper

Trustfolio Reviews Scraper

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

AUTOMATIONDEVELOPER_TOOLSLEAD_GENERATIONApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!