foolish-indigoF

Is it cheaper to scrape in bulk or individually?

In my Python script, where possible should I scrape a set of URLs in the same run? I am wondering if doing each url in separate runs costs more due to the starting and restarting of the Apify client vs doing them in one run.
Was this page helpful?