@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.d.cts CHANGED
@@ -17868,7 +17868,7 @@ declare class InstagramNamespace {
17868
17868
  *
17869
17869
  * Fetch an Instagram account's core public profile fields (followers, posts, bio, verification) by user id.
17870
17870
  *
17871
- * Price: $0.002 per request.
17871
+ * Price: $0.0015 per request.
17872
17872
  *
17873
17873
  * @example
17874
17874
  * const res = await client.instagram.basicProfile({ userId: "314216" });
@@ -17879,7 +17879,7 @@ declare class InstagramNamespace {
17879
17879
  *
17880
17880
  * List the replies to an Instagram comment with cursor pagination (text, author, likes).
17881
17881
  *
17882
- * Price: $0.002 per request.
17882
+ * Price: $0.0015 per request.
17883
17883
  *
17884
17884
  * @example
17885
17885
  * const res = await client.instagram.commentReplies({ commentId: "18126632131325044", url: "https://www.instagram.com/p/C8rKmYvsrck/" });
@@ -17908,7 +17908,7 @@ declare class InstagramNamespace {
17908
17908
  *
17909
17909
  * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
17910
17910
  *
17911
- * Price: $0.018 per request.
17911
+ * Price: $0.0015 per request.
17912
17912
  *
17913
17913
  * @example
17914
17914
  * const res = await client.instagram.followers({ username: "nasa", limit: 50 });
@@ -17926,7 +17926,7 @@ declare class InstagramNamespace {
17926
17926
  *
17927
17927
  * List the accounts a public Instagram user follows: usernames, names, and profile details.
17928
17928
  *
17929
- * Price: $0.018 per request.
17929
+ * Price: $0.0015 per request.
17930
17930
  *
17931
17931
  * @example
17932
17932
  * const res = await client.instagram.following({ username: "nasa", limit: 50 });
@@ -17955,7 +17955,7 @@ declare class InstagramNamespace {
17955
17955
  *
17956
17956
  * 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.
17957
17957
  *
17958
- * Price: $0.0024 per request.
17958
+ * Price: $0.0015 per request.
17959
17959
  *
17960
17960
  * @example
17961
17961
  * const res = await client.instagram.hashtagRecentPosts({ hashtag: "skincare" });
@@ -17973,7 +17973,7 @@ declare class InstagramNamespace {
17973
17973
  *
17974
17974
  * 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.
17975
17975
  *
17976
- * Price: $0.018 per request.
17976
+ * Price: $0.0015 per request.
17977
17977
  *
17978
17978
  * @example
17979
17979
  * const res = await client.instagram.hashtagTopPosts({ hashtag: "skincare" });
@@ -18024,7 +18024,7 @@ declare class InstagramNamespace {
18024
18024
  *
18025
18025
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
18026
18026
  *
18027
- * Price: $0.00144 per request.
18027
+ * Price: $0.0015 per request.
18028
18028
  *
18029
18029
  * @example
18030
18030
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -18075,7 +18075,7 @@ declare class InstagramNamespace {
18075
18075
  *
18076
18076
  * 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).
18077
18077
  *
18078
- * Price: $0.002 per request.
18078
+ * Price: $0.0015 per request.
18079
18079
  *
18080
18080
  * @example
18081
18081
  * const res = await client.instagram.reelsSearch({ query: "travel" });
@@ -18086,7 +18086,7 @@ declare class InstagramNamespace {
18086
18086
  *
18087
18087
  * Search Instagram for users, hashtags, or places by keyword and get matching results with names, counts, and links.
18088
18088
  *
18089
- * Price: $0.0036 per request.
18089
+ * Price: $0.0015 per request.
18090
18090
  *
18091
18091
  * @example
18092
18092
  * const res = await client.instagram.search({ query: "nasa" });
@@ -18144,7 +18144,7 @@ declare class InstagramNamespace {
18144
18144
  *
18145
18145
  * 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.
18146
18146
  *
18147
- * Price: $0.018 per request.
18147
+ * Price: $0.0015 per request.
18148
18148
  *
18149
18149
  * @example
18150
18150
  * const res = await client.instagram.storiesThin({ username: "natgeo" });
@@ -18155,7 +18155,7 @@ declare class InstagramNamespace {
18155
18155
  *
18156
18156
  * List the posts an Instagram user is tagged in, with cursor pagination (author, caption, likes, comments).
18157
18157
  *
18158
- * Price: $0.0024 per request.
18158
+ * Price: $0.0015 per request.
18159
18159
  *
18160
18160
  * @example
18161
18161
  * const res = await client.instagram.taggedPosts({ handle: "nasa" });
@@ -18184,7 +18184,7 @@ declare class InstagramNamespace {
18184
18184
  *
18185
18185
  * List an Instagram account's story highlight reels by handle.
18186
18186
  *
18187
- * Price: $0.002 per request.
18187
+ * Price: $0.0015 per request.
18188
18188
  *
18189
18189
  * @example
18190
18190
  * const res = await client.instagram.userHighlights({ handle: "nasa" });
@@ -18195,7 +18195,7 @@ declare class InstagramNamespace {
18195
18195
  *
18196
18196
  * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
18197
18197
  *
18198
- * Price: $0.002 per request.
18198
+ * Price: $0.0015 per request.
18199
18199
  *
18200
18200
  * @example
18201
18201
  * const res = await client.instagram.userPosts({ handle: "nasa" });
@@ -18213,7 +18213,7 @@ declare class InstagramNamespace {
18213
18213
  *
18214
18214
  * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
18215
18215
  *
18216
- * Price: $0.002 per request.
18216
+ * Price: $0.0015 per request.
18217
18217
  *
18218
18218
  * @example
18219
18219
  * const res = await client.instagram.userReels({ handle: "nasa" });
package/dist/index.d.ts CHANGED
@@ -17868,7 +17868,7 @@ declare class InstagramNamespace {
17868
17868
  *
17869
17869
  * Fetch an Instagram account's core public profile fields (followers, posts, bio, verification) by user id.
17870
17870
  *
17871
- * Price: $0.002 per request.
17871
+ * Price: $0.0015 per request.
17872
17872
  *
17873
17873
  * @example
17874
17874
  * const res = await client.instagram.basicProfile({ userId: "314216" });
@@ -17879,7 +17879,7 @@ declare class InstagramNamespace {
17879
17879
  *
17880
17880
  * List the replies to an Instagram comment with cursor pagination (text, author, likes).
17881
17881
  *
17882
- * Price: $0.002 per request.
17882
+ * Price: $0.0015 per request.
17883
17883
  *
17884
17884
  * @example
17885
17885
  * const res = await client.instagram.commentReplies({ commentId: "18126632131325044", url: "https://www.instagram.com/p/C8rKmYvsrck/" });
@@ -17908,7 +17908,7 @@ declare class InstagramNamespace {
17908
17908
  *
17909
17909
  * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
17910
17910
  *
17911
- * Price: $0.018 per request.
17911
+ * Price: $0.0015 per request.
17912
17912
  *
17913
17913
  * @example
17914
17914
  * const res = await client.instagram.followers({ username: "nasa", limit: 50 });
@@ -17926,7 +17926,7 @@ declare class InstagramNamespace {
17926
17926
  *
17927
17927
  * List the accounts a public Instagram user follows: usernames, names, and profile details.
17928
17928
  *
17929
- * Price: $0.018 per request.
17929
+ * Price: $0.0015 per request.
17930
17930
  *
17931
17931
  * @example
17932
17932
  * const res = await client.instagram.following({ username: "nasa", limit: 50 });
@@ -17955,7 +17955,7 @@ declare class InstagramNamespace {
17955
17955
  *
17956
17956
  * 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.
17957
17957
  *
17958
- * Price: $0.0024 per request.
17958
+ * Price: $0.0015 per request.
17959
17959
  *
17960
17960
  * @example
17961
17961
  * const res = await client.instagram.hashtagRecentPosts({ hashtag: "skincare" });
@@ -17973,7 +17973,7 @@ declare class InstagramNamespace {
17973
17973
  *
17974
17974
  * 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.
17975
17975
  *
17976
- * Price: $0.018 per request.
17976
+ * Price: $0.0015 per request.
17977
17977
  *
17978
17978
  * @example
17979
17979
  * const res = await client.instagram.hashtagTopPosts({ hashtag: "skincare" });
@@ -18024,7 +18024,7 @@ declare class InstagramNamespace {
18024
18024
  *
18025
18025
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
18026
18026
  *
18027
- * Price: $0.00144 per request.
18027
+ * Price: $0.0015 per request.
18028
18028
  *
18029
18029
  * @example
18030
18030
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -18075,7 +18075,7 @@ declare class InstagramNamespace {
18075
18075
  *
18076
18076
  * 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).
18077
18077
  *
18078
- * Price: $0.002 per request.
18078
+ * Price: $0.0015 per request.
18079
18079
  *
18080
18080
  * @example
18081
18081
  * const res = await client.instagram.reelsSearch({ query: "travel" });
@@ -18086,7 +18086,7 @@ declare class InstagramNamespace {
18086
18086
  *
18087
18087
  * Search Instagram for users, hashtags, or places by keyword and get matching results with names, counts, and links.
18088
18088
  *
18089
- * Price: $0.0036 per request.
18089
+ * Price: $0.0015 per request.
18090
18090
  *
18091
18091
  * @example
18092
18092
  * const res = await client.instagram.search({ query: "nasa" });
@@ -18144,7 +18144,7 @@ declare class InstagramNamespace {
18144
18144
  *
18145
18145
  * 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.
18146
18146
  *
18147
- * Price: $0.018 per request.
18147
+ * Price: $0.0015 per request.
18148
18148
  *
18149
18149
  * @example
18150
18150
  * const res = await client.instagram.storiesThin({ username: "natgeo" });
@@ -18155,7 +18155,7 @@ declare class InstagramNamespace {
18155
18155
  *
18156
18156
  * List the posts an Instagram user is tagged in, with cursor pagination (author, caption, likes, comments).
18157
18157
  *
18158
- * Price: $0.0024 per request.
18158
+ * Price: $0.0015 per request.
18159
18159
  *
18160
18160
  * @example
18161
18161
  * const res = await client.instagram.taggedPosts({ handle: "nasa" });
@@ -18184,7 +18184,7 @@ declare class InstagramNamespace {
18184
18184
  *
18185
18185
  * List an Instagram account's story highlight reels by handle.
18186
18186
  *
18187
- * Price: $0.002 per request.
18187
+ * Price: $0.0015 per request.
18188
18188
  *
18189
18189
  * @example
18190
18190
  * const res = await client.instagram.userHighlights({ handle: "nasa" });
@@ -18195,7 +18195,7 @@ declare class InstagramNamespace {
18195
18195
  *
18196
18196
  * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
18197
18197
  *
18198
- * Price: $0.002 per request.
18198
+ * Price: $0.0015 per request.
18199
18199
  *
18200
18200
  * @example
18201
18201
  * const res = await client.instagram.userPosts({ handle: "nasa" });
@@ -18213,7 +18213,7 @@ declare class InstagramNamespace {
18213
18213
  *
18214
18214
  * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
18215
18215
  *
18216
- * Price: $0.002 per request.
18216
+ * Price: $0.0015 per request.
18217
18217
  *
18218
18218
  * @example
18219
18219
  * const res = await client.instagram.userReels({ handle: "nasa" });
package/dist/index.js CHANGED
@@ -3291,7 +3291,7 @@ var InstagramNamespace = class {
3291
3291
  *
3292
3292
  * Fetch an Instagram account's core public profile fields (followers, posts, bio, verification) by user id.
3293
3293
  *
3294
- * Price: $0.002 per request.
3294
+ * Price: $0.0015 per request.
3295
3295
  *
3296
3296
  * @example
3297
3297
  * const res = await client.instagram.basicProfile({ userId: "314216" });
@@ -3304,7 +3304,7 @@ var InstagramNamespace = class {
3304
3304
  *
3305
3305
  * List the replies to an Instagram comment with cursor pagination (text, author, likes).
3306
3306
  *
3307
- * Price: $0.002 per request.
3307
+ * Price: $0.0015 per request.
3308
3308
  *
3309
3309
  * @example
3310
3310
  * const res = await client.instagram.commentReplies({ commentId: "18126632131325044", url: "https://www.instagram.com/p/C8rKmYvsrck/" });
@@ -3346,7 +3346,7 @@ var InstagramNamespace = class {
3346
3346
  *
3347
3347
  * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
3348
3348
  *
3349
- * Price: $0.018 per request.
3349
+ * Price: $0.0015 per request.
3350
3350
  *
3351
3351
  * @example
3352
3352
  * const res = await client.instagram.followers({ username: "nasa", limit: 50 });
@@ -3375,7 +3375,7 @@ var InstagramNamespace = class {
3375
3375
  *
3376
3376
  * List the accounts a public Instagram user follows: usernames, names, and profile details.
3377
3377
  *
3378
- * Price: $0.018 per request.
3378
+ * Price: $0.0015 per request.
3379
3379
  *
3380
3380
  * @example
3381
3381
  * const res = await client.instagram.following({ username: "nasa", limit: 50 });
@@ -3417,7 +3417,7 @@ var InstagramNamespace = class {
3417
3417
  *
3418
3418
  * 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.
3419
3419
  *
3420
- * Price: $0.0024 per request.
3420
+ * Price: $0.0015 per request.
3421
3421
  *
3422
3422
  * @example
3423
3423
  * const res = await client.instagram.hashtagRecentPosts({ hashtag: "skincare" });
@@ -3446,7 +3446,7 @@ var InstagramNamespace = class {
3446
3446
  *
3447
3447
  * 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.
3448
3448
  *
3449
- * Price: $0.018 per request.
3449
+ * Price: $0.0015 per request.
3450
3450
  *
3451
3451
  * @example
3452
3452
  * const res = await client.instagram.hashtagTopPosts({ hashtag: "skincare" });
@@ -3514,7 +3514,7 @@ var InstagramNamespace = class {
3514
3514
  *
3515
3515
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
3516
3516
  *
3517
- * Price: $0.00144 per request.
3517
+ * Price: $0.0015 per request.
3518
3518
  *
3519
3519
  * @example
3520
3520
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -3582,7 +3582,7 @@ var InstagramNamespace = class {
3582
3582
  *
3583
3583
  * 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).
3584
3584
  *
3585
- * Price: $0.002 per request.
3585
+ * Price: $0.0015 per request.
3586
3586
  *
3587
3587
  * @example
3588
3588
  * const res = await client.instagram.reelsSearch({ query: "travel" });
@@ -3595,7 +3595,7 @@ var InstagramNamespace = class {
3595
3595
  *
3596
3596
  * Search Instagram for users, hashtags, or places by keyword and get matching results with names, counts, and links.
3597
3597
  *
3598
- * Price: $0.0036 per request.
3598
+ * Price: $0.0015 per request.
3599
3599
  *
3600
3600
  * @example
3601
3601
  * const res = await client.instagram.search({ query: "nasa" });
@@ -3679,7 +3679,7 @@ var InstagramNamespace = class {
3679
3679
  *
3680
3680
  * 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.
3681
3681
  *
3682
- * Price: $0.018 per request.
3682
+ * Price: $0.0015 per request.
3683
3683
  *
3684
3684
  * @example
3685
3685
  * const res = await client.instagram.storiesThin({ username: "natgeo" });
@@ -3692,7 +3692,7 @@ var InstagramNamespace = class {
3692
3692
  *
3693
3693
  * List the posts an Instagram user is tagged in, with cursor pagination (author, caption, likes, comments).
3694
3694
  *
3695
- * Price: $0.0024 per request.
3695
+ * Price: $0.0015 per request.
3696
3696
  *
3697
3697
  * @example
3698
3698
  * const res = await client.instagram.taggedPosts({ handle: "nasa" });
@@ -3734,7 +3734,7 @@ var InstagramNamespace = class {
3734
3734
  *
3735
3735
  * List an Instagram account's story highlight reels by handle.
3736
3736
  *
3737
- * Price: $0.002 per request.
3737
+ * Price: $0.0015 per request.
3738
3738
  *
3739
3739
  * @example
3740
3740
  * const res = await client.instagram.userHighlights({ handle: "nasa" });
@@ -3747,7 +3747,7 @@ var InstagramNamespace = class {
3747
3747
  *
3748
3748
  * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
3749
3749
  *
3750
- * Price: $0.002 per request.
3750
+ * Price: $0.0015 per request.
3751
3751
  *
3752
3752
  * @example
3753
3753
  * const res = await client.instagram.userPosts({ handle: "nasa" });
@@ -3776,7 +3776,7 @@ var InstagramNamespace = class {
3776
3776
  *
3777
3777
  * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
3778
3778
  *
3779
- * Price: $0.002 per request.
3779
+ * Price: $0.0015 per request.
3780
3780
  *
3781
3781
  * @example
3782
3782
  * const res = await client.instagram.userReels({ handle: "nasa" });