Configure page load wait time (v1)
FetchConfig(wait_ms=3000)
response = client.smartscraper( website_url="https://example.com", user_prompt="Extract data", wait_ms=5000 # Wait 5 seconds )
FetchConfig
Was this page helpful?