Alteryx Designer Desktop Discussions

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

HTML webscrapping

Tanai_Goncalves
8 - Asteroid

Hello all,

 

I`m having a headache to parse this page: https://www.cmegroup.com/market-data/cme-group-benchmark-administration/term-sofr.html

 

I`m trying to reach the SOFR table, but the results I`m getting from the download tool are very different from the html elements page from browser.

<div class="main-table-wrapper" role="presentation">

 

Any thoughts on how to overtake this?

 

Tanai_Goncalves_0-1686254866882.png

 

regards,

 

Tanai

 

4 REPLIES 4
JimmyV
8 - Asteroid

Tanai,

 

Tried to dig into this one to help out. The table with the rates don't quite load right away as it's being called by some function later on sometime after the page is loaded. So the Download Tool doesn't have any of the rates table data in the html file to pull from because the data hasn't been loaded to the page yet.

Thought I'd add this in there as a tip, but while I'm testing I will put a Browse Tool at the end of the Download Tool so I can copy out the DownloadData field data into Notepad or something to see the full value of the field.

 

Best,
JimmyV

apathetichell
18 - Pollux

Pretty sure this is a violation of their terms of usage... If you check the direct link to the table out - https://www.cmegroup.com/market-data/cme-group-benchmark-administration/term-sofr.html#:~:text=DATE,...you will notice that they go to great lengths to prevent web scraping.

sparksun
11 - Bolide

Is this what you are looking for? If it is, then the rest work is just to transform those data into an easy-to-read table, which is not difficult in Alteryx. 

sparksun_0-1686296070126.png

 

Tanai_Goncalves
8 - Asteroid

Thanks @sparksun !

 

That is really helpfull! and does solve my problem.

 

How did you came up with that link?

 

Regards,

 

Tanai

Labels