Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Scrape From Webpage and extract real time stock prices

by tbone654 (Beadle)
on Dec 04, 2012 at 21:36 UTC ( [id://1007159]=note: print w/replies, xml ) Need Help??


in reply to Re: Scrape From Webpage and extract real time stock prices
in thread Scrape From Webpage and extract real time stock prices

I'm using it to learn how first... And I'm trying to keep it as generic as possible... Would probably use a module, but I don't own the server either, so I was thinking of how to use brute force before I roll it into the final product...

I put it in <c> tags, but it doesn't format well...

  • Comment on Re^2: Scrape From Webpage and extract real time stock prices

Replies are listed 'Best First'.
Re^3: Scrape From Webpage and extract real time stock prices
by ww (Archbishop) on Dec 04, 2012 at 22:00 UTC
    Maybe I misunderstood. Is your data source your site? If so, ignore my observations about TOS; if not, I repeat, "beware!"

    The balance of your first graf suggests that stockta.com is the IP of some other entity, but if that entity approves of you using their data, they likely have a published API. Ask. And if they don't approve? Well refer to para 1.

    How did using
    <c><table width="34%" border="1"> <tr> <td>aaa</td><td>bbb ccc ddd></td><td>2012-12-04</td><td>foo</td><tr> ...</table> -- ie, html here</c>
    fail? Note that the closing tag is -- as is customary (or, as here, required) </c> ... with a slash!

    Even raw html renders so long as it's of a reasonable width (and within the limits allowed by the fact that PM's html is restricted):

    a a aab bb2012-12-04foo
    12345 0987654321zyx20121204 16:49bar

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1007159]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-25 18:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found