How Residential Tools Power Data Mining
When we talk about running spiders and automated scripts, we generally mean that the code would be deployed in a cloud-based server. It helps you run code on a Linux or a Windows server which is managed and kept by their group at AWS.

You are charged just for the uptime and you can stop your server in case you prepare not to use it for a long time. Setting up your scraping infrastructure on the cloud can show to be very inexpensive and effective in the long run, but you will need cloud designers to set things up and take care of upgrading them or making changes to them as and when required.
In case you are scraping high-res information such as images or videos which face GBs, you can try AWS-S3, which is the least expensive data-storage service on the marketplace today. There are more expensive services that you can select depending upon how often you want to access the information. In case you are drawing out particular data-points, you can keep the data in a database such as Postgres in AWS-RDS.
When scraping a single website, you can run the script from your laptop and finish the job. However in case you are attempting to crawl information from countless web-pages of a single website every 2nd, you will be blacklisted and blocked from the site in less than minutes.