PageMunch - Link Unfurling
Introduction
PageMunch is a simple API backed by an intelligent web crawler that lets you extract rich previews, entities and images from any url. Whether you want to grab the best title, description and image for a page, prices, authorship, enable video embeds or more.
Installation
$ npm install pagemunch
Usage
We recommend storing your API key in an environment variable, for security and to enable using different keys in your staging, development and production environments.
Callbacks / ES5
const PageMunch = ; const pm = processenvPAGEMUNCH_API_KEY;pm;
Promises / ES6
; const pm = processenvPAGEMUNCH_API_KEY;const data = await pm;console;
More Details
For more information, libraries and documentation check out the PageMunch Documentation
License
Copyright PageMunch 2017.