LangChain integration for Parallel's FindAll API.
FindAll discovers entities from the web that match a natural-language objective plus a set of boolean match conditions. Returns a ranked list of candidates with citations.
Retrieve the Parallel API key from argument or environment variables.
Returns a configured async Parallel SDK client.
Returns a configured sync Parallel SDK client.
Webhook config for a FindAll run.
One boolean condition the API uses to filter candidates.
The pair (name, description) names a True/False question the API answers per candidate; only candidates with all conditions True are returned.
One entry in the FindAll exclude_list.
Input schema for :class:ParallelFindAllTool.
Run a Parallel FindAll discovery and return the matched candidates.
FindAll discovers entities from the web that satisfy a natural-language objective plus a set of boolean match conditions. Useful for lead generation, market mapping, and entity enumeration.