rappalyze: Identify technologies used on a given site/URL

View source: R/rappalyze.r

rappalyzeR Documentation

Identify technologies used on a given site/URL

Description

Filenames returned in the icon column can be retrieved via the rapp_icon() helper function.

Usage

rappalyze(site, agent = NULL)

Arguments

site

either a URL (which will be fetched with httr::GET()) or a "minimum viable" httr response object (which is a list with url, headers and raw content)

agent

user agent to use. Ideally we'd be honest and say we're a bot. We don't since we are trying to find out what a site is using tech-wise.

Value

data frame

Examples

rappalyze("https://rud.is/b")
rappalyze("https://www.quantcast.com")

hrbrmstr/rappalyzer documentation built on Oct. 4, 2022, 8:57 p.m.