> ## Documentation Index
> Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Latency

> The average scrape latency is an industry-leading 2-6 seconds

## Introduction

In web scraping, low latency is a key factor. When you want to build real-time AI agents and train LLMs on large web datasets, the web scraping portion has to be streamlined and optimized.

Olostep maintains a 2-6 seconds average latency by using a combination of techniques. This paragraph explains how we do it at a high level.

## Implementation

Under the hood, the request is processed by a browser that is already running. This cuts down the time it takes to spin up a new browser instance and load the page.
