The script candidate_finder.py corresponds to our How to Find Candidates using a Job Description tutorial.
- Download the contents of this folder.
- Install Python 3.6+ and PDL's Python SDK.
- Get a Free PDL License & API Key.
- Set your API key on line 8 of candidate_finder.py.
api_key='YOUR API KEY HERE'
- Go to the
candidate_finder/
folder.$ cd ~/candidate_finder
- Run the script. (NOTE: The script uses 50 Person Search PDL credits!)
$ python candidate_finder.py
- Candidate profiles will be saved in the created
candidate_profiles.csv
file in the same folder as the script.
For a detailed explanation of this script, please watch the tutorial.
The tutorial was written using v19.0 of the PDL API, and v1.1.0 of PDL's Python SDK.
In future builds, the number of matches may be different than shown in the tutorial.