Skip to main content
use-apify.com

Hosting: guides & tutorials

Where and how to host scrapers: VMs, containers, or managed platforms. Balance cost, IPs, and uptime for Apify Actors and long-running automation jobs.

10 articles

View all tags

Where you host scrapers, VMs, containers, or managed platforms, shapes cost, IP reputation, and uptime. These guides cover the options and how to balance them for crawlers and automation jobs.

Managed platforms remove ops overhead, while self-hosted VMs give control over IPs and cost. Many teams run Apify cloud actors alongside their own infrastructure. Below you will find hosting comparisons and setup guides.

Related topics

Liquid Web9 min read

Liquid Web vs Nexcess: Which Brand Is Right for You? (2026)

· 9 min read
Yassine El Haddad
Software Developer & Automation Specialist

Short answer: Liquid Web for infrastructure workloads (VPS, dedicated, GPU, HIPAA). Nexcess for managed application workloads (WordPress, WooCommerce, Magento, Drupal). Both brands share the same parent company, the same 24/7 support staff, and the same uptime SLA — what differs is the stack underneath.

This article is the canonical routing decision for every other guide on this site that mentions both brands. Bookmark it or link to it when someone asks "which one should I use?"

Guides on this site

Frequently asked questions

Frequently Asked Questions

Apify Cloud is the most complete managed option with scheduling, storage, and proxies included. Self-hosted options include VPS on DigitalOcean or Linode, containerized deployments on Kubernetes, and serverless functions on Lambda or Cloud Run for lightweight scrapers. Choose based on volume, latency requirements, and team DevOps capacity.

Self-host when you have strict data residency requirements, unusually high volumes that make per-compute pricing expensive, or specialized hardware needs like GPUs. Apify Cloud wins for most teams due to included scheduling, proxy rotation, storage, and zero infrastructure management. Factor in engineering time, not just compute costs.

Use Docker Swarm or Kubernetes to distribute actor containers, a Redis-backed request queue for URL management, and shared object storage for results. Monitor CPU and memory per worker to find the right concurrency per instance type. Dedicated VPC and firewalls protect scraping infrastructure from external access.

AWS EC2 Spot Instances reduce cost for batch jobs. GCP Compute Engine and Azure VMs are comparable. Choose regions with low latency to your target sites for better browser performance. Object storage (S3, GCS) is standard for large dataset archiving. Cloudflare Workers suit lightweight proxy relay use cases.