@getanyapi/sdk 0.9.5 → 0.9.7

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 CHANGED
@@ -887,8 +887,12 @@ var AnyAPI = class {
887
887
  };
888
888
 
889
889
  // src/core/types.ts
890
+ var OUTPUT_NOT_RETAINED = "the run output was not retained: this response is an idempotent replay whose stored payload has expired or was too large to store, so only the run metadata came back. Re-run the request without the idempotency key (or with a fresh one) to fetch the data again.";
890
891
  function unwrap(result) {
891
892
  const output = result.output;
893
+ if (output === null || output === void 0) {
894
+ throw new AnyAPIError(OUTPUT_NOT_RETAINED, 200);
895
+ }
892
896
  if (output !== null && typeof output === "object" && "found" in output) {
893
897
  const env = output;
894
898
  if (env.found) {
@@ -1327,7 +1331,7 @@ var BlueskyNamespace = class {
1327
1331
  /**
1328
1332
  * Bluesky User Posts
1329
1333
  *
1330
- * List a Bluesky account's recent posts (text, author handle, like, reply, and repost counts) by handle as clean JSON, normalized across providers.
1334
+ * List a Bluesky account's recent posts (text, author handle, like, reply, and repost counts) by handle as clean JSON.
1331
1335
  *
1332
1336
  * Price: $0.002 per request.
1333
1337
  *
@@ -1599,7 +1603,7 @@ var FacebookNamespace = class {
1599
1603
  /**
1600
1604
  * Facebook Ad Search
1601
1605
  *
1602
- * Search the Meta Ad Library by keyword and get matching ads (advertiser, creative text, CTA, platforms, and run dates) with cursor pagination and transparent failover.
1606
+ * Search the Meta Ad Library by keyword and get matching ads (advertiser, creative text, CTA, platforms, and run dates) with cursor pagination.
1603
1607
  *
1604
1608
  * Price: $0.002 per request.
1605
1609
  *
@@ -1628,7 +1632,7 @@ var FacebookNamespace = class {
1628
1632
  /**
1629
1633
  * Facebook Comment Replies
1630
1634
  *
1631
- * List the replies to a Facebook post comment (text, author, reactions, and timestamps) as normalized JSON at a.
1635
+ * List the replies to a Facebook post comment (text, author, reactions, and timestamps) as normalized JSON.
1632
1636
  *
1633
1637
  * Price: $0.002 per request.
1634
1638
  *
@@ -1686,7 +1690,7 @@ var FacebookNamespace = class {
1686
1690
  /**
1687
1691
  * Facebook Event Details
1688
1692
  *
1689
- * Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON at a.
1693
+ * Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON.
1690
1694
  *
1691
1695
  * Price: $0.002 per request.
1692
1696
  *
@@ -1699,7 +1703,7 @@ var FacebookNamespace = class {
1699
1703
  /**
1700
1704
  * Facebook Events
1701
1705
  *
1702
- * List public Facebook events for a city or place by its events-page URL (event name, date, venue, and attendance) as normalized JSON at a.
1706
+ * List public Facebook events for a city or place by its events-page URL (event name, date, venue, and attendance) as normalized JSON.
1703
1707
  *
1704
1708
  * Price: $0.002 per request.
1705
1709
  *
@@ -1728,7 +1732,7 @@ var FacebookNamespace = class {
1728
1732
  /**
1729
1733
  * Facebook Events Search
1730
1734
  *
1731
- * Search public Facebook events by keyword and get structured event records (name, schedule, venue, pricing, and attendance) as normalized JSON at a.
1735
+ * Search public Facebook events by keyword and get structured event records (name, schedule, venue, pricing, and attendance) as normalized JSON.
1732
1736
  *
1733
1737
  * Price: $0.002 per request.
1734
1738
  *
@@ -1828,7 +1832,7 @@ var FacebookNamespace = class {
1828
1832
  /**
1829
1833
  * Facebook Marketplace Item
1830
1834
  *
1831
- * Fetch full details for a single Facebook Marketplace listing by ID or URL (title, price, location, photos, and attributes) as normalized JSON at a.
1835
+ * Fetch full details for a single Facebook Marketplace listing by ID or URL (title, price, location, photos, and attributes) as normalized JSON.
1832
1836
  *
1833
1837
  * Price: $0.002 per request.
1834
1838
  *
@@ -1841,7 +1845,7 @@ var FacebookNamespace = class {
1841
1845
  /**
1842
1846
  * Facebook Marketplace Location Search
1843
1847
  *
1844
- * Resolve a place name to Facebook Marketplace locations with coordinates and metadata as normalized JSON at a.
1848
+ * Resolve a place name to Facebook Marketplace locations with coordinates and metadata as normalized JSON.
1845
1849
  *
1846
1850
  * Price: $0.002 per request.
1847
1851
  *
@@ -1871,7 +1875,7 @@ var FacebookNamespace = class {
1871
1875
  /**
1872
1876
  * Facebook Page Photos
1873
1877
  *
1874
- * Fetch recent photos posted by any public Facebook page or profile (image URLs, captions, and dimensions) as normalized JSON at a.
1878
+ * Fetch recent photos posted by any public Facebook page or profile (image URLs, captions, and dimensions) as normalized JSON.
1875
1879
  *
1876
1880
  * Price: $0.002 per request.
1877
1881
  *
@@ -1900,7 +1904,7 @@ var FacebookNamespace = class {
1900
1904
  /**
1901
1905
  * Facebook Post
1902
1906
  *
1903
- * Fetch a single Facebook post by URL with its text and engagement counts (likes, comments, shares, views), normalized across providers.
1907
+ * Fetch a single Facebook post by URL with its text and engagement counts (likes, comments, shares, views).
1904
1908
  *
1905
1909
  * Price: $0.002 per request.
1906
1910
  *
@@ -1913,7 +1917,7 @@ var FacebookNamespace = class {
1913
1917
  /**
1914
1918
  * Facebook Post Comments
1915
1919
  *
1916
- * List the comments on a Facebook post by URL with cursor pagination (text, author, reactions, reply count), normalized across providers.
1920
+ * List the comments on a Facebook post by URL with cursor pagination (text, author, reactions, reply count).
1917
1921
  *
1918
1922
  * Price: $0.002 per request.
1919
1923
  *
@@ -1942,7 +1946,7 @@ var FacebookNamespace = class {
1942
1946
  /**
1943
1947
  * Facebook Post Transcript
1944
1948
  *
1945
- * Get the spoken-word transcript of any public Facebook video post by URL as normalized JSON at a.
1949
+ * Get the spoken-word transcript of any public Facebook video post by URL as normalized JSON.
1946
1950
  *
1947
1951
  * Price: $0.002 per request.
1948
1952
  *
@@ -1955,7 +1959,7 @@ var FacebookNamespace = class {
1955
1959
  /**
1956
1960
  * Facebook Profile
1957
1961
  *
1958
- * Fetch a Facebook page's public profile (likes, followers, category, about) by URL or handle, normalized across providers.
1962
+ * Fetch a Facebook page's public profile (likes, followers, category, about) by URL or handle.
1959
1963
  *
1960
1964
  * Price: $0.002 per request.
1961
1965
  *
@@ -1968,7 +1972,7 @@ var FacebookNamespace = class {
1968
1972
  /**
1969
1973
  * Facebook Page Events
1970
1974
  *
1971
- * List upcoming and past events hosted by any public Facebook page by URL (name, schedule, venue, and host) as normalized JSON at a.
1975
+ * List upcoming and past events hosted by any public Facebook page by URL (name, schedule, venue, and host) as normalized JSON.
1972
1976
  *
1973
1977
  * Price: $0.002 per request.
1974
1978
  *
@@ -1997,7 +2001,7 @@ var FacebookNamespace = class {
1997
2001
  /**
1998
2002
  * Facebook Profile Posts
1999
2003
  *
2000
- * List a Facebook page's recent posts by URL or page id with cursor pagination (text, author, permalink), normalized across providers.
2004
+ * List a Facebook page's recent posts by URL or page id with cursor pagination (text, author, permalink).
2001
2005
  *
2002
2006
  * Price: $0.002 per request.
2003
2007
  *
@@ -2010,7 +2014,7 @@ var FacebookNamespace = class {
2010
2014
  /**
2011
2015
  * Facebook Profile Reels
2012
2016
  *
2013
- * List a Facebook page's reels by URL with cursor pagination (caption, view count, permalink, thumbnail), normalized across providers.
2017
+ * List a Facebook page's reels by URL with cursor pagination (caption, view count, permalink, thumbnail).
2014
2018
  *
2015
2019
  * Price: $0.002 per request.
2016
2020
  *
@@ -2036,7 +2040,7 @@ var FacebookNamespace = class {
2036
2040
  /**
2037
2041
  * Facebook Page Search
2038
2042
  *
2039
- * Search Facebook Pages by keyword, optionally narrowed to a location, and get structured page profiles (name, category, followers, contact details) at a.
2043
+ * Search Facebook Pages by keyword, optionally narrowed to a location, and get structured page profiles (name, category, followers, contact details).
2040
2044
  *
2041
2045
  * Price: $0.001 per request plus $0.011 per result (maximum $0.111).
2042
2046
  *
@@ -2091,7 +2095,7 @@ var GithubNamespace = class {
2091
2095
  /**
2092
2096
  * GitHub Repository
2093
2097
  *
2094
- * Fetch a GitHub repository's metadata by URL (stars, forks, language, topics, license, and timestamps), normalized across providers with transparent failover.
2098
+ * Fetch a GitHub repository's metadata by URL (stars, forks, language, topics, license, and timestamps).
2095
2099
  *
2096
2100
  * Price: $0.002 per request.
2097
2101
  *
@@ -2117,7 +2121,7 @@ var GithubNamespace = class {
2117
2121
  /**
2118
2122
  * GitHub Trending Repositories
2119
2123
  *
2120
- * List GitHub Trending repositories (rank, stars, stars gained today, language, and description), filterable by language and time window, normalized across providers.
2124
+ * List GitHub Trending repositories (rank, stars, stars gained today, language, and description), filterable by language and time window.
2121
2125
  *
2122
2126
  * Price: $0.002 per request.
2123
2127
  *
@@ -2130,7 +2134,7 @@ var GithubNamespace = class {
2130
2134
  /**
2131
2135
  * GitHub User
2132
2136
  *
2133
- * Fetch a GitHub user's public profile by handle (name, bio, company, location, followers, and repo counts), normalized across providers with transparent failover.
2137
+ * Fetch a GitHub user's public profile by handle (name, bio, company, location, followers, and repo counts).
2134
2138
  *
2135
2139
  * Price: $0.002 per request.
2136
2140
  *
@@ -2172,7 +2176,7 @@ var GithubNamespace = class {
2172
2176
  /**
2173
2177
  * GitHub User Contributions
2174
2178
  *
2175
- * Fetch a GitHub user's contribution graph for a year (total contributions plus per-day counts and heatmap intensity), normalized across providers with transparent failover.
2179
+ * Fetch a GitHub user's contribution graph for a year (total contributions plus per-day counts and heatmap intensity).
2176
2180
  *
2177
2181
  * Price: $0.002 per request.
2178
2182
  *
@@ -2272,7 +2276,7 @@ var GithubNamespace = class {
2272
2276
  /**
2273
2277
  * GitHub User Repositories
2274
2278
  *
2275
- * List a GitHub user's public repositories (name, description, language, stars, and forks) with sorting and cursor pagination, normalized across providers.
2279
+ * List a GitHub user's public repositories (name, description, language, stars, and forks) with sorting and cursor pagination.
2276
2280
  *
2277
2281
  * Price: $0.002 per request.
2278
2282
  *
@@ -2625,7 +2629,7 @@ var InstagramNamespace = class {
2625
2629
  /**
2626
2630
  * Instagram Reels by Audio
2627
2631
  *
2628
- * List Instagram reels that use a given audio track by audio id, normalized across providers with transparent failover.
2632
+ * List Instagram reels that use a given audio track by audio id.
2629
2633
  *
2630
2634
  * Price: $0.002 per request.
2631
2635
  *
@@ -2654,7 +2658,7 @@ var InstagramNamespace = class {
2654
2658
  /**
2655
2659
  * Instagram Basic Profile
2656
2660
  *
2657
- * Fetch an Instagram account's core public profile fields (followers, posts, bio, verification) by user id, normalized across providers with transparent failover.
2661
+ * Fetch an Instagram account's core public profile fields (followers, posts, bio, verification) by user id.
2658
2662
  *
2659
2663
  * Price: $0.002 per request.
2660
2664
  *
@@ -2667,7 +2671,7 @@ var InstagramNamespace = class {
2667
2671
  /**
2668
2672
  * Instagram Profile Embed
2669
2673
  *
2670
- * Fetch the public embed HTML for an Instagram profile by handle, normalized across providers with transparent failover.
2674
+ * Fetch the public embed HTML for an Instagram profile by handle.
2671
2675
  *
2672
2676
  * Price: $0.002 per request.
2673
2677
  *
@@ -2738,7 +2742,7 @@ var InstagramNamespace = class {
2738
2742
  /**
2739
2743
  * Instagram Hashtag Analytics
2740
2744
  *
2741
- * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals), normalized.
2745
+ * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).
2742
2746
  *
2743
2747
  * Price: $0.001 per request plus $0.0017 per result (maximum $0.035).
2744
2748
  *
@@ -2751,7 +2755,7 @@ var InstagramNamespace = class {
2751
2755
  /**
2752
2756
  * Instagram Highlight Detail
2753
2757
  *
2754
- * Fetch the details and media items of a single Instagram story highlight by id, normalized across providers with transparent failover.
2758
+ * Fetch the details and media items of a single Instagram story highlight by id.
2755
2759
  *
2756
2760
  * Price: $0.002 per request.
2757
2761
  *
@@ -2764,7 +2768,7 @@ var InstagramNamespace = class {
2764
2768
  /**
2765
2769
  * Instagram Media Transcript
2766
2770
  *
2767
- * Get the spoken-audio transcript text for an Instagram post or reel by URL, normalized across providers with transparent failover.
2771
+ * Get the spoken-audio transcript text for an Instagram post or reel by URL.
2768
2772
  *
2769
2773
  * Price: $0.002 per request.
2770
2774
  *
@@ -2777,7 +2781,7 @@ var InstagramNamespace = class {
2777
2781
  /**
2778
2782
  * Instagram Post
2779
2783
  *
2780
- * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON, across providers with transparent failover.
2784
+ * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
2781
2785
  *
2782
2786
  * Price: $0.002 per request.
2783
2787
  *
@@ -2790,7 +2794,7 @@ var InstagramNamespace = class {
2790
2794
  /**
2791
2795
  * Instagram Post Comments
2792
2796
  *
2793
- * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes), normalized across providers.
2797
+ * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
2794
2798
  *
2795
2799
  * Price: $0.002 per request.
2796
2800
  *
@@ -2803,7 +2807,7 @@ var InstagramNamespace = class {
2803
2807
  /**
2804
2808
  * Instagram Profile
2805
2809
  *
2806
- * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle, normalized across providers with transparent failover.
2810
+ * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
2807
2811
  *
2808
2812
  * Price: $0.002 per request.
2809
2813
  *
@@ -2829,7 +2833,7 @@ var InstagramNamespace = class {
2829
2833
  /**
2830
2834
  * Instagram Reels Search
2831
2835
  *
2832
- * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration), normalized across providers with transparent failover.
2836
+ * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Paging tops out around 110 reels per query (11 pages of 10).
2833
2837
  *
2834
2838
  * Price: $0.002 per request.
2835
2839
  *
@@ -2855,7 +2859,7 @@ var InstagramNamespace = class {
2855
2859
  /**
2856
2860
  * Instagram Hashtag Search
2857
2861
  *
2858
- * List recent Instagram posts under a hashtag (caption, type, media URL), normalized across providers with transparent failover.
2862
+ * Search Instagram posts under a hashtag (caption, type, media URL). Results are relevance-ranked by Instagram, not date-ordered, so a page can mix recent and older posts.
2859
2863
  *
2860
2864
  * Price: $0.002 per request.
2861
2865
  *
@@ -2868,7 +2872,7 @@ var InstagramNamespace = class {
2868
2872
  /**
2869
2873
  * Instagram Profile Search
2870
2874
  *
2871
- * Search public Instagram profiles by a bio or caption keyword, normalized across providers with transparent failover.
2875
+ * Search public Instagram profiles by a bio or caption keyword.
2872
2876
  *
2873
2877
  * Price: $0.002 per request.
2874
2878
  *
@@ -2923,7 +2927,7 @@ var InstagramNamespace = class {
2923
2927
  /**
2924
2928
  * Instagram Trending Reels
2925
2929
  *
2926
- * List currently trending Instagram reels, normalized across providers with transparent failover.
2930
+ * List currently trending Instagram reels.
2927
2931
  *
2928
2932
  * Price: $0.002 per request.
2929
2933
  *
@@ -2936,7 +2940,7 @@ var InstagramNamespace = class {
2936
2940
  /**
2937
2941
  * Instagram User Highlights
2938
2942
  *
2939
- * List an Instagram account's story highlight reels by handle, normalized across providers with transparent failover.
2943
+ * List an Instagram account's story highlight reels by handle.
2940
2944
  *
2941
2945
  * Price: $0.002 per request.
2942
2946
  *
@@ -2949,7 +2953,7 @@ var InstagramNamespace = class {
2949
2953
  /**
2950
2954
  * Instagram User Posts
2951
2955
  *
2952
- * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination, normalized across providers.
2956
+ * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
2953
2957
  *
2954
2958
  * Price: $0.002 per request.
2955
2959
  *
@@ -2978,7 +2982,7 @@ var InstagramNamespace = class {
2978
2982
  /**
2979
2983
  * Instagram User Reels
2980
2984
  *
2981
- * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments), normalized across providers.
2985
+ * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
2982
2986
  *
2983
2987
  * Price: $0.002 per request.
2984
2988
  *
@@ -3158,7 +3162,7 @@ var LinkedinNamespace = class {
3158
3162
  /**
3159
3163
  * LinkedIn Post
3160
3164
  *
3161
- * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date), normalized across providers.
3165
+ * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
3162
3166
  *
3163
3167
  * Price: $0.001 per request.
3164
3168
  *
@@ -3249,7 +3253,7 @@ var LinkedinNamespace = class {
3249
3253
  /**
3250
3254
  * LinkedIn Post Search
3251
3255
  *
3252
- * Search public LinkedIn posts by keyword (text, link, publish date), normalized across providers with transparent failover.
3256
+ * Search public LinkedIn posts by keyword (text, link, publish date).
3253
3257
  *
3254
3258
  * Price: $0.002 per request.
3255
3259
  *
@@ -3521,7 +3525,7 @@ var RedditNamespace = class {
3521
3525
  /**
3522
3526
  * Reddit Post Comments
3523
3527
  *
3524
- * List the top-level comments on a Reddit post by URL (author, body, score, timestamp), normalized across providers with transparent failover.
3528
+ * List the top-level comments on a Reddit post by URL (author, body, score, timestamp).
3525
3529
  *
3526
3530
  * Price: $0.002 per request.
3527
3531
  *
@@ -3534,7 +3538,7 @@ var RedditNamespace = class {
3534
3538
  /**
3535
3539
  * Reddit Post Transcript
3536
3540
  *
3537
- * Extract the spoken transcript from a Reddit video post by URL, normalized across providers with transparent failover.
3541
+ * Extract the spoken transcript from a Reddit video post by URL.
3538
3542
  *
3539
3543
  * Price: $0.002 per request.
3540
3544
  *
@@ -3547,7 +3551,7 @@ var RedditNamespace = class {
3547
3551
  /**
3548
3552
  * Reddit Search
3549
3553
  *
3550
- * Search Reddit posts across all subreddits by query, normalized across providers with transparent failover.
3554
+ * Search Reddit posts across all subreddits by query.
3551
3555
  *
3552
3556
  * Price: $0.001 per request.
3553
3557
  *
@@ -3576,7 +3580,7 @@ var RedditNamespace = class {
3576
3580
  /**
3577
3581
  * Reddit Subreddit Details
3578
3582
  *
3579
- * Fetch a subreddit's metadata (weekly active users, description, and category), normalized across providers with transparent failover.
3583
+ * Fetch a subreddit's metadata (weekly active users, description, and category).
3580
3584
  *
3581
3585
  * Price: $0.001 per request.
3582
3586
  *
@@ -3589,7 +3593,7 @@ var RedditNamespace = class {
3589
3593
  /**
3590
3594
  * Reddit Subreddit Posts
3591
3595
  *
3592
- * Fetch posts from a subreddit listing (hot, new, or top), normalized across providers with transparent failover.
3596
+ * Fetch posts from a subreddit listing (hot, new, or top).
3593
3597
  *
3594
3598
  * Price: $0.002 per request.
3595
3599
  *
@@ -3602,7 +3606,7 @@ var RedditNamespace = class {
3602
3606
  /**
3603
3607
  * Reddit Subreddit Search
3604
3608
  *
3605
- * Search posts within a single subreddit by query, sort, and timeframe, normalized across providers with transparent failover.
3609
+ * Search posts within a single subreddit by query, sort, and timeframe.
3606
3610
  *
3607
3611
  * Price: $0.002 per request.
3608
3612
  *
@@ -4280,7 +4284,7 @@ var TiktokNamespace = class {
4280
4284
  /**
4281
4285
  * TikTok Ad Library Ad
4282
4286
  *
4283
- * Fetch full details for a single TikTok ad (brand, title, spend, CTR, objectives, landing page, and video info), normalized across providers with transparent failover.
4287
+ * Fetch full details for a single TikTok ad (brand, title, spend, CTR, objectives, landing page, and video info).
4284
4288
  *
4285
4289
  * Price: $0.002 per request.
4286
4290
  *
@@ -4293,7 +4297,7 @@ var TiktokNamespace = class {
4293
4297
  /**
4294
4298
  * TikTok Ad Library Search
4295
4299
  *
4296
- * Search TikTok's ad library by keyword (top ads with brand, title, spend, CTR, likes, and video info), normalized across providers with transparent failover.
4300
+ * Search TikTok's ad library by keyword (top ads with brand, title, spend, CTR, likes, and video info).
4297
4301
  *
4298
4302
  * Price: $0.002 per request.
4299
4303
  *
@@ -4322,7 +4326,7 @@ var TiktokNamespace = class {
4322
4326
  /**
4323
4327
  * TikTok Audience Demographics
4324
4328
  *
4325
- * Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle, normalized across providers.
4329
+ * Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle.
4326
4330
  *
4327
4331
  * Price: $0.01625 per request.
4328
4332
  *
@@ -4335,7 +4339,7 @@ var TiktokNamespace = class {
4335
4339
  /**
4336
4340
  * TikTok Comment Replies
4337
4341
  *
4338
- * List the replies to a TikTok comment with cursor pagination (text, author, likes), normalized across providers.
4342
+ * List the replies to a TikTok comment with cursor pagination (text, author, likes).
4339
4343
  *
4340
4344
  * Price: $0.002 per request.
4341
4345
  *
@@ -4393,7 +4397,7 @@ var TiktokNamespace = class {
4393
4397
  /**
4394
4398
  * TikTok Following
4395
4399
  *
4396
- * List the accounts a TikTok user follows (handle, display name, follower count, bio) by username, normalized across providers.
4400
+ * List the accounts a TikTok user follows (handle, display name, follower count, bio) by username.
4397
4401
  *
4398
4402
  * Price: $0.002 per request.
4399
4403
  *
@@ -4406,7 +4410,7 @@ var TiktokNamespace = class {
4406
4410
  /**
4407
4411
  * TikTok Hashtag Videos
4408
4412
  *
4409
- * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares), normalized output.
4413
+ * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
4410
4414
  *
4411
4415
  * Price: $0.00325 per request.
4412
4416
  *
@@ -4419,7 +4423,7 @@ var TiktokNamespace = class {
4419
4423
  /**
4420
4424
  * TikTok Live
4421
4425
  *
4422
- * Check whether a TikTok creator is live and get the current live room (title, viewers, start time) by handle, normalized across providers.
4426
+ * Check whether a TikTok creator is live and get the current live room (title, viewers, start time) by handle.
4423
4427
  *
4424
4428
  * Price: $0.002 per request.
4425
4429
  *
@@ -4432,7 +4436,7 @@ var TiktokNamespace = class {
4432
4436
  /**
4433
4437
  * TikTok Profile
4434
4438
  *
4435
- * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle, normalized across providers with transparent failover.
4439
+ * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
4436
4440
  *
4437
4441
  * Price: $0.001 per request.
4438
4442
  *
@@ -4445,7 +4449,7 @@ var TiktokNamespace = class {
4445
4449
  /**
4446
4450
  * TikTok Profile Region
4447
4451
  *
4448
- * Resolve the home region (country) of a TikTok creator by handle, normalized across providers with transparent failover.
4452
+ * Resolve the home region (country) of a TikTok creator by handle.
4449
4453
  *
4450
4454
  * Price: $0.002 per request.
4451
4455
  *
@@ -4458,7 +4462,7 @@ var TiktokNamespace = class {
4458
4462
  /**
4459
4463
  * TikTok Profile Videos
4460
4464
  *
4461
- * List a TikTok creator's recent videos (views, likes, comments) by handle with cursor pagination, normalized across providers.
4465
+ * List a TikTok creator's recent videos (views, likes, comments) by handle with cursor pagination.
4462
4466
  *
4463
4467
  * Price: $0.001 per request.
4464
4468
  *
@@ -4487,7 +4491,7 @@ var TiktokNamespace = class {
4487
4491
  /**
4488
4492
  * TikTok Hashtag Search
4489
4493
  *
4490
- * Search TikTok by hashtag and get matching videos (caption, views, likes, comments, shares) as normalized JSON, across providers with transparent failover.
4494
+ * Search TikTok by hashtag and get matching videos (caption, views, likes, comments, shares) as normalized JSON.
4491
4495
  *
4492
4496
  * Price: $0.002 per request.
4493
4497
  *
@@ -4500,7 +4504,7 @@ var TiktokNamespace = class {
4500
4504
  /**
4501
4505
  * TikTok Keyword Search
4502
4506
  *
4503
- * Search TikTok by keyword and get matching videos (caption, views, likes, comments, shares) as normalized JSON, across providers with transparent failover.
4507
+ * Search TikTok by keyword and get matching videos (caption, views, likes, comments, shares) as normalized JSON.
4504
4508
  *
4505
4509
  * Price: $0.001 per request.
4506
4510
  *
@@ -4513,7 +4517,7 @@ var TiktokNamespace = class {
4513
4517
  /**
4514
4518
  * TikTok Top Search
4515
4519
  *
4516
- * Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination, normalized across providers.
4520
+ * Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination.
4517
4521
  *
4518
4522
  * Price: $0.002 per request.
4519
4523
  *
@@ -4542,7 +4546,7 @@ var TiktokNamespace = class {
4542
4546
  /**
4543
4547
  * TikTok User Search
4544
4548
  *
4545
- * Search TikTok accounts by keyword (handle, nickname, follower count) with cursor pagination, normalized across providers.
4549
+ * Search TikTok accounts by keyword (handle, nickname, follower count) with cursor pagination.
4546
4550
  *
4547
4551
  * Price: $0.001 per request.
4548
4552
  *
@@ -4571,7 +4575,7 @@ var TiktokNamespace = class {
4571
4575
  /**
4572
4576
  * TikTok Song
4573
4577
  *
4574
- * Fetch details for a TikTok song or sound (title, author, duration, cover art, and how many videos use it), normalized across providers with transparent failover.
4578
+ * Fetch details for a TikTok song or sound (title, author, duration, cover art, and how many videos use it).
4575
4579
  *
4576
4580
  * Price: $0.002 per request.
4577
4581
  *
@@ -4584,7 +4588,7 @@ var TiktokNamespace = class {
4584
4588
  /**
4585
4589
  * TikTok Song Videos
4586
4590
  *
4587
- * List TikTok videos that use a given song or sound (with descriptions, authors, and engagement stats), normalized across providers with transparent failover.
4591
+ * List TikTok videos that use a given song or sound (with descriptions, authors, and engagement stats).
4588
4592
  *
4589
4593
  * Price: $0.002 per request.
4590
4594
  *
@@ -4613,7 +4617,7 @@ var TiktokNamespace = class {
4613
4617
  /**
4614
4618
  * TikTok Trending Feed
4615
4619
  *
4616
- * Get TikTok's trending feed for a region (caption, views, likes, comments, author) as normalized JSON, across providers with transparent failover.
4620
+ * Get TikTok's trending feed for a region (caption, views, likes, comments, author) as normalized JSON.
4617
4621
  *
4618
4622
  * Price: $0.002 per request.
4619
4623
  *
@@ -4626,7 +4630,7 @@ var TiktokNamespace = class {
4626
4630
  /**
4627
4631
  * TikTok Video
4628
4632
  *
4629
- * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves), normalized across providers with transparent failover.
4633
+ * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
4630
4634
  *
4631
4635
  * Price: $0.001 per request.
4632
4636
  *
@@ -4639,7 +4643,7 @@ var TiktokNamespace = class {
4639
4643
  /**
4640
4644
  * TikTok Video Comments
4641
4645
  *
4642
- * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count), normalized across providers.
4646
+ * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
4643
4647
  *
4644
4648
  * Price: $0.002 per request.
4645
4649
  *
@@ -4668,7 +4672,7 @@ var TiktokNamespace = class {
4668
4672
  /**
4669
4673
  * TikTok Video Transcript
4670
4674
  *
4671
- * Fetch the spoken-word transcript of a TikTok video by URL, normalized across providers with transparent failover.
4675
+ * Fetch the spoken-word transcript of a TikTok video by URL.
4672
4676
  *
4673
4677
  * Price: $0.002 per request.
4674
4678
  *
@@ -4702,7 +4706,7 @@ var TiktokShopNamespace = class {
4702
4706
  /**
4703
4707
  * TikTok Shop Product Reviews
4704
4708
  *
4705
- * Fetch customer reviews for a TikTok Shop product by URL (rating, text, reviewer, country, and verified-purchase flag), normalized across providers with transparent failover.
4709
+ * Fetch customer reviews for a TikTok Shop product by URL (rating, text, reviewer, country, and verified-purchase flag).
4706
4710
  *
4707
4711
  * Price: $0.002 per request.
4708
4712
  *
@@ -4728,7 +4732,7 @@ var TiktokShopNamespace = class {
4728
4732
  /**
4729
4733
  * TikTok Shop Store Products
4730
4734
  *
4731
- * List every product of a TikTok Shop store by URL (title, price, sales, and rating per product plus shop-level stats) with cursor pagination and transparent failover.
4735
+ * List every product of a TikTok Shop store by URL (title, price, sales, and rating per product plus shop-level stats) with cursor pagination.
4732
4736
  *
4733
4737
  * Price: $0.002 per request.
4734
4738
  *
@@ -4757,7 +4761,7 @@ var TiktokShopNamespace = class {
4757
4761
  /**
4758
4762
  * TikTok Shop User Showcase
4759
4763
  *
4760
- * List the TikTok Shop products a creator showcases (title, price, rating, and sales per product), normalized across providers with transparent failover.
4764
+ * List the TikTok Shop products a creator showcases (title, price, rating, and sales per product).
4761
4765
  *
4762
4766
  * Price: $0.002 per request.
4763
4767
  *
@@ -4909,7 +4913,7 @@ var TwitterNamespace = class {
4909
4913
  /**
4910
4914
  * Twitter Community
4911
4915
  *
4912
- * Fetch a Twitter/X community's public details (name, description, member count, join policy) by URL, normalized across providers with transparent failover.
4916
+ * Fetch a Twitter/X community's public details (name, description, member count, join policy) by URL.
4913
4917
  *
4914
4918
  * Price: $0.002 per request.
4915
4919
  *
@@ -4922,7 +4926,7 @@ var TwitterNamespace = class {
4922
4926
  /**
4923
4927
  * Twitter Community Tweets
4924
4928
  *
4925
- * List recent tweets posted in a Twitter/X community by URL, normalized across providers with transparent failover.
4929
+ * List recent tweets posted in a Twitter/X community by URL.
4926
4930
  *
4927
4931
  * Price: $0.002 per request.
4928
4932
  *
@@ -4993,7 +4997,7 @@ var TwitterNamespace = class {
4993
4997
  /**
4994
4998
  * Twitter Profile
4995
4999
  *
4996
- * Fetch a Twitter/X account's public profile (followers, tweets, bio, verification) by handle, normalized across providers with transparent failover.
5000
+ * Fetch a Twitter/X account's public profile (followers, tweets, bio, verification) by handle.
4997
5001
  *
4998
5002
  * Price: $0.00075 per request.
4999
5003
  *
@@ -5061,7 +5065,7 @@ var TwitterNamespace = class {
5061
5065
  /**
5062
5066
  * Twitter Tweet
5063
5067
  *
5064
- * Fetch a single Twitter/X tweet by URL with its full text and engagement counts (likes, retweets, replies, quotes, bookmarks, views), normalized across providers.
5068
+ * Fetch a single Twitter/X tweet by URL with its full text and engagement counts (likes, retweets, replies, quotes, bookmarks, views).
5065
5069
  *
5066
5070
  * Price: $0.00075 per request.
5067
5071
  *
@@ -5074,7 +5078,7 @@ var TwitterNamespace = class {
5074
5078
  /**
5075
5079
  * Twitter Tweet Transcript
5076
5080
  *
5077
- * Extract the spoken transcript from a Twitter/X video tweet by URL, normalized across providers with transparent failover.
5081
+ * Extract the spoken transcript from a Twitter/X video tweet by URL.
5078
5082
  *
5079
5083
  * Price: $0.002 per request.
5080
5084
  *
@@ -5436,7 +5440,7 @@ var YoutubeNamespace = class {
5436
5440
  /**
5437
5441
  * YouTube Channel
5438
5442
  *
5439
- * Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID, normalized across providers.
5443
+ * Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
5440
5444
  *
5441
5445
  * Price: $0.002 per request.
5442
5446
  *
@@ -5449,7 +5453,7 @@ var YoutubeNamespace = class {
5449
5453
  /**
5450
5454
  * YouTube Channel Community Posts
5451
5455
  *
5452
- * List a YouTube channel's community posts by handle or channel ID with cursor pagination (text, likes, image, publish time), normalized across providers.
5456
+ * List a YouTube channel's community posts by handle or channel ID with cursor pagination (text, likes, image, publish time).
5453
5457
  *
5454
5458
  * Price: $0.002 per request.
5455
5459
  *
@@ -5478,7 +5482,7 @@ var YoutubeNamespace = class {
5478
5482
  /**
5479
5483
  * YouTube Channel Live Streams
5480
5484
  *
5481
- * List a YouTube channel's live and past-live streams by handle or channel ID with cursor pagination (title, views, length, publish time), normalized across providers.
5485
+ * List a YouTube channel's live and past-live streams by handle or channel ID with cursor pagination (title, views, length, publish time).
5482
5486
  *
5483
5487
  * Price: $0.002 per request.
5484
5488
  *
@@ -5507,7 +5511,7 @@ var YoutubeNamespace = class {
5507
5511
  /**
5508
5512
  * YouTube Channel Playlists
5509
5513
  *
5510
- * List a YouTube channel's playlists by handle or channel ID with cursor pagination (title, video count, thumbnail), normalized across providers.
5514
+ * List a YouTube channel's playlists by handle or channel ID with cursor pagination (title, video count, thumbnail).
5511
5515
  *
5512
5516
  * Price: $0.002 per request.
5513
5517
  *
@@ -5536,7 +5540,7 @@ var YoutubeNamespace = class {
5536
5540
  /**
5537
5541
  * YouTube Channel Shorts
5538
5542
  *
5539
- * List a YouTube channel's Shorts by handle or channel ID with cursor pagination (title, views, likes, duration), normalized across providers.
5543
+ * List a YouTube channel's Shorts by handle or channel ID with cursor pagination (title, views, likes, duration).
5540
5544
  *
5541
5545
  * Price: $0.002 per request.
5542
5546
  *
@@ -5565,7 +5569,7 @@ var YoutubeNamespace = class {
5565
5569
  /**
5566
5570
  * YouTube Channel Videos
5567
5571
  *
5568
- * List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time), normalized across providers.
5572
+ * List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
5569
5573
  *
5570
5574
  * Price: $0.002 per request.
5571
5575
  *
@@ -5594,7 +5598,7 @@ var YoutubeNamespace = class {
5594
5598
  /**
5595
5599
  * YouTube Comment Replies
5596
5600
  *
5597
- * List replies to a YouTube comment using a continuation token with cursor pagination (text, author, likes, publish time), normalized across providers.
5601
+ * List replies to a YouTube comment using a continuation token with cursor pagination (text, author, likes, publish time).
5598
5602
  *
5599
5603
  * Price: $0.002 per request.
5600
5604
  *
@@ -5607,7 +5611,7 @@ var YoutubeNamespace = class {
5607
5611
  /**
5608
5612
  * YouTube Community Post
5609
5613
  *
5610
- * Fetch a single YouTube community post by URL (text, images, channel, publish time), normalized across providers.
5614
+ * Fetch a single YouTube community post by URL (text, images, channel, publish time).
5611
5615
  *
5612
5616
  * Price: $0.002 per request.
5613
5617
  *
@@ -5620,7 +5624,7 @@ var YoutubeNamespace = class {
5620
5624
  /**
5621
5625
  * YouTube Playlist
5622
5626
  *
5623
- * List every video in a YouTube playlist (title, length, and channel per video plus playlist owner and totals), normalized across providers with transparent failover.
5627
+ * List every video in a YouTube playlist (title, length, and channel per video plus playlist owner and totals).
5624
5628
  *
5625
5629
  * Price: $0.002 per request.
5626
5630
  *
@@ -5633,7 +5637,7 @@ var YoutubeNamespace = class {
5633
5637
  /**
5634
5638
  * YouTube Search
5635
5639
  *
5636
- * Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON, across providers with transparent failover.
5640
+ * Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
5637
5641
  *
5638
5642
  * Price: $0.002 per request.
5639
5643
  *
@@ -5646,7 +5650,7 @@ var YoutubeNamespace = class {
5646
5650
  /**
5647
5651
  * YouTube Hashtag Search
5648
5652
  *
5649
- * Search YouTube videos by hashtag with cursor pagination (title, channel, views, length, publish time), normalized across providers.
5653
+ * Search YouTube videos by hashtag with cursor pagination (title, channel, views, length, publish time).
5650
5654
  *
5651
5655
  * Price: $0.002 per request.
5652
5656
  *
@@ -5675,7 +5679,7 @@ var YoutubeNamespace = class {
5675
5679
  /**
5676
5680
  * YouTube Trending Shorts
5677
5681
  *
5678
- * List currently trending YouTube Shorts (title, channel, views, likes, duration), normalized across providers.
5682
+ * List currently trending YouTube Shorts (title, channel, views, likes, duration).
5679
5683
  *
5680
5684
  * Price: $0.002 per request.
5681
5685
  *
@@ -5688,7 +5692,7 @@ var YoutubeNamespace = class {
5688
5692
  /**
5689
5693
  * YouTube Video
5690
5694
  *
5691
- * Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID, normalized across providers.
5695
+ * Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
5692
5696
  *
5693
5697
  * Price: $0.002 per request.
5694
5698
  *
@@ -5701,7 +5705,7 @@ var YoutubeNamespace = class {
5701
5705
  /**
5702
5706
  * YouTube Video Comments
5703
5707
  *
5704
- * List the comments on a YouTube video by URL with cursor pagination (text, author, likes, reply count), normalized across providers.
5708
+ * List the comments on a YouTube video by URL with cursor pagination (text, author, likes, reply count).
5705
5709
  *
5706
5710
  * Price: $0.002 per request.
5707
5711
  *
@@ -5730,7 +5734,7 @@ var YoutubeNamespace = class {
5730
5734
  /**
5731
5735
  * YouTube Video Sponsors
5732
5736
  *
5733
- * Detect suspected sponsors and paid promotions in a YouTube video by URL (sponsor names, websites, confidence), normalized across providers.
5737
+ * Detect suspected sponsors and paid promotions in a YouTube video by URL (sponsor names, websites, confidence).
5734
5738
  *
5735
5739
  * Price: $0.002 per request.
5736
5740
  *
@@ -5743,7 +5747,7 @@ var YoutubeNamespace = class {
5743
5747
  /**
5744
5748
  * YouTube Video Transcript
5745
5749
  *
5746
- * Fetch the transcript/captions of a YouTube video by URL or ID, normalized across providers with transparent failover.
5750
+ * Fetch the transcript/captions of a YouTube video by URL or ID.
5747
5751
  *
5748
5752
  * Price: $0.002 per request.
5749
5753
  *