@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.d.cts
CHANGED
|
@@ -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.0005 per request.
|
|
18763
18763
|
*
|
|
18764
18764
|
* @example
|
|
18765
18765
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -18770,7 +18770,7 @@ declare class InstagramNamespace {
|
|
|
18770
18770
|
*
|
|
18771
18771
|
* List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
|
|
18772
18772
|
*
|
|
18773
|
-
* Price: $0.
|
|
18773
|
+
* Price: $0.0012 per request.
|
|
18774
18774
|
*
|
|
18775
18775
|
* @example
|
|
18776
18776
|
* const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -18799,7 +18799,7 @@ declare class InstagramNamespace {
|
|
|
18799
18799
|
*
|
|
18800
18800
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
18801
18801
|
*
|
|
18802
|
-
* Price: $0.
|
|
18802
|
+
* Price: $0.0012 per request.
|
|
18803
18803
|
*
|
|
18804
18804
|
* @example
|
|
18805
18805
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
|
@@ -38613,7 +38613,7 @@ declare class TiktokNamespace {
|
|
|
38613
38613
|
*
|
|
38614
38614
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
38615
38615
|
*
|
|
38616
|
-
* Price: $0.
|
|
38616
|
+
* Price: $0.0005 per request.
|
|
38617
38617
|
*
|
|
38618
38618
|
* @example
|
|
38619
38619
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
package/dist/index.d.ts
CHANGED
|
@@ -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.0005 per request.
|
|
18763
18763
|
*
|
|
18764
18764
|
* @example
|
|
18765
18765
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -18770,7 +18770,7 @@ declare class InstagramNamespace {
|
|
|
18770
18770
|
*
|
|
18771
18771
|
* List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
|
|
18772
18772
|
*
|
|
18773
|
-
* Price: $0.
|
|
18773
|
+
* Price: $0.0012 per request.
|
|
18774
18774
|
*
|
|
18775
18775
|
* @example
|
|
18776
18776
|
* const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -18799,7 +18799,7 @@ declare class InstagramNamespace {
|
|
|
18799
18799
|
*
|
|
18800
18800
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
18801
18801
|
*
|
|
18802
|
-
* Price: $0.
|
|
18802
|
+
* Price: $0.0012 per request.
|
|
18803
18803
|
*
|
|
18804
18804
|
* @example
|
|
18805
18805
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
|
@@ -38613,7 +38613,7 @@ declare class TiktokNamespace {
|
|
|
38613
38613
|
*
|
|
38614
38614
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
38615
38615
|
*
|
|
38616
|
-
* Price: $0.
|
|
38616
|
+
* Price: $0.0005 per request.
|
|
38617
38617
|
*
|
|
38618
38618
|
* @example
|
|
38619
38619
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
package/dist/index.js
CHANGED
|
@@ -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.0005 per request.
|
|
3547
3547
|
*
|
|
3548
3548
|
* @example
|
|
3549
3549
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -3556,7 +3556,7 @@ var InstagramNamespace = class {
|
|
|
3556
3556
|
*
|
|
3557
3557
|
* List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
|
|
3558
3558
|
*
|
|
3559
|
-
* Price: $0.
|
|
3559
|
+
* Price: $0.0012 per request.
|
|
3560
3560
|
*
|
|
3561
3561
|
* @example
|
|
3562
3562
|
* const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -3598,7 +3598,7 @@ var InstagramNamespace = class {
|
|
|
3598
3598
|
*
|
|
3599
3599
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
3600
3600
|
*
|
|
3601
|
-
* Price: $0.
|
|
3601
|
+
* Price: $0.0012 per request.
|
|
3602
3602
|
*
|
|
3603
3603
|
* @example
|
|
3604
3604
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
|
@@ -5989,7 +5989,7 @@ var TiktokNamespace = class {
|
|
|
5989
5989
|
*
|
|
5990
5990
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
5991
5991
|
*
|
|
5992
|
-
* Price: $0.
|
|
5992
|
+
* Price: $0.0005 per request.
|
|
5993
5993
|
*
|
|
5994
5994
|
* @example
|
|
5995
5995
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|