@getanyapi/sdk 0.39.0 → 0.39.2
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3658,7 +3658,7 @@ var InstagramNamespace = class {
|
|
|
3658
3658
|
*
|
|
3659
3659
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
3660
3660
|
*
|
|
3661
|
-
* Price: $0.
|
|
3661
|
+
* Price: $0.0005 per request.
|
|
3662
3662
|
*
|
|
3663
3663
|
* @example
|
|
3664
3664
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -3671,7 +3671,7 @@ var InstagramNamespace = class {
|
|
|
3671
3671
|
*
|
|
3672
3672
|
* List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
|
|
3673
3673
|
*
|
|
3674
|
-
* Price: $0.
|
|
3674
|
+
* Price: $0.0012 per request.
|
|
3675
3675
|
*
|
|
3676
3676
|
* @example
|
|
3677
3677
|
* const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -3713,7 +3713,7 @@ var InstagramNamespace = class {
|
|
|
3713
3713
|
*
|
|
3714
3714
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
3715
3715
|
*
|
|
3716
|
-
* Price: $0.
|
|
3716
|
+
* Price: $0.0012 per request.
|
|
3717
3717
|
*
|
|
3718
3718
|
* @example
|
|
3719
3719
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
|
@@ -6104,7 +6104,7 @@ var TiktokNamespace = class {
|
|
|
6104
6104
|
*
|
|
6105
6105
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
6106
6106
|
*
|
|
6107
|
-
* Price: $0.
|
|
6107
|
+
* Price: $0.0005 per request.
|
|
6108
6108
|
*
|
|
6109
6109
|
* @example
|
|
6110
6110
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|