@getanyapi/sdk 0.9.11 → 0.10.0

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/index.d.cts CHANGED
@@ -20716,6 +20716,11 @@ interface WebScrapeInput {
20716
20716
  * Default: true.
20717
20717
  */
20718
20718
  onlyMainContent?: boolean;
20719
+ /**
20720
+ * When true, fetch through a stealth proxy that gets past bot protection which refuses an ordinary request. This costs materially more per request (see the pricing ceiling), so leave it off unless a normal scrape of the site comes back blocked or empty.
20721
+ * Default: false.
20722
+ */
20723
+ stealth?: boolean;
20719
20724
  /**
20720
20725
  * The URL of the page to scrape.
20721
20726
  * Format: uri.
package/dist/index.d.ts CHANGED
@@ -20716,6 +20716,11 @@ interface WebScrapeInput {
20716
20716
  * Default: true.
20717
20717
  */
20718
20718
  onlyMainContent?: boolean;
20719
+ /**
20720
+ * When true, fetch through a stealth proxy that gets past bot protection which refuses an ordinary request. This costs materially more per request (see the pricing ceiling), so leave it off unless a normal scrape of the site comes back blocked or empty.
20721
+ * Default: false.
20722
+ */
20723
+ stealth?: boolean;
20719
20724
  /**
20720
20725
  * The URL of the page to scrape.
20721
20726
  * Format: uri.