'Integrating Scrapy into Django/React application
I'm trying to build a site with Django and React, where you can create watchlists with companies.
If you view the watchlist, you'll be able to see the price of given companies. In Django I have a model for the companies, but these are without price (since it has to be reasonably up-to-date). So you'll load a list of companies using their models, then use the symbol to get the price from somewhere else.
I've looked into API's, but I couldn't find an API (for free) where a can get an variable list of companies with their price. So I thought maybe getting the data myself by scraping it would be an option.
Haven't done much scraping, but is it possible to scrape data on the client side (implementing it in React)? And/or how would you approach this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|