Trustpilot Categories
Pricing
$3.00/month + usage
Trustpilot Categories
The Trustpilot Categories Scraper extracts categories and subcategories from Trustpilot, providing detailed data in JSON format for market research and e-commerce analysis.
Pricing
$3.00/month + usage
Rating
0.0
(0)
Developer

shareze
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
16 days ago
Last modified
Categories
Share
Trustpilot Categories Scraper
This Apify Actor is designed to scrape categories and subcategories from Trustpilot. It retrieves detailed information about top-level categories and their associated subcategories.
How to Use
-
Input Configuration: The Actor requires the following input parameters, which are defined in the
input_schema.jsonfile:keywords(string, optional): Keywords to search for specific categories. If not provided, all categories will be retrieved.
-
Run the Actor: You can run the Actor on the Apify platform or locally using the Apify SDK. Provide the required input parameters in the following format:
{"keywords": "electronics"} -
Output: The Actor will return a JSON array containing the scraped categories. Each category includes fields such as:
topLevelCategoryId: The ID of the top-level category.topLevelCategoryName: The name of the top-level category.categoryId: The ID of the subcategory.displayName: The name of the subcategory.
-
Example Output:
[{"topLevelCategoryId": "electronics","topLevelCategoryName": "Electronics","categoryId": "mobile-phones","displayName": "Mobile Phones"},{"topLevelCategoryId": "electronics","topLevelCategoryName": "Electronics","categoryId": "laptops","displayName": "Laptops"}]
Use Cases
- Extract Trustpilot categories for market research.
- Analyze category structures for specific industries.
- Collect data for e-commerce or competitor analysis.