Welcome, Guest. Please Login.
IRobotSoft Robot
12/09/23 at 00:21:59
News: IRobotSoft is the enssential tool for Internet marketing and SEO work!
Home Help Search Login
Google
 


Pages: 1
Send Topic Print
URLs from variable (Read 4238 times)
tc03
Junior Member
**


I Love IRobotSoft

Posts: 17
URLs from variable
07/01/14 at 01:47:50
 
In the attached robot, I want the variable that is currently being extracted to become part of a URL like http://www.xxxxx"variable".com, and then to go to that URL and extract data. This needs to be repeated for all of the variables extracted.
 
Any assistance is appreciated as always.
Back to top
 
  IP Logged
IRobotSoft Administrator
IRobotSoft Administrator
*****


IRobotSoft, the Best
Internet Robot
System

Posts: 1609
Gender: male
Re: URLs from variable
Reply #1 - 07/01/14 at 07:51:25
 
Please refer the sample robot: "go_urls_sequential.irb" in the download package for how to do it.  
 
Back to top
 
 

The Administrator.
WWW   IP Logged
tc03
Junior Member
**


I Love IRobotSoft

Posts: 17
Re: URLs from variable
Reply #2 - 07/01/14 at 08:03:33
 
Yes that I understand. In my attached robot I create a variable called 'data' and currently save it to a csv. However, I want to insert 'data' as part of a url like http://www.addressincludingdata.com.
 
Please see my attached robot - I have it to the point described in 'go_urls_sequential.irb' already.
Back to top
 
 
  IP Logged
IRobotSoft Administrator
IRobotSoft Administrator
*****


IRobotSoft, the Best
Internet Robot
System

Posts: 1609
Gender: male
Re: URLs from variable
Reply #3 - 07/01/14 at 23:05:45
 
Here are a couple of changes:  
 
1. In property of Go to URL action, should use Variable instead of List
2. In the Extract Data events,  
    url_xml.loadData(url,'','xml','')  
    or some htql expression as the last parameter
 
Back to top
 
 

The Administrator.
WWW   IP Logged
Pages: 1
Send Topic Print