Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.44 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.44 KB


instagram-scraper

Python-based Instagram's data scraping scripts

About The Project

This script is designed for scraping data from Instagram public profiles using the Instagrapi module.

The Instagrapi Python module only handles the API requests, so I've added additional features to ensure its functionality:

  • Parsing and storing the scraped data in JSON format
  • Setting a proxy (I used ScrapeOps service, but you can use any proxy that works)
  • Log recordings to track the process and identify bugs
  • Capability to resume unfinished scraping processes
  • Optional: Use the data_cleanse.py script for parsing JSON into a CSV file in Excel-friendly data format

For a scraping demo, please visit the Medium Story: How to Scrape and Analyze Instagram Influencer Engagements.

(back to top)

Built With

Python

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Musa Yohanes - [email protected]

Project Link: https://github.com/Muyoouu/instagram-scraper

(back to top)