A simple web scraper that makes it easy for marketers and businesses to extract leads from instagram search results.
With this scraper, you can find leads and prospective clients based on area of interest to market your product to. You can also find market influencers, contact them for business or enquires.
Quite a simple process, you simply enter your search query, file-name to store the data. The system will load up your query headlessly, meaning you wouldn't even notice it running. This scraper will scrape page name, profile picture, email (if any), mobile number (if any), followers, followings, total posts, bio, profile-link and website (if any).
To start you would need to activate the virtual environment
source env/bin/activate
.\env\Scripts\activate
python3 --version (supports 3.7 and above)pip3 install -r requirements.txtpython3 main.py "your instagram search" --file="a_file_name_to_save_data"
Please share and support this libary with your code contributions.