Web scrapping -: any tuto to explain how to sart with dataiku ?

Solved!
LaurentS
Level 3
Web scrapping -: any tuto to explain how to sart with dataiku ?

Hello,

I would like to scrap the web, but I cannot find any tuto.  It results that I do not know how to scrap web with Dataiku.  

Thanks in advance for your advises.

Kindest regards

0 Kudos
1 Solution
AlexT
Dataiker

Hi Laurent,

What you are likely looking for here can be achieve using python libraries like Requests, BeautifulSoup or Selenium scrape web pages. 

There are third-party tutorials like: https://towardsdatascience.com/web-scraping-using-selenium-python-8a60f4cf40ab  

There are also a few posts around Selenium:

https://community.dataiku.com/t5/Using-Dataiku/Use-Selenium-through-Jupyter/m-p/5317 

We do have the following Plugin for import io. Requires a third-party subscription.

 

View solution in original post

2 Replies
AlexT
Dataiker

Hi Laurent,

What you are likely looking for here can be achieve using python libraries like Requests, BeautifulSoup or Selenium scrape web pages. 

There are third-party tutorials like: https://towardsdatascience.com/web-scraping-using-selenium-python-8a60f4cf40ab  

There are also a few posts around Selenium:

https://community.dataiku.com/t5/Using-Dataiku/Use-Selenium-through-Jupyter/m-p/5317 

We do have the following Plugin for import io. Requires a third-party subscription.

 

LaurentS
Level 3
Author

Thanks !

0 Kudos