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 Job Search operation in this node allows users to perform job searches or company review lookups on the Indeed platform by providing search URLs with parameters. It interacts with the Outscraper API, which scrapes and returns structured data from Indeed based on the query input.
This node is beneficial for automating the extraction of job listings or company reviews from Indeed without manual browsing or scraping. For example, recruiters can gather job postings matching specific criteria, or market researchers can collect company review data for sentiment analysis.
Practical examples:
- Searching for software engineering jobs in a specific location by providing an Indeed job search URL.
- Retrieving company reviews by supplying a company page URL from Indeed.
Properties
| Name | Meaning |
|---|---|
| Query | The Indeed search URL containing parameters for jobs or company reviews (e.g., job search or company link). |
| Limit | Maximum number of results to return (minimum 1). |
| Async Request | Whether to make the request asynchronously (true/false). |
| Webhook | A callback URL where Outscraper will POST the results once the task finishes (used with async requests). |
| Additional Fields | Collection of optional fields: |
| - Fields | Specific comma-separated fields to return in the response. |
| - UI | Whether to execute the request as a UI task (true/false). |
Output
The node outputs JSON data containing the scraped results from Indeed based on the provided query. The structure typically includes job listings or company review details depending on the query type.
If asynchronous mode is enabled, the output may initially contain task status information, and the final data will be sent to the specified webhook URL.
No binary data output is indicated.
Dependencies
- Requires an active Outscraper API key credential configured in n8n.
- The node sends HTTP requests to the Outscraper API endpoint defined by the user's credentials.
- For asynchronous requests, a publicly accessible webhook URL must be provided to receive callbacks.
Troubleshooting
- Empty or incomplete results: Ensure the query URL is correctly formatted and points to a valid Indeed job search or company review page.
- API authentication errors: Verify that the Outscraper API key is correctly set up in n8n credentials.
- Webhook failures: When using async requests, confirm the webhook URL is reachable and properly handles POST requests.
- Limit parameter issues: Setting limit below 1 or too high might cause errors; use reasonable values.
- Field selection errors: If specifying fields, ensure they are valid and comma-separated without typos.