Skip to main content

Mercury Parser Web API

Project description

Build Status Test Coverage

Setup

From the command line:

pip install mercury-parserpy

Usage

from mercury_parser.client import MercuryParser

parser = MercuryParser(api_key='YOUR API KEY')
article = parser.parse_article('ARTICLE_URL')
article.json()

# parse multiple articles urls return a JSON
articles = parser.parse_multiple_articles(*ARTICLES_URLS)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page