|
|
Browse by Tags
All Tags » loop (RSS)
Showing page 1 of 4 (32 total posts)
-
I would like to loop all hyperlinks with a certain text in the anchor.
Example: Loop all hyperlinks with the text "Lire la suite" in them in this page.
http://www.courriercadres.com
I tried:Tag Finder1
.*.div (anywhere) Attribute:"id" equals text "content"
Action: for each URL
URL tags: a
1st URL: 0 from 1st ...
-
< .*.div >
< .*.div class="class1" >
< .*.div.div class="class2" >
< .*.div.div class="class2" >
< .*.div class="class1" >I would like to loop nodes with tag path ".*.div.div" and class="class2" between the 2 tags with ...
-
Input = search query. Return the URLs and the titles of all the photos of the first Flickr page.
-
Extracts all the video titles and video urls from the given youtube url, which is the only input parameter.
-
-
Returns video title and URL of a given name from Youtube.
Only the first page.
-
In the page, It has a series of checkbox. I want to checked all the options .
My RSS Robot looks like this:
Load Page > For each tag > Set checkbox(checked)> Extract value> Return RSS item。
The first option is ok ,But next iterate doesn't work 。Error as "The Set Checkbox action requires a found ...
-
Simple robot looping through Google search results, limited by a global variable
-
look at my robot please:
http://openkapow.com/files/folders/shopping_and_travel/entry19185.aspx
it repeat the first scraping
I think to have several problem with loops, maybe i do not undestand how does it work!! :-((((
Alessandra
-
Hello,
I am wondering if it is possible to group some of the output objects in a sub-element of the RESTOutput object? More specifically, I am trying to create a robot that returns detailed information about a vehicle along with a set of thumbnail URLs.
Ideally, I would like the result to be something similar to the XML snippet ...
1
|
|