@getanyapi/sdk 0.34.3 → 0.34.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 +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3406,7 +3406,7 @@ var InstagramNamespace = class {
|
|
|
3406
3406
|
*
|
|
3407
3407
|
* Fetch an Instagram account's core public profile fields (followers, posts, bio, verification) by user id.
|
|
3408
3408
|
*
|
|
3409
|
-
* Price: $0.
|
|
3409
|
+
* Price: $0.0015 per request.
|
|
3410
3410
|
*
|
|
3411
3411
|
* @example
|
|
3412
3412
|
* const res = await client.instagram.basicProfile({ userId: "314216" });
|
|
@@ -3419,7 +3419,7 @@ var InstagramNamespace = class {
|
|
|
3419
3419
|
*
|
|
3420
3420
|
* List the replies to an Instagram comment with cursor pagination (text, author, likes).
|
|
3421
3421
|
*
|
|
3422
|
-
* Price: $0.
|
|
3422
|
+
* Price: $0.0015 per request.
|
|
3423
3423
|
*
|
|
3424
3424
|
* @example
|
|
3425
3425
|
* const res = await client.instagram.commentReplies({ commentId: "18126632131325044", url: "https://www.instagram.com/p/C8rKmYvsrck/" });
|
|
@@ -3461,7 +3461,7 @@ var InstagramNamespace = class {
|
|
|
3461
3461
|
*
|
|
3462
3462
|
* List the followers of any public Instagram account by username: follower usernames, names, and profile details.
|
|
3463
3463
|
*
|
|
3464
|
-
* Price: $0.
|
|
3464
|
+
* Price: $0.0015 per request.
|
|
3465
3465
|
*
|
|
3466
3466
|
* @example
|
|
3467
3467
|
* const res = await client.instagram.followers({ username: "nasa", limit: 50 });
|
|
@@ -3490,7 +3490,7 @@ var InstagramNamespace = class {
|
|
|
3490
3490
|
*
|
|
3491
3491
|
* List the accounts a public Instagram user follows: usernames, names, and profile details.
|
|
3492
3492
|
*
|
|
3493
|
-
* Price: $0.
|
|
3493
|
+
* Price: $0.0015 per request.
|
|
3494
3494
|
*
|
|
3495
3495
|
* @example
|
|
3496
3496
|
* const res = await client.instagram.following({ username: "nasa", limit: 50 });
|
|
@@ -3532,7 +3532,7 @@ var InstagramNamespace = class {
|
|
|
3532
3532
|
*
|
|
3533
3533
|
* Instagram posts published under a hashtag, newest first, read from its live chronological feed rather than a web search index. Built for monitoring: results arrive within a couple of minutes of posting, so engagement counts are usually still zero and reels do not appear (Instagram keeps those on a separate tab). For engagement-ranked results use instagram.hashtag_top_posts; for older relevance-ranked results use instagram.search_hashtag.
|
|
3534
3534
|
*
|
|
3535
|
-
* Price: $0.
|
|
3535
|
+
* Price: $0.0015 per request.
|
|
3536
3536
|
*
|
|
3537
3537
|
* @example
|
|
3538
3538
|
* const res = await client.instagram.hashtagRecentPosts({ hashtag: "skincare" });
|
|
@@ -3561,7 +3561,7 @@ var InstagramNamespace = class {
|
|
|
3561
3561
|
*
|
|
3562
3562
|
* Instagram's own top-ranked posts for a hashtag, read from its live hashtag feed rather than a web search index, with view, like, and comment counts. Reels-heavy and engagement-ranked, so it answers what is performing on a tag right now. For older relevance-ranked results with date and media-type filters use instagram.search_hashtag; for the chronological feed use instagram.hashtag_recent_posts.
|
|
3563
3563
|
*
|
|
3564
|
-
* Price: $0.
|
|
3564
|
+
* Price: $0.0015 per request.
|
|
3565
3565
|
*
|
|
3566
3566
|
* @example
|
|
3567
3567
|
* const res = await client.instagram.hashtagTopPosts({ hashtag: "skincare" });
|
|
@@ -3629,7 +3629,7 @@ var InstagramNamespace = class {
|
|
|
3629
3629
|
*
|
|
3630
3630
|
* List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
|
|
3631
3631
|
*
|
|
3632
|
-
* Price: $0.
|
|
3632
|
+
* Price: $0.0015 per request.
|
|
3633
3633
|
*
|
|
3634
3634
|
* @example
|
|
3635
3635
|
* const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -3697,7 +3697,7 @@ var InstagramNamespace = class {
|
|
|
3697
3697
|
*
|
|
3698
3698
|
* Search Instagram Reels by keyword and get matching reels (caption, likes, comments, creator, and duration). Instagram does not return view or play counts in reels search results. Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
|
|
3699
3699
|
*
|
|
3700
|
-
* Price: $0.
|
|
3700
|
+
* Price: $0.0015 per request.
|
|
3701
3701
|
*
|
|
3702
3702
|
* @example
|
|
3703
3703
|
* const res = await client.instagram.reelsSearch({ query: "travel" });
|
|
@@ -3710,7 +3710,7 @@ var InstagramNamespace = class {
|
|
|
3710
3710
|
*
|
|
3711
3711
|
* Search Instagram for users, hashtags, or places by keyword and get matching results with names, counts, and links.
|
|
3712
3712
|
*
|
|
3713
|
-
* Price: $0.
|
|
3713
|
+
* Price: $0.0015 per request.
|
|
3714
3714
|
*
|
|
3715
3715
|
* @example
|
|
3716
3716
|
* const res = await client.instagram.search({ query: "nasa" });
|
|
@@ -3794,7 +3794,7 @@ var InstagramNamespace = class {
|
|
|
3794
3794
|
*
|
|
3795
3795
|
* Fetch a public Instagram account's currently live stories - media URL, owner, and posting time - by username. Lightweight projection; for media type, dimensions, and the 24h expiry time use instagram.stories_full.
|
|
3796
3796
|
*
|
|
3797
|
-
* Price: $0.
|
|
3797
|
+
* Price: $0.0015 per request.
|
|
3798
3798
|
*
|
|
3799
3799
|
* @example
|
|
3800
3800
|
* const res = await client.instagram.storiesThin({ username: "natgeo" });
|
|
@@ -3807,7 +3807,7 @@ var InstagramNamespace = class {
|
|
|
3807
3807
|
*
|
|
3808
3808
|
* List the posts an Instagram user is tagged in, with cursor pagination (author, caption, likes, comments).
|
|
3809
3809
|
*
|
|
3810
|
-
* Price: $0.
|
|
3810
|
+
* Price: $0.0015 per request.
|
|
3811
3811
|
*
|
|
3812
3812
|
* @example
|
|
3813
3813
|
* const res = await client.instagram.taggedPosts({ handle: "nasa" });
|
|
@@ -3849,7 +3849,7 @@ var InstagramNamespace = class {
|
|
|
3849
3849
|
*
|
|
3850
3850
|
* List an Instagram account's story highlight reels by handle.
|
|
3851
3851
|
*
|
|
3852
|
-
* Price: $0.
|
|
3852
|
+
* Price: $0.0015 per request.
|
|
3853
3853
|
*
|
|
3854
3854
|
* @example
|
|
3855
3855
|
* const res = await client.instagram.userHighlights({ handle: "nasa" });
|
|
@@ -3862,7 +3862,7 @@ var InstagramNamespace = class {
|
|
|
3862
3862
|
*
|
|
3863
3863
|
* List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
|
|
3864
3864
|
*
|
|
3865
|
-
* Price: $0.
|
|
3865
|
+
* Price: $0.0015 per request.
|
|
3866
3866
|
*
|
|
3867
3867
|
* @example
|
|
3868
3868
|
* const res = await client.instagram.userPosts({ handle: "nasa" });
|
|
@@ -3891,7 +3891,7 @@ var InstagramNamespace = class {
|
|
|
3891
3891
|
*
|
|
3892
3892
|
* List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
|
|
3893
3893
|
*
|
|
3894
|
-
* Price: $0.
|
|
3894
|
+
* Price: $0.0015 per request.
|
|
3895
3895
|
*
|
|
3896
3896
|
* @example
|
|
3897
3897
|
* const res = await client.instagram.userReels({ handle: "nasa" });
|