Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Data scrapping with HTML onclick - please help

amymkchan
5 - Atom

I tried to extract the whole table from the below URL but I only extracted first 10 records.  

 

The original code is as below :-

       <span style="cursor:pointer; " onclick="selectMrPageByValue(2)">.Next Page</span>

 

Can anyone please tell me how to do ?  Attached is my Alteryx workfile Thanks so much

 

screen.png

2 REPLIES 2
LordNeilLord
15 - Aurora

Hi @amymkchan

 

These are the parameters you can pass in the URL with the mrPage & mrPageSize controling the number of results:

 

midlandAmy.PNG

 

So your page 2 url would look something like this:  https://proptx.midland.com.hk/tx/index.jsp?estateId=E00024&lang=en&mrPageSize=30&mrPage=2

 

Neil

amymkchan
5 - Atom

Hi Neil,

 

Thanks so much for your help and have a good day.

 

Best Regards,

Amy

Labels
Top Solution Authors