Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
Overview
This node interacts with the TalentSight API to search for candidates based on various criteria. It allows users to perform a search query with optional filters such as company, location, and title, and supports pagination and limiting the number of results. This is useful for recruiters or HR professionals looking to find potential candidates matching specific job requirements or criteria.
Use Case Examples
- Search for candidates with a specific job title in a particular location.
- Retrieve a limited number of candidate profiles matching a search query.
- Paginate through candidate search results to process large datasets.
Properties
| Name | Meaning |
|---|---|
| Search Query | The main search string to find candidates. Defaults to '*' to match all. |
| Limit | Maximum number of candidate results to return, between 1 and 100. |
| Page | Page number for paginated results, starting from 1. |
| Company | Filter candidates by company name. |
| Location | Filter candidates by location. |
| Title | Filter candidates by job title. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy, and timeout. |
Output
JSON
candidates- Array of candidate objects matching the search criteria.total- Total number of candidates found matching the search.page- Current page number of the results.limit- Maximum number of results returned per page.
Dependencies
- Requires TalentSight API credentials for authentication.
Troubleshooting
- Ensure the TalentSight API credentials are correctly configured and valid.
- Check network connectivity and proxy settings if requests fail.
- Verify that the search query and filters are correctly formatted and supported by the API.
- If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
Links
- TalentSight API Documentation - Official API documentation for TalentSight, detailing endpoints and parameters.