@getanyapi/sdk 0.37.1 → 0.37.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.d.cts CHANGED
@@ -1454,7 +1454,7 @@ declare class AmazonNamespace {
1454
1454
  *
1455
1455
  * List the top-ranked products of any Amazon Best Sellers category (rank, title, price, and rating) in one normalized request.
1456
1456
  *
1457
- * Price: $0.0009 per request.
1457
+ * Price: $0.00045 per request.
1458
1458
  *
1459
1459
  * @example
1460
1460
  * const res = await client.amazon.bestsellers({ url: "https://www.amazon.com/gp/bestsellers/electronics", limit: 3 });
@@ -1465,7 +1465,7 @@ declare class AmazonNamespace {
1465
1465
  *
1466
1466
  * Fetch full Amazon product details (title, brand, price when in stock, images, ratings, review count, variants, and attributes) from a product URL.
1467
1467
  *
1468
- * Price: $0.0018 per request.
1468
+ * Price: $0.0009 per request.
1469
1469
  *
1470
1470
  * @example
1471
1471
  * const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
@@ -1476,7 +1476,7 @@ declare class AmazonNamespace {
1476
1476
  *
1477
1477
  * Pull up to 50 customer reviews for any Amazon product by ASIN or URL: rating, title, text, date, and verified-purchase badge.
1478
1478
  *
1479
- * Price: $0.0018 per request.
1479
+ * Price: $0.0009 per request.
1480
1480
  *
1481
1481
  * @example
1482
1482
  * const res = await client.amazon.reviews({ product: "B07PXGQC1Q", limit: 3 });
@@ -1487,7 +1487,7 @@ declare class AmazonNamespace {
1487
1487
  *
1488
1488
  * Search Amazon from any search or category URL and get up to 20 matching products (title, price, rating, and thumbnail) in one normalized response.
1489
1489
  *
1490
- * Price: $0.0009 per request.
1490
+ * Price: $0.00045 per request.
1491
1491
  *
1492
1492
  * @example
1493
1493
  * const res = await client.amazon.search({ url: "https://www.amazon.com/s?k=laptop", limit: 3 });
@@ -9245,7 +9245,7 @@ declare class EbayNamespace {
9245
9245
  *
9246
9246
  * Fetch one eBay listing by URL and get the full offer record: price, condition, shipping, item location, seller feedback, quantity, watchers, and live auction state (bid count and end time).
9247
9247
  *
9248
- * Price: $0.0009 per request.
9248
+ * Price: $0.00045 per request.
9249
9249
  *
9250
9250
  * @example
9251
9251
  * const res = await client.ebay.product({ url: "https://www.ebay.com/itm/133576802017" });
@@ -9267,7 +9267,7 @@ declare class EbayNamespace {
9267
9267
  *
9268
9268
  * Search eBay active listings by keyword with optional price-range, item-condition, listing-type, and sort filters and get title, price, condition, shipping, and seller in one normalized response.
9269
9269
  *
9270
- * Price: $0.0009 per request.
9270
+ * Price: $0.00045 per request.
9271
9271
  *
9272
9272
  * @example
9273
9273
  * const res = await client.ebay.search({ query: "nintendo switch", limit: 3, sort: "price_low" });
@@ -13312,7 +13312,7 @@ declare class GeminiNamespace {
13312
13312
  *
13313
13313
  * Ask Gemini a web-grounded question and receive an answer with source citations.
13314
13314
  *
13315
- * Price: $0.0036 per request.
13315
+ * Price: $0.0018 per request.
13316
13316
  *
13317
13317
  * @example
13318
13318
  * const res = await client.gemini.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -14976,7 +14976,7 @@ declare class GoogleNamespace {
14976
14976
  *
14977
14977
  * Ask Google AI Mode a prompt and receive the cited answer it generates. AI Mode composes the answer at search time, so repeat calls on one prompt can differ in wording and in which sources are cited.
14978
14978
  *
14979
- * Price: $0.00126 per request.
14979
+ * Price: $0.00063 per request.
14980
14980
  *
14981
14981
  * @example
14982
14982
  * const res = await client.google.aiMode({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -15064,7 +15064,7 @@ declare class GoogleNamespace {
15064
15064
  *
15065
15065
  * Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
15066
15066
  *
15067
- * Price: $0.0009 per request.
15067
+ * Price: $0.00063 per request.
15068
15068
  *
15069
15069
  * @example
15070
15070
  * const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
@@ -18038,7 +18038,7 @@ declare class InstagramNamespace {
18038
18038
  *
18039
18039
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
18040
18040
  *
18041
- * Price: $0.00144 per request.
18041
+ * Price: $0.00072 per request.
18042
18042
  *
18043
18043
  * @example
18044
18044
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -18056,7 +18056,7 @@ declare class InstagramNamespace {
18056
18056
  *
18057
18057
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
18058
18058
  *
18059
- * Price: $0.0009 per request.
18059
+ * Price: $0.00045 per request.
18060
18060
  *
18061
18061
  * @example
18062
18062
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -22503,7 +22503,7 @@ declare class LinkedinNamespace {
22503
22503
  *
22504
22504
  * Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
22505
22505
  *
22506
- * Price: $0.00066 per request.
22506
+ * Price: $0.00045 per request.
22507
22507
  *
22508
22508
  * @example
22509
22509
  * const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -22514,7 +22514,7 @@ declare class LinkedinNamespace {
22514
22514
  *
22515
22515
  * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
22516
22516
  *
22517
- * Price: $0.0009 per request.
22517
+ * Price: $0.00045 per request.
22518
22518
  *
22519
22519
  * @example
22520
22520
  * const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
@@ -22591,7 +22591,7 @@ declare class LinkedinNamespace {
22591
22591
  *
22592
22592
  * 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.
22593
22593
  *
22594
- * Price: $0.00144 per request.
22594
+ * Price: $0.00072 per request.
22595
22595
  *
22596
22596
  * @example
22597
22597
  * const res = await client.linkedin.profileThin({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -27518,7 +27518,7 @@ declare class PerplexityNamespace {
27518
27518
  *
27519
27519
  * Ask Perplexity a web-grounded question and receive an answer with source citations.
27520
27520
  *
27521
- * Price: $0.0036 per request.
27521
+ * Price: $0.0018 per request.
27522
27522
  *
27523
27523
  * @example
27524
27524
  * const res = await client.perplexity.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -32384,7 +32384,7 @@ declare class RedditNamespace {
32384
32384
  *
32385
32385
  * Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
32386
32386
  *
32387
- * Price: $0.0009 per request.
32387
+ * Price: $0.00045 per request.
32388
32388
  *
32389
32389
  * @example
32390
32390
  * const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
@@ -32435,7 +32435,7 @@ declare class RedditNamespace {
32435
32435
  *
32436
32436
  * Search Reddit posts across all subreddits by query.
32437
32437
  *
32438
- * Price: $0.0009 per request.
32438
+ * Price: $0.00045 per request.
32439
32439
  *
32440
32440
  * @example
32441
32441
  * const res = await client.reddit.search({ query: "mechanical keyboard" });
@@ -32464,7 +32464,7 @@ declare class RedditNamespace {
32464
32464
  *
32465
32465
  * Fetch posts from a subreddit listing (hot, new, or top).
32466
32466
  *
32467
- * Price: $0.0009 per request.
32467
+ * Price: $0.00045 per request.
32468
32468
  *
32469
32469
  * @example
32470
32470
  * const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
@@ -32482,7 +32482,7 @@ declare class RedditNamespace {
32482
32482
  *
32483
32483
  * Search posts within a single subreddit by query, sort, and timeframe.
32484
32484
  *
32485
- * Price: $0.0009 per request.
32485
+ * Price: $0.00045 per request.
32486
32486
  *
32487
32487
  * @example
32488
32488
  * const res = await client.reddit.subredditSearch({ subreddit: "Fitness", query: "push ups" });
@@ -32500,7 +32500,7 @@ declare class RedditNamespace {
32500
32500
  *
32501
32501
  * Get currently trending Reddit posts across all subreddits with stable cursor pagination.
32502
32502
  *
32503
- * Price: $0.00036 per request.
32503
+ * Price: $0.00018 per request.
32504
32504
  *
32505
32505
  * @example
32506
32506
  * const res = await client.reddit.trendingPosts({ limit: 25 });
@@ -32529,7 +32529,7 @@ declare class RedditNamespace {
32529
32529
  *
32530
32530
  * List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
32531
32531
  *
32532
- * Price: $0.0009 per request.
32532
+ * Price: $0.00045 per request.
32533
32533
  *
32534
32534
  * @example
32535
32535
  * const res = await client.reddit.userPosts({ username: "spez" });
@@ -38313,7 +38313,7 @@ declare class TiktokNamespace {
38313
38313
  *
38314
38314
  * Search TikTok's EU Commercial Content Library by keyword or advertiser ID.
38315
38315
  *
38316
- * Price: $0.0009 per request.
38316
+ * Price: $0.00045 per request.
38317
38317
  *
38318
38318
  * @example
38319
38319
  * const res = await client.tiktok.adTransparencySearch({ days: 30, limit: 20, query: "nike", region: "DE" });
@@ -38396,7 +38396,7 @@ declare class TiktokNamespace {
38396
38396
  *
38397
38397
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
38398
38398
  *
38399
- * Price: $0.00144 per request.
38399
+ * Price: $0.00072 per request.
38400
38400
  *
38401
38401
  * @example
38402
38402
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
@@ -38429,7 +38429,7 @@ declare class TiktokNamespace {
38429
38429
  *
38430
38430
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
38431
38431
  *
38432
- * Price: $0.0009 per request.
38432
+ * Price: $0.00045 per request.
38433
38433
  *
38434
38434
  * @example
38435
38435
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -38614,7 +38614,7 @@ declare class TiktokNamespace {
38614
38614
  *
38615
38615
  * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
38616
38616
  *
38617
- * Price: $0.0009 per request.
38617
+ * Price: $0.00045 per request.
38618
38618
  *
38619
38619
  * @example
38620
38620
  * 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" });
@@ -38625,7 +38625,7 @@ declare class TiktokNamespace {
38625
38625
  *
38626
38626
  * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
38627
38627
  *
38628
- * Price: $0.00144 per request.
38628
+ * Price: $0.00072 per request.
38629
38629
  *
38630
38630
  * @example
38631
38631
  * 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" });
@@ -41547,7 +41547,7 @@ declare class TwitterNamespace {
41547
41547
  *
41548
41548
  * Fetch a Twitter/X community's public details (name, description, member count, join policy) by URL.
41549
41549
  *
41550
- * Price: $0.00018 per request.
41550
+ * Price: $0.00009 per request.
41551
41551
  *
41552
41552
  * @example
41553
41553
  * const res = await client.twitter.community({ url: "https://x.com/i/communities/1926186499399139650" });
@@ -41605,7 +41605,7 @@ declare class TwitterNamespace {
41605
41605
  *
41606
41606
  * Fetch a Twitter/X account's public profile (followers, tweets, bio, verification) by handle.
41607
41607
  *
41608
- * Price: $0.0003 per request.
41608
+ * Price: $0.00022 per request.
41609
41609
  *
41610
41610
  * @example
41611
41611
  * const res = await client.twitter.profile({ handle: "nasa" });
@@ -41645,7 +41645,7 @@ declare class TwitterNamespace {
41645
41645
  *
41646
41646
  * Search X (Twitter) communities by keyword and get their id, name, topic, and member count with cursor pagination. This is how you find a community URL to pass to twitter.community or twitter.community_tweets.
41647
41647
  *
41648
- * Price: $0.00018 per request plus $0.00018 per result (maximum $0.00198).
41648
+ * Price: $0.00009 per request plus $0.00009 per result (maximum $0.00099).
41649
41649
  *
41650
41650
  * @example
41651
41651
  * const res = await client.twitter.searchCommunities({ query: "artificial intelligence" });
@@ -41692,7 +41692,7 @@ declare class TwitterNamespace {
41692
41692
  *
41693
41693
  * Get current X (Twitter) trends for worldwide, a country, or a city in X ranking order, including the resolved location.
41694
41694
  *
41695
- * Price: $0.00018 per request.
41695
+ * Price: $0.00009 per request.
41696
41696
  *
41697
41697
  * @example
41698
41698
  * const res = await client.twitter.trends({ limit: 10, location: "US" });
@@ -41703,7 +41703,7 @@ declare class TwitterNamespace {
41703
41703
  *
41704
41704
  * Fetch a single Twitter/X tweet by URL with its full text and engagement counts (likes, retweets, replies, quotes, bookmarks, views).
41705
41705
  *
41706
- * Price: $0.0003 per request.
41706
+ * Price: $0.00022 per request.
41707
41707
  *
41708
41708
  * @example
41709
41709
  * const res = await client.twitter.tweet({ url: "https://x.com/SpaceX/status/1732824684683784516" });
@@ -44155,7 +44155,7 @@ declare class YoutubeNamespace {
44155
44155
  *
44156
44156
  * Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
44157
44157
  *
44158
- * Price: $0.0009 per request.
44158
+ * Price: $0.00045 per request.
44159
44159
  *
44160
44160
  * @example
44161
44161
  * const res = await client.youtube.channel({ handle: "@mkbhd" });
@@ -44249,7 +44249,7 @@ declare class YoutubeNamespace {
44249
44249
  *
44250
44250
  * List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
44251
44251
  *
44252
- * Price: $0.0009 per request.
44252
+ * Price: $0.00045 per request.
44253
44253
  *
44254
44254
  * @example
44255
44255
  * const res = await client.youtube.channelVideos({ handle: "@mkbhd" });
@@ -44300,7 +44300,7 @@ declare class YoutubeNamespace {
44300
44300
  *
44301
44301
  * Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
44302
44302
  *
44303
- * Price: $0.0008 per request.
44303
+ * Price: $0.00045 per request.
44304
44304
  *
44305
44305
  * @example
44306
44306
  * const res = await client.youtube.search({ query: "how to cook rice" });
@@ -45248,7 +45248,7 @@ declare class ZillowNamespace {
45248
45248
  *
45249
45249
  * Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
45250
45250
  *
45251
- * Price: $0.0009 per request.
45251
+ * Price: $0.00045 per request.
45252
45252
  *
45253
45253
  * @example
45254
45254
  * const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
@@ -45259,7 +45259,7 @@ declare class ZillowNamespace {
45259
45259
  *
45260
45260
  * Search Zillow for-sale, rental, or sold listings by region-level location (city, ZIP, county, or neighborhood) with optional price, bedroom, living-area, home-type, recency, and sort filters and get matching properties (price, address, beds, baths, living area, status, Zestimate) as normalized JSON.
45261
45261
  *
45262
- * Price: $0.0009 per request.
45262
+ * Price: $0.00045 per request.
45263
45263
  *
45264
45264
  * @example
45265
45265
  * const res = await client.zillow.search({ location: "Austin, TX", limit: 3, maxPrice: 900000, minBedrooms: 3, operation: "buy" });
package/dist/index.d.ts CHANGED
@@ -1454,7 +1454,7 @@ declare class AmazonNamespace {
1454
1454
  *
1455
1455
  * List the top-ranked products of any Amazon Best Sellers category (rank, title, price, and rating) in one normalized request.
1456
1456
  *
1457
- * Price: $0.0009 per request.
1457
+ * Price: $0.00045 per request.
1458
1458
  *
1459
1459
  * @example
1460
1460
  * const res = await client.amazon.bestsellers({ url: "https://www.amazon.com/gp/bestsellers/electronics", limit: 3 });
@@ -1465,7 +1465,7 @@ declare class AmazonNamespace {
1465
1465
  *
1466
1466
  * Fetch full Amazon product details (title, brand, price when in stock, images, ratings, review count, variants, and attributes) from a product URL.
1467
1467
  *
1468
- * Price: $0.0018 per request.
1468
+ * Price: $0.0009 per request.
1469
1469
  *
1470
1470
  * @example
1471
1471
  * const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
@@ -1476,7 +1476,7 @@ declare class AmazonNamespace {
1476
1476
  *
1477
1477
  * Pull up to 50 customer reviews for any Amazon product by ASIN or URL: rating, title, text, date, and verified-purchase badge.
1478
1478
  *
1479
- * Price: $0.0018 per request.
1479
+ * Price: $0.0009 per request.
1480
1480
  *
1481
1481
  * @example
1482
1482
  * const res = await client.amazon.reviews({ product: "B07PXGQC1Q", limit: 3 });
@@ -1487,7 +1487,7 @@ declare class AmazonNamespace {
1487
1487
  *
1488
1488
  * Search Amazon from any search or category URL and get up to 20 matching products (title, price, rating, and thumbnail) in one normalized response.
1489
1489
  *
1490
- * Price: $0.0009 per request.
1490
+ * Price: $0.00045 per request.
1491
1491
  *
1492
1492
  * @example
1493
1493
  * const res = await client.amazon.search({ url: "https://www.amazon.com/s?k=laptop", limit: 3 });
@@ -9245,7 +9245,7 @@ declare class EbayNamespace {
9245
9245
  *
9246
9246
  * Fetch one eBay listing by URL and get the full offer record: price, condition, shipping, item location, seller feedback, quantity, watchers, and live auction state (bid count and end time).
9247
9247
  *
9248
- * Price: $0.0009 per request.
9248
+ * Price: $0.00045 per request.
9249
9249
  *
9250
9250
  * @example
9251
9251
  * const res = await client.ebay.product({ url: "https://www.ebay.com/itm/133576802017" });
@@ -9267,7 +9267,7 @@ declare class EbayNamespace {
9267
9267
  *
9268
9268
  * Search eBay active listings by keyword with optional price-range, item-condition, listing-type, and sort filters and get title, price, condition, shipping, and seller in one normalized response.
9269
9269
  *
9270
- * Price: $0.0009 per request.
9270
+ * Price: $0.00045 per request.
9271
9271
  *
9272
9272
  * @example
9273
9273
  * const res = await client.ebay.search({ query: "nintendo switch", limit: 3, sort: "price_low" });
@@ -13312,7 +13312,7 @@ declare class GeminiNamespace {
13312
13312
  *
13313
13313
  * Ask Gemini a web-grounded question and receive an answer with source citations.
13314
13314
  *
13315
- * Price: $0.0036 per request.
13315
+ * Price: $0.0018 per request.
13316
13316
  *
13317
13317
  * @example
13318
13318
  * const res = await client.gemini.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -14976,7 +14976,7 @@ declare class GoogleNamespace {
14976
14976
  *
14977
14977
  * Ask Google AI Mode a prompt and receive the cited answer it generates. AI Mode composes the answer at search time, so repeat calls on one prompt can differ in wording and in which sources are cited.
14978
14978
  *
14979
- * Price: $0.00126 per request.
14979
+ * Price: $0.00063 per request.
14980
14980
  *
14981
14981
  * @example
14982
14982
  * const res = await client.google.aiMode({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -15064,7 +15064,7 @@ declare class GoogleNamespace {
15064
15064
  *
15065
15065
  * Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
15066
15066
  *
15067
- * Price: $0.0009 per request.
15067
+ * Price: $0.00063 per request.
15068
15068
  *
15069
15069
  * @example
15070
15070
  * const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
@@ -18038,7 +18038,7 @@ declare class InstagramNamespace {
18038
18038
  *
18039
18039
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
18040
18040
  *
18041
- * Price: $0.00144 per request.
18041
+ * Price: $0.00072 per request.
18042
18042
  *
18043
18043
  * @example
18044
18044
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -18056,7 +18056,7 @@ declare class InstagramNamespace {
18056
18056
  *
18057
18057
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
18058
18058
  *
18059
- * Price: $0.0009 per request.
18059
+ * Price: $0.00045 per request.
18060
18060
  *
18061
18061
  * @example
18062
18062
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -22503,7 +22503,7 @@ declare class LinkedinNamespace {
22503
22503
  *
22504
22504
  * Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
22505
22505
  *
22506
- * Price: $0.00066 per request.
22506
+ * Price: $0.00045 per request.
22507
22507
  *
22508
22508
  * @example
22509
22509
  * const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -22514,7 +22514,7 @@ declare class LinkedinNamespace {
22514
22514
  *
22515
22515
  * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
22516
22516
  *
22517
- * Price: $0.0009 per request.
22517
+ * Price: $0.00045 per request.
22518
22518
  *
22519
22519
  * @example
22520
22520
  * const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
@@ -22591,7 +22591,7 @@ declare class LinkedinNamespace {
22591
22591
  *
22592
22592
  * 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.
22593
22593
  *
22594
- * Price: $0.00144 per request.
22594
+ * Price: $0.00072 per request.
22595
22595
  *
22596
22596
  * @example
22597
22597
  * const res = await client.linkedin.profileThin({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -27518,7 +27518,7 @@ declare class PerplexityNamespace {
27518
27518
  *
27519
27519
  * Ask Perplexity a web-grounded question and receive an answer with source citations.
27520
27520
  *
27521
- * Price: $0.0036 per request.
27521
+ * Price: $0.0018 per request.
27522
27522
  *
27523
27523
  * @example
27524
27524
  * const res = await client.perplexity.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -32384,7 +32384,7 @@ declare class RedditNamespace {
32384
32384
  *
32385
32385
  * Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
32386
32386
  *
32387
- * Price: $0.0009 per request.
32387
+ * Price: $0.00045 per request.
32388
32388
  *
32389
32389
  * @example
32390
32390
  * const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
@@ -32435,7 +32435,7 @@ declare class RedditNamespace {
32435
32435
  *
32436
32436
  * Search Reddit posts across all subreddits by query.
32437
32437
  *
32438
- * Price: $0.0009 per request.
32438
+ * Price: $0.00045 per request.
32439
32439
  *
32440
32440
  * @example
32441
32441
  * const res = await client.reddit.search({ query: "mechanical keyboard" });
@@ -32464,7 +32464,7 @@ declare class RedditNamespace {
32464
32464
  *
32465
32465
  * Fetch posts from a subreddit listing (hot, new, or top).
32466
32466
  *
32467
- * Price: $0.0009 per request.
32467
+ * Price: $0.00045 per request.
32468
32468
  *
32469
32469
  * @example
32470
32470
  * const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
@@ -32482,7 +32482,7 @@ declare class RedditNamespace {
32482
32482
  *
32483
32483
  * Search posts within a single subreddit by query, sort, and timeframe.
32484
32484
  *
32485
- * Price: $0.0009 per request.
32485
+ * Price: $0.00045 per request.
32486
32486
  *
32487
32487
  * @example
32488
32488
  * const res = await client.reddit.subredditSearch({ subreddit: "Fitness", query: "push ups" });
@@ -32500,7 +32500,7 @@ declare class RedditNamespace {
32500
32500
  *
32501
32501
  * Get currently trending Reddit posts across all subreddits with stable cursor pagination.
32502
32502
  *
32503
- * Price: $0.00036 per request.
32503
+ * Price: $0.00018 per request.
32504
32504
  *
32505
32505
  * @example
32506
32506
  * const res = await client.reddit.trendingPosts({ limit: 25 });
@@ -32529,7 +32529,7 @@ declare class RedditNamespace {
32529
32529
  *
32530
32530
  * List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
32531
32531
  *
32532
- * Price: $0.0009 per request.
32532
+ * Price: $0.00045 per request.
32533
32533
  *
32534
32534
  * @example
32535
32535
  * const res = await client.reddit.userPosts({ username: "spez" });
@@ -38313,7 +38313,7 @@ declare class TiktokNamespace {
38313
38313
  *
38314
38314
  * Search TikTok's EU Commercial Content Library by keyword or advertiser ID.
38315
38315
  *
38316
- * Price: $0.0009 per request.
38316
+ * Price: $0.00045 per request.
38317
38317
  *
38318
38318
  * @example
38319
38319
  * const res = await client.tiktok.adTransparencySearch({ days: 30, limit: 20, query: "nike", region: "DE" });
@@ -38396,7 +38396,7 @@ declare class TiktokNamespace {
38396
38396
  *
38397
38397
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
38398
38398
  *
38399
- * Price: $0.00144 per request.
38399
+ * Price: $0.00072 per request.
38400
38400
  *
38401
38401
  * @example
38402
38402
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
@@ -38429,7 +38429,7 @@ declare class TiktokNamespace {
38429
38429
  *
38430
38430
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
38431
38431
  *
38432
- * Price: $0.0009 per request.
38432
+ * Price: $0.00045 per request.
38433
38433
  *
38434
38434
  * @example
38435
38435
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -38614,7 +38614,7 @@ declare class TiktokNamespace {
38614
38614
  *
38615
38615
  * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
38616
38616
  *
38617
- * Price: $0.0009 per request.
38617
+ * Price: $0.00045 per request.
38618
38618
  *
38619
38619
  * @example
38620
38620
  * 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" });
@@ -38625,7 +38625,7 @@ declare class TiktokNamespace {
38625
38625
  *
38626
38626
  * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
38627
38627
  *
38628
- * Price: $0.00144 per request.
38628
+ * Price: $0.00072 per request.
38629
38629
  *
38630
38630
  * @example
38631
38631
  * 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" });
@@ -41547,7 +41547,7 @@ declare class TwitterNamespace {
41547
41547
  *
41548
41548
  * Fetch a Twitter/X community's public details (name, description, member count, join policy) by URL.
41549
41549
  *
41550
- * Price: $0.00018 per request.
41550
+ * Price: $0.00009 per request.
41551
41551
  *
41552
41552
  * @example
41553
41553
  * const res = await client.twitter.community({ url: "https://x.com/i/communities/1926186499399139650" });
@@ -41605,7 +41605,7 @@ declare class TwitterNamespace {
41605
41605
  *
41606
41606
  * Fetch a Twitter/X account's public profile (followers, tweets, bio, verification) by handle.
41607
41607
  *
41608
- * Price: $0.0003 per request.
41608
+ * Price: $0.00022 per request.
41609
41609
  *
41610
41610
  * @example
41611
41611
  * const res = await client.twitter.profile({ handle: "nasa" });
@@ -41645,7 +41645,7 @@ declare class TwitterNamespace {
41645
41645
  *
41646
41646
  * Search X (Twitter) communities by keyword and get their id, name, topic, and member count with cursor pagination. This is how you find a community URL to pass to twitter.community or twitter.community_tweets.
41647
41647
  *
41648
- * Price: $0.00018 per request plus $0.00018 per result (maximum $0.00198).
41648
+ * Price: $0.00009 per request plus $0.00009 per result (maximum $0.00099).
41649
41649
  *
41650
41650
  * @example
41651
41651
  * const res = await client.twitter.searchCommunities({ query: "artificial intelligence" });
@@ -41692,7 +41692,7 @@ declare class TwitterNamespace {
41692
41692
  *
41693
41693
  * Get current X (Twitter) trends for worldwide, a country, or a city in X ranking order, including the resolved location.
41694
41694
  *
41695
- * Price: $0.00018 per request.
41695
+ * Price: $0.00009 per request.
41696
41696
  *
41697
41697
  * @example
41698
41698
  * const res = await client.twitter.trends({ limit: 10, location: "US" });
@@ -41703,7 +41703,7 @@ declare class TwitterNamespace {
41703
41703
  *
41704
41704
  * Fetch a single Twitter/X tweet by URL with its full text and engagement counts (likes, retweets, replies, quotes, bookmarks, views).
41705
41705
  *
41706
- * Price: $0.0003 per request.
41706
+ * Price: $0.00022 per request.
41707
41707
  *
41708
41708
  * @example
41709
41709
  * const res = await client.twitter.tweet({ url: "https://x.com/SpaceX/status/1732824684683784516" });
@@ -44155,7 +44155,7 @@ declare class YoutubeNamespace {
44155
44155
  *
44156
44156
  * Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
44157
44157
  *
44158
- * Price: $0.0009 per request.
44158
+ * Price: $0.00045 per request.
44159
44159
  *
44160
44160
  * @example
44161
44161
  * const res = await client.youtube.channel({ handle: "@mkbhd" });
@@ -44249,7 +44249,7 @@ declare class YoutubeNamespace {
44249
44249
  *
44250
44250
  * List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
44251
44251
  *
44252
- * Price: $0.0009 per request.
44252
+ * Price: $0.00045 per request.
44253
44253
  *
44254
44254
  * @example
44255
44255
  * const res = await client.youtube.channelVideos({ handle: "@mkbhd" });
@@ -44300,7 +44300,7 @@ declare class YoutubeNamespace {
44300
44300
  *
44301
44301
  * Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
44302
44302
  *
44303
- * Price: $0.0008 per request.
44303
+ * Price: $0.00045 per request.
44304
44304
  *
44305
44305
  * @example
44306
44306
  * const res = await client.youtube.search({ query: "how to cook rice" });
@@ -45248,7 +45248,7 @@ declare class ZillowNamespace {
45248
45248
  *
45249
45249
  * Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
45250
45250
  *
45251
- * Price: $0.0009 per request.
45251
+ * Price: $0.00045 per request.
45252
45252
  *
45253
45253
  * @example
45254
45254
  * const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
@@ -45259,7 +45259,7 @@ declare class ZillowNamespace {
45259
45259
  *
45260
45260
  * Search Zillow for-sale, rental, or sold listings by region-level location (city, ZIP, county, or neighborhood) with optional price, bedroom, living-area, home-type, recency, and sort filters and get matching properties (price, address, beds, baths, living area, status, Zestimate) as normalized JSON.
45261
45261
  *
45262
- * Price: $0.0009 per request.
45262
+ * Price: $0.00045 per request.
45263
45263
  *
45264
45264
  * @example
45265
45265
  * const res = await client.zillow.search({ location: "Austin, TX", limit: 3, maxPrice: 900000, minBedrooms: 3, operation: "buy" });