hi, i want to scraping STOCK EXCHANGE latest share price from www.dsebd.org(see the below image) for my wordpress blog. how can i do this pls help me. I want to scrap data from red marked area
The data is inside a section marked 'marquee' and is a series of table cells, each containing a table with the data you need. You can search for this section in the code. <marquee id="mq2" height="33" bgcolor="#fffff4" width="100%" truespeed="" scrolldelay="5" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();" direction="left" behavior="scroll" align="top">
Just write a script in whatever language you know that takes the source of the website and checks that certain section for the values.
Lucky enough. All required information are in there. You can simply hire a good php programmer and get this decoded.
I had a look at this ppt where a nice web scraping way has been given. Have a look at this web data extraction ppt.
Hi there, Our scraping service can fulfill your needs. Scraping.biz will harvest the accurate data and extract the complete results into logical categories from the broadest and deepest online resources. You can benefit from wide range of website categories including Businesses | Real Estates | Rentals | Classifieds | Jobs | Property | Social network | Automotive | Events | Lyrics | E-commerce | Books | Movie review | Domains | Search Engines | and more… Visit our website http://scraping.biz, Sign up SCRAPING service to get THOUSANDS of LEADS for FREE! For more information, please contact us via Skype: scrapingbiz_support Bests, Vicky
Couldn't you just use fsockopen and parse the table as XML? That's preschool PHP. http://php.net/manual/en/book.simplexml.php EDIT: Never mind, spambot above megabumped.