/BeautyRest

The BeautifulSoup REST-ful API

Primary LanguagePython

BeautyRest Build Status

The BeautifulSoup REST-ful API

Quick Start (node example)

Just pass your url as the url param for the API:

fetch(`https://beautyrest.herokuapp.com/v1/soup?url=https://www.google.com`);

Example

codesandbox

Inspiration

I wanted developers (including myself) to be able to use Selenium and BeautifulSoup without having to deal with the selenium issues during deployment. With this project you can add web scrapping to your application without worrying about setting up the selenium webdriver.

New Features

Open to adding new features and adapting for additional requirements, just open an issue.

  • Adding support for multiple URLs via POST