Search State And Local Contract Vehicles
Search_State_And_Local_Contract_Vehicles returns state and local contract vehicle records with scope context, timeline fields, and nested related IDVs.
When To Use
Typical questions this tool answers well:
Which state and local contract vehicles match a known vehicle name, issuing organization, or contract identifier phrase?
Which states have the largest concentration of vehicle records under a category or date window?
Which vehicles align to specific NIGP or UNSPSC categories for a product or service area?
Which points of contact and child state/local IDVs are attached to a selected vehicle?
Which vehicles look similar to a known state/local award, IDV, opportunity, or other GovTribe record?
Which vehicle segments should be monitored with saved searches after initial market rollup?
Required Reading
Search_Query_Guide: Required before setting free-text query strings when search_mode is used.
Search_Mode_Guide: Required before choosing keyword vs semantic retrieval.
Date_Filtering_Guide: Required before setting date window filters.
Location_Filtering_Guide: Required before setting location filters.
Input Contract
query: Free-text query string. See Required Reading: Search_Query_Guide.type:stringrequired:nodefault:n/a
page: 1-based page index.type:null|numberrequired:nodefault:1
per_page: Rows per page.type:null|numberrequired:nodefault:10
search_mode: Query interpretation mode. See Required Reading: Search_Mode_Guide.type:stringrequired:nodefault:keywordoptions:keyword,semantic
award_date_range: Filter by the date the award was issued. See Required Reading: Date_Filtering_Guide.type:objectrequired:nodefault:n/ashape:{ from?: null|string, to?: null|string }
state_ids: Filter by states. Use GovTribe IDs or USPS state codes. See Required Reading: Location_Filtering_Guide.type:array<string>required:nodefault:n/a
state_ids_operator: Choose whether to include or exclude values for State IDs (GovTribe or USPS code).type:null|stringrequired:nodefault:inoptions:in,not_in
contact_ids: Filter by points of contact. Use GovTribe IDs.type:array<string>required:nodefault:n/a
contact_ids_operator: Choose whether to include or exclude values for Contact GovTribe IDs.type:null|stringrequired:nodefault:inoptions:in,not_in
nigp_category_ids: Filter by NIGP categories. Use GovTribe IDs or NIGP codes.type:array<string>required:nodefault:n/a
nigp_category_ids_operator: Choose whether to include or exclude values for NIGP Category IDs (GovTribe or NIGP code).type:null|stringrequired:nodefault:inoptions:in,not_in
unspsc_category_ids: Filter by UNSPSC categories. Use GovTribe IDs or UNSPSC codes.type:array<string>required:nodefault:n/a
unspsc_category_ids_operator: Choose whether to include or exclude values for UNSPSC Category IDs (GovTribe or UNSPSC code).type:null|stringrequired:nodefault:inoptions:in,not_in
similar_filter: Find similar to the provided govtribe_type + govtribe_id.type:null|objectrequired:nodefault:n/ashape:{ govtribe_type: string, govtribe_id: string }
state_and_local_contract_vehicle_ids: Include or exclude results by GovTribe IDs.type:array<string>required:nodefault:n/a
state_and_local_contract_vehicle_ids_operator: Choose whether to include or exclude values for GovTribe IDs.type:null|stringrequired:nodefault:inoptions:in,not_in
aggregations: Aggregation keys to compute.type:array<string>required:nodefault:n/aoptions:dollars_obligated_stats,top_nigp_codes_by_dollars_obligated,top_unspsc_codes_by_dollars_obligated,top_states_by_dollars_obligated,top_contract_entities_by_dollars_obligated,top_states_by_doc_count,top_unspsc_codes_by_doc_count,top_nigp_codes_by_doc_count
sort: Sort configuration.type:objectrequired:nodefault:n/ashape:{ key?: null|string, direction?: null|string }options:key:awardDate,_score;direction:asc,desc
fields_to_return: Optional field list for row payloads. If omitted andper_page > 0, rows default togovtribe_id. Forper_page: 0aggregation/meta calls, this field may be omitted. Specifyfields_to_returnwhenever the user asks for fields beyondgovtribe_id, and prefer omitting it in pure aggregation workflows.type:array<string>required:nodefault:n/aoptions:govtribe_id,govtribe_ai_summary,govtribe_type,govtribe_url,name,description,contracting_organization,award_date,potential_completion_date,contract_type,state,unspsc_categories,nigp_categories,government_files,state_local_contract_idvs,points_of_contact
Output Contract
Top-level keys:
current_page: Current page number whenper_page > 0.data: Array of result rows whenper_page > 0.from: First row position in the current page.last_page: Last page number for current filters.path: GovTribe search URL for this result set.per_page: Applied page size.to: Last row position in the current page.total: Total matched row count for current query filters.contains: Dataset label for the returned result set.search_results_id_can_generate_saved_search: Saved-search eligibility flag.search_results_id: Server-side search result identifier.view_search_results_url: URL to open this exact result set.aggregations: Aggregation payload keyed by requested aggregation names when requested.
Row keys:
govtribe_idgovtribe_ai_summarygovtribe_typegovtribe_urlnamedescriptioncontracting_organizationaward_datepotential_completion_datecontract_typestateunspsc_categoriesnigp_categoriesgovernment_filesstate_local_contract_idvspoints_of_contact
Relationship retrieval map:
government_filesresource_type:government_filetool:Search_Government_Filesfilter:government_file_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
nigp_categoriesresource_type:nigp_categorytool:Search_Nigp_Categoriesfilter:nigp_category_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
points_of_contactresource_type:contacttool:Search_Contactsfilter:contact_idsnested_keys:govtribe_id,govtribe_type,name,email,govtribe_url
stateresource_type:statetool:Search_Statesfilter:state_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
state_local_contract_idvsresource_type:state_local_contract_idvtool:Search_State_And_Local_Contract_IDVsfilter:state_and_local_contract_i_d_v_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
unspsc_categoriesresource_type:unspsc_categorytool:Search_Unspsc_Categoriesfilter:unspsc_category_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
Usage Patterns
Pattern A: Exact vehicle lookup by known title or identifier phrase. Tool: Search_State_And_Local_Contract_Vehicles
Pattern B: Filter vehicles by state and procurement categories. Tool: Search_State_And_Local_Contract_Vehicles
Pattern C: Exclude already-reviewed vehicles while continuing a market scan. Tool: Search_State_And_Local_Contract_Vehicles
Pattern D: Aggregation-first market profile by state and category concentration. Tool: Search_State_And_Local_Contract_Vehicles
After rollups, rerun with per_page > 0 and the same filters to retrieve row-level entities.
Pattern E: Semantic similarity search from a known state/local opportunity. Tool: Search_State_And_Local_Contract_Vehicles
Last updated
Was this helpful?
