Outscraper icon

Outscraper

Interact with Outscraper API

Actions49

Overview

The Trustpilot Search operation in this node allows users to query Trustpilot for business reviews and related data by providing links or domain names. It is useful for gathering customer feedback, reputation analysis, competitive research, or monitoring brand sentiment on Trustpilot.

Typical use cases include:

  • Extracting reviews or ratings for a specific company or website.
  • Collecting multiple results with pagination support (skip and limit).
  • Performing asynchronous requests where the task runs in the background and results are delivered via webhook.
  • Customizing returned fields and enrichment options to tailor the output data.

For example, you can input a domain like outscraper.com or a full Trustpilot review URL to retrieve relevant reviews and metadata about that business.

Properties

Name Meaning
Query Links to Trustpilot pages or domain names (e.g., outscraper.com, https://www.trustpilot.com/review/outscraper.com). This is the main search input.
Limit Max number of results to return (only applicable for "search" and "reviews" operations).
Skip Number of results to skip (useful for pagination).
Async Request Whether to make an asynchronous request. If true, the request runs in the background.
Webhook URL to which Outscraper will send a POST request once the asynchronous task is finished.
Additional Fields Collection of optional parameters:
- Fields Specific fields to return, comma-separated.
- Enrichment Additional data enrichments to include.
- UI Whether to execute the request as a UI task (boolean).

Output

The node outputs JSON data containing the search results from Trustpilot based on the query and other parameters. The structure typically includes:

  • Business or domain information.
  • Reviews and ratings.
  • Metadata fields as specified in the "Fields" property.
  • Any additional enrichment data requested.

If the request is asynchronous, the output may initially contain task status or identifiers, and the final data will be sent to the configured webhook URL.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for Outscraper service.
  • The base URL and API key must be configured in the node credentials.
  • For asynchronous requests, a publicly accessible webhook URL is needed to receive callbacks.

Troubleshooting

  • Empty or no results: Ensure the query string is correctly formatted as a valid Trustpilot domain or URL.
  • API authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Webhook failures: Confirm the webhook URL is reachable and accepts POST requests; check firewall or network restrictions.
  • Limit and skip misuse: Using very high limits or incorrect skip values may cause incomplete or unexpected results.
  • Async flag confusion: Setting async to true requires handling webhook callbacks properly; otherwise, results won't appear immediately.

Links and References

Discussion