# Mercury Parser - Extracting content from chaos The Mercury Parser extracts the bits that humans care about from any URL you give it. That includes article content, titles, authors, published dates, excerpts, lead images, and more. The Mercury Parser module powers the [Mercury Parser API](#tk), a free API from [Postlight](https://www.postlight.com/) that puts all of this information one API request away.. ## How? Like this. ```javascript import Mercury from 'mercury-parser'; Mercury.parse(url).then(result => console.log(result);); ``` The result looks like this: ```json { "title": "Thunder (mascot)", "content": "
This is the content of the page!