Jump to content
UBot Underground

Scrape Amazon product shipping


Recommended Posts

I have scraped a list of links(with amazon products).Now,I navigate through each link,and I want to scrape just first shipping value [$16.50] for each product,like I show in picture(because many,have 2 or more shipping providers with different prices) :

 

http://img444.imageshack.us/img444/9421/shippingubot.jpg .

 

The problem is that using "scrape attribute" with "wildcard" it scrapes all three shipping values [$16.50 , Free shipping and $7.49] and I want just first[$16.50].

How can I do this?

Thanks

Link to post
Share on other sites

here is even shorter code. 1 node

 


set(#shipping, $page scrape("</b><span class=\"plusShippingText\"> + ", " shipping</span>"), "Global")

 

Hey LoWrIdErTJ,

Thank you very much for help, I will try.....

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...