cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

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