Outscraper icon

Outscraper

Interact with Outscraper API

Actions49

Overview

The GetApp Review - Reviews operation in this node allows users to retrieve customer reviews from the GetApp platform for a specified app. This is useful for businesses and analysts who want to monitor user feedback, analyze sentiment, or gather competitive intelligence on software products listed on GetApp.

Typical use cases include:

  • Collecting recent or highly rated reviews for market research.
  • Monitoring customer satisfaction trends over time.
  • Aggregating review data for reporting or integration with CRM systems.

For example, a marketing team could use this node to fetch the top 50 recommended reviews of Salesforce from GetApp to understand customer opinions and improve their messaging.

Properties

Name Meaning
Query Direct URL link to a specific GetApp application’s review page (e.g., a full GetApp app reviews URL)
Limit Maximum number of review results to return (minimum 1)
Sort Order in which reviews are returned. Options: Highest Rated, Least Recent, Lowest Rated, Most Recent, Recommended
Cutoff Timestamp cutoff to filter out older reviews; overrides sort order to newest first
Async Request Whether to perform the request asynchronously
Webhook URL to receive a POST callback once the asynchronous task completes
Additional Fields Collection of optional parameters:
• Fields: Comma-separated list of specific fields to return
• UI: Boolean to execute the request as a UI task

Output

The node outputs JSON data containing the retrieved reviews from GetApp according to the query parameters. The structure typically includes an array of review objects, each containing details such as reviewer name, rating, review text, date, and any additional requested fields.

If the async option is enabled, the output may initially contain task status information, and the final review data will be sent to the specified webhook URL upon completion.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Outscraper API service.
  • The base URL for the API is configurable via credentials.
  • For asynchronous requests, a publicly accessible webhook URL must be provided to receive callbacks.

Troubleshooting

  • Empty or incomplete results: Ensure the Query property contains a valid and complete GetApp app reviews URL.
  • API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Webhook failures: If using async mode, confirm the webhook URL is reachable and can accept POST requests.
  • Invalid parameter values: Check that numeric inputs like Limit and Cutoff meet minimum requirements and that Sort uses one of the allowed options.
  • Timeouts or slow responses: Large limits or complex queries may increase response times; consider using async mode for long-running tasks.

Links and References

Discussion