Skip to main content
You are viewing the v1 (legacy) documentation. In v2, use FetchConfig(wait_ms=3000). See the v2 documentation.

Wait Time

Configure how long to wait for the page to load before scraping:
response = client.smartscraper(
    website_url="https://example.com",
    user_prompt="Extract data",
    wait_ms=5000  # Wait 5 seconds
)
For v2 usage with FetchConfig, see the v2 documentation.