Rate Limiting

Rate limiting is a server-side defense that restricts the number of requests a client can make within a given time window.

When a scraper exceeds the rate limit, the server returns a 429 (Too Many Requests) error or silently drops the connection. Cloud scrapers with proxy rotation distribute requests across many IPs to stay within per-IP rate limits.

Related Terms