https://github.com/rahulrmcoder/selenium-ajio-automatic-scrolling
Some websites have infinite scrollers instead of pages. So in order to scrape thousands of data, we have to automate scrolling downwards otherwise it will be difficult for us us to manually scroll and scrape at the same time.
https://github.com/rahulrmcoder/selenium-ajio-automatic-scrolling
Last synced: 11 months ago
JSON representation
Some websites have infinite scrollers instead of pages. So in order to scrape thousands of data, we have to automate scrolling downwards otherwise it will be difficult for us us to manually scroll and scrape at the same time.
- Host: GitHub
- URL: https://github.com/rahulrmcoder/selenium-ajio-automatic-scrolling
- Owner: RahulRmCoder
- Created: 2024-06-04T16:32:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T16:34:55.000Z (about 2 years ago)
- Last Synced: 2025-06-15T06:48:43.610Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some websites have infinite scrollers instead of pages. So in order to scrape thousands of data, we have to automate scrolling downwards otherwise it will be difficult for us us to manually scroll and scrape at the same time.