@getanyapi/sdk 0.9.10 → 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.cjs CHANGED
@@ -5203,10 +5203,10 @@ var WebNamespace = class {
5203
5203
  *
5204
5204
  * Scrape any web page and get its content back as clean Markdown (or HTML, or raw HTML) plus title and metadata.
5205
5205
  *
5206
- * Price: $0.0009 per request.
5206
+ * Price: $0.0005 per request.
5207
5207
  *
5208
5208
  * @example
5209
- * const res = await client.web.scrape({ url: "https://example.com", formats: ["markdown", "html", "rawHtml"], onlyMainContent: true });
5209
+ * const res = await client.web.scrape({ url: "https://example.com", formats: ["markdown", "rawHtml"], onlyMainContent: false });
5210
5210
  */
5211
5211
  scrape(input, options) {
5212
5212
  return this._core.run("web.scrape", input, options);