Search Vendors
Search_Vendors returns GovTribe vendor records with identifiers, registration timing, certification tags, and core relationship context used across award and opportunity research.
When To Use
Typical questions this tool answers well:
Which GovTribe vendor record matches a specific company name, UEI, or known vendor ID?
Which vendors in a topic area match specific small-business designations or SBA certifications?
Which vendors are registered in a location, primary NAICS, or PSC footprint?
Which vendors have recent federal contract or grant award activity?
What are the top NAICS, PSC, or locations represented by the current vendor result set?
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
most_recent_federal_contract_award_date_range: Filter by the date of the vendor's most recent federal contract award. See Required Reading: Date_Filtering_Guide.type:objectrequired:nodefault:n/ashape:{ from?: null|string, to?: null|string }
most_recent_federal_grant_award_date_range: Filter by the date of the vendor's most recent federal grant award. See Required Reading: Date_Filtering_Guide.type:objectrequired:nodefault:n/ashape:{ from?: null|string, to?: null|string }
registration_date_range: Filter by the date the vendor registered to do business with the federal government. See Required Reading: Date_Filtering_Guide.type:objectrequired:nodefault:n/ashape:{ from?: null|string, to?: null|string }
registration_expiration_date_range: Filter by the date the vendor registration expires or expired. See Required Reading: Date_Filtering_Guide.type:objectrequired:nodefault:n/ashape:{ from?: null|string, to?: null|string }
vendor_location_ids: Filter by vendor locations. Use GovTribe location IDs or location text for countries, cities/localities, ZIP or postal codes, states/territories, or counties; matching is US-biased for ambiguous names. See Required Reading: Location_Filtering_Guide.type:array<string>required:nodefault:n/a
vendor_location_ids_operator: Choose whether to include or exclude values for Vendor Location IDs or Locations.type:null|stringrequired:nodefault:inoptions:in,not_in
vendor_primary_registered_naics_category_ids: Filter by the vendor's primary registered NAICS categories. Uses NAICS codes and applies the legacy -N suffix transform.type:array<string>required:nodefault:n/a
vendor_primary_registered_naics_category_ids_operator: Choose whether to include or exclude values for Vendor Primary Registered NAICS Category Codes.type:null|stringrequired:nodefault:inoptions:in,not_in
vendor_registered_psc_category_ids: Filter by the vendor's registered PSC categories. Uses PSC codes and applies the legacy -P suffix transform.type:array<string>required:nodefault:n/a
vendor_registered_psc_category_ids_operator: Choose whether to include or exclude values for Vendor Registered PSC Category Codes.type:null|stringrequired:nodefault:inoptions:in,not_in
sba_certifications: Filter by Small Business Administration (SBA) certifications.type:array<string>required:nodefault:n/aoptions:SBA Certified Small Disadvantaged Business,SBA Certified 8A Program Participant,SBA Certified 8A Joint Venture,SBA Certified HUBZone Firm,SBA Certified Women-Owned Small Business,SBA Certified Economically Disadvantaged Women-Owned Small Business
sba_certifications_operator: Choose whether to include or exclude values for SBA Certifications.type:null|stringrequired:nodefault:inoptions:in,not_in
business_types: Filter by business type certifications and designations.type:array<string>required:nodefault:n/aoptions:AbilityOne Non Profit Agency,Alaskan Native Corporation Owned Firm,American Indian Owned,Asian-Pacific American Owned,Black American Owned,DOT Certified DBE,Economically Disadvantaged Women Small Owned Business,For Profit Organization,Hispanic American Owned,Indian Economic Enterprise,Indian Small Business Economic Enterprise,Indian Tribe (Federally Recognized),Joint Venture Economically Disadvantaged Women Small Owned Business,Joint Venture Women Owned Small Business,Minority Owned Business,Native American Owned,Native Hawaiian Organization Owned Firm,Non-Profit Organization,Self Certified Small Disadvantaged Business,Service Disabled Veteran Owned Business,Subcontinent Asian (Asian-Indian) American Owned,Tribally Owned Firm,Veteran Owned Business,Woman Owned Business,Woman Owned Small Business
business_types_operator: Choose whether to include or exclude values for Business Types.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 }
vendor_ids: Include or exclude results by vendors. Use GovTribe IDs or vendor UEIs.type:array<string>required:nodefault:n/a
vendor_ids_operator: Choose whether to include or exclude values for Vendor IDs (GovTribe or UEI).type:null|stringrequired:nodefault:inoptions:in,not_in
aggregations: Aggregation keys to compute.type:array<string>required:nodefault:n/aoptions:top_sba_certifications_by_doc_count,top_naics_codes_by_doc_count,top_psc_codes_by_doc_count,top_locations_by_doc_count
sort: Sort configuration.type:objectrequired:nodefault:n/ashape:{ key?: null|string, direction?: null|string }options:key:registrationDate,expirationDate,most_recent_federal_contract_award_model_date,most_recent_federal_grant_award_model_date,sbaCert8aExpirationDate,_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,uei,name,division,dba,address,registration_date,registration_expiration_date,structure,sba_certifications,business_types,parent_or_child,awarded_federal_contract_award,awarded_federal_contract_idv,awarded_federal_contract_vehicle,awarded_federal_grant_award,has_federal_contract_prime_awardees,has_federal_grant_prime_awardees,updated_at,parent,naics_category,federal_contract_awards,federal_contract_idvs,federal_contract_sub_awards,federal_grant_awards,federal_grant_sub_awards
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.per_page: 0behavior: response omitsdataand pagination keys, returning metadata keys above plusaggregationswhen requested.
Row keys:
govtribe_idgovtribe_ai_summarygovtribe_typegovtribe_urlueinamedivisiondbaaddressregistration_dateregistration_expiration_datestructuresba_certificationsbusiness_typesparent_or_childawarded_federal_contract_awardawarded_federal_contract_idvawarded_federal_contract_vehicleawarded_federal_grant_awardhas_federal_contract_prime_awardeeshas_federal_grant_prime_awardeesupdated_atparentnaics_categoryfederal_contract_awardsfederal_contract_idvsfederal_contract_sub_awardsfederal_grant_awardsfederal_grant_sub_awards
Relationship retrieval map:
federal_contract_awardsresource_type:federal_contract_awardtool:Search_Federal_Contract_Awardsfilter:federal_contract_award_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
federal_contract_idvsresource_type:federal_contract_idvtool:Search_Federal_Contract_IDVsfilter:federal_contract_i_d_v_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
federal_contract_sub_awardsresource_type:federal_contract_sub_awardtool:Search_Federal_Contract_Sub_Awardsfilter:federal_contract_sub_award_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
federal_grant_awardsresource_type:federal_grant_awardtool:Search_Federal_Grant_Awardsfilter:federal_grant_award_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
federal_grant_sub_awardsresource_type:federal_grant_sub_awardtool:Search_Federal_Grant_Sub_Awardsfilter:federal_grant_sub_award_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
naics_categoryresource_type:naics_categorytool:Search_Naics_Categoriesfilter:naics_category_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
parentresource_type:vendortool:Search_Vendorsfilter:vendor_idsnested_keys:govtribe_id,govtribe_type,name,uei,govtribe_url
Usage Patterns
Pattern A: Resolve a specific vendor by exact name/phrase before downstream award lookups. Tool: Search_Vendors
Pattern B: Find small-business vendors in a topic area using certification filters. Tool: Search_Vendors
Pattern C: Aggregation-only market profile for NAICS/PSC/location distributions. Tool: Search_Vendors
Pattern D: Similar-vendor discovery from a known vendor record. Tool: Search_Vendors
Pattern E: Vendors with registrations expiring soon, ordered by expiration. Tool: Search_Vendors
Last updated
Was this helpful?
