Note that there are some explanatory texts on larger screens.

plurals
  1. POscraping using Jsoup
    primarykey
    data
    text
    <p>I am scraping a E-Commerce website using Jsoup. in this i want to get tags like , and price. after Jsoup.parse(), i am unable to getting this .</p> <pre><code>&lt;div id="ctl00_ContentPlaceHolder1_ctl00_ctl03_Showcase"&gt; &lt;div class="controlcontent_r"&gt; &lt;div class="bucketgroup"&gt; &lt;div class="prod_viewsparent"&gt; &lt;div class="bucket" style="width: 175px; height: 280px;"&gt; &lt;div class="bucket_left"&gt; &lt;a href="/Products/Buy-Online-Electronics-Cameras-Digital-Cameras/Nikon/Nikon-Coolpix-L27-Point--Shoot/pid-2849731.aspx"&gt; &lt;img class="mtb-img" style="width: 150px; height: 150px;" src="http://resources-images.martjackhosting.com/s3/martjack-resources/5d4b3aa1-119a-4d82-b9bb-1b6bdbd62002/Images/ProductImages/Source/NikonL27-BLK.jpg;width=150;height=150;scale=canvas" alt="Nikon Coolpix L27 Point &amp; Shoot" title="Digital Cameras, Nikon, Nikon Coolpix L27 Point &amp; Shoot"&gt;&lt;/a&gt; &lt;div id="2849731" class="btn_quick_view" style="display:none"&gt; &lt;a rel="2849731,0,2466375,5d4b3aa1-119a-4d82-b9bb-1b6bdbd62002" href="#"&gt;Quick View&lt;/a&gt;&lt;/div&gt; &lt;h4 class="mtb-title"&gt;Nikon Coolpix L27 Point &amp; Shoot&lt;/h4&gt; &lt;div class="mtb-desc"&gt; &lt;span class="mtb-price"&gt; &lt;label class="mtb-mrp"&gt; &lt;b class="lb1"&gt; MRP &lt;/b&gt; &lt;span class="WebRupee"&gt;Rs. &lt;/span&gt; 4,990 &lt;/label&gt; &lt;label class="mtb-ofr"&gt; &lt;b class="lb2"&gt; Now At &lt;/b&gt; &lt;span class="WebRupee"&gt;Rs. &lt;/span&gt; 4,700 &lt;/label&gt; &lt;/span&gt; &lt;span class="offer_block"&gt; &lt;a class="mtb-more" href="/Products/Buy-Online-Electronics-Cameras-Digital-Cameras/Nikon/Nikon-Coolpix-L27-Point--Shoot/pid-2849731.aspx" title="Click for more details"&gt;&lt;/div&gt; </code></pre> <p>I am unable to see "div class="bucket"" tag, after parsing.</p> <p>how i can handle this?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload