Scraping Next Page with Static URL in Alteryx Python Tool
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NadiaMazlan25
6 - Meteoroid
‎12-12-2024
01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm trying to scrape data from a website where the URL remains the same across all pages. I'm using the Selenium library within the Alteryx Python Tool, but I'm having trouble navigating to the next page and extracting data from each subsequent page. Does anyone know how to solve this issue?
Labels:
- Labels:
- Python
3 REPLIES 3
Deano478
12 - Quasar
‎12-12-2024
01:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@NadiaMazlan25 I'm curious as to what site this is as to my knowledge no 2 web pages can have the same URL
Raj
16 - Nebula
‎12-12-2024
04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@NadiaMazlan25
there might be a page number associated into the URL
if not feel free to add the website you are looking for.
‎12-12-2024
04:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
the website I’m referring to is https://klse.i3investor.com/web/stock/list. Let me know if you have any other questions about it
