I'm looking for a scraper that scrapes Motley Fool for stocks that I add to a mySQL database, it simply retrieves the stock price, days price change, current CAPS rating and then compares the current price to the price I set in the DB. So I need an admin area where I can do the following:
- Add stock symbol
- Add stock price
Then a webpage that displays the results for all stocks I entered into the database and lists the current trading price, price change, CAPS rating and stock % change from the price I specified when I added it to the database / current trading price which is scraped from fool.com
I'm guessing the following URLS is what you'll need, I listed the stock LEND as a sample query:
LEND Quote | LEND Stock Price | ACCREDITED HOME LE Stock Quotes
or
LEND Research | Accredited Home Lenders Holding Co. Research
- Add stock symbol
- Add stock price
Then a webpage that displays the results for all stocks I entered into the database and lists the current trading price, price change, CAPS rating and stock % change from the price I specified when I added it to the database / current trading price which is scraped from fool.com
I'm guessing the following URLS is what you'll need, I listed the stock LEND as a sample query:
LEND Quote | LEND Stock Price | ACCREDITED HOME LE Stock Quotes
or
LEND Research | Accredited Home Lenders Holding Co. Research