Learn R Programming

postlightmercury

The goal of postlightmercury is to wrap the postlight mercury web parser API for R. With just one API request, Mercury takes any web article and returns only the relevant content — headline, author, body text, relevant images and more — free from any clutter. It’s reliable, easy-to-use and free.

Installation

You can install postlightmercury from github with:

# install.packages("devtools")
devtools::install_github("56north/postlightmercury")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code

# First get api key here: https://mercury.postlight.com/web-parser/

# Then run the code below replacing the X's wih your api key.
library(postlightmercury)

df <- web_parser(
  page_urls = "https://trackchanges.postlight.com/building-awesome-cms-f034344d8ed",
  api_key = XXXXXXXXXXXXXXXXXXXXXXX)

Copy Link

Version

Install

install.packages('postlightmercury')

Monthly Downloads

192

Version

1.2

License

MIT + file LICENSE

Maintainer

Mikkel Krogsholm

Last Published

July 9th, 2017

Functions in postlightmercury (1.2)

null_to_na

Turns NULL values in a list into NAs.
remove_html

Removes html
web_parser

Parses web pages