cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lwx228
Level VIII

Does JMP have code to organize the text of a web page into tabular form? For example, Google search for "deep learning" pages within a week, How to use JSL to organize the search results into a table in the following form: The first column is the title of the page The second column is when the page

For example, Google search for "deep learning" pages within a week,

 

 

How to use JSL to organize the search results into a table in the following form:
The first column is the title of the page
The second column is when the page was updated
The third column is links to web pages

Thanks Experts!

2021-10-20_194358.png

2 REPLIES 2
jthi
Super User

Re: Does JMP have code to organize the text of a web page into tabular form? For example, Google search for "deep learning" pages within a week, How to use JSL to organize the search results into a table in the following form: The first column is the title of the page The second column is

For using google search I think you might be better of using API google offers Custom Search JSON API . Google TOS (terms-of-service) might even disallow web scraping (not sure).

-Jarmo
ron_horne
Super User (Alumni)

Re: Does JMP have code to organize the text of a web page into tabular form? For example, Google search for "deep learning" pages within a week, How to use JSL to organize the search results into a table in the following form: The first column is the title of the page The second column is

Hi @lwx228 

perhaps this discussion can help you get going: Extracting a section of a webpage 

generally speaking this was a way of extracting information out of a source code of a webpage.

let us know if it works for you.

 

Recommended Articles