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.
1 Reply
optimistic-gold•14mo ago
definitely cheaper in bulk