Form Submitter

I’ve been scraping directory sites with SEO CM and some of these directories have a form that a person can fill out to be sent so that person.

Rather then filling in each form manually, it would be great to first scrape all the members form links and enter into a Target urls field (similar to dynamic page scraper) then have a picker match up the fields (similar to the dynamic page scraper) only we would enter our info into each field with the option for spintax.

Would need captcha solving also.

Here’s an example:

Dynamic scraper has ability to click but no ability to fill out forms right now.

Would require:

  1. Point and click to select input box
  2. New action to set box input value
  3. Ability to send page ‘form submit’ event (or click send button)
  4. Wait for form to submit then scrape what is available.