Actions49
- Airbnb Actions
- AppStore Actions
- Booking Actions
- Company Insight Actions
- Emails & Contact Actions
- Expedia Actions
- G2 Review Actions
- Geocoding Actions
- GetApp Review Actions
- Google Map Actions
- Google Search Actions
- Indeed Actions
- Phone Identity Finder Actions
- Phones Owner Actions
- Product Hunt Actions
- Target Review Actions
- TikTok Profile Actions
- TripAdvisor Actions
- Trustpilot Actions
- Twitter Profile Actions
- Universal AI Scraper Actions
- Walmart Review Actions
- WebPage Screenshoter Actions
- Whitepages Addresses Scraper Actions
- Yellow Pages Search Actions
- Yelp Actions
- YouTube Actions
- Zillow Actions
Overview
The node interacts with the Outscraper API to retrieve G2 product reviews. Specifically, the "Get Reviews" operation fetches user reviews for a specified G2 product URL. This is useful for businesses and analysts who want to monitor customer feedback, analyze sentiment, or gather competitive intelligence from G2 review data.
Practical examples include:
- Automatically collecting recent reviews of your software product listed on G2 to track customer satisfaction trends.
- Aggregating competitor reviews to identify strengths and weaknesses.
- Feeding review data into dashboards or CRM systems for enhanced customer insights.
Properties
| Name | Meaning |
|---|---|
| Query | The URL link to the G2 product page (e.g., https://www.g2.com/products/outscraper). |
| Limit | Maximum number of review results to return (minimum 1). |
| Sort | Sort order for the reviews. Options: G2 Default, Highest Rated, Lowest Rated, Most Helpful, Most Recent. |
| Cutoff | Timestamp cutoff to filter out reviews older than this value; overrides sort to newest first. |
| Async Request | Whether to make the request asynchronously (true/false). |
| Webhook | URL to which Outscraper will send a POST callback once the asynchronous task finishes. |
| Additional Fields | Collection allowing specification of particular fields to return in the response (comma-separated list). |
Output
The node outputs JSON data containing the retrieved G2 reviews matching the query parameters. Each review typically includes details such as reviewer name, rating, review text, date, helpfulness votes, and other metadata depending on requested fields.
If asynchronous mode is enabled, the output may initially contain task status information, and the actual review data will be delivered via the specified webhook URL once ready.
No binary data output is involved.
Dependencies
- Requires an active Outscraper API key credential configured in n8n.
- Network access to the Outscraper API endpoint.
- If using asynchronous requests, a publicly accessible webhook URL must be provided to receive callbacks.
Troubleshooting
Common issues:
- Invalid or missing API key will cause authentication errors.
- Incorrect or malformed G2 product URLs in the Query property can result in no data or errors.
- Using asynchronous mode without a valid webhook URL will prevent receiving results.
- Exceeding rate limits or quota on the Outscraper API may cause request failures.
Error messages:
- Authentication errors: Verify that the API key credential is correctly set up.
- "No reviews found": Check that the product URL is correct and that reviews exist.
- Timeout or webhook delivery failures: Ensure the webhook URL is reachable and properly configured.