Trustpilot Scraper API

ENDPOINTS
GET/trustpilot/categories/search

Category Search

Search for categories by keyword.

QUERY PARAMS

Keyword or phrase to search categories by.

Language–country code used for localization. Matches the country selector in the Trustpilot website footer.

Default: en-US

Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE

{
  "count": 5,
  "results": [
    {
      "category_id": "gaming_service_provider",
      "category_link": "https://www.trustpilot.com/categories/gaming_service_provider",
      "category_name": "Gaming service Provider",
      "root_category_id": "events_entertainment"
    },
    {
      "category_id": "baby_store",
      "category_link": "https://www.trustpilot.com/categories/baby_store",
      "category_name": "Baby Store",
      "root_category_id": "shopping_fashion"
    },
    {
      "category_id": "gaming",
      "category_link": "https://www.trustpilot.com/categories/gaming",
      "category_name": "Gaming",
      "root_category_id": "events_entertainment"
    },
    {
      "category_id": "video_game_store",
      "category_link": "https://www.trustpilot.com/categories/video_game_store",
      "category_name": "Video Game Store",
      "root_category_id": "events_entertainment"
    },
    {
      "category_id": "software_vendor",
      "category_link": "https://www.trustpilot.com/categories/software_vendor",
      "category_name": "Software Vendor",
      "root_category_id": "electronics_technology"
    }
  ]
}