top of page
image.png

Automation of Data Extraction from SCREENER.in Website

FEATURES

  • Portable .exe file

  • Login with personal account


OVERVIEW

  • This was a request from my friend who wished to extract data from https://www.screener.in/ into his personalized MS Excel Workbook.

  • He sought the most recent stock and company data for his analysis, aiming to make informed investment decisions.


CHALLENGES

  • Logging into Screener [not aware of csrftoken  CSRF (Cross Site Request Forgery)]

  • Data Extraction beyond limited no. of requests – created a delay timer for request details after maximum attempts.


METHODOLOGY

  • Data Extraction and Automation


GITHUB REPOSITORY

https://github.com/UniNash/screener_extract.git

GitHub Repository contains:

  1. Documentation

  2. Python code


TOOLS IN PLAY

  1. Python

  2. MS Excel


DATA PROCESS, STORAGE AND MANAGEMENT


bottom of page