Jump to content

HTTP GET - Scrape in a webpage


kiwipaul

This topic is 6447 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am using HTTP request to Import a RSS feed into my Filemaker 8 database. I'd like to use an automated script to follow the URL in the RSS feed and import that webpage/html into the database as well.

This is necessary because the URL links to classified ads which only remain on a site for 7 days, however we want to follow them up 2 weeks later.

Is there a method or plugin that allows this? I believe a plugin called HTTP GET did this, but is no longer available. Is this a function of FM8.5? I've read the marketing doco but it isn't clear if this functionality is available. Thanks in advance for advice and help, KIWIPAUL

Link to comment
Share on other sites

The RSS is an XML stream, right? Then you can just use the FM Import script step, specify the URL in it and point to an stylesheet that you'll have to write to transform that RSS XML into FM XML for importing.

Alternatively you can use the 8.5 web viewer and get the full HTML code in a FM field and parse it out using FM functions.

The first approach is the cleanest though.

Link to comment
Share on other sites

This topic is 6447 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.