Bulk Search Proximens GEO Engine
proximens_geo_bulk_searchPro-tier. Run many GEO-principle searches in a single fast call. INPUT: queries (array of 2-100 natural-language strings, each 3-500 chars); optional top_k_per_query (1-10, default 5) and category filter. RETURNS: JSON with a results array (per query: the query, its matched principles, and a count), plus total_queries, total_matches and processing time. USE WHEN you need many lookups at once, e.g. a full-site audit or a keyword list, instead of repeated search_principles calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | ||
| category | No | ||
| top_k_per_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| results | Yes | ||
| total_matches | Yes | ||
| total_queries | Yes |