<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Scraping and accessing data on Redfin directly from JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Scraping-and-accessing-data-on-Redfin-directly-from-JMP/m-p/708229#M89229</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/35165"&gt;@AbhijithS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will show you how to do it step-by-step on the website&amp;nbsp;&lt;A href="https://organicchemistrydata.org/solvents/" target="_blank"&gt;https://organicchemistrydata.org/solvents/&lt;/A&gt;&amp;nbsp;that shows a table of chemical solvents with different characteristics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On JMP, click on "File", "Internet Open" and then "Web Page..." and insert the URL of the website you would like to use data from and click on OK :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_3-1702368892607.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59545i5711B5D2D80710D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_3-1702368892607.png" alt="Victor_G_3-1702368892607.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1702368478508.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59542iA9C3B836135B2069/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1702368478508.png" alt="Victor_G_0-1702368478508.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, JMP will show you the tables it has found automatically on the website. You can select all or select only the ones you are interested in, and then click on OK :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1702368551470.png" style="width: 364px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59543iC66CB2B393F01961/image-dimensions/364x205?v=v2" width="364" height="205" role="button" title="Victor_G_1-1702368551470.png" alt="Victor_G_1-1702368551470.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;JMP will then provide you a datatable with the informations directly extracted from the website table(s). There may be some correction/cleaning needed (for column formats/types, missing values, ...), but overall it is doing a good job :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1702368640651.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59544i95CB8ECF958DAE5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1702368640651.png" alt="Victor_G_2-1702368640651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also have a script "Source" in your datatable that contains the informations about how and where the data has been collected. In this case, it contains this script, used to retrieve the data and create the datatable :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open(
	"https://organicchemistrydata.org/solvents/",
	HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this answer will help you in your task :)&lt;/img&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 08:15:52 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2023-12-12T08:15:52Z</dc:date>
    <item>
      <title>Scraping and accessing data on Redfin directly from JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Scraping-and-accessing-data-on-Redfin-directly-from-JMP/m-p/708204#M89227</link>
      <description>&lt;P&gt;Hello All -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one of the JMP seminars I came across the instructor demonstrating how to download housing price and related data from Red-fin website for analysis. The instructor used "internet open --&amp;gt; webpage" to access the data for analysis. Can someone share how we can do that? This is for academic purpose. Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;JMP Pro 17.0.0 (622753)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Dec 2023 05:57:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scraping-and-accessing-data-on-Redfin-directly-from-JMP/m-p/708204#M89227</guid>
      <dc:creator>AbhijithS</dc:creator>
      <dc:date>2023-12-12T05:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scraping and accessing data on Redfin directly from JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Scraping-and-accessing-data-on-Redfin-directly-from-JMP/m-p/708229#M89229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/35165"&gt;@AbhijithS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will show you how to do it step-by-step on the website&amp;nbsp;&lt;A href="https://organicchemistrydata.org/solvents/" target="_blank"&gt;https://organicchemistrydata.org/solvents/&lt;/A&gt;&amp;nbsp;that shows a table of chemical solvents with different characteristics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On JMP, click on "File", "Internet Open" and then "Web Page..." and insert the URL of the website you would like to use data from and click on OK :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_3-1702368892607.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59545i5711B5D2D80710D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_3-1702368892607.png" alt="Victor_G_3-1702368892607.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1702368478508.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59542iA9C3B836135B2069/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1702368478508.png" alt="Victor_G_0-1702368478508.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, JMP will show you the tables it has found automatically on the website. You can select all or select only the ones you are interested in, and then click on OK :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1702368551470.png" style="width: 364px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59543iC66CB2B393F01961/image-dimensions/364x205?v=v2" width="364" height="205" role="button" title="Victor_G_1-1702368551470.png" alt="Victor_G_1-1702368551470.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;JMP will then provide you a datatable with the informations directly extracted from the website table(s). There may be some correction/cleaning needed (for column formats/types, missing values, ...), but overall it is doing a good job :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1702368640651.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59544i95CB8ECF958DAE5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1702368640651.png" alt="Victor_G_2-1702368640651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also have a script "Source" in your datatable that contains the informations about how and where the data has been collected. In this case, it contains this script, used to retrieve the data and create the datatable :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open(
	"https://organicchemistrydata.org/solvents/",
	HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this answer will help you in your task :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 08:15:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scraping-and-accessing-data-on-Redfin-directly-from-JMP/m-p/708229#M89229</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-12-12T08:15:52Z</dc:date>
    </item>
  </channel>
</rss>

