@getanyapi/sdk 0.39.2 → 0.39.4
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -15235,7 +15235,7 @@ declare class GoogleNamespace {
|
|
|
15235
15235
|
*
|
|
15236
15236
|
* Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
|
|
15237
15237
|
*
|
|
15238
|
-
* Price: $0.
|
|
15238
|
+
* Price: $0.0009 per request.
|
|
15239
15239
|
*
|
|
15240
15240
|
* @example
|
|
15241
15241
|
* const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
|
|
@@ -18759,7 +18759,7 @@ declare class InstagramNamespace {
|
|
|
18759
18759
|
*
|
|
18760
18760
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
18761
18761
|
*
|
|
18762
|
-
* Price: $0.
|
|
18762
|
+
* Price: $0.0012 per request.
|
|
18763
18763
|
*
|
|
18764
18764
|
* @example
|
|
18765
18765
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
package/dist/index.d.ts
CHANGED
|
@@ -15235,7 +15235,7 @@ declare class GoogleNamespace {
|
|
|
15235
15235
|
*
|
|
15236
15236
|
* Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
|
|
15237
15237
|
*
|
|
15238
|
-
* Price: $0.
|
|
15238
|
+
* Price: $0.0009 per request.
|
|
15239
15239
|
*
|
|
15240
15240
|
* @example
|
|
15241
15241
|
* const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
|
|
@@ -18759,7 +18759,7 @@ declare class InstagramNamespace {
|
|
|
18759
18759
|
*
|
|
18760
18760
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
18761
18761
|
*
|
|
18762
|
-
* Price: $0.
|
|
18762
|
+
* Price: $0.0012 per request.
|
|
18763
18763
|
*
|
|
18764
18764
|
* @example
|
|
18765
18765
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
package/dist/index.js
CHANGED
|
@@ -3013,7 +3013,7 @@ var GoogleNamespace = class {
|
|
|
3013
3013
|
*
|
|
3014
3014
|
* Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
|
|
3015
3015
|
*
|
|
3016
|
-
* Price: $0.
|
|
3016
|
+
* Price: $0.0009 per request.
|
|
3017
3017
|
*
|
|
3018
3018
|
* @example
|
|
3019
3019
|
* const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
|
|
@@ -3543,7 +3543,7 @@ var InstagramNamespace = class {
|
|
|
3543
3543
|
*
|
|
3544
3544
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
3545
3545
|
*
|
|
3546
|
-
* Price: $0.
|
|
3546
|
+
* Price: $0.0012 per request.
|
|
3547
3547
|
*
|
|
3548
3548
|
* @example
|
|
3549
3549
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|