Jump to content
UBot Underground

How to scrape keyword using http post plugin


Recommended Posts

hello every body,

 

i will ask you, How to scrape keyword suggestion using http post plugin in google box?

 

scrape keyword in the box/textarea at google.com

 

example :

 

if i type weight loss a and then show :

 

weight loss apps

weight loss affirmation

weight loss aids

weight loss avatar

 

and the question is how to scrape it using http post plugin?

 

thanks for your help..

 

i hope you understand my question

 

 

Link to post
Share on other sites

It's actually very easy using their api.

ui text box("Keyword", #keyword)
set(#suggestions, $plugin function("HTTP post.dll", "$http get", "http://clients1.google.com/complete/search?hl=en&output=toolbar&q={#keyword}", "", "", "", ""), "Global")
clear list(%words)
add list to list(%words, $find regular expression(#suggestions, "(?<=<suggestion data=\").*?(?=\")"), "Delete", "Global")
load html($replace($text from list(%words, $new line), $new line, "<br/>"))

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...