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 Indeed Reviews operation in this node allows users to fetch reviews from Indeed based on a search query or company link. It is useful for gathering employee or company reviews, analyzing sentiment, or monitoring reputation on the Indeed platform. Typical use cases include HR analytics, competitive research, and brand management.
For example, you can input a job search URL or a company page URL from Indeed, specify how many reviews to retrieve, and optionally sort or filter them by date or helpfulness. The node then queries the Outscraper API to return structured review data.
Properties
| Name | Meaning |
|---|---|
| Query | Search links with parameters for jobs or company links for reviews. Example: Indeed job search or company URL. |
| Limit | Maximum number of reviews to return (minimum 1). |
| Async Request | Whether to make the request asynchronously (true/false). |
| Webhook | URL to which Outscraper will send a POST callback once the task finishes (for async requests). |
| Sort | Sort order for reviews. Options: Default, Helpfulness, Rating (Highest First). |
| Cutoff | Oldest timestamp value for reviews; overrides sort to newest first if set. |
| Additional Fields | Collection of optional fields: |
| - Fields | Specific fields to return, comma-separated list. |
| - UI | Whether to execute the request as a UI task (boolean). |
Output
The node outputs JSON data containing the retrieved Indeed reviews matching the query and filters. Each item typically includes review details such as rating, date, text, author, and other metadata depending on requested fields.
If asynchronous mode is enabled, the output may initially contain task status information, and the final results are sent to the specified webhook URL.
No binary data output is indicated.
Dependencies
- Requires an API key credential for the Outscraper API.
- The base URL for the API is configurable via credentials.
- For asynchronous requests, a publicly accessible webhook URL is needed to receive callbacks.
Troubleshooting
- Empty or incomplete results: Check that the query URL is valid and correctly formatted for Indeed job searches or company pages.
- API authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Webhook failures: If using async requests, verify the webhook URL is reachable and accepts POST requests.
- Invalid parameter values: For example, setting limit below 1 or invalid sort options may cause errors.
- Timeouts or rate limits: Large requests or frequent calls might hit API limits; consider reducing limit or adding delays.
Links and References
- Indeed website
- Outscraper API documentation (general reference for API usage)