@getanyapi/sdk 0.13.1 → 0.13.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.ts CHANGED
@@ -628,7 +628,7 @@ declare class AhrefsNamespace {
628
628
  *
629
629
  * Get the referring pages linking to a domain or URL, each with the source page, anchor text, linking domain rating, and page title.
630
630
  *
631
- * Price: $0.0195 per request plus $0 per result (maximum $0.0195).
631
+ * Price: $0.0205 per request plus $0 per result (maximum $0.0205).
632
632
  *
633
633
  * @example
634
634
  * const res = await client.ahrefs.backlinks({ url: "ahrefs.com", mode: "exact" });
@@ -639,7 +639,7 @@ declare class AhrefsNamespace {
639
639
  *
640
640
  * Get related keyword suggestions for any seed term, each with an Ahrefs difficulty and search-volume bucket.
641
641
  *
642
- * Price: $0.0015 per request plus $0.018 per result (maximum $0.0195).
642
+ * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
643
643
  *
644
644
  * @example
645
645
  * const res = await client.ahrefs.keywordIdeas({ keyword: "coffee", country: "us" });
@@ -650,7 +650,7 @@ declare class AhrefsNamespace {
650
650
  *
651
651
  * Get the Ahrefs keyword-difficulty metrics for any search term: the difficulty score (0-100) and the number of referring domains a page needs to rank in the top 10 - as normalized JSON.
652
652
  *
653
- * Price: $0.0015 per request plus $0.018 per result (maximum $0.0195).
653
+ * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
654
654
  *
655
655
  * @example
656
656
  * const res = await client.ahrefs.keywords({ keyword: "seo tools", country: "us" });
@@ -661,7 +661,7 @@ declare class AhrefsNamespace {
661
661
  *
662
662
  * Get an SEO authority overview for any domain or URL: Domain Rating, total backlinks, and referring domains - as normalized JSON.
663
663
  *
664
- * Price: $0.0015 per request plus $0.018 per result (maximum $0.0195).
664
+ * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
665
665
  *
666
666
  * @example
667
667
  * const res = await client.ahrefs.overview({ url: "ahrefs.com", mode: "subdomains" });
@@ -806,7 +806,7 @@ declare class AirbnbNamespace {
806
806
  *
807
807
  * Search Airbnb listings by location and dates with optional price, beds/bedrooms/bathrooms, and guest-party filters and get results (name, total-stay price label, rating, host) as normalized JSON.
808
808
  *
809
- * Price: $0.00008 per request plus $0.0015 per result (maximum $0.03008).
809
+ * Price: $0.00009 per request plus $0.00158 per result (maximum $0.0316).
810
810
  *
811
811
  * @example
812
812
  * const res = await client.airbnb.search({ location: "San Diego", adults: 2, limit: 3, minBedrooms: 3 });
@@ -896,7 +896,7 @@ declare class AlibabaNamespace {
896
896
  *
897
897
  * Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
898
898
  *
899
- * Price: $0 per request plus $0.0012 per result (maximum $0.03).
899
+ * Price: $0 per request plus $0.00126 per result (maximum $0.0315).
900
900
  *
901
901
  * @example
902
902
  * const res = await client.alibaba.search({ query: "bluetooth speaker", limit: 3 });
@@ -1296,7 +1296,7 @@ declare class AmazonNamespace {
1296
1296
  *
1297
1297
  * Look up to 10 Amazon products in one call by ASIN (title, brand, price, ratings, images, and attributes) as normalized JSON.
1298
1298
  *
1299
- * Price: $0 per request plus $0.0035 per asin (maximum $0.035).
1299
+ * Price: $0 per request plus $0.00368 per asin (maximum $0.0368).
1300
1300
  *
1301
1301
  * @example
1302
1302
  * const res = await client.amazon.asins({ asins: ["B09G9FPHY6"], limit: 3 });
@@ -1307,7 +1307,7 @@ declare class AmazonNamespace {
1307
1307
  *
1308
1308
  * List the top-ranked products of any Amazon Best Sellers category (rank, title, price, and rating) in one normalized request.
1309
1309
  *
1310
- * Price: $0 per request plus $0.0041 per result (maximum $0.082).
1310
+ * Price: $0 per request plus $0.00431 per result (maximum $0.0861).
1311
1311
  *
1312
1312
  * @example
1313
1313
  * const res = await client.amazon.bestsellers({ url: "https://www.amazon.com/gp/bestsellers/electronics", limit: 3 });
@@ -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.001 per request plus $0.0081 per result (maximum $0.0091).
1321
+ * Price: $0.00105 per request plus $0.00851 per result (maximum $0.00956).
1322
1322
  *
1323
1323
  * @example
1324
1324
  * const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
@@ -1329,7 +1329,7 @@ declare class AmazonNamespace {
1329
1329
  *
1330
1330
  * Pull up to 50 customer reviews for any Amazon product by ASIN or URL: rating, title, text, date, and verified-purchase badge.
1331
1331
  *
1332
- * Price: $0.01625 per request.
1332
+ * Price: $0.018 per request.
1333
1333
  *
1334
1334
  * @example
1335
1335
  * const res = await client.amazon.reviews({ product: "B07PXGQC1Q", limit: 3 });
@@ -1340,7 +1340,7 @@ declare class AmazonNamespace {
1340
1340
  *
1341
1341
  * Search Amazon from any search or category URL and get up to 20 matching products (title, price, rating, and thumbnail) in one normalized response.
1342
1342
  *
1343
- * Price: $0 per request plus $0.0035 per result (maximum $0.07).
1343
+ * Price: $0 per request plus $0.00368 per result (maximum $0.0735).
1344
1344
  *
1345
1345
  * @example
1346
1346
  * const res = await client.amazon.search({ url: "https://www.amazon.com/s?k=laptop", limit: 3 });
@@ -2584,7 +2584,7 @@ declare class AppstoreNamespace {
2584
2584
  *
2585
2585
  * Get App Store reviews for any iOS app by app ID, in any storefront country: ratings, titles, and review text.
2586
2586
  *
2587
- * Price: $0 per request plus $0.0001 per result (maximum $0.01).
2587
+ * Price: $0 per request plus $0.00011 per result (maximum $0.0105).
2588
2588
  *
2589
2589
  * @example
2590
2590
  * const res = await client.appstore.reviews({ appId: "389801252", country: "us", limit: 3 });
@@ -2863,7 +2863,7 @@ declare class BookingNamespace {
2863
2863
  *
2864
2864
  * Search Booking.com stays by destination and dates with optional guest and room occupancy and get hotel results (name, price, review score, location) as normalized JSON.
2865
2865
  *
2866
- * Price: $0.002 per request plus $0.0045 per result (maximum $0.092).
2866
+ * Price: $0.0021 per request plus $0.00473 per result (maximum $0.0966).
2867
2867
  *
2868
2868
  * @example
2869
2869
  * const res = await client.booking.search({ query: "New York", adults: 2, checkIn: "2026-09-01", checkOut: "2026-09-03", limit: 3 });
@@ -2963,7 +2963,7 @@ declare class CoinmarketcapNamespace {
2963
2963
  *
2964
2964
  * Get the current top cryptocurrencies from CoinMarketCap (rank, price, market cap, volume, and 24h change) as normalized JSON.
2965
2965
  *
2966
- * Price: $0 per request plus $0.0018 per result (maximum $0.045).
2966
+ * Price: $0 per request plus $0.00189 per result (maximum $0.0473).
2967
2967
  *
2968
2968
  * @example
2969
2969
  * const res = await client.coinmarketcap.listings({ limit: 5 });
@@ -3076,7 +3076,7 @@ declare class CongressNamespace {
3076
3076
  *
3077
3077
  * Get US Congress members' financial disclosures and stock trades (member, ticker, transaction type, amount range, and dates), filterable by member, ticker, or date range.
3078
3078
  *
3079
- * Price: $0.001 per request plus $0.0019 per result (maximum $0.0485).
3079
+ * Price: $0.00105 per request plus $0.002 per result (maximum $0.051).
3080
3080
  *
3081
3081
  * @example
3082
3082
  * const res = await client.congress.trades({ limit: 5 });
@@ -3271,7 +3271,7 @@ declare class DexscreenerNamespace {
3271
3271
  *
3272
3272
  * List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
3273
3273
  *
3274
- * Price: $0.02 per request plus $0.0015 per result (maximum $0.0575).
3274
+ * Price: $0.021 per request plus $0.00158 per result (maximum $0.0604).
3275
3275
  *
3276
3276
  * @example
3277
3277
  * const res = await client.dexscreener.tokens({ chain: "solana", limit: 5, min24HVol: 100000 });
@@ -3752,7 +3752,7 @@ declare class DouyinNamespace {
3752
3752
  *
3753
3753
  * Look up a public Douyin profile by sec_user_id and return normalized profile statistics.
3754
3754
  *
3755
- * Price: $0.001 per request.
3755
+ * Price: $0.0012 per request.
3756
3756
  *
3757
3757
  * @example
3758
3758
  * const res = await client.douyin.profile({ secUserId: "MS4wLjABAAAAW9FWcqS7RdQAWPd2AA5fL_ilmqsIFUCQ_Iym6Yh9_cUa6ZRqVLjVQSUjlHrfXY1Y" });
@@ -3763,7 +3763,7 @@ declare class DouyinNamespace {
3763
3763
  *
3764
3764
  * Search public Douyin videos by keyword with sorting, time, duration, and content filters.
3765
3765
  *
3766
- * Price: $0.01 per request.
3766
+ * Price: $0.012 per request.
3767
3767
  *
3768
3768
  * @example
3769
3769
  * const res = await client.douyin.searchVideos({ query: "机器人", duration: "0", publishedWithin: "0", sort: "0" });
@@ -3774,7 +3774,7 @@ declare class DouyinNamespace {
3774
3774
  *
3775
3775
  * List public posts from a Douyin user with normalized engagement data and pagination.
3776
3776
  *
3777
- * Price: $0.001 per request.
3777
+ * Price: $0.0012 per request.
3778
3778
  *
3779
3779
  * @example
3780
3780
  * const res = await client.douyin.userPosts({ secUserId: "MS4wLjABAAAANXSltcLCzDGmdNFI2Q_QixVTr67NiYzjKOIP5s03CAE", limit: 20, sort: 0 });
@@ -3785,7 +3785,7 @@ declare class DouyinNamespace {
3785
3785
  *
3786
3786
  * Fetch a public Douyin video by share URL with normalized author and engagement data.
3787
3787
  *
3788
- * Price: $0.001 per request.
3788
+ * Price: $0.0012 per request.
3789
3789
  *
3790
3790
  * @example
3791
3791
  * const res = await client.douyin.video({ url: "https://www.douyin.com/video/6894784055775071503" });
@@ -3796,7 +3796,7 @@ declare class DouyinNamespace {
3796
3796
  *
3797
3797
  * List public comments on a Douyin video with author and engagement data.
3798
3798
  *
3799
- * Price: $0.001 per request.
3799
+ * Price: $0.0012 per request.
3800
3800
  *
3801
3801
  * @example
3802
3802
  * const res = await client.douyin.videoComments({ videoId: "7448118827402972455" });
@@ -3992,7 +3992,7 @@ declare class EbayNamespace {
3992
3992
  *
3993
3993
  * 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.
3994
3994
  *
3995
- * Price: $0.001 per request plus $0.00234 per result (maximum $0.0595).
3995
+ * Price: $0.00105 per request plus $0.00246 per result (maximum $0.0625).
3996
3996
  *
3997
3997
  * @example
3998
3998
  * const res = await client.ebay.search({ query: "nintendo switch", limit: 3, sort: "price_low" });
@@ -4003,7 +4003,7 @@ declare class EbayNamespace {
4003
4003
  *
4004
4004
  * Retrieve recently sold eBay listings for any keyword with optional price-range and sort filters (sold price, sale date, condition, item details); ideal for pricing research.
4005
4005
  *
4006
- * Price: $0.00005 per request plus $0.004 per result (maximum $0.10005).
4006
+ * Price: $0.00006 per request plus $0.0042 per result (maximum $0.106).
4007
4007
  *
4008
4008
  * @example
4009
4009
  * const res = await client.ebay.soldListings({ query: "nintendo switch", limit: 3, sort: "price_high" });
@@ -4117,7 +4117,7 @@ declare class EmailNamespace {
4117
4117
  *
4118
4118
  * Find a person's work email address from their name and company domain.
4119
4119
  *
4120
- * Price: $0.021 per request plus $0 per result (maximum $0.021).
4120
+ * Price: $0.0221 per request plus $0 per result (maximum $0.0221).
4121
4121
  *
4122
4122
  * @example
4123
4123
  * const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });
@@ -4128,7 +4128,7 @@ declare class EmailNamespace {
4128
4128
  *
4129
4129
  * Verify an email address for deliverability: a status verdict (valid, risky, or invalid) with domain, mailbox, catch-all, disposable, and role signals plus a confidence score. Malformed addresses are rejected by the input schema with no charge; every syntactically valid address returns a billed verdict, including undeliverable ones.
4130
4130
  *
4131
- * Price: $0 per request plus $0.0008 per result (maximum $0.0008).
4131
+ * Price: $0 per request plus $0.00084 per result (maximum $0.00084).
4132
4132
  *
4133
4133
  * @example
4134
4134
  * const res = await client.email.verify({ email: "patrick@stripe.com" });
@@ -5741,7 +5741,7 @@ declare class FacebookNamespace {
5741
5741
  *
5742
5742
  * List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
5743
5743
  *
5744
- * Price: $0 per request plus $0.006 per result (maximum $0.12).
5744
+ * Price: $0 per request plus $0.0063 per result (maximum $0.126).
5745
5745
  *
5746
5746
  * @example
5747
5747
  * const res = await client.facebook.followers({ url: "https://www.facebook.com/nike", limit: 3 });
@@ -5941,7 +5941,7 @@ declare class FacebookNamespace {
5941
5941
  *
5942
5942
  * Search Facebook Pages by keyword, optionally narrowed to a location, and get structured page profiles (name, category, followers, contact details).
5943
5943
  *
5944
- * Price: $0.001 per request plus $0.011 per result (maximum $0.111).
5944
+ * Price: $0.00105 per request plus $0.0116 per result (maximum $0.117).
5945
5945
  *
5946
5946
  * @example
5947
5947
  * const res = await client.facebook.searchPages({ query: "nike", limit: 3 });
@@ -5952,7 +5952,7 @@ declare class FacebookNamespace {
5952
5952
  *
5953
5953
  * Search public Facebook posts by keyword, optionally filtered by location, and get structured post records (text, author, engagement).
5954
5954
  *
5955
- * Price: $0 per request plus $0.003 per result (maximum $0.06).
5955
+ * Price: $0 per request plus $0.00315 per result (maximum $0.063).
5956
5956
  *
5957
5957
  * @example
5958
5958
  * const res = await client.facebook.searchPosts({ query: "nike", limit: 3 });
@@ -6050,7 +6050,7 @@ declare class FiverrNamespace {
6050
6050
  *
6051
6051
  * Extract Fiverr gig listings from any search or category URL: titles, sellers, ratings, and pricing as structured JSON.
6052
6052
  *
6053
- * Price: $0 per request plus $0.0015 per result (maximum $0.03).
6053
+ * Price: $0 per request plus $0.00158 per result (maximum $0.0315).
6054
6054
  *
6055
6055
  * @example
6056
6056
  * const res = await client.fiverr.search({ url: "https://www.fiverr.com/search/gigs?query=logo%20design", limit: 3 });
@@ -6894,7 +6894,7 @@ declare class GlassdoorNamespace {
6894
6894
  *
6895
6895
  * Search Glassdoor job listings by keyword and location, or scrape any Glassdoor company or job search page URL - up to 20 normalized job records per request.
6896
6896
  *
6897
- * Price: $0.005 per request plus $0.00475 per result (maximum $0.1).
6897
+ * Price: $0.00525 per request plus $0.00499 per result (maximum $0.105).
6898
6898
  *
6899
6899
  * @example
6900
6900
  * const res = await client.glassdoor.jobs({ limit: 3, location: "United States", postedLimit: "month", query: "software engineer" });
@@ -7817,7 +7817,7 @@ declare class GoogleAdsNamespace {
7817
7817
  *
7818
7818
  * Pull the ads an advertiser is currently running from the Google Ads Transparency Center (creative details, formats, and run dates) as clean JSON.
7819
7819
  *
7820
- * Price: $0.00005 per request plus $0.0013 per result (maximum $0.02605).
7820
+ * Price: $0.00006 per request plus $0.00137 per result (maximum $0.0274).
7821
7821
  *
7822
7822
  * @example
7823
7823
  * const res = await client.googleAds.search({ url: "https://adstransparency.google.com/?region=US&domain=nike.com", limit: 3 });
@@ -7945,7 +7945,7 @@ declare class GoogleFinanceNamespace {
7945
7945
  *
7946
7946
  * Fetch a live quote for any stock, index, ETF, mutual fund, currency pair, or crypto symbol: name, current price, the absolute and percent change on the day, quote currency, exchange and market state, plus intraday and reference figures (open, day high/low, previous close, volume, market cap, and the 52-week range).
7947
7947
  *
7948
- * Price: $0.0005 per request plus $0.0015 per result (maximum $0.002).
7948
+ * Price: $0.00053 per request plus $0.00158 per result (maximum $0.0021).
7949
7949
  *
7950
7950
  * @example
7951
7951
  * const res = await client.googleFinance.quote({ symbol: "AAPL:NASDAQ" });
@@ -8068,7 +8068,7 @@ declare class GoogleShoppingNamespace {
8068
8068
  *
8069
8069
  * Search Google Shopping by keyword and get up to 10 product offers (title, price, store, rating, and link), localized by country and language.
8070
8070
  *
8071
- * Price: $0.01625 per request.
8071
+ * Price: $0.018 per request.
8072
8072
  *
8073
8073
  * @example
8074
8074
  * const res = await client.googleShopping.search({ query: "airpods", limit: 10 });
@@ -8372,7 +8372,7 @@ declare class IndeedNamespace {
8372
8372
  *
8373
8373
  * Search Indeed job listings by keyword, location, and country, with up to 20 normalized job records per request.
8374
8374
  *
8375
- * Price: $0.0008 per request plus $0.00008 per result (maximum $0.0024).
8375
+ * Price: $0.00084 per request plus $0.00009 per result (maximum $0.00252).
8376
8376
  *
8377
8377
  * @example
8378
8378
  * const res = await client.indeed.jobs({ query: "data analyst", limit: 3, location: "Austin, TX" });
@@ -9526,7 +9526,7 @@ declare class InstagramNamespace {
9526
9526
  *
9527
9527
  * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
9528
9528
  *
9529
- * Price: $0.01625 per request.
9529
+ * Price: $0.018 per request.
9530
9530
  *
9531
9531
  * @example
9532
9532
  * const res = await client.instagram.followers({ username: "nasa", limit: 50 });
@@ -9544,7 +9544,7 @@ declare class InstagramNamespace {
9544
9544
  *
9545
9545
  * List the accounts a public Instagram user follows: usernames, names, and profile details.
9546
9546
  *
9547
- * Price: $0.01625 per request.
9547
+ * Price: $0.018 per request.
9548
9548
  *
9549
9549
  * @example
9550
9550
  * const res = await client.instagram.following({ username: "nasa", limit: 50 });
@@ -9562,7 +9562,7 @@ declare class InstagramNamespace {
9562
9562
  *
9563
9563
  * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).
9564
9564
  *
9565
- * Price: $0.001 per request plus $0.0017 per result (maximum $0.035).
9565
+ * Price: $0.00105 per request plus $0.00179 per result (maximum $0.0368).
9566
9566
  *
9567
9567
  * @example
9568
9568
  * const res = await client.instagram.hashtagAnalytics({ hashtag: "travel", limit: 5 });
@@ -9617,7 +9617,7 @@ declare class InstagramNamespace {
9617
9617
  *
9618
9618
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
9619
9619
  *
9620
- * Price: $0.002 per request.
9620
+ * Price: $0.0024 per request.
9621
9621
  *
9622
9622
  * @example
9623
9623
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -9628,7 +9628,7 @@ declare class InstagramNamespace {
9628
9628
  *
9629
9629
  * Turn any public Instagram reel or video post into a full speech transcript, with optional word-level timestamps.
9630
9630
  *
9631
- * Price: $0.005 per request plus $0.02 per result (maximum $0.025).
9631
+ * Price: $0.00525 per request plus $0.021 per result (maximum $0.0263).
9632
9632
  *
9633
9633
  * @example
9634
9634
  * const res = await client.instagram.reelTranscript({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/", wordTimestamps: false });
@@ -9650,7 +9650,7 @@ declare class InstagramNamespace {
9650
9650
  *
9651
9651
  * Search Instagram for users, hashtags, or places by keyword and get matching results with names, counts, and links.
9652
9652
  *
9653
- * Price: $0.00325 per request.
9653
+ * Price: $0.0036 per request.
9654
9654
  *
9655
9655
  * @example
9656
9656
  * const res = await client.instagram.search({ query: "nasa" });
@@ -9690,7 +9690,7 @@ declare class InstagramNamespace {
9690
9690
  *
9691
9691
  * Fetch a public Instagram account's currently live stories with media, type, dimensions, posting time, and 24-hour expiry by username.
9692
9692
  *
9693
- * Price: $0.002 per request.
9693
+ * Price: $0.0024 per request.
9694
9694
  *
9695
9695
  * @example
9696
9696
  * const res = await client.instagram.storiesFull({ username: "natgeo" });
@@ -9701,7 +9701,7 @@ declare class InstagramNamespace {
9701
9701
  *
9702
9702
  * Fetch a public Instagram account's currently live stories - media URL, owner, and posting time - by username. Lightweight projection; for media type, dimensions, and the 24h expiry time use instagram.stories_full.
9703
9703
  *
9704
- * Price: $0.01625 per request.
9704
+ * Price: $0.018 per request.
9705
9705
  *
9706
9706
  * @example
9707
9707
  * const res = await client.instagram.storiesThin({ username: "natgeo" });
@@ -11904,7 +11904,7 @@ declare class LinkedinNamespace {
11904
11904
  *
11905
11905
  * Search the LinkedIn Ad Library by search URL and list the matching ads (advertiser, creative text, format).
11906
11906
  *
11907
- * Price: $0.00005 per request plus $0.0015 per result (maximum $0.03005).
11907
+ * Price: $0.00006 per request plus $0.00158 per result (maximum $0.0316).
11908
11908
  *
11909
11909
  * @example
11910
11910
  * const res = await client.linkedin.ads({ url: "https://www.linkedin.com/company/stripe", limit: 3 });
@@ -11926,7 +11926,7 @@ declare class LinkedinNamespace {
11926
11926
  *
11927
11927
  * Fetch a full LinkedIn company page by URL: name, description, industry, employee count and range, follower count, founded year, headquarters and office locations, funding data, tagline, logo, website, and specialities.
11928
11928
  *
11929
- * Price: $0.004 per request plus $0 per result (maximum $0.004).
11929
+ * Price: $0.0042 per request plus $0 per result (maximum $0.0042).
11930
11930
  *
11931
11931
  * @example
11932
11932
  * const res = await client.linkedin.company({ url: "https://www.linkedin.com/company/stripe" });
@@ -11937,7 +11937,7 @@ declare class LinkedinNamespace {
11937
11937
  *
11938
11938
  * List the employees of a LinkedIn company by name or company URL, with optional job-title filtering.
11939
11939
  *
11940
- * Price: $0 per request plus $0.01 per result (maximum $0.1).
11940
+ * Price: $0 per request plus $0.0105 per result (maximum $0.105).
11941
11941
  *
11942
11942
  * @example
11943
11943
  * const res = await client.linkedin.companyEmployees({ company: "stripe", limit: 3 });
@@ -11948,7 +11948,7 @@ declare class LinkedinNamespace {
11948
11948
  *
11949
11949
  * List a LinkedIn company page's recent posts by URL: full text, canonical link, publish date, author, engagement counts with a per-reaction breakdown, and attached media.
11950
11950
  *
11951
- * Price: $0.00005 per request plus $0.00175 per result (maximum $0.08755).
11951
+ * Price: $0.00006 per request plus $0.00184 per result (maximum $0.092).
11952
11952
  *
11953
11953
  * @example
11954
11954
  * const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
@@ -11981,7 +11981,7 @@ declare class LinkedinNamespace {
11981
11981
  *
11982
11982
  * Find the deliverability-validated work email behind a LinkedIn profile URL or public ID. Returns each discovered email with its deliverability, validation status, and quality score, plus the person's name and headline.
11983
11983
  *
11984
- * Price: $0.01 per request plus $0 per result (maximum $0.01).
11984
+ * Price: $0.0105 per request plus $0 per result (maximum $0.0105).
11985
11985
  *
11986
11986
  * @example
11987
11987
  * const res = await client.linkedin.email({ profileUrl: "https://www.linkedin.com/in/satyanadella" });
@@ -11992,7 +11992,7 @@ declare class LinkedinNamespace {
11992
11992
  *
11993
11993
  * Search LinkedIn job listings by title and location - full records with description, salary, applicant count, seniority, company details, and benefits. Up to 25 jobs per request.
11994
11994
  *
11995
- * Price: $0.001 per request plus $0.001 per result (maximum $0.026).
11995
+ * Price: $0.00105 per request plus $0.00105 per result (maximum $0.0273).
11996
11996
  *
11997
11997
  * @example
11998
11998
  * const res = await client.linkedin.jobs({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -12003,7 +12003,7 @@ declare class LinkedinNamespace {
12003
12003
  *
12004
12004
  * Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
12005
12005
  *
12006
- * Price: $0.001 per request.
12006
+ * Price: $0.0012 per request.
12007
12007
  *
12008
12008
  * @example
12009
12009
  * const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -12014,7 +12014,7 @@ declare class LinkedinNamespace {
12014
12014
  *
12015
12015
  * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
12016
12016
  *
12017
- * Price: $0.001 per request.
12017
+ * Price: $0.0012 per request.
12018
12018
  *
12019
12019
  * @example
12020
12020
  * const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
@@ -12025,7 +12025,7 @@ declare class LinkedinNamespace {
12025
12025
  *
12026
12026
  * List comments on a LinkedIn post - full text, commenter name/URL/job title, timestamps, and engagement.
12027
12027
  *
12028
- * Price: $0 per request plus $0.002 per result (maximum $0.2).
12028
+ * Price: $0 per request plus $0.0021 per result (maximum $0.21).
12029
12029
  *
12030
12030
  * @example
12031
12031
  * const res = await client.linkedin.postComments({ url: "https://www.linkedin.com/posts/stripe_philip-kl%C3%B6ckner-in-conversation-with-conor-activity-7477791740645564416-tIbZ", limit: 10 });
@@ -12036,7 +12036,7 @@ declare class LinkedinNamespace {
12036
12036
  *
12037
12037
  * List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade.
12038
12038
  *
12039
- * Price: $0 per request plus $0.002 per result (maximum $0.2).
12039
+ * Price: $0 per request plus $0.0021 per result (maximum $0.21).
12040
12040
  *
12041
12041
  * @example
12042
12042
  * const res = await client.linkedin.postReactions({ url: "https://www.linkedin.com/posts/satyanadella_today-were-bringing-skills-to-copilot-for-activity-7475945433668694017--kvG", limit: 5 });
@@ -12058,7 +12058,7 @@ declare class LinkedinNamespace {
12058
12058
  *
12059
12059
  * Fetch a rich LinkedIn member profile by URL: name, headline, avatar, location, connections and followers, current position, and full work experience with job titles, descriptions, dates, employment/workplace type, and per-role skills, plus education, skills, certifications, honors and awards, languages, projects, publications, and verified/premium/open-to-work flags.
12060
12060
  *
12061
- * Price: $0.004 per request plus $0 per result (maximum $0.004).
12061
+ * Price: $0.0042 per request plus $0 per result (maximum $0.0042).
12062
12062
  *
12063
12063
  * @example
12064
12064
  * const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -12080,7 +12080,7 @@ declare class LinkedinNamespace {
12080
12080
  *
12081
12081
  * Search LinkedIn companies by keyword with optional location filtering, returning normalized company records.
12082
12082
  *
12083
- * Price: $0.001 per request plus $0.004 per result (maximum $0.081).
12083
+ * Price: $0.00105 per request plus $0.0042 per result (maximum $0.0851).
12084
12084
  *
12085
12085
  * @example
12086
12086
  * const res = await client.linkedin.searchCompanies({ query: "fintech", limit: 3 });
@@ -12102,7 +12102,7 @@ declare class LinkedinNamespace {
12102
12102
  *
12103
12103
  * Search LinkedIn profiles by keyword with optional location and job-title filters. Each match returns a full profile record: name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id. For a cheaper name/headline/URL-only search use linkedin.search_profiles_thin; add emails with linkedin.search_profiles_email.
12104
12104
  *
12105
- * Price: $0.08 per request plus $0.004 per result (maximum $0.18).
12105
+ * Price: $0.084 per request plus $0.0042 per result (maximum $0.189).
12106
12106
  *
12107
12107
  * @example
12108
12108
  * const res = await client.linkedin.searchProfiles({ query: "engineer", currentCompanies: ["Google"], limit: 3 });
@@ -12113,7 +12113,7 @@ declare class LinkedinNamespace {
12113
12113
  *
12114
12114
  * People search returning a full profile AND a verified work email for each hit. Search LinkedIn profiles by keyword with optional location and job-title filters; each match returns the full profile record (name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id) together with an emails array carrying the discovered work email and its deliverability. For a full profile without email use linkedin.search_profiles; for a cheaper name/headline/URL-only search use linkedin.search_profiles_thin.
12115
12115
  *
12116
- * Price: $0.08 per request plus $0.009 per result (maximum $0.305).
12116
+ * Price: $0.084 per request plus $0.00945 per result (maximum $0.321).
12117
12117
  *
12118
12118
  * @example
12119
12119
  * const res = await client.linkedin.searchProfilesEmail({ query: "founder", companyHeadcount: ["B"], limit: 5 });
@@ -12124,7 +12124,7 @@ declare class LinkedinNamespace {
12124
12124
  *
12125
12125
  * Cheap people search: name/handle, headline, VANITY profile URL, location. No full profile or email - for full profiles per hit use linkedin.search_profiles, add emails with linkedin.search_profiles_email.
12126
12126
  *
12127
- * Price: $0.0325 per request.
12127
+ * Price: $0.036 per request.
12128
12128
  *
12129
12129
  * @example
12130
12130
  * const res = await client.linkedin.searchProfilesThin({ query: "recruiter" });
@@ -12663,7 +12663,7 @@ declare class MapsNamespace {
12663
12663
  *
12664
12664
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
12665
12665
  *
12666
- * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
12666
+ * Price: $0.00006 per request plus $0.00473 per result (maximum $0.0946).
12667
12667
  *
12668
12668
  * @example
12669
12669
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
@@ -12685,7 +12685,7 @@ declare class MapsNamespace {
12685
12685
  *
12686
12686
  * Fetch up to 100 Google Maps reviews for a place by place ID, sorted the way you need, in one normalized response.
12687
12687
  *
12688
- * Price: $0.00005 per request plus $0.0004 per result (maximum $0.04005).
12688
+ * Price: $0.00006 per request plus $0.00042 per result (maximum $0.0421).
12689
12689
  *
12690
12690
  * @example
12691
12691
  * const res = await client.maps.reviews({ placeId: "ChIJN1t_tDeuEmsRUsoyG83frY4", limit: 3, postedLimit: "year" });
@@ -13042,7 +13042,7 @@ declare class PersonNamespace {
13042
13042
  *
13043
13043
  * Skip-trace a person in the US by name, address, phone, or email and get back identity, address, and contact records in normalized JSON.
13044
13044
  *
13045
- * Price: $0 per request plus $0.007 per result (maximum $0.007).
13045
+ * Price: $0 per request plus $0.00735 per result (maximum $0.00735).
13046
13046
  *
13047
13047
  * @example
13048
13048
  * const res = await client.person.skipTrace({ address: "123 Main St, Austin, TX 78701", name: "John Smith" });
@@ -13100,7 +13100,7 @@ declare class PinterestNamespace {
13100
13100
  *
13101
13101
  * Search Pinterest by keyword and get pin, video, board, or profile results with titles, images, and links.
13102
13102
  *
13103
- * Price: $0.00325 per request.
13103
+ * Price: $0.0036 per request.
13104
13104
  *
13105
13105
  * @example
13106
13106
  * const res = await client.pinterest.search({ query: "home decor", limit: 3 });
@@ -13217,7 +13217,7 @@ declare class PlaystoreNamespace {
13217
13217
  *
13218
13218
  * Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
13219
13219
  *
13220
- * Price: $0 per request plus $0.00011 per result (maximum $0.011).
13220
+ * Price: $0 per request plus $0.00012 per result (maximum $0.0116).
13221
13221
  *
13222
13222
  * @example
13223
13223
  * const res = await client.playstore.reviews({ appId: "com.whatsapp", limit: 3 });
@@ -13330,7 +13330,7 @@ declare class PolymarketNamespace {
13330
13330
  *
13331
13331
  * Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
13332
13332
  *
13333
- * Price: $0.105 per request plus $0.0006 per result (maximum $0.12).
13333
+ * Price: $0.111 per request plus $0.00063 per result (maximum $0.126).
13334
13334
  *
13335
13335
  * @example
13336
13336
  * const res = await client.polymarket.markets({ query: "election", limit: 10 });
@@ -13503,7 +13503,7 @@ declare class RealtorNamespace {
13503
13503
  *
13504
13504
  * Search Realtor.com listings by location with optional price, property-type, beds/baths, listing-status, and keyword filters and get property records (price, address, beds, baths) as normalized JSON.
13505
13505
  *
13506
- * Price: $0.005 per request plus $0.0015 per result (maximum $0.0425).
13506
+ * Price: $0.00525 per request plus $0.00158 per result (maximum $0.0447).
13507
13507
  *
13508
13508
  * @example
13509
13509
  * const res = await client.realtor.search({ location: "Austin, TX", bedsMin: 4, limit: 3, propertyTypes: ["single_family"], searchStatuses: ["pending"] });
@@ -14189,7 +14189,7 @@ declare class RedditNamespace {
14189
14189
  *
14190
14190
  * Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
14191
14191
  *
14192
- * Price: $0.001 per request.
14192
+ * Price: $0.0012 per request.
14193
14193
  *
14194
14194
  * @example
14195
14195
  * const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
@@ -14229,7 +14229,7 @@ declare class RedditNamespace {
14229
14229
  *
14230
14230
  * Fetch a Reddit user's public profile (karma split, post and comment counts, bio, avatar, account age) by username.
14231
14231
  *
14232
- * Price: $0.001 per request.
14232
+ * Price: $0.0012 per request.
14233
14233
  *
14234
14234
  * @example
14235
14235
  * const res = await client.reddit.profile({ username: "spez" });
@@ -14240,7 +14240,7 @@ declare class RedditNamespace {
14240
14240
  *
14241
14241
  * Search Reddit posts across all subreddits by query.
14242
14242
  *
14243
- * Price: $0.001 per request.
14243
+ * Price: $0.0012 per request.
14244
14244
  *
14245
14245
  * @example
14246
14246
  * const res = await client.reddit.search({ query: "mechanical keyboard" });
@@ -14258,7 +14258,7 @@ declare class RedditNamespace {
14258
14258
  *
14259
14259
  * Fetch a subreddit's metadata (weekly active users, description, and category).
14260
14260
  *
14261
- * Price: $0.001 per request.
14261
+ * Price: $0.0012 per request.
14262
14262
  *
14263
14263
  * @example
14264
14264
  * const res = await client.reddit.subredditDetails({ subreddit: "programming" });
@@ -14298,7 +14298,7 @@ declare class RedditNamespace {
14298
14298
  *
14299
14299
  * List a Reddit user's comments by username, sorted by new, top, hot, or controversial, with the parent post title and subreddit on every item and cursor pagination. Comment text comes back as a roughly 300-character preview rather than the full body, and this endpoint carries no per-comment permalink; use reddit.post_comments for full comment bodies and comment URLs on a given post.
14300
14300
  *
14301
- * Price: $0.001 per request.
14301
+ * Price: $0.0012 per request.
14302
14302
  *
14303
14303
  * @example
14304
14304
  * const res = await client.reddit.userComments({ username: "spez" });
@@ -14316,7 +14316,7 @@ declare class RedditNamespace {
14316
14316
  *
14317
14317
  * List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
14318
14318
  *
14319
- * Price: $0.001 per request.
14319
+ * Price: $0.0012 per request.
14320
14320
  *
14321
14321
  * @example
14322
14322
  * const res = await client.reddit.userPosts({ username: "spez" });
@@ -14449,7 +14449,7 @@ declare class RedfinNamespace {
14449
14449
  *
14450
14450
  * Run a Redfin map search by URL and get matching home listings (price, address, beds, baths, status) as normalized JSON.
14451
14451
  *
14452
- * Price: $0.0027 per request plus $0.00043 per result (maximum $0.01345).
14452
+ * Price: $0.00284 per request plus $0.00046 per result (maximum $0.0142).
14453
14453
  *
14454
14454
  * @example
14455
14455
  * const res = await client.redfin.search({ url: "https://www.redfin.com/city/30818/TX/Austin", limit: 3 });
@@ -14960,7 +14960,7 @@ declare class RednoteNamespace {
14960
14960
  *
14961
14961
  * Look up a RedNote (Xiaohongshu) note by note ID and return normalized note details.
14962
14962
  *
14963
- * Price: $0.01 per request.
14963
+ * Price: $0.012 per request.
14964
14964
  *
14965
14965
  * @example
14966
14966
  * const res = await client.rednote.note({ noteId: "66f2a24f000000002c02cf57" });
@@ -14971,7 +14971,7 @@ declare class RednoteNamespace {
14971
14971
  *
14972
14972
  * List comments on a RedNote (Xiaohongshu) note and return normalized comment records with pagination.
14973
14973
  *
14974
- * Price: $0.01 per request.
14974
+ * Price: $0.012 per request.
14975
14975
  *
14976
14976
  * @example
14977
14977
  * const res = await client.rednote.noteComments({ noteId: "68dd422c0000000203019829" });
@@ -14989,7 +14989,7 @@ declare class RednoteNamespace {
14989
14989
  *
14990
14990
  * Look up a RedNote (Xiaohongshu) profile by user ID and return normalized profile details.
14991
14991
  *
14992
- * Price: $0.01 per request.
14992
+ * Price: $0.012 per request.
14993
14993
  *
14994
14994
  * @example
14995
14995
  * const res = await client.rednote.profile({ userId: "56b0a4491c07df6365277af7" });
@@ -15000,7 +15000,7 @@ declare class RednoteNamespace {
15000
15000
  *
15001
15001
  * Search RedNote (Xiaohongshu) notes by keyword and return normalized note records with pagination.
15002
15002
  *
15003
- * Price: $0.01 per request.
15003
+ * Price: $0.012 per request.
15004
15004
  *
15005
15005
  * @example
15006
15006
  * const res = await client.rednote.search({ query: "coffee", sort: "general" });
@@ -15018,7 +15018,7 @@ declare class RednoteNamespace {
15018
15018
  *
15019
15019
  * Search RedNote (Xiaohongshu) users by keyword and return normalized user records with pagination.
15020
15020
  *
15021
- * Price: $0.01 per request.
15021
+ * Price: $0.012 per request.
15022
15022
  *
15023
15023
  * @example
15024
15024
  * const res = await client.rednote.searchUsers({ query: "coffee" });
@@ -15036,7 +15036,7 @@ declare class RednoteNamespace {
15036
15036
  *
15037
15037
  * List notes posted by a RedNote (Xiaohongshu) user and return normalized note records with pagination.
15038
15038
  *
15039
- * Price: $0.01 per request.
15039
+ * Price: $0.012 per request.
15040
15040
  *
15041
15041
  * @example
15042
15042
  * const res = await client.rednote.userNotes({ userId: "56b0a4491c07df6365277af7" });
@@ -15149,7 +15149,7 @@ declare class SecNamespace {
15149
15149
  *
15150
15150
  * List a public company's SEC EDGAR filings - form type, filing date, accession number, and document links - by ticker, company name, or CIK, with optional form-type and date filters.
15151
15151
  *
15152
- * Price: $0.002 per request plus $0.0004 per result (maximum $0.012).
15152
+ * Price: $0.0021 per request plus $0.00042 per result (maximum $0.0126).
15153
15153
  *
15154
15154
  * @example
15155
15155
  * const res = await client.sec.filings({ limit: 3, ticker: "AAPL" });
@@ -15419,7 +15419,7 @@ declare class SemrushNamespace {
15419
15419
  *
15420
15420
  * Semrush keyword research for any term: monthly search volume, CPC, competition, keyword difficulty, plus related keywords and question keywords.
15421
15421
  *
15422
- * Price: $0 per request plus $0.015 per result (maximum $0.015).
15422
+ * Price: $0 per request plus $0.0158 per result (maximum $0.0158).
15423
15423
  *
15424
15424
  * @example
15425
15425
  * const res = await client.semrush.keywords({ keyword: "best running shoes", database: "us" });
@@ -15430,7 +15430,7 @@ declare class SemrushNamespace {
15430
15430
  *
15431
15431
  * a Semrush SEO overview for any domain: Authority Score, organic and paid traffic, keyword and backlink counts, top country, and the domain's top organic keywords.
15432
15432
  *
15433
- * Price: $0 per request plus $0.015 per result (maximum $0.015).
15433
+ * Price: $0 per request plus $0.0158 per result (maximum $0.0158).
15434
15434
  *
15435
15435
  * @example
15436
15436
  * const res = await client.semrush.overview({ domain: "ahrefs.com", database: "us" });
@@ -16583,7 +16583,7 @@ declare class SnapchatNamespace {
16583
16583
  *
16584
16584
  * Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
16585
16585
  *
16586
- * Price: $0.001 per request plus $0.002 per result (maximum $0.003).
16586
+ * Price: $0.00105 per request plus $0.0021 per result (maximum $0.00315).
16587
16587
  *
16588
16588
  * @example
16589
16589
  * const res = await client.snapchat.profile({ username: "nasa" });
@@ -16646,7 +16646,7 @@ declare class SocialNamespace {
16646
16646
  *
16647
16647
  * Find a person's or brand's profiles across major social networks from a single name, returned as normalized JSON.
16648
16648
  *
16649
- * Price: $0.001 per request plus $0.002 per result (maximum $0.021).
16649
+ * Price: $0.00105 per request plus $0.0021 per result (maximum $0.0221).
16650
16650
  *
16651
16651
  * @example
16652
16652
  * const res = await client.social.finder({ name: "Elon Musk", limit: 3 });
@@ -17055,7 +17055,7 @@ declare class SpotifyNamespace {
17055
17055
  *
17056
17056
  * Fetch stream counts and stats for a Spotify track, album, or artist URL.
17057
17057
  *
17058
- * Price: $0 per request plus $0.003 per result (maximum $0.003).
17058
+ * Price: $0 per request plus $0.00315 per result (maximum $0.00315).
17059
17059
  *
17060
17060
  * @example
17061
17061
  * const res = await client.spotify.playCount({ url: "https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT" });
@@ -17240,7 +17240,7 @@ declare class SubstackNamespace {
17240
17240
  *
17241
17241
  * Pull posts from any Substack publication by its URL, or pass a single post URL (…/p/slug) to fetch just that one article. Returns title, subtitle, publish date, paywall status, word count, engagement (reactions, comments, restacks), author profile, and full article HTML.
17242
17242
  *
17243
- * Price: $0.005 per request plus $0.00156 per result (maximum $0.161).
17243
+ * Price: $0.00525 per request plus $0.00164 per result (maximum $0.17).
17244
17244
  *
17245
17245
  * @example
17246
17246
  * const res = await client.substack.posts({ url: "https://www.astralcodexten.com", limit: 3 });
@@ -18558,7 +18558,7 @@ declare class TiktokNamespace {
18558
18558
  *
18559
18559
  * Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle.
18560
18560
  *
18561
- * Price: $0.01625 per request.
18561
+ * Price: $0.018 per request.
18562
18562
  *
18563
18563
  * @example
18564
18564
  * const res = await client.tiktok.audienceDemographics({ handle: "shakira" });
@@ -18616,7 +18616,7 @@ declare class TiktokNamespace {
18616
18616
  *
18617
18617
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
18618
18618
  *
18619
- * Price: $0.00325 per request.
18619
+ * Price: $0.0036 per request.
18620
18620
  *
18621
18621
  * @example
18622
18622
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
@@ -18638,7 +18638,7 @@ declare class TiktokNamespace {
18638
18638
  *
18639
18639
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
18640
18640
  *
18641
- * Price: $0.001 per request.
18641
+ * Price: $0.0012 per request.
18642
18642
  *
18643
18643
  * @example
18644
18644
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -18660,7 +18660,7 @@ declare class TiktokNamespace {
18660
18660
  *
18661
18661
  * List a TikTok creator's recent videos (views, likes, comments) by handle with cursor pagination.
18662
18662
  *
18663
- * Price: $0.001 per request.
18663
+ * Price: $0.0012 per request.
18664
18664
  *
18665
18665
  * @example
18666
18666
  * const res = await client.tiktok.profileVideos({ handle: "zachking" });
@@ -18689,7 +18689,7 @@ declare class TiktokNamespace {
18689
18689
  *
18690
18690
  * Search TikTok by keyword and get matching videos (caption, views, likes, comments, shares) as normalized JSON.
18691
18691
  *
18692
- * Price: $0.001 per request.
18692
+ * Price: $0.0012 per request.
18693
18693
  *
18694
18694
  * @example
18695
18695
  * const res = await client.tiktok.searchKeyword({ query: "cooking" });
@@ -18718,7 +18718,7 @@ declare class TiktokNamespace {
18718
18718
  *
18719
18719
  * Search TikTok accounts by keyword (handle, nickname, follower count) with cursor pagination.
18720
18720
  *
18721
- * Price: $0.001 per request.
18721
+ * Price: $0.0012 per request.
18722
18722
  *
18723
18723
  * @example
18724
18724
  * const res = await client.tiktok.searchUsers({ query: "chef" });
@@ -18776,7 +18776,7 @@ declare class TiktokNamespace {
18776
18776
  *
18777
18777
  * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
18778
18778
  *
18779
- * Price: $0.001 per request.
18779
+ * Price: $0.0012 per request.
18780
18780
  *
18781
18781
  * @example
18782
18782
  * 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" });
@@ -19399,7 +19399,7 @@ declare class TripadvisorNamespace {
19399
19399
  *
19400
19400
  * Fetch the latest reviews for any Tripadvisor hotel, restaurant, or attraction by its page URL: rating, text, date, and trip details as normalized JSON.
19401
19401
  *
19402
- * Price: $0.00325 per request.
19402
+ * Price: $0.0036 per request.
19403
19403
  *
19404
19404
  * @example
19405
19405
  * const res = await client.tripadvisor.reviews({ url: "https://www.tripadvisor.com/Hotel_Review-g60763-d93450-Reviews-The_Plaza-New_York_City_New_York.html", limit: 3 });
@@ -19410,7 +19410,7 @@ declare class TripadvisorNamespace {
19410
19410
  *
19411
19411
  * Search Tripadvisor for hotels, restaurants, and attractions in any destination and get rich place records (ratings, review counts, contact details, pricing) as normalized JSON.
19412
19412
  *
19413
- * Price: $0.00325 per request.
19413
+ * Price: $0.0036 per request.
19414
19414
  *
19415
19415
  * @example
19416
19416
  * const res = await client.tripadvisor.search({ query: "Paris", limit: 3 });
@@ -19509,7 +19509,7 @@ declare class TrustpilotNamespace {
19509
19509
  *
19510
19510
  * Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
19511
19511
  *
19512
- * Price: $0.01625 per request.
19512
+ * Price: $0.018 per request.
19513
19513
  *
19514
19514
  * @example
19515
19515
  * const res = await client.trustpilot.reviews({ company: "stripe.com", limit: 3 });
@@ -19673,7 +19673,7 @@ declare class TruthsocialNamespace {
19673
19673
  *
19674
19674
  * Get a single Truth Social post by its URL - text, author, engagement (likes, comments, shares), and timestamp as clean JSON.
19675
19675
  *
19676
- * Price: $0.00325 per request.
19676
+ * Price: $0.0036 per request.
19677
19677
  *
19678
19678
  * @example
19679
19679
  * const res = await client.truthsocial.post({ url: "https://truthsocial.com/@realDonaldTrump/posts/116824551176646175" });
@@ -19684,7 +19684,7 @@ declare class TruthsocialNamespace {
19684
19684
  *
19685
19685
  * Get a Truth Social account's public profile by handle - display name, bio, follower/following counts, and post count as clean JSON.
19686
19686
  *
19687
- * Price: $0.00325 per request.
19687
+ * Price: $0.0036 per request.
19688
19688
  *
19689
19689
  * @example
19690
19690
  * const res = await client.truthsocial.profile({ handle: "realDonaldTrump" });
@@ -19695,7 +19695,7 @@ declare class TruthsocialNamespace {
19695
19695
  *
19696
19696
  * List a Truth Social account's recent posts by handle - text, engagement (likes, comments, shares), and timestamps as clean JSON.
19697
19697
  *
19698
- * Price: $0.00325 per request.
19698
+ * Price: $0.0036 per request.
19699
19699
  *
19700
19700
  * @example
19701
19701
  * const res = await client.truthsocial.userPosts({ handle: "realDonaldTrump" });
@@ -20660,7 +20660,7 @@ declare class TwitterNamespace {
20660
20660
  *
20661
20661
  * Fetch the replies to any X (Twitter) post URL as structured records: author, text, and engagement.
20662
20662
  *
20663
- * Price: $0.0025 per request plus $0.00025 per result (maximum $0.0125).
20663
+ * Price: $0.00263 per request plus $0.00027 per result (maximum $0.0132).
20664
20664
  *
20665
20665
  * @example
20666
20666
  * const res = await client.twitter.replies({ url: "https://x.com/jack/status/20", limit: 3 });
@@ -20740,7 +20740,7 @@ declare class TwitterNamespace {
20740
20740
  *
20741
20741
  * Get up to the requested limit of tweets and replies authored by an X (Twitter) account in one bulk call, with engagement, views, and language. The current lane returns nextCursor as null; cursor is reserved for future cursor-capable lanes.
20742
20742
  *
20743
- * Price: $0 per request plus $0.0002 per result (maximum $0.2).
20743
+ * Price: $0 per request plus $0.00021 per result (maximum $0.21).
20744
20744
  *
20745
20745
  * @example
20746
20746
  * const res = await client.twitter.userTweets({ handle: "levelsio", limit: 20 });
@@ -20882,7 +20882,7 @@ declare class UpworkNamespace {
20882
20882
  *
20883
20883
  * Search Upwork job postings by keyword, with up to 25 fresh listings per request.
20884
20884
  *
20885
- * Price: $0 per request plus $0.0033 per result (maximum $0.0825).
20885
+ * Price: $0 per request plus $0.00347 per result (maximum $0.0867).
20886
20886
  *
20887
20887
  * @example
20888
20888
  * const res = await client.upwork.jobs({ query: "web developer", jobType: "fixed", limit: 10 });
@@ -20985,7 +20985,7 @@ declare class WalmartNamespace {
20985
20985
  *
20986
20986
  * Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
20987
20987
  *
20988
- * Price: $0 per request plus $0.00368 per result (maximum $0.00368).
20988
+ * Price: $0 per request plus $0.00387 per result (maximum $0.00387).
20989
20989
  *
20990
20990
  * @example
20991
20991
  * const res = await client.walmart.product({ url: "https://www.walmart.com/ip/Apple-AirPods-Pro-2/5689919121" });
@@ -21195,7 +21195,7 @@ declare class WebNamespace {
21195
21195
  *
21196
21196
  * Crawl a website and get clean text content from up to 10 pages in one normalized response, ideal for feeding sites into LLMs and search indexes.
21197
21197
  *
21198
- * Price: $0.0015 per request plus $0.003 per result (maximum $0.0315).
21198
+ * Price: $0.00158 per request plus $0.00315 per result (maximum $0.0331).
21199
21199
  *
21200
21200
  * @example
21201
21201
  * const res = await client.web.crawl({ url: "https://example.com", limit: 3 });
@@ -21228,7 +21228,7 @@ declare class WebNamespace {
21228
21228
  *
21229
21229
  * Capture a real-browser screenshot of any web page URL.
21230
21230
  *
21231
- * Price: $0 per request plus $0.00158 per result (maximum $0.00158).
21231
+ * Price: $0 per request plus $0.00166 per result (maximum $0.00166).
21232
21232
  *
21233
21233
  * @example
21234
21234
  * const res = await client.web.screenshot({ url: "https://example.com" });
@@ -21707,7 +21707,7 @@ declare class WeiboNamespace {
21707
21707
  *
21708
21708
  * Get the complete current Weibo hot-search ranking with labels and heat values.
21709
21709
  *
21710
- * Price: $0.0015 per request.
21710
+ * Price: $0.0018 per request.
21711
21711
  *
21712
21712
  * @example
21713
21713
  * const res = await client.weibo.hotSearch({});
@@ -21718,7 +21718,7 @@ declare class WeiboNamespace {
21718
21718
  *
21719
21719
  * Fetch a public Weibo post by ID with normalized author and engagement data.
21720
21720
  *
21721
- * Price: $0.001 per request.
21721
+ * Price: $0.0012 per request.
21722
21722
  *
21723
21723
  * @example
21724
21724
  * const res = await client.weibo.post({ postId: "5092682368025584", includeLongText: "true" });
@@ -21729,7 +21729,7 @@ declare class WeiboNamespace {
21729
21729
  *
21730
21730
  * List first-level comments on a public Weibo post with pagination.
21731
21731
  *
21732
- * Price: $0.001 per request.
21732
+ * Price: $0.0012 per request.
21733
21733
  *
21734
21734
  * @example
21735
21735
  * const res = await client.weibo.postComments({ postId: "5283919831764022", limit: 10 });
@@ -21747,7 +21747,7 @@ declare class WeiboNamespace {
21747
21747
  *
21748
21748
  * Fetch a public Weibo profile by user ID with normalized audience and account data.
21749
21749
  *
21750
- * Price: $0.001 per request.
21750
+ * Price: $0.0012 per request.
21751
21751
  *
21752
21752
  * @example
21753
21753
  * const res = await client.weibo.profile({ userId: "1722594714" });
@@ -21758,7 +21758,7 @@ declare class WeiboNamespace {
21758
21758
  *
21759
21759
  * Search public Weibo posts with optional result, media, and time filters.
21760
21760
  *
21761
- * Price: $0.001 per request.
21761
+ * Price: $0.0012 per request.
21762
21762
  *
21763
21763
  * @example
21764
21764
  * const res = await client.weibo.search({ query: "python", includeType: "pic", page: 1, searchType: "hot" });
@@ -21769,7 +21769,7 @@ declare class WeiboNamespace {
21769
21769
  *
21770
21770
  * List public posts from a Weibo user with normalized author and engagement data.
21771
21771
  *
21772
- * Price: $0.001 per request.
21772
+ * Price: $0.0012 per request.
21773
21773
  *
21774
21774
  * @example
21775
21775
  * const res = await client.weibo.userPosts({ userId: "7277477906", feature: 3, page: 1 });
@@ -21859,7 +21859,7 @@ declare class YahooFinanceNamespace {
21859
21859
  *
21860
21860
  * Look up a stock or ETF by ticker symbol and get its Yahoo Finance quote (price, market cap, volume, and key stats) as normalized JSON.
21861
21861
  *
21862
- * Price: $0.00005 per request plus $0.0009 per result (maximum $0.00095).
21862
+ * Price: $0.00006 per request plus $0.00095 per result (maximum $0.001).
21863
21863
  *
21864
21864
  * @example
21865
21865
  * const res = await client.yahooFinance.quote({ ticker: "AAPL" });
@@ -22013,7 +22013,7 @@ declare class YelpNamespace {
22013
22013
  *
22014
22014
  * Search Yelp for businesses by keyword and location: up to 20 listings with ratings, categories, and core business info per request.
22015
22015
  *
22016
- * Price: $0.04 per request plus $0.00075 per result (maximum $0.055).
22016
+ * Price: $0.042 per request plus $0.00079 per result (maximum $0.0578).
22017
22017
  *
22018
22018
  * @example
22019
22019
  * const res = await client.yelp.search({ location: "Chicago, IL", query: "pizza", limit: 5 });
@@ -23429,7 +23429,7 @@ declare class ZhihuNamespace {
23429
23429
  *
23430
23430
  * Fetch a public Zhihu answer with normalized author and question data.
23431
23431
  *
23432
- * Price: $0.001 per request.
23432
+ * Price: $0.0012 per request.
23433
23433
  *
23434
23434
  * @example
23435
23435
  * const res = await client.zhihu.answer({ answerId: "2054145988235880002" });
@@ -23440,7 +23440,7 @@ declare class ZhihuNamespace {
23440
23440
  *
23441
23441
  * Fetch a public Zhihu profile with normalized identity and audience data.
23442
23442
  *
23443
- * Price: $0.001 per request.
23443
+ * Price: $0.0012 per request.
23444
23444
  *
23445
23445
  * @example
23446
23446
  * const res = await client.zhihu.profile({ userToken: "ming-he-43-93" });
@@ -23451,7 +23451,7 @@ declare class ZhihuNamespace {
23451
23451
  *
23452
23452
  * Fetch a public Zhihu question with normalized text and engagement statistics.
23453
23453
  *
23454
- * Price: $0.001 per request.
23454
+ * Price: $0.0012 per request.
23455
23455
  *
23456
23456
  * @example
23457
23457
  * const res = await client.zhihu.question({ questionId: "37811449" });
@@ -23462,7 +23462,7 @@ declare class ZhihuNamespace {
23462
23462
  *
23463
23463
  * List public answers to a Zhihu question with normalized authors and engagement data.
23464
23464
  *
23465
- * Price: $0.001 per request.
23465
+ * Price: $0.0012 per request.
23466
23466
  *
23467
23467
  * @example
23468
23468
  * const res = await client.zhihu.questionAnswers({ questionId: "37811449", limit: 5, offset: 0, order: "default" });
@@ -23473,7 +23473,7 @@ declare class ZhihuNamespace {
23473
23473
  *
23474
23474
  * Search public Zhihu articles by keyword with normalized author and engagement data.
23475
23475
  *
23476
- * Price: $0.001 per request.
23476
+ * Price: $0.0012 per request.
23477
23477
  *
23478
23478
  * @example
23479
23479
  * const res = await client.zhihu.searchArticles({ query: "deepseek", limit: "20", showAllTopics: 0 });
@@ -23761,7 +23761,7 @@ declare class ZillowNamespace {
23761
23761
  *
23762
23762
  * Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
23763
23763
  *
23764
- * Price: $0 per request plus $0.0024 per result (maximum $0.0024).
23764
+ * Price: $0 per request plus $0.00252 per result (maximum $0.00252).
23765
23765
  *
23766
23766
  * @example
23767
23767
  * const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
@@ -23772,7 +23772,7 @@ declare class ZillowNamespace {
23772
23772
  *
23773
23773
  * 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.
23774
23774
  *
23775
- * Price: $0.0005 per request plus $0.003 per result (maximum $0.0755).
23775
+ * Price: $0.00053 per request plus $0.00315 per result (maximum $0.0793).
23776
23776
  *
23777
23777
  * @example
23778
23778
  * const res = await client.zillow.search({ location: "Austin, TX", limit: 3, maxPrice: 900000, minBedrooms: 3, operation: "buy" });