Alteryx Designer Desktop Discussions

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

data pull from website

marwan1023
5 - Atom

How import data from website and get the column

Title Weekend Gross Weeks 

from link https://www.imdb.com/chart/boxoffice/?ref_=nv_ch_cht

1 REPLY 1
T_Willins
14 - Magnetar
14 - Magnetar

Hi @marwan1023,

 

Attached is a workflow that pulls the data you are looking for.  The first RegEx tokenizes the downloaded data for each part of the webpage html that starts with <tr> and ends with </tr>. The second RegEx parses each section of the code by unique identifiers for each data object you are looking for.   Let me know if you have questions.  If this answers your question, please mark this as an accepted solution.

 

imdb scrape.png

 

Labels