How to Scan Webpage

jbalter

Client
Регистрация
12.10.2012
Сообщения
12
Благодарностей
0
Баллы
1
I am trying to create a bot that scans a google search result page and if it cannot find what I assigned it to look for (a URL or a keyword), it will move on to the next google search result page.

Does anyone knows the algorithm or how to create this?

Here is what I have done:
1. Use list to grab keywords from my list enter to google
2. Keystroke emulation to click on "enter"

Then I'm stuck..please advise..
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
You need to learn regular expressions and use the DOM text of the page to find what you are looking for. regular-expression.info is a good place to start.

Here's a video I did for version 3 to show you how to begin...

http://www.youtube.com/watch?v=OFdd91R4L9o
 
  • Спасибо
Реакции: jbalter и Mankush

jbalter

Client
Регистрация
12.10.2012
Сообщения
12
Благодарностей
0
Баллы
1
This is great! I noticed that after creating the regex expression that you need, you used the "get" function with its macro.
Do you happen to know what it is in v4?
Is it "get value"?
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)