@@ -138,9 +138,9 @@ def scrape(
138138 self ,
139139 url : Union [str , List [str ]],
140140 zone : str = None ,
141- response_format : str = "json " ,
141+ response_format : str = "raw " ,
142142 method : str = "GET" ,
143- country : str = "us " ,
143+ country : str = "" ,
144144 data_format : str = "markdown" ,
145145 async_request : bool = False ,
146146 max_workers : int = None ,
@@ -156,7 +156,7 @@ def scrape(
156156 - `zone` (str, optional): Zone identifier (default: auto-configured web_unlocker_zone)
157157 - `response_format` (str, optional): Response format - `"json"` for structured data, `"raw"` for HTML string (default: `"json"`)
158158 - `method` (str, optional): HTTP method for the request (default: `"GET"`)
159- - `country` (str, optional): Two-letter ISO country code for proxy location (default: `"us"` )
159+ - `country` (str, optional): Two-letter ISO country code for proxy location (defaults to fastest connection )
160160 - `data_format` (str, optional): Additional format transformation (default: `"markdown"`)
161161 - `async_request` (bool, optional): Enable asynchronous processing (default: `False`)
162162 - `max_workers` (int, optional): Maximum parallel workers for multiple URLs (default: `10`)
@@ -201,9 +201,9 @@ def search(
201201 query : Union [str , List [str ]],
202202 search_engine : str = "google" ,
203203 zone : str = None ,
204- response_format : str = "json " ,
204+ response_format : str = "raw " ,
205205 method : str = "GET" ,
206- country : str = "us " ,
206+ country : str = "" ,
207207 data_format : str = "markdown" ,
208208 async_request : bool = False ,
209209 max_workers : int = None ,
0 commit comments