Return a tibble of URLs based off of the user defined search parameters

sam_beta_urls(
  types = "Opportunities",
  keywords = NULL,
  quote_words = T,
  notice_type = NULL,
  set_asides = NULL,
  sort = "date",
  mode = "search",
  active = T,
  version = 1,
  api_key = "O4kzViWGVYNumPqhAzUhYGiZZZwW3RKUEYJOI6ii",
  psc = NULL,
  naics = NULL,
  size = 5000,
  return_message = T
)

Arguments

types

SAM search type options include

  • Opportunities - FBO opportunities (default)

  • Contract Data - FPDS contract data

  • All Award Data - All Government Award data

  • Assistance - Government Grants

  • Entity - Federally Registered entities

  • Federal - Federal Organizations

keywords

vector of keywords to search

quote_words

if TRUE quotes a keyword

sort

method of sorting

  • relevence

  • date - date modified

mode

search mode

  • none

  • search - default

active

if TRUE only active listings

version

default of 1

api_key

apikey

psc

if not NULL string of words to search PSCs

naics

if not NULL string of words to search NAICS

size

size of the results - defaults to 1000

return_message

if TRUE returns a message

notice_types