Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.2 KB

Stock Analysis Scraper

This project scrapes 0.8 Million data from stockanalysis.com along with all the filters and updates it on a Google Sheet every 15 minutes.

Setup Procedure:

  1. Access the Extensions and select Apps Script.

    App Script

  2. Paste your script and save it.

    Script

  3. Navigate to the Trigger page, click Add Trigger, and configure the settings as shown below. Authorize necessary permissions by clicking "Go to Your script name (unsafe)" and then "Allow."

    Add Trigger
    Note: Adjust the update frequency but consider Google App Script's daily quota limit of 20,000 requests. Avoid intervals shorter than 15 minutes without a Google Workspace account.

  4. Refresh your Google Sheet. Look for the Stock Analysis menu and select Insert Stock Analysis Data to populate or update the data.

    Google Sheet

Usage:

  • Data will update automatically based on the trigger setup.
  • Manually refresh data by clicking Insert Stock Analysis Data under the Stock Analysis menu.

Working Screenshot

img.png