powered by
Glassdoor Company Search
gd_company(query = NULL, ..., location = NULL, city = NULL, state = NULL, country = NULL, page_number = NULL, page_size = NULL)gd_employer(query = NULL, ..., location = NULL, city = NULL, state = NULL, country = NULL, page_number = NULL, page_size = NULL)gd_company_df(...)gd_employer_df(...)
gd_employer(query = NULL, ..., location = NULL, city = NULL, state = NULL, country = NULL, page_number = NULL, page_size = NULL)
gd_company_df(...)
gd_employer_df(...)
Additional options to pass to the query other than those specified here
arguments to pass to gd_api
gd_api
Scope the search to a specific location by specifying it here - city, state, or country.
Scope the search to a specific city by specifying it here.
Scope the search to a specific state by specifying it here.
Scope the search to a specific country by specifying it here.
Page number to retrieve. Default is 1.
Page size, i.e. the number of jobs returned on each page of results. Default is 20.
# NOT RUN { if (have_gd_tokens()) { res = gd_company_df("walmart") head(res[, c("id", "name")]) res = gd_company_df("Target") res = gd_company("Dropbox") } # }
Run the code above in your browser using DataLab