olx-web-scraper

Use python to scrap for listings on olx.in based on search query.


Keywords
python, selenium, webscraping
License
MIT
Install
pip install olx-web-scraper==0.2.2

Documentation

Olx Web Scraper

Scrap olx.in using selenium-python

Table of Contents

About

Using selenium, scrap olx.in for listings of any search query and get the data saved on a csv for later analysis.

Installation

  1. Clone repo:
git clone https://github.com/9akashnp8/olx_web_scraper.git
  1. Create a virtual enviroment for the repo & activate it
python -m venv venv
cd venv
Scripts\activate.bat
  1. Install all the required modules
pip install -r requirements.txt
  1. Run scraper.py
python scraper.py

How it works