@getanyapi/sdk 0.13.0 → 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.cts 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 });
@@ -1791,6 +1791,9 @@ interface ApolloOrganizationsBulkEnrichInput {
1791
1791
  */
1792
1792
  domains: string[];
1793
1793
  }
1794
+ /**
1795
+ * The enriched organization for the domain at this index, or null when that domain had no match.
1796
+ */
1794
1797
  interface ApolloOrganizationsBulkEnrichOrganization {
1795
1798
  /**
1796
1799
  * Estimated annual revenue in USD.
@@ -1908,9 +1911,9 @@ interface ApolloOrganizationsBulkEnrichData {
1908
1911
  */
1909
1912
  missing: number;
1910
1913
  /**
1911
- * Enriched organizations.
1914
+ * Enriched organizations, positionally aligned with the requested domains: index i of this array is the result for index i of the domains input, and the array is always the same length as that input. An entry is null when the domain had no match, so a partial batch still returns every domain it did resolve.
1912
1915
  */
1913
- organizations: ApolloOrganizationsBulkEnrichOrganization[];
1916
+ organizations: (ApolloOrganizationsBulkEnrichOrganization | null)[];
1914
1917
  /**
1915
1918
  * Number of requested domains.
1916
1919
  * Range: minimum 0.
@@ -2460,7 +2463,7 @@ declare class ApolloNamespace {
2460
2463
  /**
2461
2464
  * Apollo Bulk Organization Enrichment
2462
2465
  *
2463
- * Enrich up to 10 organization domains in one request with normalized company profile, industry, employee, revenue, funding, and location data.
2466
+ * Enrich up to 10 organization domains in one request with normalized company profile, industry, employee, revenue, and location data. Priced per request rather than per domain, so a full batch of 10 costs the same as a batch of 1. Results are positionally aligned with the domains you send, and a domain with no match returns null in its slot.
2464
2467
  *
2465
2468
  * Price: $0.06 per request.
2466
2469
  *
@@ -2581,7 +2584,7 @@ declare class AppstoreNamespace {
2581
2584
  *
2582
2585
  * Get App Store reviews for any iOS app by app ID, in any storefront country: ratings, titles, and review text.
2583
2586
  *
2584
- * 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).
2585
2588
  *
2586
2589
  * @example
2587
2590
  * const res = await client.appstore.reviews({ appId: "389801252", country: "us", limit: 3 });
@@ -2860,7 +2863,7 @@ declare class BookingNamespace {
2860
2863
  *
2861
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.
2862
2865
  *
2863
- * 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).
2864
2867
  *
2865
2868
  * @example
2866
2869
  * const res = await client.booking.search({ query: "New York", adults: 2, checkIn: "2026-09-01", checkOut: "2026-09-03", limit: 3 });
@@ -2960,7 +2963,7 @@ declare class CoinmarketcapNamespace {
2960
2963
  *
2961
2964
  * Get the current top cryptocurrencies from CoinMarketCap (rank, price, market cap, volume, and 24h change) as normalized JSON.
2962
2965
  *
2963
- * 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).
2964
2967
  *
2965
2968
  * @example
2966
2969
  * const res = await client.coinmarketcap.listings({ limit: 5 });
@@ -3073,7 +3076,7 @@ declare class CongressNamespace {
3073
3076
  *
3074
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.
3075
3078
  *
3076
- * 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).
3077
3080
  *
3078
3081
  * @example
3079
3082
  * const res = await client.congress.trades({ limit: 5 });
@@ -3268,7 +3271,7 @@ declare class DexscreenerNamespace {
3268
3271
  *
3269
3272
  * List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
3270
3273
  *
3271
- * 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).
3272
3275
  *
3273
3276
  * @example
3274
3277
  * const res = await client.dexscreener.tokens({ chain: "solana", limit: 5, min24HVol: 100000 });
@@ -3749,7 +3752,7 @@ declare class DouyinNamespace {
3749
3752
  *
3750
3753
  * Look up a public Douyin profile by sec_user_id and return normalized profile statistics.
3751
3754
  *
3752
- * Price: $0.001 per request.
3755
+ * Price: $0.0012 per request.
3753
3756
  *
3754
3757
  * @example
3755
3758
  * const res = await client.douyin.profile({ secUserId: "MS4wLjABAAAAW9FWcqS7RdQAWPd2AA5fL_ilmqsIFUCQ_Iym6Yh9_cUa6ZRqVLjVQSUjlHrfXY1Y" });
@@ -3760,7 +3763,7 @@ declare class DouyinNamespace {
3760
3763
  *
3761
3764
  * Search public Douyin videos by keyword with sorting, time, duration, and content filters.
3762
3765
  *
3763
- * Price: $0.01 per request.
3766
+ * Price: $0.012 per request.
3764
3767
  *
3765
3768
  * @example
3766
3769
  * const res = await client.douyin.searchVideos({ query: "机器人", duration: "0", publishedWithin: "0", sort: "0" });
@@ -3771,7 +3774,7 @@ declare class DouyinNamespace {
3771
3774
  *
3772
3775
  * List public posts from a Douyin user with normalized engagement data and pagination.
3773
3776
  *
3774
- * Price: $0.001 per request.
3777
+ * Price: $0.0012 per request.
3775
3778
  *
3776
3779
  * @example
3777
3780
  * const res = await client.douyin.userPosts({ secUserId: "MS4wLjABAAAANXSltcLCzDGmdNFI2Q_QixVTr67NiYzjKOIP5s03CAE", limit: 20, sort: 0 });
@@ -3782,7 +3785,7 @@ declare class DouyinNamespace {
3782
3785
  *
3783
3786
  * Fetch a public Douyin video by share URL with normalized author and engagement data.
3784
3787
  *
3785
- * Price: $0.001 per request.
3788
+ * Price: $0.0012 per request.
3786
3789
  *
3787
3790
  * @example
3788
3791
  * const res = await client.douyin.video({ url: "https://www.douyin.com/video/6894784055775071503" });
@@ -3793,7 +3796,7 @@ declare class DouyinNamespace {
3793
3796
  *
3794
3797
  * List public comments on a Douyin video with author and engagement data.
3795
3798
  *
3796
- * Price: $0.001 per request.
3799
+ * Price: $0.0012 per request.
3797
3800
  *
3798
3801
  * @example
3799
3802
  * const res = await client.douyin.videoComments({ videoId: "7448118827402972455" });
@@ -3989,7 +3992,7 @@ declare class EbayNamespace {
3989
3992
  *
3990
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.
3991
3994
  *
3992
- * 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).
3993
3996
  *
3994
3997
  * @example
3995
3998
  * const res = await client.ebay.search({ query: "nintendo switch", limit: 3, sort: "price_low" });
@@ -4000,7 +4003,7 @@ declare class EbayNamespace {
4000
4003
  *
4001
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.
4002
4005
  *
4003
- * 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).
4004
4007
  *
4005
4008
  * @example
4006
4009
  * const res = await client.ebay.soldListings({ query: "nintendo switch", limit: 3, sort: "price_high" });
@@ -4114,7 +4117,7 @@ declare class EmailNamespace {
4114
4117
  *
4115
4118
  * Find a person's work email address from their name and company domain.
4116
4119
  *
4117
- * 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).
4118
4121
  *
4119
4122
  * @example
4120
4123
  * const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });
@@ -4125,7 +4128,7 @@ declare class EmailNamespace {
4125
4128
  *
4126
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.
4127
4130
  *
4128
- * 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).
4129
4132
  *
4130
4133
  * @example
4131
4134
  * const res = await client.email.verify({ email: "patrick@stripe.com" });
@@ -5738,7 +5741,7 @@ declare class FacebookNamespace {
5738
5741
  *
5739
5742
  * List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
5740
5743
  *
5741
- * 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).
5742
5745
  *
5743
5746
  * @example
5744
5747
  * const res = await client.facebook.followers({ url: "https://www.facebook.com/nike", limit: 3 });
@@ -5938,7 +5941,7 @@ declare class FacebookNamespace {
5938
5941
  *
5939
5942
  * Search Facebook Pages by keyword, optionally narrowed to a location, and get structured page profiles (name, category, followers, contact details).
5940
5943
  *
5941
- * 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).
5942
5945
  *
5943
5946
  * @example
5944
5947
  * const res = await client.facebook.searchPages({ query: "nike", limit: 3 });
@@ -5949,7 +5952,7 @@ declare class FacebookNamespace {
5949
5952
  *
5950
5953
  * Search public Facebook posts by keyword, optionally filtered by location, and get structured post records (text, author, engagement).
5951
5954
  *
5952
- * 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).
5953
5956
  *
5954
5957
  * @example
5955
5958
  * const res = await client.facebook.searchPosts({ query: "nike", limit: 3 });
@@ -6047,7 +6050,7 @@ declare class FiverrNamespace {
6047
6050
  *
6048
6051
  * Extract Fiverr gig listings from any search or category URL: titles, sellers, ratings, and pricing as structured JSON.
6049
6052
  *
6050
- * 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).
6051
6054
  *
6052
6055
  * @example
6053
6056
  * const res = await client.fiverr.search({ url: "https://www.fiverr.com/search/gigs?query=logo%20design", limit: 3 });
@@ -6891,7 +6894,7 @@ declare class GlassdoorNamespace {
6891
6894
  *
6892
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.
6893
6896
  *
6894
- * 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).
6895
6898
  *
6896
6899
  * @example
6897
6900
  * const res = await client.glassdoor.jobs({ limit: 3, location: "United States", postedLimit: "month", query: "software engineer" });
@@ -7814,7 +7817,7 @@ declare class GoogleAdsNamespace {
7814
7817
  *
7815
7818
  * Pull the ads an advertiser is currently running from the Google Ads Transparency Center (creative details, formats, and run dates) as clean JSON.
7816
7819
  *
7817
- * 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).
7818
7821
  *
7819
7822
  * @example
7820
7823
  * const res = await client.googleAds.search({ url: "https://adstransparency.google.com/?region=US&domain=nike.com", limit: 3 });
@@ -7942,7 +7945,7 @@ declare class GoogleFinanceNamespace {
7942
7945
  *
7943
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).
7944
7947
  *
7945
- * 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).
7946
7949
  *
7947
7950
  * @example
7948
7951
  * const res = await client.googleFinance.quote({ symbol: "AAPL:NASDAQ" });
@@ -8065,7 +8068,7 @@ declare class GoogleShoppingNamespace {
8065
8068
  *
8066
8069
  * Search Google Shopping by keyword and get up to 10 product offers (title, price, store, rating, and link), localized by country and language.
8067
8070
  *
8068
- * Price: $0.01625 per request.
8071
+ * Price: $0.018 per request.
8069
8072
  *
8070
8073
  * @example
8071
8074
  * const res = await client.googleShopping.search({ query: "airpods", limit: 10 });
@@ -8369,7 +8372,7 @@ declare class IndeedNamespace {
8369
8372
  *
8370
8373
  * Search Indeed job listings by keyword, location, and country, with up to 20 normalized job records per request.
8371
8374
  *
8372
- * 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).
8373
8376
  *
8374
8377
  * @example
8375
8378
  * const res = await client.indeed.jobs({ query: "data analyst", limit: 3, location: "Austin, TX" });
@@ -9523,7 +9526,7 @@ declare class InstagramNamespace {
9523
9526
  *
9524
9527
  * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
9525
9528
  *
9526
- * Price: $0.01625 per request.
9529
+ * Price: $0.018 per request.
9527
9530
  *
9528
9531
  * @example
9529
9532
  * const res = await client.instagram.followers({ username: "nasa", limit: 50 });
@@ -9541,7 +9544,7 @@ declare class InstagramNamespace {
9541
9544
  *
9542
9545
  * List the accounts a public Instagram user follows: usernames, names, and profile details.
9543
9546
  *
9544
- * Price: $0.01625 per request.
9547
+ * Price: $0.018 per request.
9545
9548
  *
9546
9549
  * @example
9547
9550
  * const res = await client.instagram.following({ username: "nasa", limit: 50 });
@@ -9559,7 +9562,7 @@ declare class InstagramNamespace {
9559
9562
  *
9560
9563
  * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).
9561
9564
  *
9562
- * 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).
9563
9566
  *
9564
9567
  * @example
9565
9568
  * const res = await client.instagram.hashtagAnalytics({ hashtag: "travel", limit: 5 });
@@ -9614,7 +9617,7 @@ declare class InstagramNamespace {
9614
9617
  *
9615
9618
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
9616
9619
  *
9617
- * Price: $0.002 per request.
9620
+ * Price: $0.0024 per request.
9618
9621
  *
9619
9622
  * @example
9620
9623
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -9625,7 +9628,7 @@ declare class InstagramNamespace {
9625
9628
  *
9626
9629
  * Turn any public Instagram reel or video post into a full speech transcript, with optional word-level timestamps.
9627
9630
  *
9628
- * 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).
9629
9632
  *
9630
9633
  * @example
9631
9634
  * const res = await client.instagram.reelTranscript({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/", wordTimestamps: false });
@@ -9647,7 +9650,7 @@ declare class InstagramNamespace {
9647
9650
  *
9648
9651
  * Search Instagram for users, hashtags, or places by keyword and get matching results with names, counts, and links.
9649
9652
  *
9650
- * Price: $0.00325 per request.
9653
+ * Price: $0.0036 per request.
9651
9654
  *
9652
9655
  * @example
9653
9656
  * const res = await client.instagram.search({ query: "nasa" });
@@ -9687,7 +9690,7 @@ declare class InstagramNamespace {
9687
9690
  *
9688
9691
  * Fetch a public Instagram account's currently live stories with media, type, dimensions, posting time, and 24-hour expiry by username.
9689
9692
  *
9690
- * Price: $0.002 per request.
9693
+ * Price: $0.0024 per request.
9691
9694
  *
9692
9695
  * @example
9693
9696
  * const res = await client.instagram.storiesFull({ username: "natgeo" });
@@ -9698,7 +9701,7 @@ declare class InstagramNamespace {
9698
9701
  *
9699
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.
9700
9703
  *
9701
- * Price: $0.01625 per request.
9704
+ * Price: $0.018 per request.
9702
9705
  *
9703
9706
  * @example
9704
9707
  * const res = await client.instagram.storiesThin({ username: "natgeo" });
@@ -11901,7 +11904,7 @@ declare class LinkedinNamespace {
11901
11904
  *
11902
11905
  * Search the LinkedIn Ad Library by search URL and list the matching ads (advertiser, creative text, format).
11903
11906
  *
11904
- * 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).
11905
11908
  *
11906
11909
  * @example
11907
11910
  * const res = await client.linkedin.ads({ url: "https://www.linkedin.com/company/stripe", limit: 3 });
@@ -11923,7 +11926,7 @@ declare class LinkedinNamespace {
11923
11926
  *
11924
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.
11925
11928
  *
11926
- * 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).
11927
11930
  *
11928
11931
  * @example
11929
11932
  * const res = await client.linkedin.company({ url: "https://www.linkedin.com/company/stripe" });
@@ -11934,7 +11937,7 @@ declare class LinkedinNamespace {
11934
11937
  *
11935
11938
  * List the employees of a LinkedIn company by name or company URL, with optional job-title filtering.
11936
11939
  *
11937
- * 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).
11938
11941
  *
11939
11942
  * @example
11940
11943
  * const res = await client.linkedin.companyEmployees({ company: "stripe", limit: 3 });
@@ -11945,7 +11948,7 @@ declare class LinkedinNamespace {
11945
11948
  *
11946
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.
11947
11950
  *
11948
- * 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).
11949
11952
  *
11950
11953
  * @example
11951
11954
  * const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
@@ -11978,7 +11981,7 @@ declare class LinkedinNamespace {
11978
11981
  *
11979
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.
11980
11983
  *
11981
- * 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).
11982
11985
  *
11983
11986
  * @example
11984
11987
  * const res = await client.linkedin.email({ profileUrl: "https://www.linkedin.com/in/satyanadella" });
@@ -11989,7 +11992,7 @@ declare class LinkedinNamespace {
11989
11992
  *
11990
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.
11991
11994
  *
11992
- * 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).
11993
11996
  *
11994
11997
  * @example
11995
11998
  * const res = await client.linkedin.jobs({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -12000,7 +12003,7 @@ declare class LinkedinNamespace {
12000
12003
  *
12001
12004
  * Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
12002
12005
  *
12003
- * Price: $0.001 per request.
12006
+ * Price: $0.0012 per request.
12004
12007
  *
12005
12008
  * @example
12006
12009
  * const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -12011,7 +12014,7 @@ declare class LinkedinNamespace {
12011
12014
  *
12012
12015
  * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
12013
12016
  *
12014
- * Price: $0.001 per request.
12017
+ * Price: $0.0012 per request.
12015
12018
  *
12016
12019
  * @example
12017
12020
  * const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
@@ -12022,7 +12025,7 @@ declare class LinkedinNamespace {
12022
12025
  *
12023
12026
  * List comments on a LinkedIn post - full text, commenter name/URL/job title, timestamps, and engagement.
12024
12027
  *
12025
- * 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).
12026
12029
  *
12027
12030
  * @example
12028
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 });
@@ -12033,7 +12036,7 @@ declare class LinkedinNamespace {
12033
12036
  *
12034
12037
  * List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade.
12035
12038
  *
12036
- * 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).
12037
12040
  *
12038
12041
  * @example
12039
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 });
@@ -12055,7 +12058,7 @@ declare class LinkedinNamespace {
12055
12058
  *
12056
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.
12057
12060
  *
12058
- * 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).
12059
12062
  *
12060
12063
  * @example
12061
12064
  * const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -12077,7 +12080,7 @@ declare class LinkedinNamespace {
12077
12080
  *
12078
12081
  * Search LinkedIn companies by keyword with optional location filtering, returning normalized company records.
12079
12082
  *
12080
- * 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).
12081
12084
  *
12082
12085
  * @example
12083
12086
  * const res = await client.linkedin.searchCompanies({ query: "fintech", limit: 3 });
@@ -12099,7 +12102,7 @@ declare class LinkedinNamespace {
12099
12102
  *
12100
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.
12101
12104
  *
12102
- * 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).
12103
12106
  *
12104
12107
  * @example
12105
12108
  * const res = await client.linkedin.searchProfiles({ query: "engineer", currentCompanies: ["Google"], limit: 3 });
@@ -12110,7 +12113,7 @@ declare class LinkedinNamespace {
12110
12113
  *
12111
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.
12112
12115
  *
12113
- * 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).
12114
12117
  *
12115
12118
  * @example
12116
12119
  * const res = await client.linkedin.searchProfilesEmail({ query: "founder", companyHeadcount: ["B"], limit: 5 });
@@ -12121,7 +12124,7 @@ declare class LinkedinNamespace {
12121
12124
  *
12122
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.
12123
12126
  *
12124
- * Price: $0.0325 per request.
12127
+ * Price: $0.036 per request.
12125
12128
  *
12126
12129
  * @example
12127
12130
  * const res = await client.linkedin.searchProfilesThin({ query: "recruiter" });
@@ -12660,7 +12663,7 @@ declare class MapsNamespace {
12660
12663
  *
12661
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.
12662
12665
  *
12663
- * 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).
12664
12667
  *
12665
12668
  * @example
12666
12669
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
@@ -12682,7 +12685,7 @@ declare class MapsNamespace {
12682
12685
  *
12683
12686
  * Fetch up to 100 Google Maps reviews for a place by place ID, sorted the way you need, in one normalized response.
12684
12687
  *
12685
- * 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).
12686
12689
  *
12687
12690
  * @example
12688
12691
  * const res = await client.maps.reviews({ placeId: "ChIJN1t_tDeuEmsRUsoyG83frY4", limit: 3, postedLimit: "year" });
@@ -13039,7 +13042,7 @@ declare class PersonNamespace {
13039
13042
  *
13040
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.
13041
13044
  *
13042
- * 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).
13043
13046
  *
13044
13047
  * @example
13045
13048
  * const res = await client.person.skipTrace({ address: "123 Main St, Austin, TX 78701", name: "John Smith" });
@@ -13097,7 +13100,7 @@ declare class PinterestNamespace {
13097
13100
  *
13098
13101
  * Search Pinterest by keyword and get pin, video, board, or profile results with titles, images, and links.
13099
13102
  *
13100
- * Price: $0.00325 per request.
13103
+ * Price: $0.0036 per request.
13101
13104
  *
13102
13105
  * @example
13103
13106
  * const res = await client.pinterest.search({ query: "home decor", limit: 3 });
@@ -13214,7 +13217,7 @@ declare class PlaystoreNamespace {
13214
13217
  *
13215
13218
  * Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
13216
13219
  *
13217
- * 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).
13218
13221
  *
13219
13222
  * @example
13220
13223
  * const res = await client.playstore.reviews({ appId: "com.whatsapp", limit: 3 });
@@ -13327,7 +13330,7 @@ declare class PolymarketNamespace {
13327
13330
  *
13328
13331
  * Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
13329
13332
  *
13330
- * 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).
13331
13334
  *
13332
13335
  * @example
13333
13336
  * const res = await client.polymarket.markets({ query: "election", limit: 10 });
@@ -13500,7 +13503,7 @@ declare class RealtorNamespace {
13500
13503
  *
13501
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.
13502
13505
  *
13503
- * 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).
13504
13507
  *
13505
13508
  * @example
13506
13509
  * const res = await client.realtor.search({ location: "Austin, TX", bedsMin: 4, limit: 3, propertyTypes: ["single_family"], searchStatuses: ["pending"] });
@@ -14186,7 +14189,7 @@ declare class RedditNamespace {
14186
14189
  *
14187
14190
  * Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
14188
14191
  *
14189
- * Price: $0.001 per request.
14192
+ * Price: $0.0012 per request.
14190
14193
  *
14191
14194
  * @example
14192
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/" });
@@ -14226,7 +14229,7 @@ declare class RedditNamespace {
14226
14229
  *
14227
14230
  * Fetch a Reddit user's public profile (karma split, post and comment counts, bio, avatar, account age) by username.
14228
14231
  *
14229
- * Price: $0.001 per request.
14232
+ * Price: $0.0012 per request.
14230
14233
  *
14231
14234
  * @example
14232
14235
  * const res = await client.reddit.profile({ username: "spez" });
@@ -14237,7 +14240,7 @@ declare class RedditNamespace {
14237
14240
  *
14238
14241
  * Search Reddit posts across all subreddits by query.
14239
14242
  *
14240
- * Price: $0.001 per request.
14243
+ * Price: $0.0012 per request.
14241
14244
  *
14242
14245
  * @example
14243
14246
  * const res = await client.reddit.search({ query: "mechanical keyboard" });
@@ -14255,7 +14258,7 @@ declare class RedditNamespace {
14255
14258
  *
14256
14259
  * Fetch a subreddit's metadata (weekly active users, description, and category).
14257
14260
  *
14258
- * Price: $0.001 per request.
14261
+ * Price: $0.0012 per request.
14259
14262
  *
14260
14263
  * @example
14261
14264
  * const res = await client.reddit.subredditDetails({ subreddit: "programming" });
@@ -14295,7 +14298,7 @@ declare class RedditNamespace {
14295
14298
  *
14296
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.
14297
14300
  *
14298
- * Price: $0.001 per request.
14301
+ * Price: $0.0012 per request.
14299
14302
  *
14300
14303
  * @example
14301
14304
  * const res = await client.reddit.userComments({ username: "spez" });
@@ -14313,7 +14316,7 @@ declare class RedditNamespace {
14313
14316
  *
14314
14317
  * List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
14315
14318
  *
14316
- * Price: $0.001 per request.
14319
+ * Price: $0.0012 per request.
14317
14320
  *
14318
14321
  * @example
14319
14322
  * const res = await client.reddit.userPosts({ username: "spez" });
@@ -14446,7 +14449,7 @@ declare class RedfinNamespace {
14446
14449
  *
14447
14450
  * Run a Redfin map search by URL and get matching home listings (price, address, beds, baths, status) as normalized JSON.
14448
14451
  *
14449
- * 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).
14450
14453
  *
14451
14454
  * @example
14452
14455
  * const res = await client.redfin.search({ url: "https://www.redfin.com/city/30818/TX/Austin", limit: 3 });
@@ -14957,7 +14960,7 @@ declare class RednoteNamespace {
14957
14960
  *
14958
14961
  * Look up a RedNote (Xiaohongshu) note by note ID and return normalized note details.
14959
14962
  *
14960
- * Price: $0.01 per request.
14963
+ * Price: $0.012 per request.
14961
14964
  *
14962
14965
  * @example
14963
14966
  * const res = await client.rednote.note({ noteId: "66f2a24f000000002c02cf57" });
@@ -14968,7 +14971,7 @@ declare class RednoteNamespace {
14968
14971
  *
14969
14972
  * List comments on a RedNote (Xiaohongshu) note and return normalized comment records with pagination.
14970
14973
  *
14971
- * Price: $0.01 per request.
14974
+ * Price: $0.012 per request.
14972
14975
  *
14973
14976
  * @example
14974
14977
  * const res = await client.rednote.noteComments({ noteId: "68dd422c0000000203019829" });
@@ -14986,7 +14989,7 @@ declare class RednoteNamespace {
14986
14989
  *
14987
14990
  * Look up a RedNote (Xiaohongshu) profile by user ID and return normalized profile details.
14988
14991
  *
14989
- * Price: $0.01 per request.
14992
+ * Price: $0.012 per request.
14990
14993
  *
14991
14994
  * @example
14992
14995
  * const res = await client.rednote.profile({ userId: "56b0a4491c07df6365277af7" });
@@ -14997,7 +15000,7 @@ declare class RednoteNamespace {
14997
15000
  *
14998
15001
  * Search RedNote (Xiaohongshu) notes by keyword and return normalized note records with pagination.
14999
15002
  *
15000
- * Price: $0.01 per request.
15003
+ * Price: $0.012 per request.
15001
15004
  *
15002
15005
  * @example
15003
15006
  * const res = await client.rednote.search({ query: "coffee", sort: "general" });
@@ -15015,7 +15018,7 @@ declare class RednoteNamespace {
15015
15018
  *
15016
15019
  * Search RedNote (Xiaohongshu) users by keyword and return normalized user records with pagination.
15017
15020
  *
15018
- * Price: $0.01 per request.
15021
+ * Price: $0.012 per request.
15019
15022
  *
15020
15023
  * @example
15021
15024
  * const res = await client.rednote.searchUsers({ query: "coffee" });
@@ -15033,7 +15036,7 @@ declare class RednoteNamespace {
15033
15036
  *
15034
15037
  * List notes posted by a RedNote (Xiaohongshu) user and return normalized note records with pagination.
15035
15038
  *
15036
- * Price: $0.01 per request.
15039
+ * Price: $0.012 per request.
15037
15040
  *
15038
15041
  * @example
15039
15042
  * const res = await client.rednote.userNotes({ userId: "56b0a4491c07df6365277af7" });
@@ -15146,7 +15149,7 @@ declare class SecNamespace {
15146
15149
  *
15147
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.
15148
15151
  *
15149
- * 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).
15150
15153
  *
15151
15154
  * @example
15152
15155
  * const res = await client.sec.filings({ limit: 3, ticker: "AAPL" });
@@ -15416,7 +15419,7 @@ declare class SemrushNamespace {
15416
15419
  *
15417
15420
  * Semrush keyword research for any term: monthly search volume, CPC, competition, keyword difficulty, plus related keywords and question keywords.
15418
15421
  *
15419
- * 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).
15420
15423
  *
15421
15424
  * @example
15422
15425
  * const res = await client.semrush.keywords({ keyword: "best running shoes", database: "us" });
@@ -15427,7 +15430,7 @@ declare class SemrushNamespace {
15427
15430
  *
15428
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.
15429
15432
  *
15430
- * 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).
15431
15434
  *
15432
15435
  * @example
15433
15436
  * const res = await client.semrush.overview({ domain: "ahrefs.com", database: "us" });
@@ -16580,7 +16583,7 @@ declare class SnapchatNamespace {
16580
16583
  *
16581
16584
  * Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
16582
16585
  *
16583
- * 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).
16584
16587
  *
16585
16588
  * @example
16586
16589
  * const res = await client.snapchat.profile({ username: "nasa" });
@@ -16643,7 +16646,7 @@ declare class SocialNamespace {
16643
16646
  *
16644
16647
  * Find a person's or brand's profiles across major social networks from a single name, returned as normalized JSON.
16645
16648
  *
16646
- * 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).
16647
16650
  *
16648
16651
  * @example
16649
16652
  * const res = await client.social.finder({ name: "Elon Musk", limit: 3 });
@@ -17052,7 +17055,7 @@ declare class SpotifyNamespace {
17052
17055
  *
17053
17056
  * Fetch stream counts and stats for a Spotify track, album, or artist URL.
17054
17057
  *
17055
- * 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).
17056
17059
  *
17057
17060
  * @example
17058
17061
  * const res = await client.spotify.playCount({ url: "https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT" });
@@ -17237,7 +17240,7 @@ declare class SubstackNamespace {
17237
17240
  *
17238
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.
17239
17242
  *
17240
- * 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).
17241
17244
  *
17242
17245
  * @example
17243
17246
  * const res = await client.substack.posts({ url: "https://www.astralcodexten.com", limit: 3 });
@@ -18555,7 +18558,7 @@ declare class TiktokNamespace {
18555
18558
  *
18556
18559
  * Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle.
18557
18560
  *
18558
- * Price: $0.01625 per request.
18561
+ * Price: $0.018 per request.
18559
18562
  *
18560
18563
  * @example
18561
18564
  * const res = await client.tiktok.audienceDemographics({ handle: "shakira" });
@@ -18613,7 +18616,7 @@ declare class TiktokNamespace {
18613
18616
  *
18614
18617
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
18615
18618
  *
18616
- * Price: $0.00325 per request.
18619
+ * Price: $0.0036 per request.
18617
18620
  *
18618
18621
  * @example
18619
18622
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
@@ -18635,7 +18638,7 @@ declare class TiktokNamespace {
18635
18638
  *
18636
18639
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
18637
18640
  *
18638
- * Price: $0.001 per request.
18641
+ * Price: $0.0012 per request.
18639
18642
  *
18640
18643
  * @example
18641
18644
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -18657,7 +18660,7 @@ declare class TiktokNamespace {
18657
18660
  *
18658
18661
  * List a TikTok creator's recent videos (views, likes, comments) by handle with cursor pagination.
18659
18662
  *
18660
- * Price: $0.001 per request.
18663
+ * Price: $0.0012 per request.
18661
18664
  *
18662
18665
  * @example
18663
18666
  * const res = await client.tiktok.profileVideos({ handle: "zachking" });
@@ -18686,7 +18689,7 @@ declare class TiktokNamespace {
18686
18689
  *
18687
18690
  * Search TikTok by keyword and get matching videos (caption, views, likes, comments, shares) as normalized JSON.
18688
18691
  *
18689
- * Price: $0.001 per request.
18692
+ * Price: $0.0012 per request.
18690
18693
  *
18691
18694
  * @example
18692
18695
  * const res = await client.tiktok.searchKeyword({ query: "cooking" });
@@ -18715,7 +18718,7 @@ declare class TiktokNamespace {
18715
18718
  *
18716
18719
  * Search TikTok accounts by keyword (handle, nickname, follower count) with cursor pagination.
18717
18720
  *
18718
- * Price: $0.001 per request.
18721
+ * Price: $0.0012 per request.
18719
18722
  *
18720
18723
  * @example
18721
18724
  * const res = await client.tiktok.searchUsers({ query: "chef" });
@@ -18773,7 +18776,7 @@ declare class TiktokNamespace {
18773
18776
  *
18774
18777
  * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
18775
18778
  *
18776
- * Price: $0.001 per request.
18779
+ * Price: $0.0012 per request.
18777
18780
  *
18778
18781
  * @example
18779
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" });
@@ -19396,7 +19399,7 @@ declare class TripadvisorNamespace {
19396
19399
  *
19397
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.
19398
19401
  *
19399
- * Price: $0.00325 per request.
19402
+ * Price: $0.0036 per request.
19400
19403
  *
19401
19404
  * @example
19402
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 });
@@ -19407,7 +19410,7 @@ declare class TripadvisorNamespace {
19407
19410
  *
19408
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.
19409
19412
  *
19410
- * Price: $0.00325 per request.
19413
+ * Price: $0.0036 per request.
19411
19414
  *
19412
19415
  * @example
19413
19416
  * const res = await client.tripadvisor.search({ query: "Paris", limit: 3 });
@@ -19506,7 +19509,7 @@ declare class TrustpilotNamespace {
19506
19509
  *
19507
19510
  * Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
19508
19511
  *
19509
- * Price: $0.01625 per request.
19512
+ * Price: $0.018 per request.
19510
19513
  *
19511
19514
  * @example
19512
19515
  * const res = await client.trustpilot.reviews({ company: "stripe.com", limit: 3 });
@@ -19670,7 +19673,7 @@ declare class TruthsocialNamespace {
19670
19673
  *
19671
19674
  * Get a single Truth Social post by its URL - text, author, engagement (likes, comments, shares), and timestamp as clean JSON.
19672
19675
  *
19673
- * Price: $0.00325 per request.
19676
+ * Price: $0.0036 per request.
19674
19677
  *
19675
19678
  * @example
19676
19679
  * const res = await client.truthsocial.post({ url: "https://truthsocial.com/@realDonaldTrump/posts/116824551176646175" });
@@ -19681,7 +19684,7 @@ declare class TruthsocialNamespace {
19681
19684
  *
19682
19685
  * Get a Truth Social account's public profile by handle - display name, bio, follower/following counts, and post count as clean JSON.
19683
19686
  *
19684
- * Price: $0.00325 per request.
19687
+ * Price: $0.0036 per request.
19685
19688
  *
19686
19689
  * @example
19687
19690
  * const res = await client.truthsocial.profile({ handle: "realDonaldTrump" });
@@ -19692,7 +19695,7 @@ declare class TruthsocialNamespace {
19692
19695
  *
19693
19696
  * List a Truth Social account's recent posts by handle - text, engagement (likes, comments, shares), and timestamps as clean JSON.
19694
19697
  *
19695
- * Price: $0.00325 per request.
19698
+ * Price: $0.0036 per request.
19696
19699
  *
19697
19700
  * @example
19698
19701
  * const res = await client.truthsocial.userPosts({ handle: "realDonaldTrump" });
@@ -20657,7 +20660,7 @@ declare class TwitterNamespace {
20657
20660
  *
20658
20661
  * Fetch the replies to any X (Twitter) post URL as structured records: author, text, and engagement.
20659
20662
  *
20660
- * 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).
20661
20664
  *
20662
20665
  * @example
20663
20666
  * const res = await client.twitter.replies({ url: "https://x.com/jack/status/20", limit: 3 });
@@ -20737,7 +20740,7 @@ declare class TwitterNamespace {
20737
20740
  *
20738
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.
20739
20742
  *
20740
- * 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).
20741
20744
  *
20742
20745
  * @example
20743
20746
  * const res = await client.twitter.userTweets({ handle: "levelsio", limit: 20 });
@@ -20879,7 +20882,7 @@ declare class UpworkNamespace {
20879
20882
  *
20880
20883
  * Search Upwork job postings by keyword, with up to 25 fresh listings per request.
20881
20884
  *
20882
- * 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).
20883
20886
  *
20884
20887
  * @example
20885
20888
  * const res = await client.upwork.jobs({ query: "web developer", jobType: "fixed", limit: 10 });
@@ -20982,7 +20985,7 @@ declare class WalmartNamespace {
20982
20985
  *
20983
20986
  * Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
20984
20987
  *
20985
- * 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).
20986
20989
  *
20987
20990
  * @example
20988
20991
  * const res = await client.walmart.product({ url: "https://www.walmart.com/ip/Apple-AirPods-Pro-2/5689919121" });
@@ -21192,7 +21195,7 @@ declare class WebNamespace {
21192
21195
  *
21193
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.
21194
21197
  *
21195
- * 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).
21196
21199
  *
21197
21200
  * @example
21198
21201
  * const res = await client.web.crawl({ url: "https://example.com", limit: 3 });
@@ -21225,7 +21228,7 @@ declare class WebNamespace {
21225
21228
  *
21226
21229
  * Capture a real-browser screenshot of any web page URL.
21227
21230
  *
21228
- * 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).
21229
21232
  *
21230
21233
  * @example
21231
21234
  * const res = await client.web.screenshot({ url: "https://example.com" });
@@ -21704,7 +21707,7 @@ declare class WeiboNamespace {
21704
21707
  *
21705
21708
  * Get the complete current Weibo hot-search ranking with labels and heat values.
21706
21709
  *
21707
- * Price: $0.0015 per request.
21710
+ * Price: $0.0018 per request.
21708
21711
  *
21709
21712
  * @example
21710
21713
  * const res = await client.weibo.hotSearch({});
@@ -21715,7 +21718,7 @@ declare class WeiboNamespace {
21715
21718
  *
21716
21719
  * Fetch a public Weibo post by ID with normalized author and engagement data.
21717
21720
  *
21718
- * Price: $0.001 per request.
21721
+ * Price: $0.0012 per request.
21719
21722
  *
21720
21723
  * @example
21721
21724
  * const res = await client.weibo.post({ postId: "5092682368025584", includeLongText: "true" });
@@ -21726,7 +21729,7 @@ declare class WeiboNamespace {
21726
21729
  *
21727
21730
  * List first-level comments on a public Weibo post with pagination.
21728
21731
  *
21729
- * Price: $0.001 per request.
21732
+ * Price: $0.0012 per request.
21730
21733
  *
21731
21734
  * @example
21732
21735
  * const res = await client.weibo.postComments({ postId: "5283919831764022", limit: 10 });
@@ -21744,7 +21747,7 @@ declare class WeiboNamespace {
21744
21747
  *
21745
21748
  * Fetch a public Weibo profile by user ID with normalized audience and account data.
21746
21749
  *
21747
- * Price: $0.001 per request.
21750
+ * Price: $0.0012 per request.
21748
21751
  *
21749
21752
  * @example
21750
21753
  * const res = await client.weibo.profile({ userId: "1722594714" });
@@ -21755,7 +21758,7 @@ declare class WeiboNamespace {
21755
21758
  *
21756
21759
  * Search public Weibo posts with optional result, media, and time filters.
21757
21760
  *
21758
- * Price: $0.001 per request.
21761
+ * Price: $0.0012 per request.
21759
21762
  *
21760
21763
  * @example
21761
21764
  * const res = await client.weibo.search({ query: "python", includeType: "pic", page: 1, searchType: "hot" });
@@ -21766,7 +21769,7 @@ declare class WeiboNamespace {
21766
21769
  *
21767
21770
  * List public posts from a Weibo user with normalized author and engagement data.
21768
21771
  *
21769
- * Price: $0.001 per request.
21772
+ * Price: $0.0012 per request.
21770
21773
  *
21771
21774
  * @example
21772
21775
  * const res = await client.weibo.userPosts({ userId: "7277477906", feature: 3, page: 1 });
@@ -21856,7 +21859,7 @@ declare class YahooFinanceNamespace {
21856
21859
  *
21857
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.
21858
21861
  *
21859
- * 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).
21860
21863
  *
21861
21864
  * @example
21862
21865
  * const res = await client.yahooFinance.quote({ ticker: "AAPL" });
@@ -22010,7 +22013,7 @@ declare class YelpNamespace {
22010
22013
  *
22011
22014
  * Search Yelp for businesses by keyword and location: up to 20 listings with ratings, categories, and core business info per request.
22012
22015
  *
22013
- * 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).
22014
22017
  *
22015
22018
  * @example
22016
22019
  * const res = await client.yelp.search({ location: "Chicago, IL", query: "pizza", limit: 5 });
@@ -23426,7 +23429,7 @@ declare class ZhihuNamespace {
23426
23429
  *
23427
23430
  * Fetch a public Zhihu answer with normalized author and question data.
23428
23431
  *
23429
- * Price: $0.001 per request.
23432
+ * Price: $0.0012 per request.
23430
23433
  *
23431
23434
  * @example
23432
23435
  * const res = await client.zhihu.answer({ answerId: "2054145988235880002" });
@@ -23437,7 +23440,7 @@ declare class ZhihuNamespace {
23437
23440
  *
23438
23441
  * Fetch a public Zhihu profile with normalized identity and audience data.
23439
23442
  *
23440
- * Price: $0.001 per request.
23443
+ * Price: $0.0012 per request.
23441
23444
  *
23442
23445
  * @example
23443
23446
  * const res = await client.zhihu.profile({ userToken: "ming-he-43-93" });
@@ -23448,7 +23451,7 @@ declare class ZhihuNamespace {
23448
23451
  *
23449
23452
  * Fetch a public Zhihu question with normalized text and engagement statistics.
23450
23453
  *
23451
- * Price: $0.001 per request.
23454
+ * Price: $0.0012 per request.
23452
23455
  *
23453
23456
  * @example
23454
23457
  * const res = await client.zhihu.question({ questionId: "37811449" });
@@ -23459,7 +23462,7 @@ declare class ZhihuNamespace {
23459
23462
  *
23460
23463
  * List public answers to a Zhihu question with normalized authors and engagement data.
23461
23464
  *
23462
- * Price: $0.001 per request.
23465
+ * Price: $0.0012 per request.
23463
23466
  *
23464
23467
  * @example
23465
23468
  * const res = await client.zhihu.questionAnswers({ questionId: "37811449", limit: 5, offset: 0, order: "default" });
@@ -23470,7 +23473,7 @@ declare class ZhihuNamespace {
23470
23473
  *
23471
23474
  * Search public Zhihu articles by keyword with normalized author and engagement data.
23472
23475
  *
23473
- * Price: $0.001 per request.
23476
+ * Price: $0.0012 per request.
23474
23477
  *
23475
23478
  * @example
23476
23479
  * const res = await client.zhihu.searchArticles({ query: "deepseek", limit: "20", showAllTopics: 0 });
@@ -23758,7 +23761,7 @@ declare class ZillowNamespace {
23758
23761
  *
23759
23762
  * Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
23760
23763
  *
23761
- * 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).
23762
23765
  *
23763
23766
  * @example
23764
23767
  * const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
@@ -23769,7 +23772,7 @@ declare class ZillowNamespace {
23769
23772
  *
23770
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.
23771
23774
  *
23772
- * 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).
23773
23776
  *
23774
23777
  * @example
23775
23778
  * const res = await client.zillow.search({ location: "Austin, TX", limit: 3, maxPrice: 900000, minBedrooms: 3, operation: "buy" });