@spider-cloud/spider-client 0.1.70 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.d.ts +2 -2
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -387,7 +387,7 @@ export interface SpiderParams {
|
|
|
387
387
|
*/
|
|
388
388
|
evaluate_on_new_document?: string;
|
|
389
389
|
/**
|
|
390
|
-
* Runs the request using lite_mode:Lite mode reduces data transfer costs by
|
|
390
|
+
* Runs the request using lite_mode:Lite mode reduces data transfer costs by 50%, with trade-offs in speed, accuracy,
|
|
391
391
|
* geo-targeting, and reliability. It’s best suited for non-urgent data collection or when
|
|
392
392
|
* targeting websites with minimal anti-bot protections.
|
|
393
393
|
*/
|
|
@@ -413,7 +413,7 @@ export interface SpiderParams {
|
|
|
413
413
|
*/
|
|
414
414
|
proxy?: Proxy;
|
|
415
415
|
/**
|
|
416
|
-
* Use a remote proxy at ~
|
|
416
|
+
* Use a remote proxy at ~50% reduced cost for file downloads.
|
|
417
417
|
* This requires bringing your own proxy (e.g., static IP tunnel).
|
|
418
418
|
*/
|
|
419
419
|
remote_proxy?: string;
|