An open scraper API for scraping data from url. It gives power of web scraping to front end developers and it make scraping meta and data from a url ease.
- FastAPI
- beautifulsoup4
It is recommended to set up the project in a separate virtual environment
Clone the project
git clone "https://github.com/alzed/rabbit-scraper.git"
cd rabbit-scraper
Install 📦 packages
pip install -r requirements.txt
- Accept
GET
request only with content type ofform-data
- Takes two key params like
url
and [Optional 🟡]tag
. - If
tag
isNone
then it return meta data as response.
Feel free to make PR ❤️