Crawl data with Google App Script
Some websites block if there are too many requests which come from an IP.
Google App Script provides a function to help us get data. So to bypass this block, we can use URLFetchApp API.
URLFetchApp
will help us to prevent blocking from server website, cause it uses multiple IPs ranges.