Hints, tips and tricks for newbies
Moderators: JRL, Dorian (MJT support)
-
nodochau
- Pro Scripter
- Posts: 135
- Joined: Wed Jan 16, 2019 12:59 pm
Post
by nodochau » Tue Mar 10, 2020 2:22 pm
Hello All,
I am new in gathering info on website. My goal is gather the info from our competitors on amazon. I can use macro recorder to create a program but I am not a fan of move mouse command. Could you help me where can I start?
Let say I want to get all info such as: price, customer ranking value, how many reviews, customer rating (4.5 starts.

) how many products left in their stock...How to find the add to cart button....
Thanks
-
Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am
Post
by Dorian (MJT support) » Tue Mar 10, 2020 3:26 pm
I'd start off by seeing if you can extract the elements you're looking for with the
Find IE Element Wizard.
Maybe also see if
IEGetAllText will extract what you're looking for, which can then be parsed.
Those are starting points, but experimentation is the key. You'd probably need to start with a list of competitors URLs and monitor them from there.
-
nodochau
- Pro Scripter
- Posts: 135
- Joined: Wed Jan 16, 2019 12:59 pm
Post
by nodochau » Fri Mar 13, 2020 2:01 pm
Dorian (MJT support) wrote: ↑Tue Mar 10, 2020 3:26 pm
I'd start off by seeing if you can extract the elements you're looking for with the
Find IE Element Wizard.
Maybe also see if
IEGetAllText will extract what you're looking for, which can then be parsed.
Those are starting points, but experimentation is the key. You'd probably need to start with a list of competitors URLs and monitor them from there.
Hi Dorian,
Wow I almost get everything that I want by using WebRecorder functions. But there is a command that I don't see it works though. IEWaitDocumentComplete>IE_Reference,Result??
will it make the program pause to wait for the webpage finish its loading after you click on the Tag?