Outscraper icon

Outscraper

Interact with Outscraper API

Actions49

Overview

The "Trustpilot - Get Business Info" operation in this node allows users to retrieve detailed information about businesses listed on Trustpilot. By providing links to Trustpilot pages or domain names, the node queries the Outscraper API to fetch business data such as reviews, ratings, and other enriched details.

This node is beneficial for scenarios like:

  • Monitoring customer feedback and reputation of a company.
  • Aggregating Trustpilot data for market research or competitive analysis.
  • Automating data collection for CRM enrichment or marketing insights.

Example use case:
You want to gather the latest review summary and business profile for your company listed on Trustpilot by inputting your website domain or Trustpilot URL, then use that data to update your internal dashboards.

Properties

Name Meaning
Query Links to Trustpilot pages or domain names (e.g., outscraper.com, https://www.trustpilot.com/review/outscraper.com). This is required to specify which business info to retrieve.
Async Request Boolean flag indicating whether to make an asynchronous request. If true, the task runs asynchronously.
Webhook URL address to which Outscraper will send a POST request once the asynchronous task is finished. Useful for receiving callbacks when async processing completes.
Additional Fields Collection of optional parameters:
Fields: Specific fields to return, comma-separated.
Enrichment: Additional data enrichments to include.
UI: Boolean to execute the request as a UI task.

Output

The node outputs JSON data containing the requested business information from Trustpilot. The structure typically includes business details such as name, rating, number of reviews, and any additional enriched data specified in the request.

If the asynchronous mode is enabled, the output may initially contain task status or identifiers, with the final data delivered via the webhook callback.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Outscraper API key credential configured in n8n.
  • The node sends requests to the Outscraper API base URL provided in credentials.
  • For asynchronous requests, a publicly accessible webhook URL is needed to receive callbacks.

Troubleshooting

  • Missing or invalid query parameter: Ensure the "Query" property is correctly set with a valid Trustpilot URL or domain name.
  • API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Webhook not receiving callbacks: Confirm the webhook URL is reachable from the internet and properly handles POST requests.
  • Async request delays: Asynchronous tasks may take time; monitor task status or rely on webhook notifications.
  • Invalid additional fields: When specifying "Fields" or "Enrichment," ensure values are supported by the Outscraper API to avoid empty or error responses.

Links and References

Discussion