My take is that the "idea people" usually underestimate how easy it is make user interfaces and overestimate the difficulty of scraping, API "integrations", etc. (It's what makes Zapier such a successful racket)
Our take is scraping a website in isolation is typically quite easy for a somewhat technical person.
Scraping at larger scale is where it becomes challenging, the problems we want to tackle are:
1. You need at least a bit of technical expertise to do things like configure selectors properly
2. Websites typically have moderation in place to block scrapers
3. Scrapers are prone to changes in the site layout
4. Creating on the order of 100s of scrapers is difficult and time consuming. Creating this many will amplify the previous issue
Scraping at larger scale is where it becomes challenging, the problems we want to tackle are: 1. You need at least a bit of technical expertise to do things like configure selectors properly 2. Websites typically have moderation in place to block scrapers 3. Scrapers are prone to changes in the site layout 4. Creating on the order of 100s of scrapers is difficult and time consuming. Creating this many will amplify the previous issue