-2

I am working on a web application that needs to pull data from other websites continuously. For example, the price of a product. If the price changes on the original website, my site's price will also be changed automatically.

Is it possible to scrape/pull/get data from other websites continuously like this?

sksoumik
  • 845
  • 1
  • 9
  • 23

1 Answers1

-1

you can write a background job to fetch data from remote host every hour/minutes/... then update your data if changed.

vorujack
  • 1,778
  • 16
  • 22