Python SDK
Organization Match
Discover organizations by keyword
Uses semantic search to find organizations matching a keyword or natural-language description. Optionally filter by headquarters location. Returns up to 10,000 results ranked by similarity score. Credits are deducted only for results that meet the min_similarity_score threshold.
result_count must be between 1 and 10000 (inclusive).
min_similarity_score must be between 0 and 0.95 (inclusive). Defaults to 0.
Errors
400—result_countis out of the allowed range, ormin_similarity_scoreis outside 0–0.95.402— Insufficient credits.
POST
Python SDK
Uses semantic search to find organizations matching a keyword or natural-language description. Optionally filter by headquarters location. Returns up to 10,000 results ranked by similarity score. Credits are deducted only for results that meet the min_similarity_score threshold. result_count must be between 1 and 10000 (inclusive). min_similarity_score must be between 0 and 0.95 (inclusive). Defaults to 0.
Authorizations
Body
application/json
Minimum similarity score (0–0.95). Only results at or above this threshold are returned and charged.
Required range:
0 <= x <= 0.95Case-sensitive. Must match the city name exactly as stored.
Response
Successful Response
