Trustpilot Categories avatar
Trustpilot Categories

Pricing

$3.00/month + usage

Go to Apify Store
Trustpilot Categories

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

shareze

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

  1. Input Configuration: The Actor requires the following input parameters, which are defined in the input_schema.json file:

    • keywords (string, optional): Keywords to search for specific categories. If not provided, all categories will be retrieved.
  2. 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"
    }
  3. 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.
  4. 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.