scrape_urls: Scrape URLs

Description Usage Arguments Value Examples

Description

Scrape tool names, URLs, and ratings meta data from a software category on 'G2Crowd.com'.

Usage

1

Arguments

category

String. Slug of a software category

pages

Integer. Optional. Number of pages that should be scraped. By default pages will scrape all available pages.

Value

Returns a 'tibble' with name, URL, number of ratings, and average rating for each tool of a software category.

Examples

1
2
x <- scrape_urls("crm")
x <- scrape_urls("crm", 3L)

RomanAbashin/crowdr documentation built on May 18, 2019, 12:25 p.m.