Note that there are some explanatory texts on larger screens.

plurals
  1. POBeautifulSoup - extract number
    text
    copied!<p>I'm trying to learn how to scrape the web, but I have some problem getting my code to work. The number I want to extract is 77.80 from the code below. The problem I have is to find something that is unique enough to find the information(the place). can you help me with the right code. Thanks in advance!</p> <pre><code> &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="center" nowrap valign="center" class="small"&gt; &lt;a alt="Utvald" class="small" href="javascript:QT('/se/skandia/funds/chosen.aspx?tab=5&amp;cid=0P0000T35O&amp;lang=SV&amp;curiso=SEK&amp;country=SE&amp;clientattributes=8&amp;lastpage=Sök fond&amp;LastPageURL=/se/skandia/quickrank/index.aspx?tab=RSLTS|lang=SV|univ=SE1|country=SE|curiso=SEK|mec=|cat=-1|search=|sortby=Custom_4|sortorder=ASC|PageNo=1|Firstletter=','0P0000T35O','600')" onmouseout="status=''; return true"&gt;&lt;img src="../read/im/sigillsvartsmall_FFFFFF.gif" border="0" alt="Utvald av Skandia" height="12" width="9"/&gt;&lt;/a&gt; &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="right" nowrap valign="top" class="small"&gt; 77.80 &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="right" nowrap valign="top" class="small"&gt; &lt;!--&lt;img src="../read/im/valueSEK.gif" align="texttop" height="10" width="22"&gt;--&gt; SEK &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="right" nowrap valign="top" class="small"&gt; 1.4 &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="right" nowrap valign="top" class="small"&gt; 0.5 &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="right" nowrap valign="top" class="small"&gt; 2.7 &lt;/td&gt; &lt;td class="small"&gt;&amp;nbsp;&amp;nbsp;&lt;/td&gt; &lt;td align="right" nowrap valign="top" class="small"&gt; 6.6 &lt;/td&gt; </code></pre>
 

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