Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Content download Amazon or IMDb

Featured Replies

Does anyone have any idea how to downloag data from online sites like amazon or imdb? I want to download movie info from their servder direct into filemaker?? Any hints are welcome!!

Thanks

IMDB doesn't have an XML web service but Amazon does. Check out www.filemaker.com/xml for an Amazon example.

Check their copyright and useage restrictions carefuly before doing this for any use that may be remotely commercial.

  • Author

Thanks that helps, what is imdb using?

Thomas

Imdb is owned by Amazon (AFAIK) so they're not letting anyone hook into that. They let you hook into Amazon in the hope you'll eventually buy some stuff.

  • Author

Thanks

So I dl the example files, I registered with amazon and recieved a ID, configured FM and nothing works. Any clues on this?

Thomas

There could be many things. There are basically 2 parts to getting the data into FileMaker. The first is to get the data from Amazon, the second is to transform it, via an xsl stylesheet, into the xml format that FileMaker requires for import.

I always use AppleScript with "curl" in a shell script to first test getting the data via a URL. Then at least you know that part works, and you get a sample of the xml returned. Try this in an AppleScript:

set myID to "Put your ID here"

set the_URL to quoted form of ("http://xml.amazon.com/onca/xml3?locale=us&t=webservices-20&dev-t=" & myID & "&KeywordSearch=FileMaker%207&mode=books&sort=+titlerank&offer=All&type=lite&page=1&f=xml")



set theText to do shell script "curl " & the_URL

Edited by Guest
wish the code box was wider

  • Author

Hi so thats the result I'm getting. I'm sorry but I have no idea what that means, I'll try to make this happening. Thanks for your help!

Thomas

"<?xml version="1.0" encoding="UTF-8"?>

We encountered an error while processing your request. Please make sure that you are using a valid developer token and that you have registered for this service. For more information, please visit http://www.amazon.com/webservices"

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.