Streamlit app to scrape MagicBricks

Streamlit-MBScraper
I was trying to make an application to scrape data from magi bricks on the basis of City name, Property type, BHK (for India) and I felt it’s gonna be tedious to change arguments every time to extract different city data and run scraper through cli again & again. I thought to design a small dashboard which can ease it out. so I came across streamlit and tried it out for fun today on this application and in just few lines of code, I have this application working with a interactive dashboard which shows data in JSON as well as provide CSV download option. Streamlit made it very easy. I hope someone finds it useful :slight_smile:

Here’s the working demo of this application below -

Checkout the code example. And give the repo a star if you find it nice. :smile:
https://github.com/ravigoel08/Streamlit-MBScraper

2 Likes

Hey @ravigoel08!!

Welcome to the Streamlit Community!!! :tada: :partying_face: :tada: :partying_face: :tada: :partying_face: :partying_face:

Thats fantastic! I’m glad you found Streamlit and it sounds like everything went smoothly for you!

How did you come across us?

Happy Streamlit-ing,
Marisa

1 Like

Thank you! I was looking to try and learn something new :smile: and @ash2shukla recommended it to me. So today I finally tried it and found it very cool.

2 Likes

YA! glad you liked it! :star_struck:

If you want to deploy any apps - for free - we have a one click deployment option in Streamlit Sharing as well (you can deploy from any public github repo!)

You can sign up for an invite here: https://www.streamlit.io/sharing

It usually takes a few days from signing up to get your invite but its very fast and simple.

Happy Streamlit-ing!
Marisa

1 Like