How to Scrape from this file?

I am trying to scrape certain Data from a web page..

The data I am trying to extract is in the Address, Style, Sale Price, Sale Date and DOM colums and put the data in a table on my site....

How do I go about doing this with Screen-Scraper?

The URL is http://www.iSellJerseyShore.com/SCRAPE-IT.htm

Thanks!

-iSellJerseyShore

How to Scrape from this file?

Thank you I will give it a shot! Thanks for the starting point!

Regards,

-iSellJerseyShore

How to Scrape from this file?

Hi,

I used this extractor pattern to pull the data out:

~@STREET_NUM@~ ~@STREET_NAME@~ ~@STYLE@~ ~@SOLD_PRICE@~ ~@SOLD_DATE@~ ~@PROP_TYPE@~ ~@DOM@~

If you're asking about how to write it out to a file, or something similar, our third tutorial would likely point you in the right direction: here.

Kind regards,

Todd Wilson