Complete data extraction solution for Trustfolio.co that seamlessly scrapes company profiles and reviews with structured output and proxy support.
A web scraper built with Apify SDK to extract company information and reviews from Trustfolio.co.
The scraper accepts the following input parameter:
Parameter | Type | Description | Required |
---|---|---|---|
url | string | The 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 |
1{ 2 "url": "https://trustfolio.co/membres/recrutement-et-rh" 3}
1{ 2 "url": "https://trustfolio.co/profil/company-name" 3}
1{ 2 url: string; 3}
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}
1[ 2 { 3 "url": "https://trustfolio.co/profil/company-name-1" 4 }, 5 { 6 "url": "https://trustfolio.co/profil/company-name-2" 7 } 8]
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}
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.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!