Jump to content

Web Scraping and field interaction


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

Recommended Posts

Quote

Attention: Before posting in the general discussion forum please review the other forums that would best suit your topic.
If you cannot find one then you may delete this text and post your topic in this forum.

I'm aware of filemaker being able to pull data from a specific website but is there a way for filmmaker to also input into fields on a specific website and interact with buttons within a script?

Thank You

Matt

Link to comment
Share on other sites

Short answer - no.

Longer answer - FileMaker can send GET statements to a specified web address, which in some cases will fill out the fields and act as if the Submit button has been pressed.

However, most commercial sites don't allow this and only allow POST statements from the form being physically filled out and the Submit button being manually pressed.

And FileMaker has no way to control another web sites interface like that.

Link to comment
Share on other sites

I do this all the time in FileMaker since 2000 actually; however I only use FileMaker to trigger a script, in 2013 I shared my approach with the world on my blog: http://wethecomputerabusersamongst.blogspot.com/2013/10/execute-php-script-from-filemaker-with.html

The example in the blog is in php from the time of implementing FX.php around the time of FM 5.5; however these scripts can be written in any language swift kitura, apache CGI/php/python, nginx FAST CGI, nodejs express, ruby sinatra, and so on just to mention a few; all those scripting languages can listen to a HTTP GET requests from FileMaker and call any HTTP request sync or async that populates a database.

Captchas may or may not stop you; depending on the page.

Edited by ggt667
Link to comment
Share on other sites

This topic is 2644 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.