In the generated Python script for the Query Builder, the value for PDL_URL is missing quotes for both Person and Company searches. This causes the script to error out when run.
To fix, change PDL_URL = https://api.peopledatalabs.com/v5/person/search to PDL_URL = "https://api.peopledatalabs.com/v5/person/search" and the same with the company endpoint