Data Extraction developer $$

Find a consultant or advertise your services here
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
Phellipe
Posts: 4
Joined: Mon Dec 08, 2014 7:52 am

Data Extraction developer $$

Post by Phellipe » Tue Dec 09, 2014 12:06 pm

Hello, I am looking for a developer to create a macro to be used in imacro app for Firefox

The macro will be used on a site search and function is to extract the data of the results

https://www.youtube.com/watch?v=GNDmnqTV2Sk

1. take the term "list of terms" and put the end of the link ... the site will return the most that term results
2. open the URL and extract the data from the 4 tabs on the search term
3. repeat this process with all "search terms"

macro must pull the list terms, as shown in Process 1 and then extract the results

It seems that the site has a system to limit the number of search in a given time, the more I'm not sure; The solution to try is to use a VPN server with IP rotation.

When a page does not have results for search term, I would like a log containing all the search terms that gave error.

When a page does not load, a message appears stating that the server is overloaded at the moment, the macro must update the page to get the results and so on with the job.

the macro will extract the data of the 4 tabs and save to an excel file. The results of the tabs TELEFONES FIXO, TELEFONE CELULAR should be saved in a single file, and the results of the tabs HOMENS MULHERES should also be saved in a single file ... is it possible?
Last edited by Phellipe on Fri Dec 12, 2014 9:41 am, edited 1 time in total.
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Im looking for Imacro developer for a project dataextrac

Post by chivracq » Tue Dec 09, 2014 2:47 pm

A few Remarks/Things to consider...:

- You actually should have posted your Thread in the dedicated 'iMacros Consultants' Sub-Forum as most iMacros Developers/Consultants only check this dedicated Sub-Forum for potential Projects and only then will eventually have a look at the other Sub-Forums to answer a few Threads to prove their Skills...
(Maybe TechSupport can move the Thread...? :idea: )

- Your Project and the Requirement to run the Script in Chrome forces you to use pure .iim Macros as .js Scripts are not supported on iMacros for CR, but your Project contains some fairly complex Level of Conditional Behaviour and nested Loops that normally can only be achieved using .js Scripts. I have developed a Method (explained in this Thread) to achieve Conditional Behaviour in pure .iim Scripts but it will still be cumbersome and tricky to integrate all your Requirements...
Most skilled iMacros Developers/Consultants will want to code your Script using .js Scripts (which would then only run on iMacros for Firefox)...

- Even if it's possible to integrate all your Requirements about the Conditional Behaviour/Workflow in an .iim Macro, the "Save Results in a Text File" would be a Problem with the current iMacros for CR v8.x running on CR35+ as the 'SAVEAS TYPE=EXTRACT' Command is broken and buggy in iMacros v8.x (according to several Threads on this Forum) and would force you to use an iMacros v7.x that runs only on Chrome Versions prior to CR35. (Even if I haven't checked that 'SAVEAS' was still working on iMacros v7.x for CR..., I normally always use iMacros for FF myself...)
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Phellipe
Posts: 4
Joined: Mon Dec 08, 2014 7:52 am

Re: Im looking for Imacro developer for a project dataextrac

Post by Phellipe » Tue Dec 09, 2014 3:29 pm

I was thinking of buying the iMacros Enterprise Edition, Which includes the iMacros scripting interface for iMacros Integrating with external scripts / programs ... but I just gave some research and I INTEND to use the freeware iMacros for Firefox for this project.

I would like a macro with scripting code (for conditional logic, looping, and error handling) in addition to macro code (for automating the web pages).

   I do not know if my project is properly translated, appears to be half incomprehensible ... the translation from Portuguese into English using google.translate is awful!


TechSupport, please move my topic for the area " iMacros Consultants"
Phellipe
Posts: 4
Joined: Mon Dec 08, 2014 7:52 am

Re: Im looking for Imacro developer for a project dataextrac

Post by Phellipe » Tue Dec 09, 2014 3:44 pm

chivracq wrote:
- Even if it's possible to integrate all your Requirements about the Conditional Behaviour/Workflow in an .iim Macro, the "Save Results in a Text File" would be a Problem with the current iMacros for CR v8.x running on CR35+ as the 'SAVEAS TYPE=EXTRACT' Command is broken and buggy in iMacros v8.x (according to several Threads on this Forum) and would force you to use an iMacros v7.x that runs only on Chrome Versions prior to CR35. (Even if I haven't checked that 'SAVEAS' was still working on iMacros v7.x for CR..., I normally always use iMacros for FF myself...)
I need the extracted data is saved in an excel file, and the main result is similar to a title, and the data on all 4 tabs for each search term be saved below in the "title"

the terms for search in step 1 will be in a .txt file and the macro should search terms one at a time

ex: site.com/result=001
002
003
004
005 ...
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Im looking for Imacro developer for a project dataextrac

Post by chivracq » Tue Dec 09, 2014 5:07 pm

Using the iMacros Enterprise Edition with the Scripting Interface would indeed allow your (main) Script to be written in JavaScript or VBS or any other Programming Language and to run with any of the 4 Browsers supported by iMacros (FF, IE, CR, iMacros Browser).

Using the free Add-on for any of the 3 main Browsers (FF, IE, CR), only iMacros for FF supports .js Scripts, so iMacros for FF is I think the best Choice because it gives you access to a large Pool of skilled iMacros & JavaScript Developers to write your complete Solution. A few might notice your Thread already anyway and contact you, and if TechSupport didn't notice your Thread and didn't move it to the 'iMacros Consultants' Sub-Forum within 1 or 2 days, you can always open a new Thread there (and cross-reference both Threads)...

And your Project looks pretty well explained to me, I didn't have any problem understanding exactly what you want, and it looks quite straightforward and logical. (I wouldn't be able to code it for you though btw, I'm no JavaScript Guru, that's why I had to find some Solutions for Conditional Behaviour using pure .iim Macros...) One more idea..., several iMacros Developers/Consultants have already advertised and/or reacted on Threads in the Consultants Sub-Forum, with their Contact Info, you could already contact directly a few... (and you even have a few Spanish or BR-Portuguese native Speakers, I think...).

Good luck and mention in the Thread once you are settled with a given Programmer who's doing your Coding to avoid others contacting you for nothing...
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Im looking for Imacro developer for a project dataextrac

Post by chivracq » Thu Dec 11, 2014 3:06 am

Good..., Thread was moved from the 'Data Extraction' Sub-Forum to the 'iMacros Consultants' Sub-Forum...
Thanks TechSupport... :D
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Phellipe
Posts: 4
Joined: Mon Dec 08, 2014 7:52 am

Re: Data Extraction developer $$

Post by Phellipe » Fri Dec 12, 2014 9:42 am

Thanks for move TechSupport...


... I'm looking for some professional who has the ability to develop this macro ...

luthor.commerce@gmail.com
Skype : live:luthor.commerce
janib4all
Posts: 132
Joined: Wed Jul 21, 2010 6:44 am
Location: Karachi, Sindh, Pakistan
Contact:

Re: Data Extraction developer $$

Post by janib4all » Tue Dec 16, 2014 9:38 am

Thank you Luthor for contacting me; I'm up the work and will finish your script by tomorrow.

Best regards,

Janib Soomro
Skype: Janib4all
Hire the BoT-fReeak!
botspecialist.blogspot.com
aaanswer
Posts: 1
Joined: Sat Dec 27, 2014 1:03 pm

Need a imacro Developer for G+ accounts

Post by aaanswer » Sat Dec 27, 2014 1:37 pm

I need someone who can help me develop a imacro script for extracting Review users from Google Play Store applications and add them in my circles.
john21wall
Posts: 1
Joined: Wed Dec 23, 2015 10:21 am
Contact:

Re: Need a imacro Developer for G+ accounts

Post by john21wall » Thu Dec 24, 2015 8:47 am

aaanswer wrote:I need someone who can help me develop a imacro script for extracting Review users from Google Play Store applications and add them in my circles.
Shall be credited to requests / needs colleague. I also am looking for someone like that.
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Need a imacro Developer for G+ accounts

Post by chivracq » Thu Dec 24, 2015 10:13 pm

john21wall wrote:
aaanswer wrote:I need someone who can help me develop a imacro script for extracting Review users from Google Play Store applications and add them in my circles.
Shall be credited to requests / needs colleague. I also am looking for someone like that.
This Post approved, no need to duplicate your Posts (= Spam...!), but you would need to provide a way to contact you, PM disabled...

And to be honest, you could have better started your own Thread... (You can do so, I won't see that as 'Spam'...)
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply