cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm 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