Speeding up scraping times

Describe the problem.
I am looking to scrape a websites products. It has 1000 products. I know I can break the scrape up based on page numbers and run a two scrapes on different machines.

Is it possible to do this without having to use two different instances of webscraper?

I also then take a field from that scrape to scrape a search on another site.

Is it possible to make this happen without having to create the urls outside of webscraper and import them back in and start another scrape?

@nathan.morrison918

Hi, yes you can automatically schedule the scraping jobs using the scheduler feature within Web Scraper Cloud and if necessary automatically export the scraped data to your DropBox, GoogleSheets, or even your own server using API.

https://webscraper.io/documentation/web-scraper-cloud/scheduler
https://webscraper.io/documentation/web-scraper-cloud/data-export
https://webscraper.io/documentation/web-scraper-cloud/api