@getanyapi/sdk 0.13.1 → 0.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +118 -118
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +125 -142
- package/dist/index.d.ts +125 -142
- package/dist/index.js +118 -118
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
9704
|
+
* Price: $0.018 per request.
|
|
9705
9705
|
*
|
|
9706
9706
|
* @example
|
|
9707
9707
|
* const res = await client.instagram.storiesThin({ username: "natgeo" });
|
|
@@ -11055,17 +11055,6 @@ interface LinkedinProfilePublication {
|
|
|
11055
11055
|
title?: string;
|
|
11056
11056
|
[extra: string]: unknown;
|
|
11057
11057
|
}
|
|
11058
|
-
interface LinkedinProfileSkill {
|
|
11059
|
-
/**
|
|
11060
|
-
* Endorsement count text, e.g. '99+ endorsements'.
|
|
11061
|
-
*/
|
|
11062
|
-
endorsements?: string;
|
|
11063
|
-
/**
|
|
11064
|
-
* Skill name.
|
|
11065
|
-
*/
|
|
11066
|
-
name?: string;
|
|
11067
|
-
[extra: string]: unknown;
|
|
11068
|
-
}
|
|
11069
11058
|
/**
|
|
11070
11059
|
* The `data` payload of LinkedIn Profile (linkedin.profile).
|
|
11071
11060
|
*/
|
|
@@ -11148,9 +11137,9 @@ interface LinkedinProfileData {
|
|
|
11148
11137
|
*/
|
|
11149
11138
|
publications?: LinkedinProfilePublication[];
|
|
11150
11139
|
/**
|
|
11151
|
-
*
|
|
11140
|
+
* The member's skills, as free-form strings when present.
|
|
11152
11141
|
*/
|
|
11153
|
-
skills?:
|
|
11142
|
+
skills?: unknown[];
|
|
11154
11143
|
/**
|
|
11155
11144
|
* The member's top skills, as free-form strings when present.
|
|
11156
11145
|
*/
|
|
@@ -11581,9 +11570,9 @@ interface LinkedinSearchProfilesItem {
|
|
|
11581
11570
|
*/
|
|
11582
11571
|
premium?: boolean;
|
|
11583
11572
|
/**
|
|
11584
|
-
* Listed skills
|
|
11573
|
+
* Listed skills, as free-form strings when present.
|
|
11585
11574
|
*/
|
|
11586
|
-
skills?:
|
|
11575
|
+
skills?: unknown[];
|
|
11587
11576
|
/**
|
|
11588
11577
|
* Canonical LinkedIn profile URL. Populated whenever the provider has data for the entity.
|
|
11589
11578
|
*/
|
|
@@ -11599,9 +11588,6 @@ interface LinkedinSearchProfilesEducation {
|
|
|
11599
11588
|
interface LinkedinSearchProfilesExperience {
|
|
11600
11589
|
[extra: string]: unknown;
|
|
11601
11590
|
}
|
|
11602
|
-
interface LinkedinSearchProfilesSkill {
|
|
11603
|
-
[extra: string]: unknown;
|
|
11604
|
-
}
|
|
11605
11591
|
/**
|
|
11606
11592
|
* The `data` payload of LinkedIn Profile Search (linkedin.search_profiles).
|
|
11607
11593
|
*/
|
|
@@ -11794,9 +11780,9 @@ interface LinkedinSearchProfilesEmailItem {
|
|
|
11794
11780
|
*/
|
|
11795
11781
|
premium?: boolean;
|
|
11796
11782
|
/**
|
|
11797
|
-
* Listed skills
|
|
11783
|
+
* Listed skills, as free-form strings when present.
|
|
11798
11784
|
*/
|
|
11799
|
-
skills?:
|
|
11785
|
+
skills?: unknown[];
|
|
11800
11786
|
/**
|
|
11801
11787
|
* Canonical LinkedIn profile URL. Populated whenever the provider has data for the entity.
|
|
11802
11788
|
*/
|
|
@@ -11815,9 +11801,6 @@ interface LinkedinSearchProfilesEmailEmail {
|
|
|
11815
11801
|
interface LinkedinSearchProfilesEmailExperience {
|
|
11816
11802
|
[extra: string]: unknown;
|
|
11817
11803
|
}
|
|
11818
|
-
interface LinkedinSearchProfilesEmailSkill {
|
|
11819
|
-
[extra: string]: unknown;
|
|
11820
|
-
}
|
|
11821
11804
|
/**
|
|
11822
11805
|
* The `data` payload of LinkedIn Profile Search + Email (linkedin.search_profiles_email).
|
|
11823
11806
|
*/
|
|
@@ -11904,7 +11887,7 @@ declare class LinkedinNamespace {
|
|
|
11904
11887
|
*
|
|
11905
11888
|
* Search the LinkedIn Ad Library by search URL and list the matching ads (advertiser, creative text, format).
|
|
11906
11889
|
*
|
|
11907
|
-
* Price: $0.
|
|
11890
|
+
* Price: $0.00006 per request plus $0.00158 per result (maximum $0.0316).
|
|
11908
11891
|
*
|
|
11909
11892
|
* @example
|
|
11910
11893
|
* const res = await client.linkedin.ads({ url: "https://www.linkedin.com/company/stripe", limit: 3 });
|
|
@@ -11926,7 +11909,7 @@ declare class LinkedinNamespace {
|
|
|
11926
11909
|
*
|
|
11927
11910
|
* 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
11911
|
*
|
|
11929
|
-
* Price: $0.
|
|
11912
|
+
* Price: $0.0042 per request plus $0 per result (maximum $0.0042).
|
|
11930
11913
|
*
|
|
11931
11914
|
* @example
|
|
11932
11915
|
* const res = await client.linkedin.company({ url: "https://www.linkedin.com/company/stripe" });
|
|
@@ -11937,7 +11920,7 @@ declare class LinkedinNamespace {
|
|
|
11937
11920
|
*
|
|
11938
11921
|
* List the employees of a LinkedIn company by name or company URL, with optional job-title filtering.
|
|
11939
11922
|
*
|
|
11940
|
-
* Price: $0 per request plus $0.
|
|
11923
|
+
* Price: $0 per request plus $0.0105 per result (maximum $0.105).
|
|
11941
11924
|
*
|
|
11942
11925
|
* @example
|
|
11943
11926
|
* const res = await client.linkedin.companyEmployees({ company: "stripe", limit: 3 });
|
|
@@ -11948,7 +11931,7 @@ declare class LinkedinNamespace {
|
|
|
11948
11931
|
*
|
|
11949
11932
|
* 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
11933
|
*
|
|
11951
|
-
* Price: $0.
|
|
11934
|
+
* Price: $0.00006 per request plus $0.00184 per result (maximum $0.092).
|
|
11952
11935
|
*
|
|
11953
11936
|
* @example
|
|
11954
11937
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -11981,7 +11964,7 @@ declare class LinkedinNamespace {
|
|
|
11981
11964
|
*
|
|
11982
11965
|
* 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
11966
|
*
|
|
11984
|
-
* Price: $0.
|
|
11967
|
+
* Price: $0.0105 per request plus $0 per result (maximum $0.0105).
|
|
11985
11968
|
*
|
|
11986
11969
|
* @example
|
|
11987
11970
|
* const res = await client.linkedin.email({ profileUrl: "https://www.linkedin.com/in/satyanadella" });
|
|
@@ -11992,7 +11975,7 @@ declare class LinkedinNamespace {
|
|
|
11992
11975
|
*
|
|
11993
11976
|
* 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
11977
|
*
|
|
11995
|
-
* Price: $0.
|
|
11978
|
+
* Price: $0.00105 per request plus $0.00105 per result (maximum $0.0273).
|
|
11996
11979
|
*
|
|
11997
11980
|
* @example
|
|
11998
11981
|
* const res = await client.linkedin.jobs({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
|
|
@@ -12003,7 +11986,7 @@ declare class LinkedinNamespace {
|
|
|
12003
11986
|
*
|
|
12004
11987
|
* Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
|
|
12005
11988
|
*
|
|
12006
|
-
* Price: $0.
|
|
11989
|
+
* Price: $0.0012 per request.
|
|
12007
11990
|
*
|
|
12008
11991
|
* @example
|
|
12009
11992
|
* const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
|
|
@@ -12014,7 +11997,7 @@ declare class LinkedinNamespace {
|
|
|
12014
11997
|
*
|
|
12015
11998
|
* Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
|
|
12016
11999
|
*
|
|
12017
|
-
* Price: $0.
|
|
12000
|
+
* Price: $0.0012 per request.
|
|
12018
12001
|
*
|
|
12019
12002
|
* @example
|
|
12020
12003
|
* const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
|
|
@@ -12025,7 +12008,7 @@ declare class LinkedinNamespace {
|
|
|
12025
12008
|
*
|
|
12026
12009
|
* List comments on a LinkedIn post - full text, commenter name/URL/job title, timestamps, and engagement.
|
|
12027
12010
|
*
|
|
12028
|
-
* Price: $0 per request plus $0.
|
|
12011
|
+
* Price: $0 per request plus $0.0021 per result (maximum $0.21).
|
|
12029
12012
|
*
|
|
12030
12013
|
* @example
|
|
12031
12014
|
* 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 +12019,7 @@ declare class LinkedinNamespace {
|
|
|
12036
12019
|
*
|
|
12037
12020
|
* List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade.
|
|
12038
12021
|
*
|
|
12039
|
-
* Price: $0 per request plus $0.
|
|
12022
|
+
* Price: $0 per request plus $0.0021 per result (maximum $0.21).
|
|
12040
12023
|
*
|
|
12041
12024
|
* @example
|
|
12042
12025
|
* 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 +12041,7 @@ declare class LinkedinNamespace {
|
|
|
12058
12041
|
*
|
|
12059
12042
|
* 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
12043
|
*
|
|
12061
|
-
* Price: $0.
|
|
12044
|
+
* Price: $0.0042 per request plus $0 per result (maximum $0.0042).
|
|
12062
12045
|
*
|
|
12063
12046
|
* @example
|
|
12064
12047
|
* const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/williamhgates" });
|
|
@@ -12080,7 +12063,7 @@ declare class LinkedinNamespace {
|
|
|
12080
12063
|
*
|
|
12081
12064
|
* Search LinkedIn companies by keyword with optional location filtering, returning normalized company records.
|
|
12082
12065
|
*
|
|
12083
|
-
* Price: $0.
|
|
12066
|
+
* Price: $0.00105 per request plus $0.0042 per result (maximum $0.0851).
|
|
12084
12067
|
*
|
|
12085
12068
|
* @example
|
|
12086
12069
|
* const res = await client.linkedin.searchCompanies({ query: "fintech", limit: 3 });
|
|
@@ -12102,7 +12085,7 @@ declare class LinkedinNamespace {
|
|
|
12102
12085
|
*
|
|
12103
12086
|
* 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
12087
|
*
|
|
12105
|
-
* Price: $0.
|
|
12088
|
+
* Price: $0.084 per request plus $0.0042 per result (maximum $0.189).
|
|
12106
12089
|
*
|
|
12107
12090
|
* @example
|
|
12108
12091
|
* const res = await client.linkedin.searchProfiles({ query: "engineer", currentCompanies: ["Google"], limit: 3 });
|
|
@@ -12113,7 +12096,7 @@ declare class LinkedinNamespace {
|
|
|
12113
12096
|
*
|
|
12114
12097
|
* 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
12098
|
*
|
|
12116
|
-
* Price: $0.
|
|
12099
|
+
* Price: $0.084 per request plus $0.00945 per result (maximum $0.321).
|
|
12117
12100
|
*
|
|
12118
12101
|
* @example
|
|
12119
12102
|
* const res = await client.linkedin.searchProfilesEmail({ query: "founder", companyHeadcount: ["B"], limit: 5 });
|
|
@@ -12124,7 +12107,7 @@ declare class LinkedinNamespace {
|
|
|
12124
12107
|
*
|
|
12125
12108
|
* 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
12109
|
*
|
|
12127
|
-
* Price: $0.
|
|
12110
|
+
* Price: $0.036 per request.
|
|
12128
12111
|
*
|
|
12129
12112
|
* @example
|
|
12130
12113
|
* const res = await client.linkedin.searchProfilesThin({ query: "recruiter" });
|
|
@@ -12663,7 +12646,7 @@ declare class MapsNamespace {
|
|
|
12663
12646
|
*
|
|
12664
12647
|
* 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
12648
|
*
|
|
12666
|
-
* Price: $0.
|
|
12649
|
+
* Price: $0.00006 per request plus $0.00473 per result (maximum $0.0946).
|
|
12667
12650
|
*
|
|
12668
12651
|
* @example
|
|
12669
12652
|
* const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
|
|
@@ -12685,7 +12668,7 @@ declare class MapsNamespace {
|
|
|
12685
12668
|
*
|
|
12686
12669
|
* Fetch up to 100 Google Maps reviews for a place by place ID, sorted the way you need, in one normalized response.
|
|
12687
12670
|
*
|
|
12688
|
-
* Price: $0.
|
|
12671
|
+
* Price: $0.00006 per request plus $0.00042 per result (maximum $0.0421).
|
|
12689
12672
|
*
|
|
12690
12673
|
* @example
|
|
12691
12674
|
* const res = await client.maps.reviews({ placeId: "ChIJN1t_tDeuEmsRUsoyG83frY4", limit: 3, postedLimit: "year" });
|
|
@@ -13042,7 +13025,7 @@ declare class PersonNamespace {
|
|
|
13042
13025
|
*
|
|
13043
13026
|
* 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
13027
|
*
|
|
13045
|
-
* Price: $0 per request plus $0.
|
|
13028
|
+
* Price: $0 per request plus $0.00735 per result (maximum $0.00735).
|
|
13046
13029
|
*
|
|
13047
13030
|
* @example
|
|
13048
13031
|
* const res = await client.person.skipTrace({ address: "123 Main St, Austin, TX 78701", name: "John Smith" });
|
|
@@ -13100,7 +13083,7 @@ declare class PinterestNamespace {
|
|
|
13100
13083
|
*
|
|
13101
13084
|
* Search Pinterest by keyword and get pin, video, board, or profile results with titles, images, and links.
|
|
13102
13085
|
*
|
|
13103
|
-
* Price: $0.
|
|
13086
|
+
* Price: $0.0036 per request.
|
|
13104
13087
|
*
|
|
13105
13088
|
* @example
|
|
13106
13089
|
* const res = await client.pinterest.search({ query: "home decor", limit: 3 });
|
|
@@ -13217,7 +13200,7 @@ declare class PlaystoreNamespace {
|
|
|
13217
13200
|
*
|
|
13218
13201
|
* Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
|
|
13219
13202
|
*
|
|
13220
|
-
* Price: $0 per request plus $0.
|
|
13203
|
+
* Price: $0 per request plus $0.00012 per result (maximum $0.0116).
|
|
13221
13204
|
*
|
|
13222
13205
|
* @example
|
|
13223
13206
|
* const res = await client.playstore.reviews({ appId: "com.whatsapp", limit: 3 });
|
|
@@ -13330,7 +13313,7 @@ declare class PolymarketNamespace {
|
|
|
13330
13313
|
*
|
|
13331
13314
|
* Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
|
|
13332
13315
|
*
|
|
13333
|
-
* Price: $0.
|
|
13316
|
+
* Price: $0.111 per request plus $0.00063 per result (maximum $0.126).
|
|
13334
13317
|
*
|
|
13335
13318
|
* @example
|
|
13336
13319
|
* const res = await client.polymarket.markets({ query: "election", limit: 10 });
|
|
@@ -13503,7 +13486,7 @@ declare class RealtorNamespace {
|
|
|
13503
13486
|
*
|
|
13504
13487
|
* 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
13488
|
*
|
|
13506
|
-
* Price: $0.
|
|
13489
|
+
* Price: $0.00525 per request plus $0.00158 per result (maximum $0.0447).
|
|
13507
13490
|
*
|
|
13508
13491
|
* @example
|
|
13509
13492
|
* const res = await client.realtor.search({ location: "Austin, TX", bedsMin: 4, limit: 3, propertyTypes: ["single_family"], searchStatuses: ["pending"] });
|
|
@@ -14189,7 +14172,7 @@ declare class RedditNamespace {
|
|
|
14189
14172
|
*
|
|
14190
14173
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
14191
14174
|
*
|
|
14192
|
-
* Price: $0.
|
|
14175
|
+
* Price: $0.0012 per request.
|
|
14193
14176
|
*
|
|
14194
14177
|
* @example
|
|
14195
14178
|
* 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 +14212,7 @@ declare class RedditNamespace {
|
|
|
14229
14212
|
*
|
|
14230
14213
|
* Fetch a Reddit user's public profile (karma split, post and comment counts, bio, avatar, account age) by username.
|
|
14231
14214
|
*
|
|
14232
|
-
* Price: $0.
|
|
14215
|
+
* Price: $0.0012 per request.
|
|
14233
14216
|
*
|
|
14234
14217
|
* @example
|
|
14235
14218
|
* const res = await client.reddit.profile({ username: "spez" });
|
|
@@ -14240,7 +14223,7 @@ declare class RedditNamespace {
|
|
|
14240
14223
|
*
|
|
14241
14224
|
* Search Reddit posts across all subreddits by query.
|
|
14242
14225
|
*
|
|
14243
|
-
* Price: $0.
|
|
14226
|
+
* Price: $0.0012 per request.
|
|
14244
14227
|
*
|
|
14245
14228
|
* @example
|
|
14246
14229
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
|
@@ -14258,7 +14241,7 @@ declare class RedditNamespace {
|
|
|
14258
14241
|
*
|
|
14259
14242
|
* Fetch a subreddit's metadata (weekly active users, description, and category).
|
|
14260
14243
|
*
|
|
14261
|
-
* Price: $0.
|
|
14244
|
+
* Price: $0.0012 per request.
|
|
14262
14245
|
*
|
|
14263
14246
|
* @example
|
|
14264
14247
|
* const res = await client.reddit.subredditDetails({ subreddit: "programming" });
|
|
@@ -14298,7 +14281,7 @@ declare class RedditNamespace {
|
|
|
14298
14281
|
*
|
|
14299
14282
|
* 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
14283
|
*
|
|
14301
|
-
* Price: $0.
|
|
14284
|
+
* Price: $0.0012 per request.
|
|
14302
14285
|
*
|
|
14303
14286
|
* @example
|
|
14304
14287
|
* const res = await client.reddit.userComments({ username: "spez" });
|
|
@@ -14316,7 +14299,7 @@ declare class RedditNamespace {
|
|
|
14316
14299
|
*
|
|
14317
14300
|
* List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
|
|
14318
14301
|
*
|
|
14319
|
-
* Price: $0.
|
|
14302
|
+
* Price: $0.0012 per request.
|
|
14320
14303
|
*
|
|
14321
14304
|
* @example
|
|
14322
14305
|
* const res = await client.reddit.userPosts({ username: "spez" });
|
|
@@ -14449,7 +14432,7 @@ declare class RedfinNamespace {
|
|
|
14449
14432
|
*
|
|
14450
14433
|
* Run a Redfin map search by URL and get matching home listings (price, address, beds, baths, status) as normalized JSON.
|
|
14451
14434
|
*
|
|
14452
|
-
* Price: $0.
|
|
14435
|
+
* Price: $0.00284 per request plus $0.00046 per result (maximum $0.0142).
|
|
14453
14436
|
*
|
|
14454
14437
|
* @example
|
|
14455
14438
|
* const res = await client.redfin.search({ url: "https://www.redfin.com/city/30818/TX/Austin", limit: 3 });
|
|
@@ -14960,7 +14943,7 @@ declare class RednoteNamespace {
|
|
|
14960
14943
|
*
|
|
14961
14944
|
* Look up a RedNote (Xiaohongshu) note by note ID and return normalized note details.
|
|
14962
14945
|
*
|
|
14963
|
-
* Price: $0.
|
|
14946
|
+
* Price: $0.012 per request.
|
|
14964
14947
|
*
|
|
14965
14948
|
* @example
|
|
14966
14949
|
* const res = await client.rednote.note({ noteId: "66f2a24f000000002c02cf57" });
|
|
@@ -14971,7 +14954,7 @@ declare class RednoteNamespace {
|
|
|
14971
14954
|
*
|
|
14972
14955
|
* List comments on a RedNote (Xiaohongshu) note and return normalized comment records with pagination.
|
|
14973
14956
|
*
|
|
14974
|
-
* Price: $0.
|
|
14957
|
+
* Price: $0.012 per request.
|
|
14975
14958
|
*
|
|
14976
14959
|
* @example
|
|
14977
14960
|
* const res = await client.rednote.noteComments({ noteId: "68dd422c0000000203019829" });
|
|
@@ -14989,7 +14972,7 @@ declare class RednoteNamespace {
|
|
|
14989
14972
|
*
|
|
14990
14973
|
* Look up a RedNote (Xiaohongshu) profile by user ID and return normalized profile details.
|
|
14991
14974
|
*
|
|
14992
|
-
* Price: $0.
|
|
14975
|
+
* Price: $0.012 per request.
|
|
14993
14976
|
*
|
|
14994
14977
|
* @example
|
|
14995
14978
|
* const res = await client.rednote.profile({ userId: "56b0a4491c07df6365277af7" });
|
|
@@ -15000,7 +14983,7 @@ declare class RednoteNamespace {
|
|
|
15000
14983
|
*
|
|
15001
14984
|
* Search RedNote (Xiaohongshu) notes by keyword and return normalized note records with pagination.
|
|
15002
14985
|
*
|
|
15003
|
-
* Price: $0.
|
|
14986
|
+
* Price: $0.012 per request.
|
|
15004
14987
|
*
|
|
15005
14988
|
* @example
|
|
15006
14989
|
* const res = await client.rednote.search({ query: "coffee", sort: "general" });
|
|
@@ -15018,7 +15001,7 @@ declare class RednoteNamespace {
|
|
|
15018
15001
|
*
|
|
15019
15002
|
* Search RedNote (Xiaohongshu) users by keyword and return normalized user records with pagination.
|
|
15020
15003
|
*
|
|
15021
|
-
* Price: $0.
|
|
15004
|
+
* Price: $0.012 per request.
|
|
15022
15005
|
*
|
|
15023
15006
|
* @example
|
|
15024
15007
|
* const res = await client.rednote.searchUsers({ query: "coffee" });
|
|
@@ -15036,7 +15019,7 @@ declare class RednoteNamespace {
|
|
|
15036
15019
|
*
|
|
15037
15020
|
* List notes posted by a RedNote (Xiaohongshu) user and return normalized note records with pagination.
|
|
15038
15021
|
*
|
|
15039
|
-
* Price: $0.
|
|
15022
|
+
* Price: $0.012 per request.
|
|
15040
15023
|
*
|
|
15041
15024
|
* @example
|
|
15042
15025
|
* const res = await client.rednote.userNotes({ userId: "56b0a4491c07df6365277af7" });
|
|
@@ -15149,7 +15132,7 @@ declare class SecNamespace {
|
|
|
15149
15132
|
*
|
|
15150
15133
|
* 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
15134
|
*
|
|
15152
|
-
* Price: $0.
|
|
15135
|
+
* Price: $0.0021 per request plus $0.00042 per result (maximum $0.0126).
|
|
15153
15136
|
*
|
|
15154
15137
|
* @example
|
|
15155
15138
|
* const res = await client.sec.filings({ limit: 3, ticker: "AAPL" });
|
|
@@ -15419,7 +15402,7 @@ declare class SemrushNamespace {
|
|
|
15419
15402
|
*
|
|
15420
15403
|
* Semrush keyword research for any term: monthly search volume, CPC, competition, keyword difficulty, plus related keywords and question keywords.
|
|
15421
15404
|
*
|
|
15422
|
-
* Price: $0 per request plus $0.
|
|
15405
|
+
* Price: $0 per request plus $0.0158 per result (maximum $0.0158).
|
|
15423
15406
|
*
|
|
15424
15407
|
* @example
|
|
15425
15408
|
* const res = await client.semrush.keywords({ keyword: "best running shoes", database: "us" });
|
|
@@ -15430,7 +15413,7 @@ declare class SemrushNamespace {
|
|
|
15430
15413
|
*
|
|
15431
15414
|
* 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
15415
|
*
|
|
15433
|
-
* Price: $0 per request plus $0.
|
|
15416
|
+
* Price: $0 per request plus $0.0158 per result (maximum $0.0158).
|
|
15434
15417
|
*
|
|
15435
15418
|
* @example
|
|
15436
15419
|
* const res = await client.semrush.overview({ domain: "ahrefs.com", database: "us" });
|
|
@@ -16583,7 +16566,7 @@ declare class SnapchatNamespace {
|
|
|
16583
16566
|
*
|
|
16584
16567
|
* Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
|
|
16585
16568
|
*
|
|
16586
|
-
* Price: $0.
|
|
16569
|
+
* Price: $0.00105 per request plus $0.0021 per result (maximum $0.00315).
|
|
16587
16570
|
*
|
|
16588
16571
|
* @example
|
|
16589
16572
|
* const res = await client.snapchat.profile({ username: "nasa" });
|
|
@@ -16646,7 +16629,7 @@ declare class SocialNamespace {
|
|
|
16646
16629
|
*
|
|
16647
16630
|
* Find a person's or brand's profiles across major social networks from a single name, returned as normalized JSON.
|
|
16648
16631
|
*
|
|
16649
|
-
* Price: $0.
|
|
16632
|
+
* Price: $0.00105 per request plus $0.0021 per result (maximum $0.0221).
|
|
16650
16633
|
*
|
|
16651
16634
|
* @example
|
|
16652
16635
|
* const res = await client.social.finder({ name: "Elon Musk", limit: 3 });
|
|
@@ -17055,7 +17038,7 @@ declare class SpotifyNamespace {
|
|
|
17055
17038
|
*
|
|
17056
17039
|
* Fetch stream counts and stats for a Spotify track, album, or artist URL.
|
|
17057
17040
|
*
|
|
17058
|
-
* Price: $0 per request plus $0.
|
|
17041
|
+
* Price: $0 per request plus $0.00315 per result (maximum $0.00315).
|
|
17059
17042
|
*
|
|
17060
17043
|
* @example
|
|
17061
17044
|
* const res = await client.spotify.playCount({ url: "https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT" });
|
|
@@ -17240,7 +17223,7 @@ declare class SubstackNamespace {
|
|
|
17240
17223
|
*
|
|
17241
17224
|
* 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
17225
|
*
|
|
17243
|
-
* Price: $0.
|
|
17226
|
+
* Price: $0.00525 per request plus $0.00164 per result (maximum $0.17).
|
|
17244
17227
|
*
|
|
17245
17228
|
* @example
|
|
17246
17229
|
* const res = await client.substack.posts({ url: "https://www.astralcodexten.com", limit: 3 });
|
|
@@ -18558,7 +18541,7 @@ declare class TiktokNamespace {
|
|
|
18558
18541
|
*
|
|
18559
18542
|
* Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle.
|
|
18560
18543
|
*
|
|
18561
|
-
* Price: $0.
|
|
18544
|
+
* Price: $0.018 per request.
|
|
18562
18545
|
*
|
|
18563
18546
|
* @example
|
|
18564
18547
|
* const res = await client.tiktok.audienceDemographics({ handle: "shakira" });
|
|
@@ -18616,7 +18599,7 @@ declare class TiktokNamespace {
|
|
|
18616
18599
|
*
|
|
18617
18600
|
* List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
|
|
18618
18601
|
*
|
|
18619
|
-
* Price: $0.
|
|
18602
|
+
* Price: $0.0036 per request.
|
|
18620
18603
|
*
|
|
18621
18604
|
* @example
|
|
18622
18605
|
* const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
|
|
@@ -18638,7 +18621,7 @@ declare class TiktokNamespace {
|
|
|
18638
18621
|
*
|
|
18639
18622
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
18640
18623
|
*
|
|
18641
|
-
* Price: $0.
|
|
18624
|
+
* Price: $0.0012 per request.
|
|
18642
18625
|
*
|
|
18643
18626
|
* @example
|
|
18644
18627
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
|
@@ -18660,7 +18643,7 @@ declare class TiktokNamespace {
|
|
|
18660
18643
|
*
|
|
18661
18644
|
* List a TikTok creator's recent videos (views, likes, comments) by handle with cursor pagination.
|
|
18662
18645
|
*
|
|
18663
|
-
* Price: $0.
|
|
18646
|
+
* Price: $0.0012 per request.
|
|
18664
18647
|
*
|
|
18665
18648
|
* @example
|
|
18666
18649
|
* const res = await client.tiktok.profileVideos({ handle: "zachking" });
|
|
@@ -18689,7 +18672,7 @@ declare class TiktokNamespace {
|
|
|
18689
18672
|
*
|
|
18690
18673
|
* Search TikTok by keyword and get matching videos (caption, views, likes, comments, shares) as normalized JSON.
|
|
18691
18674
|
*
|
|
18692
|
-
* Price: $0.
|
|
18675
|
+
* Price: $0.0012 per request.
|
|
18693
18676
|
*
|
|
18694
18677
|
* @example
|
|
18695
18678
|
* const res = await client.tiktok.searchKeyword({ query: "cooking" });
|
|
@@ -18718,7 +18701,7 @@ declare class TiktokNamespace {
|
|
|
18718
18701
|
*
|
|
18719
18702
|
* Search TikTok accounts by keyword (handle, nickname, follower count) with cursor pagination.
|
|
18720
18703
|
*
|
|
18721
|
-
* Price: $0.
|
|
18704
|
+
* Price: $0.0012 per request.
|
|
18722
18705
|
*
|
|
18723
18706
|
* @example
|
|
18724
18707
|
* const res = await client.tiktok.searchUsers({ query: "chef" });
|
|
@@ -18776,7 +18759,7 @@ declare class TiktokNamespace {
|
|
|
18776
18759
|
*
|
|
18777
18760
|
* Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
|
|
18778
18761
|
*
|
|
18779
|
-
* Price: $0.
|
|
18762
|
+
* Price: $0.0012 per request.
|
|
18780
18763
|
*
|
|
18781
18764
|
* @example
|
|
18782
18765
|
* 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 +19382,7 @@ declare class TripadvisorNamespace {
|
|
|
19399
19382
|
*
|
|
19400
19383
|
* 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
19384
|
*
|
|
19402
|
-
* Price: $0.
|
|
19385
|
+
* Price: $0.0036 per request.
|
|
19403
19386
|
*
|
|
19404
19387
|
* @example
|
|
19405
19388
|
* 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 +19393,7 @@ declare class TripadvisorNamespace {
|
|
|
19410
19393
|
*
|
|
19411
19394
|
* 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
19395
|
*
|
|
19413
|
-
* Price: $0.
|
|
19396
|
+
* Price: $0.0036 per request.
|
|
19414
19397
|
*
|
|
19415
19398
|
* @example
|
|
19416
19399
|
* const res = await client.tripadvisor.search({ query: "Paris", limit: 3 });
|
|
@@ -19509,7 +19492,7 @@ declare class TrustpilotNamespace {
|
|
|
19509
19492
|
*
|
|
19510
19493
|
* Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
|
|
19511
19494
|
*
|
|
19512
|
-
* Price: $0.
|
|
19495
|
+
* Price: $0.018 per request.
|
|
19513
19496
|
*
|
|
19514
19497
|
* @example
|
|
19515
19498
|
* const res = await client.trustpilot.reviews({ company: "stripe.com", limit: 3 });
|
|
@@ -19673,7 +19656,7 @@ declare class TruthsocialNamespace {
|
|
|
19673
19656
|
*
|
|
19674
19657
|
* Get a single Truth Social post by its URL - text, author, engagement (likes, comments, shares), and timestamp as clean JSON.
|
|
19675
19658
|
*
|
|
19676
|
-
* Price: $0.
|
|
19659
|
+
* Price: $0.0036 per request.
|
|
19677
19660
|
*
|
|
19678
19661
|
* @example
|
|
19679
19662
|
* const res = await client.truthsocial.post({ url: "https://truthsocial.com/@realDonaldTrump/posts/116824551176646175" });
|
|
@@ -19684,7 +19667,7 @@ declare class TruthsocialNamespace {
|
|
|
19684
19667
|
*
|
|
19685
19668
|
* Get a Truth Social account's public profile by handle - display name, bio, follower/following counts, and post count as clean JSON.
|
|
19686
19669
|
*
|
|
19687
|
-
* Price: $0.
|
|
19670
|
+
* Price: $0.0036 per request.
|
|
19688
19671
|
*
|
|
19689
19672
|
* @example
|
|
19690
19673
|
* const res = await client.truthsocial.profile({ handle: "realDonaldTrump" });
|
|
@@ -19695,7 +19678,7 @@ declare class TruthsocialNamespace {
|
|
|
19695
19678
|
*
|
|
19696
19679
|
* List a Truth Social account's recent posts by handle - text, engagement (likes, comments, shares), and timestamps as clean JSON.
|
|
19697
19680
|
*
|
|
19698
|
-
* Price: $0.
|
|
19681
|
+
* Price: $0.0036 per request.
|
|
19699
19682
|
*
|
|
19700
19683
|
* @example
|
|
19701
19684
|
* const res = await client.truthsocial.userPosts({ handle: "realDonaldTrump" });
|
|
@@ -20660,7 +20643,7 @@ declare class TwitterNamespace {
|
|
|
20660
20643
|
*
|
|
20661
20644
|
* Fetch the replies to any X (Twitter) post URL as structured records: author, text, and engagement.
|
|
20662
20645
|
*
|
|
20663
|
-
* Price: $0.
|
|
20646
|
+
* Price: $0.00263 per request plus $0.00027 per result (maximum $0.0132).
|
|
20664
20647
|
*
|
|
20665
20648
|
* @example
|
|
20666
20649
|
* const res = await client.twitter.replies({ url: "https://x.com/jack/status/20", limit: 3 });
|
|
@@ -20740,7 +20723,7 @@ declare class TwitterNamespace {
|
|
|
20740
20723
|
*
|
|
20741
20724
|
* 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
20725
|
*
|
|
20743
|
-
* Price: $0 per request plus $0.
|
|
20726
|
+
* Price: $0 per request plus $0.00021 per result (maximum $0.21).
|
|
20744
20727
|
*
|
|
20745
20728
|
* @example
|
|
20746
20729
|
* const res = await client.twitter.userTweets({ handle: "levelsio", limit: 20 });
|
|
@@ -20882,7 +20865,7 @@ declare class UpworkNamespace {
|
|
|
20882
20865
|
*
|
|
20883
20866
|
* Search Upwork job postings by keyword, with up to 25 fresh listings per request.
|
|
20884
20867
|
*
|
|
20885
|
-
* Price: $0 per request plus $0.
|
|
20868
|
+
* Price: $0 per request plus $0.00347 per result (maximum $0.0867).
|
|
20886
20869
|
*
|
|
20887
20870
|
* @example
|
|
20888
20871
|
* const res = await client.upwork.jobs({ query: "web developer", jobType: "fixed", limit: 10 });
|
|
@@ -20985,7 +20968,7 @@ declare class WalmartNamespace {
|
|
|
20985
20968
|
*
|
|
20986
20969
|
* Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
|
|
20987
20970
|
*
|
|
20988
|
-
* Price: $0 per request plus $0.
|
|
20971
|
+
* Price: $0 per request plus $0.00387 per result (maximum $0.00387).
|
|
20989
20972
|
*
|
|
20990
20973
|
* @example
|
|
20991
20974
|
* const res = await client.walmart.product({ url: "https://www.walmart.com/ip/Apple-AirPods-Pro-2/5689919121" });
|
|
@@ -21195,7 +21178,7 @@ declare class WebNamespace {
|
|
|
21195
21178
|
*
|
|
21196
21179
|
* 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
21180
|
*
|
|
21198
|
-
* Price: $0.
|
|
21181
|
+
* Price: $0.00158 per request plus $0.00315 per result (maximum $0.0331).
|
|
21199
21182
|
*
|
|
21200
21183
|
* @example
|
|
21201
21184
|
* const res = await client.web.crawl({ url: "https://example.com", limit: 3 });
|
|
@@ -21228,7 +21211,7 @@ declare class WebNamespace {
|
|
|
21228
21211
|
*
|
|
21229
21212
|
* Capture a real-browser screenshot of any web page URL.
|
|
21230
21213
|
*
|
|
21231
|
-
* Price: $0 per request plus $0.
|
|
21214
|
+
* Price: $0 per request plus $0.00166 per result (maximum $0.00166).
|
|
21232
21215
|
*
|
|
21233
21216
|
* @example
|
|
21234
21217
|
* const res = await client.web.screenshot({ url: "https://example.com" });
|
|
@@ -21707,7 +21690,7 @@ declare class WeiboNamespace {
|
|
|
21707
21690
|
*
|
|
21708
21691
|
* Get the complete current Weibo hot-search ranking with labels and heat values.
|
|
21709
21692
|
*
|
|
21710
|
-
* Price: $0.
|
|
21693
|
+
* Price: $0.0018 per request.
|
|
21711
21694
|
*
|
|
21712
21695
|
* @example
|
|
21713
21696
|
* const res = await client.weibo.hotSearch({});
|
|
@@ -21718,7 +21701,7 @@ declare class WeiboNamespace {
|
|
|
21718
21701
|
*
|
|
21719
21702
|
* Fetch a public Weibo post by ID with normalized author and engagement data.
|
|
21720
21703
|
*
|
|
21721
|
-
* Price: $0.
|
|
21704
|
+
* Price: $0.0012 per request.
|
|
21722
21705
|
*
|
|
21723
21706
|
* @example
|
|
21724
21707
|
* const res = await client.weibo.post({ postId: "5092682368025584", includeLongText: "true" });
|
|
@@ -21729,7 +21712,7 @@ declare class WeiboNamespace {
|
|
|
21729
21712
|
*
|
|
21730
21713
|
* List first-level comments on a public Weibo post with pagination.
|
|
21731
21714
|
*
|
|
21732
|
-
* Price: $0.
|
|
21715
|
+
* Price: $0.0012 per request.
|
|
21733
21716
|
*
|
|
21734
21717
|
* @example
|
|
21735
21718
|
* const res = await client.weibo.postComments({ postId: "5283919831764022", limit: 10 });
|
|
@@ -21747,7 +21730,7 @@ declare class WeiboNamespace {
|
|
|
21747
21730
|
*
|
|
21748
21731
|
* Fetch a public Weibo profile by user ID with normalized audience and account data.
|
|
21749
21732
|
*
|
|
21750
|
-
* Price: $0.
|
|
21733
|
+
* Price: $0.0012 per request.
|
|
21751
21734
|
*
|
|
21752
21735
|
* @example
|
|
21753
21736
|
* const res = await client.weibo.profile({ userId: "1722594714" });
|
|
@@ -21758,7 +21741,7 @@ declare class WeiboNamespace {
|
|
|
21758
21741
|
*
|
|
21759
21742
|
* Search public Weibo posts with optional result, media, and time filters.
|
|
21760
21743
|
*
|
|
21761
|
-
* Price: $0.
|
|
21744
|
+
* Price: $0.0012 per request.
|
|
21762
21745
|
*
|
|
21763
21746
|
* @example
|
|
21764
21747
|
* const res = await client.weibo.search({ query: "python", includeType: "pic", page: 1, searchType: "hot" });
|
|
@@ -21769,7 +21752,7 @@ declare class WeiboNamespace {
|
|
|
21769
21752
|
*
|
|
21770
21753
|
* List public posts from a Weibo user with normalized author and engagement data.
|
|
21771
21754
|
*
|
|
21772
|
-
* Price: $0.
|
|
21755
|
+
* Price: $0.0012 per request.
|
|
21773
21756
|
*
|
|
21774
21757
|
* @example
|
|
21775
21758
|
* const res = await client.weibo.userPosts({ userId: "7277477906", feature: 3, page: 1 });
|
|
@@ -21859,7 +21842,7 @@ declare class YahooFinanceNamespace {
|
|
|
21859
21842
|
*
|
|
21860
21843
|
* 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
21844
|
*
|
|
21862
|
-
* Price: $0.
|
|
21845
|
+
* Price: $0.00006 per request plus $0.00095 per result (maximum $0.001).
|
|
21863
21846
|
*
|
|
21864
21847
|
* @example
|
|
21865
21848
|
* const res = await client.yahooFinance.quote({ ticker: "AAPL" });
|
|
@@ -22013,7 +21996,7 @@ declare class YelpNamespace {
|
|
|
22013
21996
|
*
|
|
22014
21997
|
* Search Yelp for businesses by keyword and location: up to 20 listings with ratings, categories, and core business info per request.
|
|
22015
21998
|
*
|
|
22016
|
-
* Price: $0.
|
|
21999
|
+
* Price: $0.042 per request plus $0.00079 per result (maximum $0.0578).
|
|
22017
22000
|
*
|
|
22018
22001
|
* @example
|
|
22019
22002
|
* const res = await client.yelp.search({ location: "Chicago, IL", query: "pizza", limit: 5 });
|
|
@@ -23429,7 +23412,7 @@ declare class ZhihuNamespace {
|
|
|
23429
23412
|
*
|
|
23430
23413
|
* Fetch a public Zhihu answer with normalized author and question data.
|
|
23431
23414
|
*
|
|
23432
|
-
* Price: $0.
|
|
23415
|
+
* Price: $0.0012 per request.
|
|
23433
23416
|
*
|
|
23434
23417
|
* @example
|
|
23435
23418
|
* const res = await client.zhihu.answer({ answerId: "2054145988235880002" });
|
|
@@ -23440,7 +23423,7 @@ declare class ZhihuNamespace {
|
|
|
23440
23423
|
*
|
|
23441
23424
|
* Fetch a public Zhihu profile with normalized identity and audience data.
|
|
23442
23425
|
*
|
|
23443
|
-
* Price: $0.
|
|
23426
|
+
* Price: $0.0012 per request.
|
|
23444
23427
|
*
|
|
23445
23428
|
* @example
|
|
23446
23429
|
* const res = await client.zhihu.profile({ userToken: "ming-he-43-93" });
|
|
@@ -23451,7 +23434,7 @@ declare class ZhihuNamespace {
|
|
|
23451
23434
|
*
|
|
23452
23435
|
* Fetch a public Zhihu question with normalized text and engagement statistics.
|
|
23453
23436
|
*
|
|
23454
|
-
* Price: $0.
|
|
23437
|
+
* Price: $0.0012 per request.
|
|
23455
23438
|
*
|
|
23456
23439
|
* @example
|
|
23457
23440
|
* const res = await client.zhihu.question({ questionId: "37811449" });
|
|
@@ -23462,7 +23445,7 @@ declare class ZhihuNamespace {
|
|
|
23462
23445
|
*
|
|
23463
23446
|
* List public answers to a Zhihu question with normalized authors and engagement data.
|
|
23464
23447
|
*
|
|
23465
|
-
* Price: $0.
|
|
23448
|
+
* Price: $0.0012 per request.
|
|
23466
23449
|
*
|
|
23467
23450
|
* @example
|
|
23468
23451
|
* const res = await client.zhihu.questionAnswers({ questionId: "37811449", limit: 5, offset: 0, order: "default" });
|
|
@@ -23473,7 +23456,7 @@ declare class ZhihuNamespace {
|
|
|
23473
23456
|
*
|
|
23474
23457
|
* Search public Zhihu articles by keyword with normalized author and engagement data.
|
|
23475
23458
|
*
|
|
23476
|
-
* Price: $0.
|
|
23459
|
+
* Price: $0.0012 per request.
|
|
23477
23460
|
*
|
|
23478
23461
|
* @example
|
|
23479
23462
|
* const res = await client.zhihu.searchArticles({ query: "deepseek", limit: "20", showAllTopics: 0 });
|
|
@@ -23761,7 +23744,7 @@ declare class ZillowNamespace {
|
|
|
23761
23744
|
*
|
|
23762
23745
|
* Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
|
|
23763
23746
|
*
|
|
23764
|
-
* Price: $0 per request plus $0.
|
|
23747
|
+
* Price: $0 per request plus $0.00252 per result (maximum $0.00252).
|
|
23765
23748
|
*
|
|
23766
23749
|
* @example
|
|
23767
23750
|
* const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
|
|
@@ -23772,7 +23755,7 @@ declare class ZillowNamespace {
|
|
|
23772
23755
|
*
|
|
23773
23756
|
* 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
23757
|
*
|
|
23775
|
-
* Price: $0.
|
|
23758
|
+
* Price: $0.00053 per request plus $0.00315 per result (maximum $0.0793).
|
|
23776
23759
|
*
|
|
23777
23760
|
* @example
|
|
23778
23761
|
* const res = await client.zillow.search({ location: "Austin, TX", limit: 3, maxPrice: 900000, minBedrooms: 3, operation: "buy" });
|
|
@@ -25426,4 +25409,4 @@ declare class AnyAPI extends AnyAPI$1 {
|
|
|
25426
25409
|
get zillow(): ZillowNamespace;
|
|
25427
25410
|
}
|
|
25428
25411
|
|
|
25429
|
-
export { type AccountProfile, type AgentSignupOptions, type AgentSignupResult, type AhrefsBacklinksData, type AhrefsBacklinksInput, type AhrefsBacklinksItem, type AhrefsKeywordIdeasData, type AhrefsKeywordIdeasIdea, type AhrefsKeywordIdeasInput, type AhrefsKeywordIdeasItem, type AhrefsKeywordsData, type AhrefsKeywordsInput, type AhrefsKeywordsItem, AhrefsNamespace, type AhrefsOverviewData, type AhrefsOverviewInput, type AhrefsOverviewItem, AirbnbNamespace, type AirbnbSearchData, type AirbnbSearchInput, type AirbnbSearchItem, AlibabaNamespace, type AlibabaSearchData, type AlibabaSearchInput, type AlibabaSearchItem, type AmazonAsinsData, type AmazonAsinsInput, type AmazonAsinsItem, type AmazonBestsellersData, type AmazonBestsellersInput, type AmazonBestsellersItem, AmazonNamespace, type AmazonProductData, type AmazonProductInput, type AmazonProductItem, type AmazonReviewsData, type AmazonReviewsInput, type AmazonReviewsItem, type AmazonSearchData, type AmazonSearchInput, type AmazonSearchItem, AnyAPI, AnyAPIError, ApolloNamespace, type ApolloOrganizationData, type ApolloOrganizationEnrichData, type ApolloOrganizationEnrichInput, type ApolloOrganizationInput, type ApolloOrganizationJobsData, type ApolloOrganizationJobsInput, type ApolloOrganizationJobsJob, type ApolloOrganizationNewsArticle, type ApolloOrganizationNewsData, type ApolloOrganizationNewsInput, type ApolloOrganizationsBulkEnrichData, type ApolloOrganizationsBulkEnrichInput, type ApolloOrganizationsBulkEnrichOrganization, type ApolloOrganizationsSearchData, type ApolloOrganizationsSearchInput, type ApolloOrganizationsSearchOrganization, type ApolloPeopleSearchData, type ApolloPeopleSearchInput, type ApolloPeopleSearchPeople, type ApolloPersonEnrichData, type ApolloPersonEnrichEmploymentHistory, type ApolloPersonEnrichInput, AppstoreNamespace, type AppstoreReviewsData, type AppstoreReviewsInput, type AppstoreReviewsItem, AuthenticationError, BadRequestError, type BareRunResult, BlueskyNamespace, type BlueskyPostData, type BlueskyPostInput, type BlueskyProfileData, type BlueskyProfileInput, type BlueskyUserPostsData, type BlueskyUserPostsInput, type BlueskyUserPostsPost, BookingNamespace, type BookingSearchData, type BookingSearchInput, type BookingSearchItem, type CatalogEntry, type CatalogOptions, type CatalogSearchResult, type CatalogSearchResults, type ClientCore, type ClientOptions, type CoinmarketcapListingsData, type CoinmarketcapListingsInput, type CoinmarketcapListingsItem, CoinmarketcapNamespace, CongressNamespace, type CongressTradesData, type CongressTradesInput, type CongressTradesItem, ConnectionError, DexscreenerNamespace, type DexscreenerTokensData, type DexscreenerTokensInput, type DexscreenerTokensItem, type DiscoveryLane, type DiscoveryPricing, DouyinNamespace, type DouyinProfileData, type DouyinProfileInput, type DouyinSearchVideosData, type DouyinSearchVideosInput, type DouyinSearchVideosVideo, type DouyinUserPostsData, type DouyinUserPostsInput, type DouyinUserPostsPost, type DouyinVideoCommentsComment, type DouyinVideoCommentsData, type DouyinVideoCommentsInput, type DouyinVideoData, type DouyinVideoInput, EbayNamespace, type EbaySearchData, type EbaySearchInput, type EbaySearchItem, type EbaySoldListingsData, type EbaySoldListingsInput, type EbaySoldListingsItem, type EmailFindData, type EmailFindInput, type EmailFindItem, EmailNamespace, type EmailVerifyData, type EmailVerifyInput, type EmailVerifyItem, type FacebookAdDetailsData, type FacebookAdDetailsInput, type FacebookAdTranscriptData, type FacebookAdTranscriptInput, type FacebookAdsSearchAd, type FacebookAdsSearchData, type FacebookAdsSearchInput, type FacebookCommentRepliesData, type FacebookCommentRepliesInput, type FacebookCommentRepliesReplie, type FacebookCompanyAdsAd, type FacebookCompanyAdsData, type FacebookCompanyAdsInput, type FacebookEventDetailsData, type FacebookEventDetailsInput, type FacebookEventsData, type FacebookEventsEvent, type FacebookEventsInput, type FacebookEventsSearchData, type FacebookEventsSearchEvent, type FacebookEventsSearchInput, type FacebookFollowersData, type FacebookFollowersInput, type FacebookFollowersItem, type FacebookGroupPostsData, type FacebookGroupPostsInput, type FacebookGroupPostsPost, type FacebookMarketplaceData, type FacebookMarketplaceInput, type FacebookMarketplaceItemData, type FacebookMarketplaceItemInput, type FacebookMarketplaceListing, type FacebookMarketplaceLocationSearchData, type FacebookMarketplaceLocationSearchInput, type FacebookMarketplaceLocationSearchLocation, FacebookNamespace, type FacebookPageContactData, type FacebookPageContactInput, type FacebookPageContactItem, type FacebookPhotosData, type FacebookPhotosInput, type FacebookPhotosPhoto, type FacebookPostCommentsComment, type FacebookPostCommentsData, type FacebookPostCommentsInput, type FacebookPostData, type FacebookPostInput, type FacebookPostTranscriptData, type FacebookPostTranscriptInput, type FacebookProfileData, type FacebookProfileEventsData, type FacebookProfileEventsEvent, type FacebookProfileEventsInput, type FacebookProfileInput, type FacebookProfilePostsData, type FacebookProfilePostsInput, type FacebookProfilePostsPost, type FacebookProfileReelsData, type FacebookProfileReelsInput, type FacebookProfileReelsReel, type FacebookSearchCompaniesCompanie, type FacebookSearchCompaniesData, type FacebookSearchCompaniesInput, type FacebookSearchPagesData, type FacebookSearchPagesInput, type FacebookSearchPagesItem, type FacebookSearchPostsData, type FacebookSearchPostsInput, type FacebookSearchPostsItem, FiverrNamespace, type FiverrSearchData, type FiverrSearchInput, type FiverrSearchItem, type FlatPricingOffer, GithubNamespace, type GithubRepositoryData, type GithubRepositoryInput, type GithubTrendingDevelopersData, type GithubTrendingDevelopersDeveloper, type GithubTrendingDevelopersInput, type GithubTrendingRepositoriesData, type GithubTrendingRepositoriesInput, type GithubTrendingRepositoriesRepo, type GithubUserActivityActivity, type GithubUserActivityData, type GithubUserActivityInput, type GithubUserContributionsData, type GithubUserContributionsDay, type GithubUserContributionsInput, type GithubUserData, type GithubUserFollowersData, type GithubUserFollowersFollower, type GithubUserFollowersInput, type GithubUserFollowingData, type GithubUserFollowingFollowing, type GithubUserFollowingInput, type GithubUserInput, type GithubUserPullRequestsData, type GithubUserPullRequestsInput, type GithubUserPullRequestsPullRequest, type GithubUserRepositoriesData, type GithubUserRepositoriesInput, type GithubUserRepositoriesRepo, type GlassdoorJobsData, type GlassdoorJobsInput, type GlassdoorJobsItem, GlassdoorNamespace, type GoogleAdsAdDetailsData, type GoogleAdsAdDetailsInput, type GoogleAdsAdDetailsVariation, type GoogleAdsAdvertiserSearchAdvertiser, type GoogleAdsAdvertiserSearchData, type GoogleAdsAdvertiserSearchInput, type GoogleAdsCompanyAdsAd, type GoogleAdsCompanyAdsData, type GoogleAdsCompanyAdsInput, GoogleAdsNamespace, type GoogleAdsSearchData, type GoogleAdsSearchInput, type GoogleAdsSearchItem, type GoogleAdsSearchVariation, type GoogleAutocompleteData, type GoogleAutocompleteInput, type GoogleAutocompleteSuggestion, GoogleFinanceNamespace, type GoogleFinanceQuoteData, type GoogleFinanceQuoteInput, type GoogleFinanceQuoteItem, type GoogleImagesData, type GoogleImagesInput, type GoogleImagesItem, type GoogleLensData, type GoogleLensInput, type GoogleLensResult, GoogleNamespace, type GoogleNewsData, type GoogleNewsInput, type GoogleNewsItem, type GooglePatentsData, type GooglePatentsInput, type GooglePatentsResult, type GoogleScholarData, type GoogleScholarInput, type GoogleScholarResult, type GoogleSearchData, type GoogleSearchInput, type GoogleSearchResult, GoogleShoppingNamespace, type GoogleShoppingSearchData, type GoogleShoppingSearchInput, type GoogleShoppingSearchItem, type GoogleVideosData, type GoogleVideosInput, type GoogleVideosResult, HackernewsNamespace, type HackernewsProfileData, type HackernewsProfileInput, type HackernewsSearchData, type HackernewsSearchInput, type HackernewsSearchResult, type HackernewsStoryCommentsComment, type HackernewsStoryCommentsData, type HackernewsStoryCommentsInput, type HackernewsStoryData, type HackernewsStoryInput, type HighlightField, type IndeedJobsData, type IndeedJobsInput, type IndeedJobsItem, IndeedNamespace, type InstagramAudioReelsData, type InstagramAudioReelsInput, type InstagramAudioReelsReel, type InstagramBasicProfileData, type InstagramBasicProfileInput, type InstagramEmbedData, type InstagramEmbedInput, type InstagramFollowersData, type InstagramFollowersInput, type InstagramFollowersItem, type InstagramFollowingData, type InstagramFollowingInput, type InstagramFollowingItem, type InstagramHashtagAnalyticsData, type InstagramHashtagAnalyticsInput, type InstagramHashtagAnalyticsItem, type InstagramHighlightDetailData, type InstagramHighlightDetailInput, type InstagramMediaTranscriptData, type InstagramMediaTranscriptInput, type InstagramMediaTranscriptTranscript, InstagramNamespace, type InstagramPostCommentsComment, type InstagramPostCommentsData, type InstagramPostCommentsInput, type InstagramPostData, type InstagramPostInput, type InstagramProfileData, type InstagramProfileInput, type InstagramReelTranscriptData, type InstagramReelTranscriptInput, type InstagramReelTranscriptItem, type InstagramReelTranscriptSegment, type InstagramReelsSearchData, type InstagramReelsSearchInput, type InstagramReelsSearchReel, type InstagramSearchData, type InstagramSearchHashtagData, type InstagramSearchHashtagInput, type InstagramSearchHashtagPost, type InstagramSearchInput, type InstagramSearchItem, type InstagramSearchProfilesData, type InstagramSearchProfilesInput, type InstagramSearchProfilesProfile, type InstagramStoriesFullData, type InstagramStoriesFullInput, type InstagramStoriesFullItem, type InstagramStoriesThinData, type InstagramStoriesThinInput, type InstagramStoriesThinItem, type InstagramTrendingReelsData, type InstagramTrendingReelsInput, type InstagramTrendingReelsReel, type InstagramUserHighlightsData, type InstagramUserHighlightsHighlight, type InstagramUserHighlightsInput, type InstagramUserPostsData, type InstagramUserPostsInput, type InstagramUserPostsPost, type InstagramUserReelsData, type InstagramUserReelsInput, type InstagramUserReelsReel, InsufficientBalanceError, type LaneHealth, type LinearPricingOffer, type LinkedinAdData, type LinkedinAdInput, type LinkedinAdsData, type LinkedinAdsInput, type LinkedinAdsItem, type LinkedinAdsSearchAd, type LinkedinAdsSearchData, type LinkedinAdsSearchInput, type LinkedinCompanyData, type LinkedinCompanyEmployeesData, type LinkedinCompanyEmployeesInput, type LinkedinCompanyEmployeesItem, type LinkedinCompanyInput, type LinkedinCompanyLocation, type LinkedinCompanyPostsContentAttribute, type LinkedinCompanyPostsData, type LinkedinCompanyPostsInput, type LinkedinCompanyPostsItem, type LinkedinCompanyPostsPostImage, type LinkedinCompanyPostsReaction, type LinkedinCompanyPostsThinData, type LinkedinCompanyPostsThinInput, type LinkedinCompanyPostsThinItem, type LinkedinCompanyThinData, type LinkedinCompanyThinInput, type LinkedinEmailData, type LinkedinEmailEmail, type LinkedinEmailInput, type LinkedinJobsData, type LinkedinJobsInput, type LinkedinJobsItem, type LinkedinJobsThinData, type LinkedinJobsThinInput, type LinkedinJobsThinItem, LinkedinNamespace, type LinkedinPostCommentsData, type LinkedinPostCommentsInput, type LinkedinPostCommentsItem, type LinkedinPostData, type LinkedinPostInput, type LinkedinPostReactionsData, type LinkedinPostReactionsInput, type LinkedinPostReactionsItem, type LinkedinPostTranscriptData, type LinkedinPostTranscriptInput, type LinkedinProfileCertification, type LinkedinProfileCurrentPosition, type LinkedinProfileData, type LinkedinProfileEducation, type LinkedinProfileExperience, type LinkedinProfileHonorsAndAward, type LinkedinProfileInput, type LinkedinProfilePublication, type LinkedinProfileSkill, type LinkedinProfileThinArticle, type LinkedinProfileThinData, type LinkedinProfileThinEducation, type LinkedinProfileThinExperience, type LinkedinProfileThinInput, type LinkedinProfileThinRecentPost, type LinkedinSearchCompaniesData, type LinkedinSearchCompaniesInput, type LinkedinSearchCompaniesItem, type LinkedinSearchPostsData, type LinkedinSearchPostsInput, type LinkedinSearchPostsPost, type LinkedinSearchProfilesCurrentPosition, type LinkedinSearchProfilesData, type LinkedinSearchProfilesEducation, type LinkedinSearchProfilesEmailCurrentPosition, type LinkedinSearchProfilesEmailData, type LinkedinSearchProfilesEmailEducation, type LinkedinSearchProfilesEmailEmail, type LinkedinSearchProfilesEmailExperience, type LinkedinSearchProfilesEmailInput, type LinkedinSearchProfilesEmailItem, type LinkedinSearchProfilesEmailSkill, type LinkedinSearchProfilesExperience, type LinkedinSearchProfilesInput, type LinkedinSearchProfilesItem, type LinkedinSearchProfilesSkill, type LinkedinSearchProfilesThinData, type LinkedinSearchProfilesThinInput, type LinkedinSearchProfilesThinItem, type MapsContactsData, type MapsContactsInput, type MapsContactsItem, MapsNamespace, type MapsPlaceData, type MapsPlaceHour, type MapsPlaceInput, type MapsPlaceItem, type MapsReviewsData, type MapsReviewsInput, type MapsReviewsItem, type MapsSearchData, type MapsSearchInput, type MapsSearchItem, NotFoundError, type Output, type Paginator, type PandaexpressLocationsData, type PandaexpressLocationsInput, type PandaexpressLocationsRestaurant, type PandaexpressMenuCategorie, type PandaexpressMenuData, type PandaexpressMenuInput, type PandaexpressMenuItem, PandaexpressNamespace, type PandaexpressNutritionData, type PandaexpressNutritionInput, type PandaexpressNutritionItem, PersonNamespace, type PersonSkipTraceAssociate, type PersonSkipTraceData, type PersonSkipTraceInput, type PersonSkipTraceItem, type PersonSkipTracePreviousAddresse, type PersonSkipTraceRelative, PinterestNamespace, type PinterestSearchData, type PinterestSearchInput, type PinterestSearchItem, PlaystoreNamespace, type PlaystoreReviewsData, type PlaystoreReviewsInput, type PlaystoreReviewsItem, type PolymarketMarketsData, type PolymarketMarketsInput, type PolymarketMarketsItem, type PolymarketMarketsOutcome, PolymarketNamespace, type PricingOffer, RateLimitedError, RealtorNamespace, type RealtorSearchData, type RealtorSearchInput, type RealtorSearchItem, RedditNamespace, type RedditPostCommentsComment, type RedditPostCommentsData, type RedditPostCommentsInput, type RedditPostData, type RedditPostInput, type RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditProfileData, type RedditProfileInput, type RedditSearchData, type RedditSearchInput, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, type RedditUserCommentsComment, type RedditUserCommentsData, type RedditUserCommentsInput, type RedditUserPostsData, type RedditUserPostsInput, type RedditUserPostsPost, RedfinNamespace, type RedfinSearchData, type RedfinSearchInput, type RedfinSearchItem, RednoteNamespace, type RednoteNoteCommentsComment, type RednoteNoteCommentsData, type RednoteNoteCommentsInput, type RednoteNoteData, type RednoteNoteInput, type RednoteProfileData, type RednoteProfileInput, type RednoteSearchData, type RednoteSearchInput, type RednoteSearchNote, type RednoteSearchUsersData, type RednoteSearchUsersInput, type RednoteSearchUsersUser, type RednoteUserNotesData, type RednoteUserNotesInput, type RednoteUserNotesNote, type RequestOptions, ResultNotFoundError, type RunResult, type SearchOptions, type SecFilingsData, type SecFilingsInput, type SecFilingsItem, SecNamespace, type SemrushKeywordsData, type SemrushKeywordsInput, type SemrushKeywordsItem, type SemrushKeywordsQuestion, type SemrushKeywordsRelatedKeyword, SemrushNamespace, type SemrushOverviewData, type SemrushOverviewInput, type SemrushOverviewItem, type SemrushOverviewTopKeyword, type SeoCompetitorsDomainCompetitor, type SeoCompetitorsDomainData, type SeoCompetitorsDomainInput, type SeoDomainIntersectionData, type SeoDomainIntersectionInput, type SeoDomainIntersectionKeyword, type SeoDomainRankOverviewData, type SeoDomainRankOverviewInput, type SeoKeywordDifficultyData, type SeoKeywordDifficultyDifficultie, type SeoKeywordDifficultyInput, type SeoKeywordIdeasData, type SeoKeywordIdeasIdea, type SeoKeywordIdeasInput, type SeoKeywordOverviewData, type SeoKeywordOverviewInput, type SeoKeywordOverviewKeyword, type SeoKeywordOverviewMonthlySearche, type SeoKeywordSuggestionsData, type SeoKeywordSuggestionsInput, type SeoKeywordSuggestionsSuggestion, type SeoLocalPackData, type SeoLocalPackInput, type SeoLocalPackPlace, SeoNamespace, type SeoRankedKeywordsData, type SeoRankedKeywordsInput, type SeoRankedKeywordsRankedKeyword, type SeoRelatedKeywordsData, type SeoRelatedKeywordsInput, type SeoRelatedKeywordsRelatedKeyword, type SeoSearchIntentData, type SeoSearchIntentInput, type SeoSearchIntentIntent, type SeoSearchVolumeData, type SeoSearchVolumeInput, type SeoSearchVolumeKeyword, type SeoSearchVolumeMonthlySearche, type SkuMap, SnapchatNamespace, type SnapchatProfileData, type SnapchatProfileInput, type SnapchatProfileItem, type SnapchatProfileStorie, type SocialFinderData, type SocialFinderInput, type SocialFinderItem, SocialNamespace, type SpotifyAlbumData, type SpotifyAlbumInput, type SpotifyAlbumTrack, type SpotifyArtistAlbum, type SpotifyArtistData, type SpotifyArtistInput, type SpotifyArtistTopTrack, SpotifyNamespace, type SpotifyPlayCountData, type SpotifyPlayCountInput, type SpotifyPlayCountItem, type SpotifyPodcastData, type SpotifyPodcastEpisodesData, type SpotifyPodcastEpisodesEpisode, type SpotifyPodcastEpisodesInput, type SpotifyPodcastInput, type SpotifySearchAlbum, type SpotifySearchArtist, type SpotifySearchData, type SpotifySearchInput, type SpotifySearchPodcast, type SpotifySearchTrack, type SpotifyTrackData, type SpotifyTrackInput, SubstackNamespace, type SubstackPostsData, type SubstackPostsInput, type SubstackPostsItem, ThreadsNamespace, type ThreadsPostData, type ThreadsPostInput, type ThreadsProfileData, type ThreadsProfileInput, type ThreadsSearchData, type ThreadsSearchInput, type ThreadsSearchPost, type ThreadsSearchUsersData, type ThreadsSearchUsersInput, type ThreadsSearchUsersUser, type ThreadsUserPostsData, type ThreadsUserPostsInput, type ThreadsUserPostsPost, type TiktokAdLibraryAdData, type TiktokAdLibraryAdInput, type TiktokAdLibrarySearchAd, type TiktokAdLibrarySearchData, type TiktokAdLibrarySearchInput, type TiktokAudienceDemographicsAudienceLocation, type TiktokAudienceDemographicsData, type TiktokAudienceDemographicsInput, type TiktokCommentRepliesComment, type TiktokCommentRepliesData, type TiktokCommentRepliesInput, type TiktokFollowersData, type TiktokFollowersFollower, type TiktokFollowersInput, type TiktokFollowingData, type TiktokFollowingFollowing, type TiktokFollowingInput, type TiktokHashtagVideosData, type TiktokHashtagVideosInput, type TiktokHashtagVideosItem, type TiktokLiveData, type TiktokLiveInput, TiktokNamespace, type TiktokProfileData, type TiktokProfileInput, type TiktokProfileRegionData, type TiktokProfileRegionInput, type TiktokProfileVideosData, type TiktokProfileVideosInput, type TiktokProfileVideosVideo, type TiktokSearchHashtagData, type TiktokSearchHashtagInput, type TiktokSearchHashtagVideo, type TiktokSearchKeywordData, type TiktokSearchKeywordInput, type TiktokSearchKeywordVideo, type TiktokSearchTopData, type TiktokSearchTopInput, type TiktokSearchTopItem, type TiktokSearchUsersData, type TiktokSearchUsersInput, type TiktokSearchUsersUser, TiktokShopNamespace, type TiktokShopProductData, type TiktokShopProductInput, type TiktokShopProductReviewsData, type TiktokShopProductReviewsInput, type TiktokShopProductReviewsReview, type TiktokShopSearchData, type TiktokShopSearchInput, type TiktokShopSearchItem, type TiktokShopShopProductsData, type TiktokShopShopProductsInput, type TiktokShopShopProductsProduct, type TiktokShopUserShowcaseData, type TiktokShopUserShowcaseInput, type TiktokShopUserShowcaseProduct, type TiktokSongData, type TiktokSongInput, type TiktokSongVideosData, type TiktokSongVideosInput, type TiktokSongVideosVideo, type TiktokTrendingFeedData, type TiktokTrendingFeedInput, type TiktokTrendingFeedVideo, type TiktokVideoCommentsComment, type TiktokVideoCommentsData, type TiktokVideoCommentsInput, type TiktokVideoData, type TiktokVideoInput, type TiktokVideoTranscriptData, type TiktokVideoTranscriptInput, TimeoutError, TripadvisorNamespace, type TripadvisorReviewsData, type TripadvisorReviewsInput, type TripadvisorReviewsItem, type TripadvisorSearchData, type TripadvisorSearchInput, type TripadvisorSearchItem, TrustpilotNamespace, type TrustpilotReviewsData, type TrustpilotReviewsInput, type TrustpilotReviewsItem, TruthsocialNamespace, type TruthsocialPostData, type TruthsocialPostInput, type TruthsocialProfileData, type TruthsocialProfileInput, type TruthsocialUserPostsData, type TruthsocialUserPostsInput, type TruthsocialUserPostsPost, type TwitterArticleContentBlock, type TwitterArticleData, type TwitterArticleEntitie, type TwitterArticleInlineStyle, type TwitterArticleInput, type TwitterCommunityData, type TwitterCommunityInput, type TwitterCommunityTweetsData, type TwitterCommunityTweetsInput, type TwitterCommunityTweetsTweet, type TwitterFollowersData, type TwitterFollowersInput, type TwitterFollowersItem, type TwitterFollowingData, type TwitterFollowingInput, type TwitterFollowingItem, TwitterNamespace, type TwitterProfileData, type TwitterProfileInput, type TwitterRepliesData, type TwitterRepliesInput, type TwitterRepliesItem, type TwitterSearchData, type TwitterSearchInput, type TwitterSearchItem, type TwitterTrendsData, type TwitterTrendsInput, type TwitterTrendsItem, type TwitterTweetData, type TwitterTweetInput, type TwitterTweetTranscriptData, type TwitterTweetTranscriptInput, type TwitterUserPostsData, type TwitterUserPostsInput, type TwitterUserPostsTweet, type TwitterUserTweetsData, type TwitterUserTweetsInput, type TwitterUserTweetsTweet, UpstreamError, type UpworkJobsData, type UpworkJobsInput, type UpworkJobsItem, UpworkNamespace, WalmartNamespace, type WalmartProductData, type WalmartProductInput, type WalmartProductItem, type WebCrawlData, type WebCrawlInput, type WebCrawlItem, type WebMapData, type WebMapInput, type WebMapResult, WebNamespace, type WebScrapeData, type WebScrapeInput, type WebScreenshotData, type WebScreenshotInput, type WebScreenshotItem, type WeiboHotSearchData, type WeiboHotSearchInput, type WeiboHotSearchTopic, WeiboNamespace, type WeiboPostCommentsComment, type WeiboPostCommentsData, type WeiboPostCommentsInput, type WeiboPostData, type WeiboPostInput, type WeiboProfileData, type WeiboProfileInput, type WeiboSearchData, type WeiboSearchInput, type WeiboSearchPost, type WeiboUserPostsData, type WeiboUserPostsInput, type WeiboUserPostsPost, YahooFinanceNamespace, type YahooFinanceQuoteData, type YahooFinanceQuoteInput, type YahooFinanceQuoteItem, YelpNamespace, type YelpSearchCategorie, type YelpSearchData, type YelpSearchInput, type YelpSearchItem, type YoutubeChannelCommunityPostsData, type YoutubeChannelCommunityPostsInput, type YoutubeChannelCommunityPostsPost, type YoutubeChannelData, type YoutubeChannelInput, type YoutubeChannelLivesData, type YoutubeChannelLivesInput, type YoutubeChannelLivesLive, type YoutubeChannelPlaylistsData, type YoutubeChannelPlaylistsInput, type YoutubeChannelPlaylistsPlaylist, type YoutubeChannelShortsData, type YoutubeChannelShortsInput, type YoutubeChannelShortsShort, type YoutubeChannelVideosData, type YoutubeChannelVideosInput, type YoutubeChannelVideosVideo, type YoutubeCommentRepliesComment, type YoutubeCommentRepliesData, type YoutubeCommentRepliesInput, type YoutubeCommunityPostData, type YoutubeCommunityPostInput, YoutubeNamespace, type YoutubePlaylistData, type YoutubePlaylistInput, type YoutubePlaylistVideo, type YoutubeSearchData, type YoutubeSearchHashtagData, type YoutubeSearchHashtagInput, type YoutubeSearchHashtagVideo, type YoutubeSearchInput, type YoutubeSearchVideo, type YoutubeTrendingShortsData, type YoutubeTrendingShortsInput, type YoutubeTrendingShortsShort, type YoutubeVideoCommentsComment, type YoutubeVideoCommentsData, type YoutubeVideoCommentsInput, type YoutubeVideoData, type YoutubeVideoInput, type YoutubeVideoSponsorsData, type YoutubeVideoSponsorsInput, type YoutubeVideoSponsorsSuspectedSponsor, type YoutubeVideoTranscriptData, type YoutubeVideoTranscriptInput, type ZhihuAnswerData, type ZhihuAnswerInput, ZhihuNamespace, type ZhihuProfileData, type ZhihuProfileInput, type ZhihuQuestionAnswersAnswer, type ZhihuQuestionAnswersData, type ZhihuQuestionAnswersInput, type ZhihuQuestionData, type ZhihuQuestionInput, type ZhihuSearchArticlesArticle, type ZhihuSearchArticlesData, type ZhihuSearchArticlesInput, ZillowNamespace, type ZillowPropertyData, type ZillowPropertyInput, type ZillowPropertyItem, type ZillowSearchData, type ZillowSearchInput, type ZillowSearchItem, agentSignup, paginate, unwrap };
|
|
25412
|
+
export { type AccountProfile, type AgentSignupOptions, type AgentSignupResult, type AhrefsBacklinksData, type AhrefsBacklinksInput, type AhrefsBacklinksItem, type AhrefsKeywordIdeasData, type AhrefsKeywordIdeasIdea, type AhrefsKeywordIdeasInput, type AhrefsKeywordIdeasItem, type AhrefsKeywordsData, type AhrefsKeywordsInput, type AhrefsKeywordsItem, AhrefsNamespace, type AhrefsOverviewData, type AhrefsOverviewInput, type AhrefsOverviewItem, AirbnbNamespace, type AirbnbSearchData, type AirbnbSearchInput, type AirbnbSearchItem, AlibabaNamespace, type AlibabaSearchData, type AlibabaSearchInput, type AlibabaSearchItem, type AmazonAsinsData, type AmazonAsinsInput, type AmazonAsinsItem, type AmazonBestsellersData, type AmazonBestsellersInput, type AmazonBestsellersItem, AmazonNamespace, type AmazonProductData, type AmazonProductInput, type AmazonProductItem, type AmazonReviewsData, type AmazonReviewsInput, type AmazonReviewsItem, type AmazonSearchData, type AmazonSearchInput, type AmazonSearchItem, AnyAPI, AnyAPIError, ApolloNamespace, type ApolloOrganizationData, type ApolloOrganizationEnrichData, type ApolloOrganizationEnrichInput, type ApolloOrganizationInput, type ApolloOrganizationJobsData, type ApolloOrganizationJobsInput, type ApolloOrganizationJobsJob, type ApolloOrganizationNewsArticle, type ApolloOrganizationNewsData, type ApolloOrganizationNewsInput, type ApolloOrganizationsBulkEnrichData, type ApolloOrganizationsBulkEnrichInput, type ApolloOrganizationsBulkEnrichOrganization, type ApolloOrganizationsSearchData, type ApolloOrganizationsSearchInput, type ApolloOrganizationsSearchOrganization, type ApolloPeopleSearchData, type ApolloPeopleSearchInput, type ApolloPeopleSearchPeople, type ApolloPersonEnrichData, type ApolloPersonEnrichEmploymentHistory, type ApolloPersonEnrichInput, AppstoreNamespace, type AppstoreReviewsData, type AppstoreReviewsInput, type AppstoreReviewsItem, AuthenticationError, BadRequestError, type BareRunResult, BlueskyNamespace, type BlueskyPostData, type BlueskyPostInput, type BlueskyProfileData, type BlueskyProfileInput, type BlueskyUserPostsData, type BlueskyUserPostsInput, type BlueskyUserPostsPost, BookingNamespace, type BookingSearchData, type BookingSearchInput, type BookingSearchItem, type CatalogEntry, type CatalogOptions, type CatalogSearchResult, type CatalogSearchResults, type ClientCore, type ClientOptions, type CoinmarketcapListingsData, type CoinmarketcapListingsInput, type CoinmarketcapListingsItem, CoinmarketcapNamespace, CongressNamespace, type CongressTradesData, type CongressTradesInput, type CongressTradesItem, ConnectionError, DexscreenerNamespace, type DexscreenerTokensData, type DexscreenerTokensInput, type DexscreenerTokensItem, type DiscoveryLane, type DiscoveryPricing, DouyinNamespace, type DouyinProfileData, type DouyinProfileInput, type DouyinSearchVideosData, type DouyinSearchVideosInput, type DouyinSearchVideosVideo, type DouyinUserPostsData, type DouyinUserPostsInput, type DouyinUserPostsPost, type DouyinVideoCommentsComment, type DouyinVideoCommentsData, type DouyinVideoCommentsInput, type DouyinVideoData, type DouyinVideoInput, EbayNamespace, type EbaySearchData, type EbaySearchInput, type EbaySearchItem, type EbaySoldListingsData, type EbaySoldListingsInput, type EbaySoldListingsItem, type EmailFindData, type EmailFindInput, type EmailFindItem, EmailNamespace, type EmailVerifyData, type EmailVerifyInput, type EmailVerifyItem, type FacebookAdDetailsData, type FacebookAdDetailsInput, type FacebookAdTranscriptData, type FacebookAdTranscriptInput, type FacebookAdsSearchAd, type FacebookAdsSearchData, type FacebookAdsSearchInput, type FacebookCommentRepliesData, type FacebookCommentRepliesInput, type FacebookCommentRepliesReplie, type FacebookCompanyAdsAd, type FacebookCompanyAdsData, type FacebookCompanyAdsInput, type FacebookEventDetailsData, type FacebookEventDetailsInput, type FacebookEventsData, type FacebookEventsEvent, type FacebookEventsInput, type FacebookEventsSearchData, type FacebookEventsSearchEvent, type FacebookEventsSearchInput, type FacebookFollowersData, type FacebookFollowersInput, type FacebookFollowersItem, type FacebookGroupPostsData, type FacebookGroupPostsInput, type FacebookGroupPostsPost, type FacebookMarketplaceData, type FacebookMarketplaceInput, type FacebookMarketplaceItemData, type FacebookMarketplaceItemInput, type FacebookMarketplaceListing, type FacebookMarketplaceLocationSearchData, type FacebookMarketplaceLocationSearchInput, type FacebookMarketplaceLocationSearchLocation, FacebookNamespace, type FacebookPageContactData, type FacebookPageContactInput, type FacebookPageContactItem, type FacebookPhotosData, type FacebookPhotosInput, type FacebookPhotosPhoto, type FacebookPostCommentsComment, type FacebookPostCommentsData, type FacebookPostCommentsInput, type FacebookPostData, type FacebookPostInput, type FacebookPostTranscriptData, type FacebookPostTranscriptInput, type FacebookProfileData, type FacebookProfileEventsData, type FacebookProfileEventsEvent, type FacebookProfileEventsInput, type FacebookProfileInput, type FacebookProfilePostsData, type FacebookProfilePostsInput, type FacebookProfilePostsPost, type FacebookProfileReelsData, type FacebookProfileReelsInput, type FacebookProfileReelsReel, type FacebookSearchCompaniesCompanie, type FacebookSearchCompaniesData, type FacebookSearchCompaniesInput, type FacebookSearchPagesData, type FacebookSearchPagesInput, type FacebookSearchPagesItem, type FacebookSearchPostsData, type FacebookSearchPostsInput, type FacebookSearchPostsItem, FiverrNamespace, type FiverrSearchData, type FiverrSearchInput, type FiverrSearchItem, type FlatPricingOffer, GithubNamespace, type GithubRepositoryData, type GithubRepositoryInput, type GithubTrendingDevelopersData, type GithubTrendingDevelopersDeveloper, type GithubTrendingDevelopersInput, type GithubTrendingRepositoriesData, type GithubTrendingRepositoriesInput, type GithubTrendingRepositoriesRepo, type GithubUserActivityActivity, type GithubUserActivityData, type GithubUserActivityInput, type GithubUserContributionsData, type GithubUserContributionsDay, type GithubUserContributionsInput, type GithubUserData, type GithubUserFollowersData, type GithubUserFollowersFollower, type GithubUserFollowersInput, type GithubUserFollowingData, type GithubUserFollowingFollowing, type GithubUserFollowingInput, type GithubUserInput, type GithubUserPullRequestsData, type GithubUserPullRequestsInput, type GithubUserPullRequestsPullRequest, type GithubUserRepositoriesData, type GithubUserRepositoriesInput, type GithubUserRepositoriesRepo, type GlassdoorJobsData, type GlassdoorJobsInput, type GlassdoorJobsItem, GlassdoorNamespace, type GoogleAdsAdDetailsData, type GoogleAdsAdDetailsInput, type GoogleAdsAdDetailsVariation, type GoogleAdsAdvertiserSearchAdvertiser, type GoogleAdsAdvertiserSearchData, type GoogleAdsAdvertiserSearchInput, type GoogleAdsCompanyAdsAd, type GoogleAdsCompanyAdsData, type GoogleAdsCompanyAdsInput, GoogleAdsNamespace, type GoogleAdsSearchData, type GoogleAdsSearchInput, type GoogleAdsSearchItem, type GoogleAdsSearchVariation, type GoogleAutocompleteData, type GoogleAutocompleteInput, type GoogleAutocompleteSuggestion, GoogleFinanceNamespace, type GoogleFinanceQuoteData, type GoogleFinanceQuoteInput, type GoogleFinanceQuoteItem, type GoogleImagesData, type GoogleImagesInput, type GoogleImagesItem, type GoogleLensData, type GoogleLensInput, type GoogleLensResult, GoogleNamespace, type GoogleNewsData, type GoogleNewsInput, type GoogleNewsItem, type GooglePatentsData, type GooglePatentsInput, type GooglePatentsResult, type GoogleScholarData, type GoogleScholarInput, type GoogleScholarResult, type GoogleSearchData, type GoogleSearchInput, type GoogleSearchResult, GoogleShoppingNamespace, type GoogleShoppingSearchData, type GoogleShoppingSearchInput, type GoogleShoppingSearchItem, type GoogleVideosData, type GoogleVideosInput, type GoogleVideosResult, HackernewsNamespace, type HackernewsProfileData, type HackernewsProfileInput, type HackernewsSearchData, type HackernewsSearchInput, type HackernewsSearchResult, type HackernewsStoryCommentsComment, type HackernewsStoryCommentsData, type HackernewsStoryCommentsInput, type HackernewsStoryData, type HackernewsStoryInput, type HighlightField, type IndeedJobsData, type IndeedJobsInput, type IndeedJobsItem, IndeedNamespace, type InstagramAudioReelsData, type InstagramAudioReelsInput, type InstagramAudioReelsReel, type InstagramBasicProfileData, type InstagramBasicProfileInput, type InstagramEmbedData, type InstagramEmbedInput, type InstagramFollowersData, type InstagramFollowersInput, type InstagramFollowersItem, type InstagramFollowingData, type InstagramFollowingInput, type InstagramFollowingItem, type InstagramHashtagAnalyticsData, type InstagramHashtagAnalyticsInput, type InstagramHashtagAnalyticsItem, type InstagramHighlightDetailData, type InstagramHighlightDetailInput, type InstagramMediaTranscriptData, type InstagramMediaTranscriptInput, type InstagramMediaTranscriptTranscript, InstagramNamespace, type InstagramPostCommentsComment, type InstagramPostCommentsData, type InstagramPostCommentsInput, type InstagramPostData, type InstagramPostInput, type InstagramProfileData, type InstagramProfileInput, type InstagramReelTranscriptData, type InstagramReelTranscriptInput, type InstagramReelTranscriptItem, type InstagramReelTranscriptSegment, type InstagramReelsSearchData, type InstagramReelsSearchInput, type InstagramReelsSearchReel, type InstagramSearchData, type InstagramSearchHashtagData, type InstagramSearchHashtagInput, type InstagramSearchHashtagPost, type InstagramSearchInput, type InstagramSearchItem, type InstagramSearchProfilesData, type InstagramSearchProfilesInput, type InstagramSearchProfilesProfile, type InstagramStoriesFullData, type InstagramStoriesFullInput, type InstagramStoriesFullItem, type InstagramStoriesThinData, type InstagramStoriesThinInput, type InstagramStoriesThinItem, type InstagramTrendingReelsData, type InstagramTrendingReelsInput, type InstagramTrendingReelsReel, type InstagramUserHighlightsData, type InstagramUserHighlightsHighlight, type InstagramUserHighlightsInput, type InstagramUserPostsData, type InstagramUserPostsInput, type InstagramUserPostsPost, type InstagramUserReelsData, type InstagramUserReelsInput, type InstagramUserReelsReel, InsufficientBalanceError, type LaneHealth, type LinearPricingOffer, type LinkedinAdData, type LinkedinAdInput, type LinkedinAdsData, type LinkedinAdsInput, type LinkedinAdsItem, type LinkedinAdsSearchAd, type LinkedinAdsSearchData, type LinkedinAdsSearchInput, type LinkedinCompanyData, type LinkedinCompanyEmployeesData, type LinkedinCompanyEmployeesInput, type LinkedinCompanyEmployeesItem, type LinkedinCompanyInput, type LinkedinCompanyLocation, type LinkedinCompanyPostsContentAttribute, type LinkedinCompanyPostsData, type LinkedinCompanyPostsInput, type LinkedinCompanyPostsItem, type LinkedinCompanyPostsPostImage, type LinkedinCompanyPostsReaction, type LinkedinCompanyPostsThinData, type LinkedinCompanyPostsThinInput, type LinkedinCompanyPostsThinItem, type LinkedinCompanyThinData, type LinkedinCompanyThinInput, type LinkedinEmailData, type LinkedinEmailEmail, type LinkedinEmailInput, type LinkedinJobsData, type LinkedinJobsInput, type LinkedinJobsItem, type LinkedinJobsThinData, type LinkedinJobsThinInput, type LinkedinJobsThinItem, LinkedinNamespace, type LinkedinPostCommentsData, type LinkedinPostCommentsInput, type LinkedinPostCommentsItem, type LinkedinPostData, type LinkedinPostInput, type LinkedinPostReactionsData, type LinkedinPostReactionsInput, type LinkedinPostReactionsItem, type LinkedinPostTranscriptData, type LinkedinPostTranscriptInput, type LinkedinProfileCertification, type LinkedinProfileCurrentPosition, type LinkedinProfileData, type LinkedinProfileEducation, type LinkedinProfileExperience, type LinkedinProfileHonorsAndAward, type LinkedinProfileInput, type LinkedinProfilePublication, type LinkedinProfileThinArticle, type LinkedinProfileThinData, type LinkedinProfileThinEducation, type LinkedinProfileThinExperience, type LinkedinProfileThinInput, type LinkedinProfileThinRecentPost, type LinkedinSearchCompaniesData, type LinkedinSearchCompaniesInput, type LinkedinSearchCompaniesItem, type LinkedinSearchPostsData, type LinkedinSearchPostsInput, type LinkedinSearchPostsPost, type LinkedinSearchProfilesCurrentPosition, type LinkedinSearchProfilesData, type LinkedinSearchProfilesEducation, type LinkedinSearchProfilesEmailCurrentPosition, type LinkedinSearchProfilesEmailData, type LinkedinSearchProfilesEmailEducation, type LinkedinSearchProfilesEmailEmail, type LinkedinSearchProfilesEmailExperience, type LinkedinSearchProfilesEmailInput, type LinkedinSearchProfilesEmailItem, type LinkedinSearchProfilesExperience, type LinkedinSearchProfilesInput, type LinkedinSearchProfilesItem, type LinkedinSearchProfilesThinData, type LinkedinSearchProfilesThinInput, type LinkedinSearchProfilesThinItem, type MapsContactsData, type MapsContactsInput, type MapsContactsItem, MapsNamespace, type MapsPlaceData, type MapsPlaceHour, type MapsPlaceInput, type MapsPlaceItem, type MapsReviewsData, type MapsReviewsInput, type MapsReviewsItem, type MapsSearchData, type MapsSearchInput, type MapsSearchItem, NotFoundError, type Output, type Paginator, type PandaexpressLocationsData, type PandaexpressLocationsInput, type PandaexpressLocationsRestaurant, type PandaexpressMenuCategorie, type PandaexpressMenuData, type PandaexpressMenuInput, type PandaexpressMenuItem, PandaexpressNamespace, type PandaexpressNutritionData, type PandaexpressNutritionInput, type PandaexpressNutritionItem, PersonNamespace, type PersonSkipTraceAssociate, type PersonSkipTraceData, type PersonSkipTraceInput, type PersonSkipTraceItem, type PersonSkipTracePreviousAddresse, type PersonSkipTraceRelative, PinterestNamespace, type PinterestSearchData, type PinterestSearchInput, type PinterestSearchItem, PlaystoreNamespace, type PlaystoreReviewsData, type PlaystoreReviewsInput, type PlaystoreReviewsItem, type PolymarketMarketsData, type PolymarketMarketsInput, type PolymarketMarketsItem, type PolymarketMarketsOutcome, PolymarketNamespace, type PricingOffer, RateLimitedError, RealtorNamespace, type RealtorSearchData, type RealtorSearchInput, type RealtorSearchItem, RedditNamespace, type RedditPostCommentsComment, type RedditPostCommentsData, type RedditPostCommentsInput, type RedditPostData, type RedditPostInput, type RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditProfileData, type RedditProfileInput, type RedditSearchData, type RedditSearchInput, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, type RedditUserCommentsComment, type RedditUserCommentsData, type RedditUserCommentsInput, type RedditUserPostsData, type RedditUserPostsInput, type RedditUserPostsPost, RedfinNamespace, type RedfinSearchData, type RedfinSearchInput, type RedfinSearchItem, RednoteNamespace, type RednoteNoteCommentsComment, type RednoteNoteCommentsData, type RednoteNoteCommentsInput, type RednoteNoteData, type RednoteNoteInput, type RednoteProfileData, type RednoteProfileInput, type RednoteSearchData, type RednoteSearchInput, type RednoteSearchNote, type RednoteSearchUsersData, type RednoteSearchUsersInput, type RednoteSearchUsersUser, type RednoteUserNotesData, type RednoteUserNotesInput, type RednoteUserNotesNote, type RequestOptions, ResultNotFoundError, type RunResult, type SearchOptions, type SecFilingsData, type SecFilingsInput, type SecFilingsItem, SecNamespace, type SemrushKeywordsData, type SemrushKeywordsInput, type SemrushKeywordsItem, type SemrushKeywordsQuestion, type SemrushKeywordsRelatedKeyword, SemrushNamespace, type SemrushOverviewData, type SemrushOverviewInput, type SemrushOverviewItem, type SemrushOverviewTopKeyword, type SeoCompetitorsDomainCompetitor, type SeoCompetitorsDomainData, type SeoCompetitorsDomainInput, type SeoDomainIntersectionData, type SeoDomainIntersectionInput, type SeoDomainIntersectionKeyword, type SeoDomainRankOverviewData, type SeoDomainRankOverviewInput, type SeoKeywordDifficultyData, type SeoKeywordDifficultyDifficultie, type SeoKeywordDifficultyInput, type SeoKeywordIdeasData, type SeoKeywordIdeasIdea, type SeoKeywordIdeasInput, type SeoKeywordOverviewData, type SeoKeywordOverviewInput, type SeoKeywordOverviewKeyword, type SeoKeywordOverviewMonthlySearche, type SeoKeywordSuggestionsData, type SeoKeywordSuggestionsInput, type SeoKeywordSuggestionsSuggestion, type SeoLocalPackData, type SeoLocalPackInput, type SeoLocalPackPlace, SeoNamespace, type SeoRankedKeywordsData, type SeoRankedKeywordsInput, type SeoRankedKeywordsRankedKeyword, type SeoRelatedKeywordsData, type SeoRelatedKeywordsInput, type SeoRelatedKeywordsRelatedKeyword, type SeoSearchIntentData, type SeoSearchIntentInput, type SeoSearchIntentIntent, type SeoSearchVolumeData, type SeoSearchVolumeInput, type SeoSearchVolumeKeyword, type SeoSearchVolumeMonthlySearche, type SkuMap, SnapchatNamespace, type SnapchatProfileData, type SnapchatProfileInput, type SnapchatProfileItem, type SnapchatProfileStorie, type SocialFinderData, type SocialFinderInput, type SocialFinderItem, SocialNamespace, type SpotifyAlbumData, type SpotifyAlbumInput, type SpotifyAlbumTrack, type SpotifyArtistAlbum, type SpotifyArtistData, type SpotifyArtistInput, type SpotifyArtistTopTrack, SpotifyNamespace, type SpotifyPlayCountData, type SpotifyPlayCountInput, type SpotifyPlayCountItem, type SpotifyPodcastData, type SpotifyPodcastEpisodesData, type SpotifyPodcastEpisodesEpisode, type SpotifyPodcastEpisodesInput, type SpotifyPodcastInput, type SpotifySearchAlbum, type SpotifySearchArtist, type SpotifySearchData, type SpotifySearchInput, type SpotifySearchPodcast, type SpotifySearchTrack, type SpotifyTrackData, type SpotifyTrackInput, SubstackNamespace, type SubstackPostsData, type SubstackPostsInput, type SubstackPostsItem, ThreadsNamespace, type ThreadsPostData, type ThreadsPostInput, type ThreadsProfileData, type ThreadsProfileInput, type ThreadsSearchData, type ThreadsSearchInput, type ThreadsSearchPost, type ThreadsSearchUsersData, type ThreadsSearchUsersInput, type ThreadsSearchUsersUser, type ThreadsUserPostsData, type ThreadsUserPostsInput, type ThreadsUserPostsPost, type TiktokAdLibraryAdData, type TiktokAdLibraryAdInput, type TiktokAdLibrarySearchAd, type TiktokAdLibrarySearchData, type TiktokAdLibrarySearchInput, type TiktokAudienceDemographicsAudienceLocation, type TiktokAudienceDemographicsData, type TiktokAudienceDemographicsInput, type TiktokCommentRepliesComment, type TiktokCommentRepliesData, type TiktokCommentRepliesInput, type TiktokFollowersData, type TiktokFollowersFollower, type TiktokFollowersInput, type TiktokFollowingData, type TiktokFollowingFollowing, type TiktokFollowingInput, type TiktokHashtagVideosData, type TiktokHashtagVideosInput, type TiktokHashtagVideosItem, type TiktokLiveData, type TiktokLiveInput, TiktokNamespace, type TiktokProfileData, type TiktokProfileInput, type TiktokProfileRegionData, type TiktokProfileRegionInput, type TiktokProfileVideosData, type TiktokProfileVideosInput, type TiktokProfileVideosVideo, type TiktokSearchHashtagData, type TiktokSearchHashtagInput, type TiktokSearchHashtagVideo, type TiktokSearchKeywordData, type TiktokSearchKeywordInput, type TiktokSearchKeywordVideo, type TiktokSearchTopData, type TiktokSearchTopInput, type TiktokSearchTopItem, type TiktokSearchUsersData, type TiktokSearchUsersInput, type TiktokSearchUsersUser, TiktokShopNamespace, type TiktokShopProductData, type TiktokShopProductInput, type TiktokShopProductReviewsData, type TiktokShopProductReviewsInput, type TiktokShopProductReviewsReview, type TiktokShopSearchData, type TiktokShopSearchInput, type TiktokShopSearchItem, type TiktokShopShopProductsData, type TiktokShopShopProductsInput, type TiktokShopShopProductsProduct, type TiktokShopUserShowcaseData, type TiktokShopUserShowcaseInput, type TiktokShopUserShowcaseProduct, type TiktokSongData, type TiktokSongInput, type TiktokSongVideosData, type TiktokSongVideosInput, type TiktokSongVideosVideo, type TiktokTrendingFeedData, type TiktokTrendingFeedInput, type TiktokTrendingFeedVideo, type TiktokVideoCommentsComment, type TiktokVideoCommentsData, type TiktokVideoCommentsInput, type TiktokVideoData, type TiktokVideoInput, type TiktokVideoTranscriptData, type TiktokVideoTranscriptInput, TimeoutError, TripadvisorNamespace, type TripadvisorReviewsData, type TripadvisorReviewsInput, type TripadvisorReviewsItem, type TripadvisorSearchData, type TripadvisorSearchInput, type TripadvisorSearchItem, TrustpilotNamespace, type TrustpilotReviewsData, type TrustpilotReviewsInput, type TrustpilotReviewsItem, TruthsocialNamespace, type TruthsocialPostData, type TruthsocialPostInput, type TruthsocialProfileData, type TruthsocialProfileInput, type TruthsocialUserPostsData, type TruthsocialUserPostsInput, type TruthsocialUserPostsPost, type TwitterArticleContentBlock, type TwitterArticleData, type TwitterArticleEntitie, type TwitterArticleInlineStyle, type TwitterArticleInput, type TwitterCommunityData, type TwitterCommunityInput, type TwitterCommunityTweetsData, type TwitterCommunityTweetsInput, type TwitterCommunityTweetsTweet, type TwitterFollowersData, type TwitterFollowersInput, type TwitterFollowersItem, type TwitterFollowingData, type TwitterFollowingInput, type TwitterFollowingItem, TwitterNamespace, type TwitterProfileData, type TwitterProfileInput, type TwitterRepliesData, type TwitterRepliesInput, type TwitterRepliesItem, type TwitterSearchData, type TwitterSearchInput, type TwitterSearchItem, type TwitterTrendsData, type TwitterTrendsInput, type TwitterTrendsItem, type TwitterTweetData, type TwitterTweetInput, type TwitterTweetTranscriptData, type TwitterTweetTranscriptInput, type TwitterUserPostsData, type TwitterUserPostsInput, type TwitterUserPostsTweet, type TwitterUserTweetsData, type TwitterUserTweetsInput, type TwitterUserTweetsTweet, UpstreamError, type UpworkJobsData, type UpworkJobsInput, type UpworkJobsItem, UpworkNamespace, WalmartNamespace, type WalmartProductData, type WalmartProductInput, type WalmartProductItem, type WebCrawlData, type WebCrawlInput, type WebCrawlItem, type WebMapData, type WebMapInput, type WebMapResult, WebNamespace, type WebScrapeData, type WebScrapeInput, type WebScreenshotData, type WebScreenshotInput, type WebScreenshotItem, type WeiboHotSearchData, type WeiboHotSearchInput, type WeiboHotSearchTopic, WeiboNamespace, type WeiboPostCommentsComment, type WeiboPostCommentsData, type WeiboPostCommentsInput, type WeiboPostData, type WeiboPostInput, type WeiboProfileData, type WeiboProfileInput, type WeiboSearchData, type WeiboSearchInput, type WeiboSearchPost, type WeiboUserPostsData, type WeiboUserPostsInput, type WeiboUserPostsPost, YahooFinanceNamespace, type YahooFinanceQuoteData, type YahooFinanceQuoteInput, type YahooFinanceQuoteItem, YelpNamespace, type YelpSearchCategorie, type YelpSearchData, type YelpSearchInput, type YelpSearchItem, type YoutubeChannelCommunityPostsData, type YoutubeChannelCommunityPostsInput, type YoutubeChannelCommunityPostsPost, type YoutubeChannelData, type YoutubeChannelInput, type YoutubeChannelLivesData, type YoutubeChannelLivesInput, type YoutubeChannelLivesLive, type YoutubeChannelPlaylistsData, type YoutubeChannelPlaylistsInput, type YoutubeChannelPlaylistsPlaylist, type YoutubeChannelShortsData, type YoutubeChannelShortsInput, type YoutubeChannelShortsShort, type YoutubeChannelVideosData, type YoutubeChannelVideosInput, type YoutubeChannelVideosVideo, type YoutubeCommentRepliesComment, type YoutubeCommentRepliesData, type YoutubeCommentRepliesInput, type YoutubeCommunityPostData, type YoutubeCommunityPostInput, YoutubeNamespace, type YoutubePlaylistData, type YoutubePlaylistInput, type YoutubePlaylistVideo, type YoutubeSearchData, type YoutubeSearchHashtagData, type YoutubeSearchHashtagInput, type YoutubeSearchHashtagVideo, type YoutubeSearchInput, type YoutubeSearchVideo, type YoutubeTrendingShortsData, type YoutubeTrendingShortsInput, type YoutubeTrendingShortsShort, type YoutubeVideoCommentsComment, type YoutubeVideoCommentsData, type YoutubeVideoCommentsInput, type YoutubeVideoData, type YoutubeVideoInput, type YoutubeVideoSponsorsData, type YoutubeVideoSponsorsInput, type YoutubeVideoSponsorsSuspectedSponsor, type YoutubeVideoTranscriptData, type YoutubeVideoTranscriptInput, type ZhihuAnswerData, type ZhihuAnswerInput, ZhihuNamespace, type ZhihuProfileData, type ZhihuProfileInput, type ZhihuQuestionAnswersAnswer, type ZhihuQuestionAnswersData, type ZhihuQuestionAnswersInput, type ZhihuQuestionData, type ZhihuQuestionInput, type ZhihuSearchArticlesArticle, type ZhihuSearchArticlesData, type ZhihuSearchArticlesInput, ZillowNamespace, type ZillowPropertyData, type ZillowPropertyInput, type ZillowPropertyItem, type ZillowSearchData, type ZillowSearchInput, type ZillowSearchItem, agentSignup, paginate, unwrap };
|