Pass custom HTTP headers with your requests (v1)
FetchConfig(headers={...})
response = client.smartscraper( website_url="https://example.com", user_prompt="Extract data", headers={"Authorization": "Bearer token", "Accept-Language": "en-US"} )
FetchConfig
Was this page helpful?