@getanyapi/sdk 0.15.1 → 0.15.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 +16 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -16
- package/dist/index.d.ts +16 -16
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1318,7 +1318,7 @@ declare class AmazonNamespace {
|
|
|
1318
1318
|
*
|
|
1319
1319
|
* Fetch full Amazon product details (title, brand, price when in stock, images, ratings, review count, variants, and attributes) from a product URL.
|
|
1320
1320
|
*
|
|
1321
|
-
* Price: $0.
|
|
1321
|
+
* Price: $0.0018 per request.
|
|
1322
1322
|
*
|
|
1323
1323
|
* @example
|
|
1324
1324
|
* const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
|
|
@@ -12204,7 +12204,7 @@ declare class LinkedinNamespace {
|
|
|
12204
12204
|
*
|
|
12205
12205
|
* Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
|
|
12206
12206
|
*
|
|
12207
|
-
* Price: $0.
|
|
12207
|
+
* Price: $0.0009 per request.
|
|
12208
12208
|
*
|
|
12209
12209
|
* @example
|
|
12210
12210
|
* const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
|
|
@@ -12215,7 +12215,7 @@ declare class LinkedinNamespace {
|
|
|
12215
12215
|
*
|
|
12216
12216
|
* Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
|
|
12217
12217
|
*
|
|
12218
|
-
* Price: $0.
|
|
12218
|
+
* Price: $0.0009 per request.
|
|
12219
12219
|
*
|
|
12220
12220
|
* @example
|
|
12221
12221
|
* const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
|
|
@@ -12270,7 +12270,7 @@ declare class LinkedinNamespace {
|
|
|
12270
12270
|
*
|
|
12271
12271
|
* Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile.
|
|
12272
12272
|
*
|
|
12273
|
-
* Price: $0.
|
|
12273
|
+
* Price: $0.00144 per request.
|
|
12274
12274
|
*
|
|
12275
12275
|
* @example
|
|
12276
12276
|
* const res = await client.linkedin.profileThin({ url: "https://www.linkedin.com/in/williamhgates" });
|
|
@@ -14464,7 +14464,7 @@ declare class RedditNamespace {
|
|
|
14464
14464
|
*
|
|
14465
14465
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
14466
14466
|
*
|
|
14467
|
-
* Price: $0.
|
|
14467
|
+
* Price: $0.0009 per request.
|
|
14468
14468
|
*
|
|
14469
14469
|
* @example
|
|
14470
14470
|
* const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -14515,7 +14515,7 @@ declare class RedditNamespace {
|
|
|
14515
14515
|
*
|
|
14516
14516
|
* Search Reddit posts across all subreddits by query.
|
|
14517
14517
|
*
|
|
14518
|
-
* Price: $0.
|
|
14518
|
+
* Price: $0.0009 per request.
|
|
14519
14519
|
*
|
|
14520
14520
|
* @example
|
|
14521
14521
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
|
@@ -14544,7 +14544,7 @@ declare class RedditNamespace {
|
|
|
14544
14544
|
*
|
|
14545
14545
|
* Fetch posts from a subreddit listing (hot, new, or top).
|
|
14546
14546
|
*
|
|
14547
|
-
* Price: $0.
|
|
14547
|
+
* Price: $0.0009 per request.
|
|
14548
14548
|
*
|
|
14549
14549
|
* @example
|
|
14550
14550
|
* const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
|
|
@@ -14609,7 +14609,7 @@ declare class RedditNamespace {
|
|
|
14609
14609
|
*
|
|
14610
14610
|
* List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
|
|
14611
14611
|
*
|
|
14612
|
-
* Price: $0.
|
|
14612
|
+
* Price: $0.0009 per request.
|
|
14613
14613
|
*
|
|
14614
14614
|
* @example
|
|
14615
14615
|
* const res = await client.reddit.userPosts({ username: "spez" });
|
|
@@ -18939,7 +18939,7 @@ declare class TiktokNamespace {
|
|
|
18939
18939
|
*
|
|
18940
18940
|
* List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
|
|
18941
18941
|
*
|
|
18942
|
-
* Price: $0.
|
|
18942
|
+
* Price: $0.00144 per request.
|
|
18943
18943
|
*
|
|
18944
18944
|
* @example
|
|
18945
18945
|
* const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
|
|
@@ -18961,7 +18961,7 @@ declare class TiktokNamespace {
|
|
|
18961
18961
|
*
|
|
18962
18962
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
18963
18963
|
*
|
|
18964
|
-
* Price: $0.
|
|
18964
|
+
* Price: $0.0009 per request.
|
|
18965
18965
|
*
|
|
18966
18966
|
* @example
|
|
18967
18967
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
|
@@ -19099,7 +19099,7 @@ declare class TiktokNamespace {
|
|
|
19099
19099
|
*
|
|
19100
19100
|
* Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
|
|
19101
19101
|
*
|
|
19102
|
-
* Price: $0.
|
|
19102
|
+
* Price: $0.0009 per request.
|
|
19103
19103
|
*
|
|
19104
19104
|
* @example
|
|
19105
19105
|
* const res = await client.tiktok.video({ url: "https://www.tiktok.com/@mrbeast/video/7654638524729216287?_r=1&u_code=elgjf3ff8cajhk&preview_pb=0&sharer_language=en&_d=elh6737j6kjl71&share_item_id=7654638524729216287&source=h5_m" });
|
|
@@ -19110,7 +19110,7 @@ declare class TiktokNamespace {
|
|
|
19110
19110
|
*
|
|
19111
19111
|
* List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
|
|
19112
19112
|
*
|
|
19113
|
-
* Price: $0.
|
|
19113
|
+
* Price: $0.00144 per request.
|
|
19114
19114
|
*
|
|
19115
19115
|
* @example
|
|
19116
19116
|
* const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });
|
|
@@ -23101,7 +23101,7 @@ declare class YoutubeNamespace {
|
|
|
23101
23101
|
*
|
|
23102
23102
|
* Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
|
|
23103
23103
|
*
|
|
23104
|
-
* Price: $0.
|
|
23104
|
+
* Price: $0.0009 per request.
|
|
23105
23105
|
*
|
|
23106
23106
|
* @example
|
|
23107
23107
|
* const res = await client.youtube.channel({ handle: "@mkbhd" });
|
|
@@ -23184,7 +23184,7 @@ declare class YoutubeNamespace {
|
|
|
23184
23184
|
*
|
|
23185
23185
|
* List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
|
|
23186
23186
|
*
|
|
23187
|
-
* Price: $0.
|
|
23187
|
+
* Price: $0.0009 per request.
|
|
23188
23188
|
*
|
|
23189
23189
|
* @example
|
|
23190
23190
|
* const res = await client.youtube.channelVideos({ handle: "@mkbhd" });
|
|
@@ -23235,7 +23235,7 @@ declare class YoutubeNamespace {
|
|
|
23235
23235
|
*
|
|
23236
23236
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
23237
23237
|
*
|
|
23238
|
-
* Price: $0.
|
|
23238
|
+
* Price: $0.0009 per request.
|
|
23239
23239
|
*
|
|
23240
23240
|
* @example
|
|
23241
23241
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -24111,7 +24111,7 @@ declare class ZillowNamespace {
|
|
|
24111
24111
|
*
|
|
24112
24112
|
* Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
|
|
24113
24113
|
*
|
|
24114
|
-
* Price: $0 per request
|
|
24114
|
+
* Price: $0.0009 per request.
|
|
24115
24115
|
*
|
|
24116
24116
|
* @example
|
|
24117
24117
|
* const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
|
package/dist/index.d.ts
CHANGED
|
@@ -1318,7 +1318,7 @@ declare class AmazonNamespace {
|
|
|
1318
1318
|
*
|
|
1319
1319
|
* Fetch full Amazon product details (title, brand, price when in stock, images, ratings, review count, variants, and attributes) from a product URL.
|
|
1320
1320
|
*
|
|
1321
|
-
* Price: $0.
|
|
1321
|
+
* Price: $0.0018 per request.
|
|
1322
1322
|
*
|
|
1323
1323
|
* @example
|
|
1324
1324
|
* const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
|
|
@@ -12204,7 +12204,7 @@ declare class LinkedinNamespace {
|
|
|
12204
12204
|
*
|
|
12205
12205
|
* Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
|
|
12206
12206
|
*
|
|
12207
|
-
* Price: $0.
|
|
12207
|
+
* Price: $0.0009 per request.
|
|
12208
12208
|
*
|
|
12209
12209
|
* @example
|
|
12210
12210
|
* const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
|
|
@@ -12215,7 +12215,7 @@ declare class LinkedinNamespace {
|
|
|
12215
12215
|
*
|
|
12216
12216
|
* Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
|
|
12217
12217
|
*
|
|
12218
|
-
* Price: $0.
|
|
12218
|
+
* Price: $0.0009 per request.
|
|
12219
12219
|
*
|
|
12220
12220
|
* @example
|
|
12221
12221
|
* const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
|
|
@@ -12270,7 +12270,7 @@ declare class LinkedinNamespace {
|
|
|
12270
12270
|
*
|
|
12271
12271
|
* Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile.
|
|
12272
12272
|
*
|
|
12273
|
-
* Price: $0.
|
|
12273
|
+
* Price: $0.00144 per request.
|
|
12274
12274
|
*
|
|
12275
12275
|
* @example
|
|
12276
12276
|
* const res = await client.linkedin.profileThin({ url: "https://www.linkedin.com/in/williamhgates" });
|
|
@@ -14464,7 +14464,7 @@ declare class RedditNamespace {
|
|
|
14464
14464
|
*
|
|
14465
14465
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
14466
14466
|
*
|
|
14467
|
-
* Price: $0.
|
|
14467
|
+
* Price: $0.0009 per request.
|
|
14468
14468
|
*
|
|
14469
14469
|
* @example
|
|
14470
14470
|
* const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -14515,7 +14515,7 @@ declare class RedditNamespace {
|
|
|
14515
14515
|
*
|
|
14516
14516
|
* Search Reddit posts across all subreddits by query.
|
|
14517
14517
|
*
|
|
14518
|
-
* Price: $0.
|
|
14518
|
+
* Price: $0.0009 per request.
|
|
14519
14519
|
*
|
|
14520
14520
|
* @example
|
|
14521
14521
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
|
@@ -14544,7 +14544,7 @@ declare class RedditNamespace {
|
|
|
14544
14544
|
*
|
|
14545
14545
|
* Fetch posts from a subreddit listing (hot, new, or top).
|
|
14546
14546
|
*
|
|
14547
|
-
* Price: $0.
|
|
14547
|
+
* Price: $0.0009 per request.
|
|
14548
14548
|
*
|
|
14549
14549
|
* @example
|
|
14550
14550
|
* const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
|
|
@@ -14609,7 +14609,7 @@ declare class RedditNamespace {
|
|
|
14609
14609
|
*
|
|
14610
14610
|
* List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
|
|
14611
14611
|
*
|
|
14612
|
-
* Price: $0.
|
|
14612
|
+
* Price: $0.0009 per request.
|
|
14613
14613
|
*
|
|
14614
14614
|
* @example
|
|
14615
14615
|
* const res = await client.reddit.userPosts({ username: "spez" });
|
|
@@ -18939,7 +18939,7 @@ declare class TiktokNamespace {
|
|
|
18939
18939
|
*
|
|
18940
18940
|
* List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
|
|
18941
18941
|
*
|
|
18942
|
-
* Price: $0.
|
|
18942
|
+
* Price: $0.00144 per request.
|
|
18943
18943
|
*
|
|
18944
18944
|
* @example
|
|
18945
18945
|
* const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
|
|
@@ -18961,7 +18961,7 @@ declare class TiktokNamespace {
|
|
|
18961
18961
|
*
|
|
18962
18962
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
18963
18963
|
*
|
|
18964
|
-
* Price: $0.
|
|
18964
|
+
* Price: $0.0009 per request.
|
|
18965
18965
|
*
|
|
18966
18966
|
* @example
|
|
18967
18967
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
|
@@ -19099,7 +19099,7 @@ declare class TiktokNamespace {
|
|
|
19099
19099
|
*
|
|
19100
19100
|
* Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
|
|
19101
19101
|
*
|
|
19102
|
-
* Price: $0.
|
|
19102
|
+
* Price: $0.0009 per request.
|
|
19103
19103
|
*
|
|
19104
19104
|
* @example
|
|
19105
19105
|
* const res = await client.tiktok.video({ url: "https://www.tiktok.com/@mrbeast/video/7654638524729216287?_r=1&u_code=elgjf3ff8cajhk&preview_pb=0&sharer_language=en&_d=elh6737j6kjl71&share_item_id=7654638524729216287&source=h5_m" });
|
|
@@ -19110,7 +19110,7 @@ declare class TiktokNamespace {
|
|
|
19110
19110
|
*
|
|
19111
19111
|
* List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
|
|
19112
19112
|
*
|
|
19113
|
-
* Price: $0.
|
|
19113
|
+
* Price: $0.00144 per request.
|
|
19114
19114
|
*
|
|
19115
19115
|
* @example
|
|
19116
19116
|
* const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });
|
|
@@ -23101,7 +23101,7 @@ declare class YoutubeNamespace {
|
|
|
23101
23101
|
*
|
|
23102
23102
|
* Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
|
|
23103
23103
|
*
|
|
23104
|
-
* Price: $0.
|
|
23104
|
+
* Price: $0.0009 per request.
|
|
23105
23105
|
*
|
|
23106
23106
|
* @example
|
|
23107
23107
|
* const res = await client.youtube.channel({ handle: "@mkbhd" });
|
|
@@ -23184,7 +23184,7 @@ declare class YoutubeNamespace {
|
|
|
23184
23184
|
*
|
|
23185
23185
|
* List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
|
|
23186
23186
|
*
|
|
23187
|
-
* Price: $0.
|
|
23187
|
+
* Price: $0.0009 per request.
|
|
23188
23188
|
*
|
|
23189
23189
|
* @example
|
|
23190
23190
|
* const res = await client.youtube.channelVideos({ handle: "@mkbhd" });
|
|
@@ -23235,7 +23235,7 @@ declare class YoutubeNamespace {
|
|
|
23235
23235
|
*
|
|
23236
23236
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
23237
23237
|
*
|
|
23238
|
-
* Price: $0.
|
|
23238
|
+
* Price: $0.0009 per request.
|
|
23239
23239
|
*
|
|
23240
23240
|
* @example
|
|
23241
23241
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -24111,7 +24111,7 @@ declare class ZillowNamespace {
|
|
|
24111
24111
|
*
|
|
24112
24112
|
* Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
|
|
24113
24113
|
*
|
|
24114
|
-
* Price: $0 per request
|
|
24114
|
+
* Price: $0.0009 per request.
|
|
24115
24115
|
*
|
|
24116
24116
|
* @example
|
|
24117
24117
|
* const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
|
package/dist/index.js
CHANGED
|
@@ -1004,7 +1004,7 @@ var AmazonNamespace = class {
|
|
|
1004
1004
|
*
|
|
1005
1005
|
* Fetch full Amazon product details (title, brand, price when in stock, images, ratings, review count, variants, and attributes) from a product URL.
|
|
1006
1006
|
*
|
|
1007
|
-
* Price: $0.
|
|
1007
|
+
* Price: $0.0018 per request.
|
|
1008
1008
|
*
|
|
1009
1009
|
* @example
|
|
1010
1010
|
* const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
|
|
@@ -3118,7 +3118,7 @@ var LinkedinNamespace = class {
|
|
|
3118
3118
|
*
|
|
3119
3119
|
* Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
|
|
3120
3120
|
*
|
|
3121
|
-
* Price: $0.
|
|
3121
|
+
* Price: $0.0009 per request.
|
|
3122
3122
|
*
|
|
3123
3123
|
* @example
|
|
3124
3124
|
* const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
|
|
@@ -3131,7 +3131,7 @@ var LinkedinNamespace = class {
|
|
|
3131
3131
|
*
|
|
3132
3132
|
* Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
|
|
3133
3133
|
*
|
|
3134
|
-
* Price: $0.
|
|
3134
|
+
* Price: $0.0009 per request.
|
|
3135
3135
|
*
|
|
3136
3136
|
* @example
|
|
3137
3137
|
* const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
|
|
@@ -3196,7 +3196,7 @@ var LinkedinNamespace = class {
|
|
|
3196
3196
|
*
|
|
3197
3197
|
* Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile.
|
|
3198
3198
|
*
|
|
3199
|
-
* Price: $0.
|
|
3199
|
+
* Price: $0.00144 per request.
|
|
3200
3200
|
*
|
|
3201
3201
|
* @example
|
|
3202
3202
|
* const res = await client.linkedin.profileThin({ url: "https://www.linkedin.com/in/williamhgates" });
|
|
@@ -3494,7 +3494,7 @@ var RedditNamespace = class {
|
|
|
3494
3494
|
*
|
|
3495
3495
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
3496
3496
|
*
|
|
3497
|
-
* Price: $0.
|
|
3497
|
+
* Price: $0.0009 per request.
|
|
3498
3498
|
*
|
|
3499
3499
|
* @example
|
|
3500
3500
|
* const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -3562,7 +3562,7 @@ var RedditNamespace = class {
|
|
|
3562
3562
|
*
|
|
3563
3563
|
* Search Reddit posts across all subreddits by query.
|
|
3564
3564
|
*
|
|
3565
|
-
* Price: $0.
|
|
3565
|
+
* Price: $0.0009 per request.
|
|
3566
3566
|
*
|
|
3567
3567
|
* @example
|
|
3568
3568
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
|
@@ -3604,7 +3604,7 @@ var RedditNamespace = class {
|
|
|
3604
3604
|
*
|
|
3605
3605
|
* Fetch posts from a subreddit listing (hot, new, or top).
|
|
3606
3606
|
*
|
|
3607
|
-
* Price: $0.
|
|
3607
|
+
* Price: $0.0009 per request.
|
|
3608
3608
|
*
|
|
3609
3609
|
* @example
|
|
3610
3610
|
* const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
|
|
@@ -3704,7 +3704,7 @@ var RedditNamespace = class {
|
|
|
3704
3704
|
*
|
|
3705
3705
|
* List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
|
|
3706
3706
|
*
|
|
3707
|
-
* Price: $0.
|
|
3707
|
+
* Price: $0.0009 per request.
|
|
3708
3708
|
*
|
|
3709
3709
|
* @example
|
|
3710
3710
|
* const res = await client.reddit.userPosts({ username: "spez" });
|
|
@@ -4508,7 +4508,7 @@ var TiktokNamespace = class {
|
|
|
4508
4508
|
*
|
|
4509
4509
|
* List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
|
|
4510
4510
|
*
|
|
4511
|
-
* Price: $0.
|
|
4511
|
+
* Price: $0.00144 per request.
|
|
4512
4512
|
*
|
|
4513
4513
|
* @example
|
|
4514
4514
|
* const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
|
|
@@ -4534,7 +4534,7 @@ var TiktokNamespace = class {
|
|
|
4534
4534
|
*
|
|
4535
4535
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
4536
4536
|
*
|
|
4537
|
-
* Price: $0.
|
|
4537
|
+
* Price: $0.0009 per request.
|
|
4538
4538
|
*
|
|
4539
4539
|
* @example
|
|
4540
4540
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
|
@@ -4728,7 +4728,7 @@ var TiktokNamespace = class {
|
|
|
4728
4728
|
*
|
|
4729
4729
|
* Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
|
|
4730
4730
|
*
|
|
4731
|
-
* Price: $0.
|
|
4731
|
+
* Price: $0.0009 per request.
|
|
4732
4732
|
*
|
|
4733
4733
|
* @example
|
|
4734
4734
|
* const res = await client.tiktok.video({ url: "https://www.tiktok.com/@mrbeast/video/7654638524729216287?_r=1&u_code=elgjf3ff8cajhk&preview_pb=0&sharer_language=en&_d=elh6737j6kjl71&share_item_id=7654638524729216287&source=h5_m" });
|
|
@@ -4741,7 +4741,7 @@ var TiktokNamespace = class {
|
|
|
4741
4741
|
*
|
|
4742
4742
|
* List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
|
|
4743
4743
|
*
|
|
4744
|
-
* Price: $0.
|
|
4744
|
+
* Price: $0.00144 per request.
|
|
4745
4745
|
*
|
|
4746
4746
|
* @example
|
|
4747
4747
|
* const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });
|
|
@@ -5517,7 +5517,7 @@ var YoutubeNamespace = class {
|
|
|
5517
5517
|
*
|
|
5518
5518
|
* Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
|
|
5519
5519
|
*
|
|
5520
|
-
* Price: $0.
|
|
5520
|
+
* Price: $0.0009 per request.
|
|
5521
5521
|
*
|
|
5522
5522
|
* @example
|
|
5523
5523
|
* const res = await client.youtube.channel({ handle: "@mkbhd" });
|
|
@@ -5646,7 +5646,7 @@ var YoutubeNamespace = class {
|
|
|
5646
5646
|
*
|
|
5647
5647
|
* List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
|
|
5648
5648
|
*
|
|
5649
|
-
* Price: $0.
|
|
5649
|
+
* Price: $0.0009 per request.
|
|
5650
5650
|
*
|
|
5651
5651
|
* @example
|
|
5652
5652
|
* const res = await client.youtube.channelVideos({ handle: "@mkbhd" });
|
|
@@ -5714,7 +5714,7 @@ var YoutubeNamespace = class {
|
|
|
5714
5714
|
*
|
|
5715
5715
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
5716
5716
|
*
|
|
5717
|
-
* Price: $0.
|
|
5717
|
+
* Price: $0.0009 per request.
|
|
5718
5718
|
*
|
|
5719
5719
|
* @example
|
|
5720
5720
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -5918,7 +5918,7 @@ var ZillowNamespace = class {
|
|
|
5918
5918
|
*
|
|
5919
5919
|
* Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
|
|
5920
5920
|
*
|
|
5921
|
-
* Price: $0 per request
|
|
5921
|
+
* Price: $0.0009 per request.
|
|
5922
5922
|
*
|
|
5923
5923
|
* @example
|
|
5924
5924
|
* const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
|