@getanyapi/sdk 0.8.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -817,7 +817,7 @@ declare class AlibabaNamespace {
817
817
  /**
818
818
  * Alibaba Search
819
819
  *
820
- * Search Alibaba by keyword and get up to 25 wholesale listings - title, price range, minimum order, and supplier - in one normalized response.
820
+ * Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
821
821
  *
822
822
  * Price: $0 per request plus $0.0012 per result (maximum $0.03).
823
823
  *
@@ -1217,7 +1217,7 @@ declare class AmazonNamespace {
1217
1217
  /**
1218
1218
  * Amazon Products by ASIN
1219
1219
  *
1220
- * Look up to 10 Amazon products in one call by ASIN - title, brand, price, ratings, images, and attributes - as normalized JSON.
1220
+ * Look up to 10 Amazon products in one call by ASIN (title, brand, price, ratings, images, and attributes) as normalized JSON.
1221
1221
  *
1222
1222
  * Price: $0 per request plus $0.0035 per asin (maximum $0.035).
1223
1223
  *
@@ -1228,7 +1228,7 @@ declare class AmazonNamespace {
1228
1228
  /**
1229
1229
  * Amazon Bestsellers
1230
1230
  *
1231
- * List the top-ranked products of any Amazon Best Sellers category - rank, title, price, and rating - in one normalized request.
1231
+ * List the top-ranked products of any Amazon Best Sellers category (rank, title, price, and rating) in one normalized request.
1232
1232
  *
1233
1233
  * Price: $0 per request plus $0.0041 per result (maximum $0.082).
1234
1234
  *
@@ -1250,7 +1250,7 @@ declare class AmazonNamespace {
1250
1250
  /**
1251
1251
  * Amazon Reviews
1252
1252
  *
1253
- * Pull up to 50 customer reviews for any Amazon product by ASIN or URL - rating, title, text, date, and verified-purchase badge.
1253
+ * Pull up to 50 customer reviews for any Amazon product by ASIN or URL: rating, title, text, date, and verified-purchase badge.
1254
1254
  *
1255
1255
  * Price: $0.01625 per request.
1256
1256
  *
@@ -1261,7 +1261,7 @@ declare class AmazonNamespace {
1261
1261
  /**
1262
1262
  * Amazon Search
1263
1263
  *
1264
- * Search Amazon from any search or category URL and get up to 20 matching products - title, price, rating, and thumbnail - in one normalized response.
1264
+ * Search Amazon from any search or category URL and get up to 20 matching products (title, price, rating, and thumbnail) in one normalized response.
1265
1265
  *
1266
1266
  * Price: $0 per request plus $0.0035 per result (maximum $0.07).
1267
1267
  *
@@ -2502,7 +2502,7 @@ declare class AppstoreNamespace {
2502
2502
  /**
2503
2503
  * App Store Reviews
2504
2504
  *
2505
- * Get App Store reviews for any iOS app by app ID, in any storefront country - ratings, titles, and review text.
2505
+ * Get App Store reviews for any iOS app by app ID, in any storefront country: ratings, titles, and review text.
2506
2506
  *
2507
2507
  * Price: $0 per request plus $0.0001 per result (maximum $0.01).
2508
2508
  *
@@ -2881,7 +2881,7 @@ declare class CoinmarketcapNamespace {
2881
2881
  /**
2882
2882
  * CoinMarketCap Listings
2883
2883
  *
2884
- * Get the current top cryptocurrencies from CoinMarketCap - rank, price, market cap, volume, and 24h change - as normalized JSON.
2884
+ * Get the current top cryptocurrencies from CoinMarketCap (rank, price, market cap, volume, and 24h change) as normalized JSON.
2885
2885
  *
2886
2886
  * Price: $0 per request plus $0.0018 per result (maximum $0.045).
2887
2887
  *
@@ -2994,7 +2994,7 @@ declare class CongressNamespace {
2994
2994
  /**
2995
2995
  * Congress Stock Trades
2996
2996
  *
2997
- * Get US Congress members' financial disclosures and stock trades - member, ticker, transaction type, amount range, and dates - filterable by member, ticker, or date range.
2997
+ * Get US Congress members' financial disclosures and stock trades (member, ticker, transaction type, amount range, and dates), filterable by member, ticker, or date range.
2998
2998
  *
2999
2999
  * Price: $0.001 per request plus $0.0019 per result (maximum $0.0485).
3000
3000
  *
@@ -3189,7 +3189,7 @@ declare class DexscreenerNamespace {
3189
3189
  /**
3190
3190
  * DEX Screener Tokens
3191
3191
  *
3192
- * List trending tokens on any blockchain from DEX Screener - price, liquidity, volume, transactions, and market cap - sorted how you want, as normalized JSON.
3192
+ * List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
3193
3193
  *
3194
3194
  * Price: $0.02 per request plus $0.0015 per result (maximum $0.0575).
3195
3195
  *
@@ -4046,7 +4046,7 @@ declare class EmailNamespace {
4046
4046
  /**
4047
4047
  * Email Verifier
4048
4048
  *
4049
- * Verify any email address for deliverability - syntax, domain, and mailbox checks in one normalized response.
4049
+ * Verify any email address for deliverability: syntax, domain, and mailbox checks in one normalized response.
4050
4050
  *
4051
4051
  * Price: $0 per request plus $0.0008 per result (maximum $0.0008).
4052
4052
  *
@@ -5392,7 +5392,7 @@ interface FacebookSearchPagesInput {
5392
5392
  */
5393
5393
  limit?: number;
5394
5394
  /**
5395
- * Optional free-text location to narrow the search - a city, province, or country (e.g. 'Berlin').
5395
+ * Optional free-text location to narrow the search: a city, province, or country (e.g. 'Berlin').
5396
5396
  */
5397
5397
  location?: string;
5398
5398
  /**
@@ -5558,7 +5558,7 @@ declare class FacebookNamespace {
5558
5558
  /**
5559
5559
  * Facebook Ad Search
5560
5560
  *
5561
- * Search the Meta Ad Library by keyword and get matching ads - advertiser, creative text, CTA, platforms, and run dates - with cursor pagination and transparent failover.
5561
+ * Search the Meta Ad Library by keyword and get matching ads (advertiser, creative text, CTA, platforms, and run dates) with cursor pagination and transparent failover.
5562
5562
  *
5563
5563
  * Price: $0.002 per request.
5564
5564
  *
@@ -5576,7 +5576,7 @@ declare class FacebookNamespace {
5576
5576
  /**
5577
5577
  * Facebook Comment Replies
5578
5578
  *
5579
- * List the replies to a Facebook post comment - text, author, reactions, and timestamps - as normalized JSON at a.
5579
+ * List the replies to a Facebook post comment (text, author, reactions, and timestamps) as normalized JSON at a.
5580
5580
  *
5581
5581
  * Price: $0.002 per request.
5582
5582
  *
@@ -5594,7 +5594,7 @@ declare class FacebookNamespace {
5594
5594
  /**
5595
5595
  * Facebook Company Ads
5596
5596
  *
5597
- * List the Meta Ad Library ads a company is running by page ID or company name - creative text, format, platforms, and run dates - with cursor pagination.
5597
+ * List the Meta Ad Library ads a company is running by page ID or company name (creative text, format, platforms, and run dates) with cursor pagination.
5598
5598
  *
5599
5599
  * Price: $0.002 per request.
5600
5600
  *
@@ -5612,7 +5612,7 @@ declare class FacebookNamespace {
5612
5612
  /**
5613
5613
  * Facebook Event Details
5614
5614
  *
5615
- * Fetch full details for a single Facebook event by ID or URL - name, schedule, venue, hosts, and attendance - as normalized JSON at a.
5615
+ * Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON at a.
5616
5616
  *
5617
5617
  * Price: $0.002 per request.
5618
5618
  *
@@ -5623,7 +5623,7 @@ declare class FacebookNamespace {
5623
5623
  /**
5624
5624
  * Facebook Events
5625
5625
  *
5626
- * List public Facebook events for a city or place by its events-page URL - event name, date, venue, and attendance - as normalized JSON at a.
5626
+ * List public Facebook events for a city or place by its events-page URL (event name, date, venue, and attendance) as normalized JSON at a.
5627
5627
  *
5628
5628
  * Price: $0.002 per request.
5629
5629
  *
@@ -5641,7 +5641,7 @@ declare class FacebookNamespace {
5641
5641
  /**
5642
5642
  * Facebook Events Search
5643
5643
  *
5644
- * Search public Facebook events by keyword and get structured event records - name, schedule, venue, pricing, and attendance - as normalized JSON at a.
5644
+ * Search public Facebook events by keyword and get structured event records (name, schedule, venue, pricing, and attendance) as normalized JSON at a.
5645
5645
  *
5646
5646
  * Price: $0.002 per request.
5647
5647
  *
@@ -5659,7 +5659,7 @@ declare class FacebookNamespace {
5659
5659
  /**
5660
5660
  * Facebook Followers
5661
5661
  *
5662
- * List the public followers - or accounts followed - of any Facebook page or profile URL as normalized JSON records.
5662
+ * List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
5663
5663
  *
5664
5664
  * Price: $0 per request plus $0.006 per result (maximum $0.12).
5665
5665
  *
@@ -5670,7 +5670,7 @@ declare class FacebookNamespace {
5670
5670
  /**
5671
5671
  * Facebook Group Posts
5672
5672
  *
5673
- * Fetch recent posts from any public Facebook group by URL - text, author, reactions, and comment counts.
5673
+ * Fetch recent posts from any public Facebook group by URL: text, author, reactions, and comment counts.
5674
5674
  *
5675
5675
  * Price: $0.002 per request.
5676
5676
  *
@@ -5688,7 +5688,7 @@ declare class FacebookNamespace {
5688
5688
  /**
5689
5689
  * Facebook Marketplace
5690
5690
  *
5691
- * Search Facebook Marketplace listings by keyword near a location, with price, condition, delivery, recency, and availability filters - title, price, location, and image - as normalized JSON.
5691
+ * Search Facebook Marketplace listings by keyword near a location, with price, condition, delivery, recency, and availability filters (title, price, location, and image) as normalized JSON.
5692
5692
  *
5693
5693
  * Price: $0.002 per request.
5694
5694
  *
@@ -5706,7 +5706,7 @@ declare class FacebookNamespace {
5706
5706
  /**
5707
5707
  * Facebook Marketplace Item
5708
5708
  *
5709
- * Fetch full details for a single Facebook Marketplace listing by ID or URL - title, price, location, photos, and attributes - as normalized JSON at a.
5709
+ * Fetch full details for a single Facebook Marketplace listing by ID or URL (title, price, location, photos, and attributes) as normalized JSON at a.
5710
5710
  *
5711
5711
  * Price: $0.002 per request.
5712
5712
  *
@@ -5728,7 +5728,7 @@ declare class FacebookNamespace {
5728
5728
  /**
5729
5729
  * Facebook Page Contact Info
5730
5730
  *
5731
- * Look up a Facebook Page's public contact details - email, phone, website, and address - by page URL or ID.
5731
+ * Look up a Facebook Page's public contact details (email, phone, website, and address) by page URL or ID.
5732
5732
  *
5733
5733
  * Price: $0.002 per request.
5734
5734
  *
@@ -5739,7 +5739,7 @@ declare class FacebookNamespace {
5739
5739
  /**
5740
5740
  * Facebook Page Photos
5741
5741
  *
5742
- * Fetch recent photos posted by any public Facebook page or profile - image URLs, captions, and dimensions - as normalized JSON at a.
5742
+ * Fetch recent photos posted by any public Facebook page or profile (image URLs, captions, and dimensions) as normalized JSON at a.
5743
5743
  *
5744
5744
  * Price: $0.002 per request.
5745
5745
  *
@@ -5808,7 +5808,7 @@ declare class FacebookNamespace {
5808
5808
  /**
5809
5809
  * Facebook Page Events
5810
5810
  *
5811
- * List upcoming and past events hosted by any public Facebook page by URL - name, schedule, venue, and host - as normalized JSON at a.
5811
+ * List upcoming and past events hosted by any public Facebook page by URL (name, schedule, venue, and host) as normalized JSON at a.
5812
5812
  *
5813
5813
  * Price: $0.002 per request.
5814
5814
  *
@@ -5848,7 +5848,7 @@ declare class FacebookNamespace {
5848
5848
  /**
5849
5849
  * Facebook Company Search
5850
5850
  *
5851
- * Search the Meta Ad Library for advertisers by keyword and get matching pages - page ID, category, verification, follower counts, and linked Instagram.
5851
+ * Search the Meta Ad Library for advertisers by keyword and get matching pages: page ID, category, verification, follower counts, and linked Instagram.
5852
5852
  *
5853
5853
  * Price: $0.002 per request.
5854
5854
  *
@@ -5968,7 +5968,7 @@ declare class FiverrNamespace {
5968
5968
  /**
5969
5969
  * Fiverr Gig Search
5970
5970
  *
5971
- * Extract Fiverr gig listings from any search or category URL - titles, sellers, ratings, and pricing as structured JSON.
5971
+ * Extract Fiverr gig listings from any search or category URL: titles, sellers, ratings, and pricing as structured JSON.
5972
5972
  *
5973
5973
  * Price: $0 per request plus $0.0015 per result (maximum $0.03).
5974
5974
  *
@@ -6551,7 +6551,7 @@ declare class GithubNamespace {
6551
6551
  /**
6552
6552
  * GitHub Repository
6553
6553
  *
6554
- * Fetch a GitHub repository's metadata by URL - stars, forks, language, topics, license, and timestamps - normalized across providers with transparent failover.
6554
+ * Fetch a GitHub repository's metadata by URL (stars, forks, language, topics, license, and timestamps), normalized across providers with transparent failover.
6555
6555
  *
6556
6556
  * Price: $0.002 per request.
6557
6557
  *
@@ -6562,7 +6562,7 @@ declare class GithubNamespace {
6562
6562
  /**
6563
6563
  * GitHub Trending Developers
6564
6564
  *
6565
- * List trending GitHub developers - rank, username, name, avatar, and their most popular repository - optionally filtered by programming language and time range.
6565
+ * List trending GitHub developers (rank, username, name, avatar, and their most popular repository), optionally filtered by programming language and time range.
6566
6566
  *
6567
6567
  * Price: $0.002 per request.
6568
6568
  *
@@ -6573,7 +6573,7 @@ declare class GithubNamespace {
6573
6573
  /**
6574
6574
  * GitHub Trending Repositories
6575
6575
  *
6576
- * List GitHub Trending repositories - rank, stars, stars gained today, language, and description - filterable by language and time window, normalized across providers.
6576
+ * List GitHub Trending repositories (rank, stars, stars gained today, language, and description), filterable by language and time window, normalized across providers.
6577
6577
  *
6578
6578
  * Price: $0.002 per request.
6579
6579
  *
@@ -6584,7 +6584,7 @@ declare class GithubNamespace {
6584
6584
  /**
6585
6585
  * GitHub User
6586
6586
  *
6587
- * Fetch a GitHub user's public profile by handle - name, bio, company, location, followers, and repo counts - normalized across providers with transparent failover.
6587
+ * Fetch a GitHub user's public profile by handle (name, bio, company, location, followers, and repo counts), normalized across providers with transparent failover.
6588
6588
  *
6589
6589
  * Price: $0.002 per request.
6590
6590
  *
@@ -6595,7 +6595,7 @@ declare class GithubNamespace {
6595
6595
  /**
6596
6596
  * GitHub User Activity
6597
6597
  *
6598
- * List a GitHub user's public contribution activity by handle - grouped monthly summaries of commits, pull requests, and issues with repository links - for a given year.
6598
+ * List a GitHub user's public contribution activity by handle (grouped monthly summaries of commits, pull requests, and issues with repository links) for a given year.
6599
6599
  *
6600
6600
  * Price: $0.002 per request.
6601
6601
  *
@@ -6613,7 +6613,7 @@ declare class GithubNamespace {
6613
6613
  /**
6614
6614
  * GitHub User Contributions
6615
6615
  *
6616
- * Fetch a GitHub user's contribution graph for a year - total contributions plus per-day counts and heatmap intensity - normalized across providers with transparent failover.
6616
+ * Fetch a GitHub user's contribution graph for a year (total contributions plus per-day counts and heatmap intensity), normalized across providers with transparent failover.
6617
6617
  *
6618
6618
  * Price: $0.002 per request.
6619
6619
  *
@@ -6624,7 +6624,7 @@ declare class GithubNamespace {
6624
6624
  /**
6625
6625
  * GitHub User Followers
6626
6626
  *
6627
- * List a GitHub user's followers by handle - each follower's login, type, avatar, and profile URL - with pagination.
6627
+ * List a GitHub user's followers by handle (each follower's login, type, avatar, and profile URL) with pagination.
6628
6628
  *
6629
6629
  * Price: $0.002 per request.
6630
6630
  *
@@ -6642,7 +6642,7 @@ declare class GithubNamespace {
6642
6642
  /**
6643
6643
  * GitHub User Following
6644
6644
  *
6645
- * List the GitHub users a given user follows by handle - each account's login, type, avatar, and profile URL - with pagination.
6645
+ * List the GitHub users a given user follows by handle (each account's login, type, avatar, and profile URL) with pagination.
6646
6646
  *
6647
6647
  * Price: $0.002 per request.
6648
6648
  *
@@ -6660,7 +6660,7 @@ declare class GithubNamespace {
6660
6660
  /**
6661
6661
  * GitHub User Pull Requests
6662
6662
  *
6663
- * List a GitHub user's public pull requests by handle - title, repository, state, creation date, and URL - with optional date filtering and pagination.
6663
+ * List a GitHub user's public pull requests by handle (title, repository, state, creation date, and URL) with optional date filtering and pagination.
6664
6664
  *
6665
6665
  * Price: $0.002 per request.
6666
6666
  *
@@ -6678,7 +6678,7 @@ declare class GithubNamespace {
6678
6678
  /**
6679
6679
  * GitHub User Repositories
6680
6680
  *
6681
- * List a GitHub user's public repositories - name, description, language, stars, and forks - with sorting and cursor pagination, normalized across providers.
6681
+ * List a GitHub user's public repositories (name, description, language, stars, and forks) with sorting and cursor pagination, normalized across providers.
6682
6682
  *
6683
6683
  * Price: $0.002 per request.
6684
6684
  *
@@ -7348,7 +7348,7 @@ declare class GoogleNamespace {
7348
7348
  /**
7349
7349
  * Google Images
7350
7350
  *
7351
- * Run a Google Images search and get structured results - image URLs, dimensions, titles, and source pages.
7351
+ * Run a Google Images search and get structured results: image URLs, dimensions, titles, and source pages.
7352
7352
  *
7353
7353
  * Price: $0.00099 per request plus $0.00009 per result (maximum $0.00198).
7354
7354
  *
@@ -7370,7 +7370,7 @@ declare class GoogleNamespace {
7370
7370
  /**
7371
7371
  * Google News
7372
7372
  *
7373
- * Search Google News by keyword and get fresh articles - headlines, sources, links, and publish times - as clean JSON.
7373
+ * Search Google News by keyword and get fresh articles (headlines, sources, links, and publish times) as clean JSON.
7374
7374
  *
7375
7375
  * Price: $0.00099 per request.
7376
7376
  *
@@ -7717,7 +7717,7 @@ declare class GoogleAdsNamespace {
7717
7717
  /**
7718
7718
  * Google Ads Company Ads
7719
7719
  *
7720
- * List the ads a company is running from the Google Ads Transparency Center by domain or advertiser ID - creative ID, format, ad URL, and first/last shown dates - with cursor pagination.
7720
+ * List the ads a company is running from the Google Ads Transparency Center by domain or advertiser ID (creative ID, format, ad URL, and first/last shown dates) with cursor pagination.
7721
7721
  *
7722
7722
  * Price: $0.002 per request.
7723
7723
  *
@@ -7735,7 +7735,7 @@ declare class GoogleAdsNamespace {
7735
7735
  /**
7736
7736
  * Google Ads Transparency
7737
7737
  *
7738
- * Pull the ads an advertiser is currently running from the Google Ads Transparency Center - creative details, formats, and run dates - as clean JSON.
7738
+ * Pull the ads an advertiser is currently running from the Google Ads Transparency Center (creative details, formats, and run dates) as clean JSON.
7739
7739
  *
7740
7740
  * Price: $0.00005 per request plus $0.0013 per result (maximum $0.02605).
7741
7741
  *
@@ -7986,7 +7986,7 @@ declare class GoogleShoppingNamespace {
7986
7986
  /**
7987
7987
  * Google Shopping Search
7988
7988
  *
7989
- * Search Google Shopping by keyword and get up to 10 product offers - title, price, store, rating, and link - localized by country and language.
7989
+ * Search Google Shopping by keyword and get up to 10 product offers (title, price, store, rating, and link), localized by country and language.
7990
7990
  *
7991
7991
  * Price: $0.01625 per request.
7992
7992
  *
@@ -8290,7 +8290,7 @@ declare class IndeedNamespace {
8290
8290
  /**
8291
8291
  * Indeed Jobs
8292
8292
  *
8293
- * Search Indeed job listings by keyword, location, and country - up to 20 normalized job records per request.
8293
+ * Search Indeed job listings by keyword, location, and country, with up to 20 normalized job records per request.
8294
8294
  *
8295
8295
  * Price: $0.0008 per request plus $0.00008 per result (maximum $0.0024).
8296
8296
  *
@@ -9440,7 +9440,7 @@ declare class InstagramNamespace {
9440
9440
  /**
9441
9441
  * Instagram Followers
9442
9442
  *
9443
- * List the followers of any public Instagram account by username - follower usernames, names, and profile details.
9443
+ * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
9444
9444
  *
9445
9445
  * Price: $0.01625 per request.
9446
9446
  *
@@ -9458,7 +9458,7 @@ declare class InstagramNamespace {
9458
9458
  /**
9459
9459
  * Instagram Following
9460
9460
  *
9461
- * List the accounts a public Instagram user follows - usernames, names, and profile details.
9461
+ * List the accounts a public Instagram user follows: usernames, names, and profile details.
9462
9462
  *
9463
9463
  * Price: $0.01625 per request.
9464
9464
  *
@@ -9476,7 +9476,7 @@ declare class InstagramNamespace {
9476
9476
  /**
9477
9477
  * Instagram Hashtag Analytics
9478
9478
  *
9479
- * Get analytics for any Instagram hashtag - total post count, related hashtags, and usage signals - normalized.
9479
+ * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals), normalized.
9480
9480
  *
9481
9481
  * Price: $0.001 per request plus $0.0017 per result (maximum $0.035).
9482
9482
  *
@@ -9553,7 +9553,7 @@ declare class InstagramNamespace {
9553
9553
  /**
9554
9554
  * Instagram Reels Search
9555
9555
  *
9556
- * Search Instagram Reels by keyword and get matching reels - caption, views, likes, creator, and duration - normalized across providers with transparent failover.
9556
+ * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration), normalized across providers with transparent failover.
9557
9557
  *
9558
9558
  * Price: $0.002 per request.
9559
9559
  *
@@ -11829,7 +11829,7 @@ declare class LinkedinNamespace {
11829
11829
  /**
11830
11830
  * LinkedIn Ad Search
11831
11831
  *
11832
- * Search the LinkedIn Ad Library by company or keyword and list matching ads - advertiser, headline, creative text, format, CTA, and run dates - with pagination.
11832
+ * Search the LinkedIn Ad Library by company or keyword and list matching ads (advertiser, headline, creative text, format, CTA, and run dates) with pagination.
11833
11833
  *
11834
11834
  * Price: $0.002 per request.
11835
11835
  *
@@ -13131,7 +13131,7 @@ declare class PlaystoreNamespace {
13131
13131
  /**
13132
13132
  * Google Play Reviews
13133
13133
  *
13134
- * Fetch Google Play reviews for any Android app by package name or store URL - ratings, review text, dates, and helpfulness votes.
13134
+ * Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
13135
13135
  *
13136
13136
  * Price: $0 per request plus $0.00011 per result (maximum $0.011).
13137
13137
  *
@@ -13244,7 +13244,7 @@ declare class PolymarketNamespace {
13244
13244
  /**
13245
13245
  * Polymarket Markets
13246
13246
  *
13247
- * Discover Polymarket prediction markets - question, outcome prices, volume, liquidity, and end dates - by keyword or sorted by activity, as normalized JSON.
13247
+ * Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
13248
13248
  *
13249
13249
  * Price: $0.105 per request plus $0.0006 per result (maximum $0.12).
13250
13250
  *
@@ -13829,7 +13829,7 @@ declare class RedditNamespace {
13829
13829
  /**
13830
13830
  * Reddit Subreddit Details
13831
13831
  *
13832
- * Fetch a subreddit's metadata - weekly active users, description, and category - normalized across providers with transparent failover.
13832
+ * Fetch a subreddit's metadata (weekly active users, description, and category), normalized across providers with transparent failover.
13833
13833
  *
13834
13834
  * Price: $0.001 per request.
13835
13835
  *
@@ -16118,7 +16118,7 @@ declare class SnapchatNamespace {
16118
16118
  /**
16119
16119
  * Snapchat Profile
16120
16120
  *
16121
- * Fetch a Snapchat user's public profile by username - display name, bio, subscriber count, and recent public content.
16121
+ * Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
16122
16122
  *
16123
16123
  * Price: $0.001 per request plus $0.002 per result (maximum $0.003).
16124
16124
  *
@@ -16775,7 +16775,7 @@ declare class SubstackNamespace {
16775
16775
  /**
16776
16776
  * Substack Posts
16777
16777
  *
16778
- * 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.
16778
+ * 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.
16779
16779
  *
16780
16780
  * Price: $0.005 per request plus $0.00156 per result (maximum $0.161).
16781
16781
  *
@@ -17048,7 +17048,7 @@ declare class ThreadsNamespace {
17048
17048
  /**
17049
17049
  * Threads Post
17050
17050
  *
17051
- * Fetch a single Threads post by URL - text, author, engagement counts, and timestamp.
17051
+ * Fetch a single Threads post by URL: text, author, engagement counts, and timestamp.
17052
17052
  *
17053
17053
  * Price: $0.002 per request.
17054
17054
  *
@@ -17070,7 +17070,7 @@ declare class ThreadsNamespace {
17070
17070
  /**
17071
17071
  * Threads Search
17072
17072
  *
17073
- * Search public Threads posts by keyword or hashtag and get normalized post records - text, author, and engagement.
17073
+ * Search public Threads posts by keyword or hashtag and get normalized post records: text, author, and engagement.
17074
17074
  *
17075
17075
  * Price: $0.002 per request.
17076
17076
  *
@@ -17081,7 +17081,7 @@ declare class ThreadsNamespace {
17081
17081
  /**
17082
17082
  * Threads User Search
17083
17083
  *
17084
- * Search Threads users by name or username and get normalized profile records - username, full name, verification, and picture.
17084
+ * Search Threads users by name or username and get normalized profile records: username, full name, verification, and picture.
17085
17085
  *
17086
17086
  * Price: $0.002 per request.
17087
17087
  *
@@ -17092,7 +17092,7 @@ declare class ThreadsNamespace {
17092
17092
  /**
17093
17093
  * Threads User Posts
17094
17094
  *
17095
- * List a Threads user's recent public posts by username - text, engagement counts, and post URLs.
17095
+ * List a Threads user's recent public posts by username: text, engagement counts, and post URLs.
17096
17096
  *
17097
17097
  * Price: $0.002 per request.
17098
17098
  *
@@ -18064,7 +18064,7 @@ declare class TiktokNamespace {
18064
18064
  /**
18065
18065
  * TikTok Ad Library Ad
18066
18066
  *
18067
- * Fetch full details for a single TikTok ad - brand, title, spend, CTR, objectives, landing page, and video info - normalized across providers with transparent failover.
18067
+ * Fetch full details for a single TikTok ad (brand, title, spend, CTR, objectives, landing page, and video info), normalized across providers with transparent failover.
18068
18068
  *
18069
18069
  * Price: $0.002 per request.
18070
18070
  *
@@ -18075,7 +18075,7 @@ declare class TiktokNamespace {
18075
18075
  /**
18076
18076
  * TikTok Ad Library Search
18077
18077
  *
18078
- * Search TikTok's ad library by keyword - top ads with brand, title, spend, CTR, likes, and video info - normalized across providers with transparent failover.
18078
+ * Search TikTok's ad library by keyword (top ads with brand, title, spend, CTR, likes, and video info), normalized across providers with transparent failover.
18079
18079
  *
18080
18080
  * Price: $0.002 per request.
18081
18081
  *
@@ -18271,7 +18271,7 @@ declare class TiktokNamespace {
18271
18271
  /**
18272
18272
  * TikTok Song
18273
18273
  *
18274
- * Fetch details for a TikTok song or sound - title, author, duration, cover art, and how many videos use it - normalized across providers with transparent failover.
18274
+ * Fetch details for a TikTok song or sound (title, author, duration, cover art, and how many videos use it), normalized across providers with transparent failover.
18275
18275
  *
18276
18276
  * Price: $0.002 per request.
18277
18277
  *
@@ -18282,7 +18282,7 @@ declare class TiktokNamespace {
18282
18282
  /**
18283
18283
  * TikTok Song Videos
18284
18284
  *
18285
- * List TikTok videos that use a given song or sound - with descriptions, authors, and engagement stats - normalized across providers with transparent failover.
18285
+ * List TikTok videos that use a given song or sound (with descriptions, authors, and engagement stats), normalized across providers with transparent failover.
18286
18286
  *
18287
18287
  * Price: $0.002 per request.
18288
18288
  *
@@ -18665,7 +18665,7 @@ declare class TiktokShopNamespace {
18665
18665
  /**
18666
18666
  * TikTok Shop Product
18667
18667
  *
18668
- * Fetch TikTok Shop product details - title, price, sales, seller, and ratings - from a product URL.
18668
+ * Fetch TikTok Shop product details (title, price, sales, seller, and ratings) from a product URL.
18669
18669
  *
18670
18670
  * Price: $0.002 per request.
18671
18671
  *
@@ -18676,7 +18676,7 @@ declare class TiktokShopNamespace {
18676
18676
  /**
18677
18677
  * TikTok Shop Product Reviews
18678
18678
  *
18679
- * Fetch customer reviews for a TikTok Shop product by URL - rating, text, reviewer, country, and verified-purchase flag - normalized across providers with transparent failover.
18679
+ * Fetch customer reviews for a TikTok Shop product by URL (rating, text, reviewer, country, and verified-purchase flag), normalized across providers with transparent failover.
18680
18680
  *
18681
18681
  * Price: $0.002 per request.
18682
18682
  *
@@ -18698,7 +18698,7 @@ declare class TiktokShopNamespace {
18698
18698
  /**
18699
18699
  * TikTok Shop Store Products
18700
18700
  *
18701
- * List every product of a TikTok Shop store by URL - title, price, sales, and rating per product plus shop-level stats - with cursor pagination and transparent failover.
18701
+ * List every product of a TikTok Shop store by URL (title, price, sales, and rating per product plus shop-level stats) with cursor pagination and transparent failover.
18702
18702
  *
18703
18703
  * Price: $0.002 per request.
18704
18704
  *
@@ -18716,7 +18716,7 @@ declare class TiktokShopNamespace {
18716
18716
  /**
18717
18717
  * TikTok Shop User Showcase
18718
18718
  *
18719
- * List the TikTok Shop products a creator showcases - title, price, rating, and sales per product - normalized across providers with transparent failover.
18719
+ * List the TikTok Shop products a creator showcases (title, price, rating, and sales per product), normalized across providers with transparent failover.
18720
18720
  *
18721
18721
  * Price: $0.002 per request.
18722
18722
  *
@@ -18934,7 +18934,7 @@ declare class TripadvisorNamespace {
18934
18934
  /**
18935
18935
  * Tripadvisor Reviews
18936
18936
  *
18937
- * Fetch the latest reviews for any Tripadvisor hotel, restaurant, or attraction by its page URL - rating, text, date, and trip details as normalized JSON.
18937
+ * Fetch the latest reviews for any Tripadvisor hotel, restaurant, or attraction by its page URL: rating, text, date, and trip details as normalized JSON.
18938
18938
  *
18939
18939
  * Price: $0.00325 per request.
18940
18940
  *
@@ -19044,7 +19044,7 @@ declare class TrustpilotNamespace {
19044
19044
  /**
19045
19045
  * Trustpilot Reviews
19046
19046
  *
19047
- * Pull Trustpilot reviews for any company by brand name - star ratings, review text, dates, and reviewer details as clean JSON.
19047
+ * Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
19048
19048
  *
19049
19049
  * Price: $0.01625 per request.
19050
19050
  *
@@ -19240,6 +19240,196 @@ declare class TruthsocialNamespace {
19240
19240
  userPosts(input: TruthsocialUserPostsInput, options?: RequestOptions): Promise<RunResult<TruthsocialUserPostsData>>;
19241
19241
  }
19242
19242
 
19243
+ /**
19244
+ * Input for X / Twitter Article (twitter.article).
19245
+ */
19246
+ interface TwitterArticleInput {
19247
+ /**
19248
+ * Canonical x.com or twitter.com URL of the public wrapper post for an X Article.
19249
+ */
19250
+ url: string;
19251
+ }
19252
+ interface TwitterArticleContentBlock {
19253
+ /**
19254
+ * Entity references within the block text.
19255
+ */
19256
+ entities?: TwitterArticleEntitie[];
19257
+ /**
19258
+ * Image height in pixels when supplied.
19259
+ * Range: minimum 0.
19260
+ */
19261
+ height?: number;
19262
+ /**
19263
+ * Canonical image URL for an image block.
19264
+ * Format: uri.
19265
+ */
19266
+ image?: string;
19267
+ /**
19268
+ * Formatting ranges within the block text.
19269
+ */
19270
+ inlineStyles?: TwitterArticleInlineStyle[];
19271
+ /**
19272
+ * Text content for a text-bearing block.
19273
+ */
19274
+ text?: string;
19275
+ /**
19276
+ * Block type reported by X, such as unstyled, header-two, image, divider, blockquote, or list item. Populated whenever the provider has data for the entity.
19277
+ */
19278
+ type: string;
19279
+ /**
19280
+ * Image width in pixels when supplied.
19281
+ * Range: minimum 0.
19282
+ */
19283
+ width?: number;
19284
+ [extra: string]: unknown;
19285
+ }
19286
+ interface TwitterArticleEntitie {
19287
+ /**
19288
+ * Upstream entity table key.
19289
+ * Range: minimum 0.
19290
+ */
19291
+ key: number;
19292
+ /**
19293
+ * Entity character length.
19294
+ * Range: minimum 0.
19295
+ */
19296
+ length: number;
19297
+ /**
19298
+ * Zero-based character offset.
19299
+ * Range: minimum 0.
19300
+ */
19301
+ offset: number;
19302
+ [extra: string]: unknown;
19303
+ }
19304
+ interface TwitterArticleInlineStyle {
19305
+ /**
19306
+ * Formatted character length.
19307
+ * Range: minimum 0.
19308
+ */
19309
+ length: number;
19310
+ /**
19311
+ * Zero-based character offset.
19312
+ * Range: minimum 0.
19313
+ */
19314
+ offset: number;
19315
+ /**
19316
+ * Inline style name reported by X.
19317
+ */
19318
+ style: string;
19319
+ [extra: string]: unknown;
19320
+ }
19321
+ /**
19322
+ * The `data` payload of X / Twitter Article (twitter.article).
19323
+ */
19324
+ interface TwitterArticleData {
19325
+ /**
19326
+ * Article author profile at retrieval time. Populated whenever the provider has data for the entity.
19327
+ */
19328
+ author: {
19329
+ /**
19330
+ * Profile avatar image URL.
19331
+ * Format: uri.
19332
+ */
19333
+ avatarUrl?: string;
19334
+ /**
19335
+ * Profile biography.
19336
+ */
19337
+ bio?: string;
19338
+ /**
19339
+ * Whether the account has X blue verification.
19340
+ */
19341
+ blueVerified?: boolean;
19342
+ /**
19343
+ * Profile cover image URL when available.
19344
+ * Format: uri.
19345
+ */
19346
+ coverUrl?: string;
19347
+ /**
19348
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
19349
+ */
19350
+ createdUtc?: number;
19351
+ /**
19352
+ * Follower count at retrieval time.
19353
+ * Range: minimum 0.
19354
+ */
19355
+ followers?: number;
19356
+ /**
19357
+ * Following count at retrieval time.
19358
+ * Range: minimum 0.
19359
+ */
19360
+ following?: number;
19361
+ /**
19362
+ * Current X handle without @. Populated whenever the provider has data for the entity.
19363
+ */
19364
+ handle: string;
19365
+ /**
19366
+ * Stable numeric X user ID. Populated whenever the provider has data for the entity.
19367
+ */
19368
+ id: string;
19369
+ /**
19370
+ * Self-reported profile location.
19371
+ */
19372
+ location?: string;
19373
+ /**
19374
+ * Profile display name.
19375
+ */
19376
+ name?: string;
19377
+ /**
19378
+ * Canonical public X profile URL. Populated whenever the provider has data for the entity.
19379
+ * Format: uri.
19380
+ */
19381
+ url: string;
19382
+ /**
19383
+ * Whether the account has legacy verification.
19384
+ */
19385
+ verified?: boolean;
19386
+ };
19387
+ /**
19388
+ * Ordered, explicitly normalized article blocks. Unknown future block types remain representable through type and optional fields. Populated whenever the provider has data for the entity.
19389
+ */
19390
+ contentBlocks: TwitterArticleContentBlock[];
19391
+ /**
19392
+ * Canonical article cover image URL when available.
19393
+ * Format: uri.
19394
+ */
19395
+ coverImage?: string;
19396
+ /**
19397
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
19398
+ */
19399
+ createdUtc: number;
19400
+ /**
19401
+ * Stable X Article entity ID. Populated whenever the provider has data for the entity.
19402
+ */
19403
+ id: string;
19404
+ /**
19405
+ * Wrapper post like count at retrieval time.
19406
+ * Range: minimum 0.
19407
+ */
19408
+ likes?: number;
19409
+ /**
19410
+ * Preview text supplied by X.
19411
+ */
19412
+ previewText?: string;
19413
+ /**
19414
+ * Wrapper post quote count at retrieval time.
19415
+ * Range: minimum 0.
19416
+ */
19417
+ quotes?: number;
19418
+ /**
19419
+ * Wrapper post reply count at retrieval time.
19420
+ * Range: minimum 0.
19421
+ */
19422
+ replies?: number;
19423
+ /**
19424
+ * Article title. Populated whenever the provider has data for the entity.
19425
+ */
19426
+ title: string;
19427
+ /**
19428
+ * Wrapper post view count at retrieval time.
19429
+ * Range: minimum 0.
19430
+ */
19431
+ views?: number;
19432
+ }
19243
19433
  /**
19244
19434
  * Input for Twitter Community (twitter.community).
19245
19435
  */
@@ -19656,6 +19846,66 @@ interface TwitterSearchData {
19656
19846
  */
19657
19847
  nextCursor?: string;
19658
19848
  }
19849
+ /**
19850
+ * Input for X / Twitter Trends (twitter.trends).
19851
+ */
19852
+ interface TwitterTrendsInput {
19853
+ /**
19854
+ * Maximum number of ranked trends to return (1-50, default 50).
19855
+ * Range: minimum 1, maximum 50.
19856
+ * Default: 50.
19857
+ */
19858
+ limit?: number;
19859
+ /**
19860
+ * Country name, city name, or ISO country code. Omit for worldwide trends.
19861
+ */
19862
+ location?: string;
19863
+ }
19864
+ interface TwitterTrendsItem {
19865
+ /**
19866
+ * Whether the trend text is a hashtag.
19867
+ */
19868
+ isHashtag?: boolean;
19869
+ /**
19870
+ * Trend text displayed by X. Populated whenever the provider has data for the entity.
19871
+ */
19872
+ name: string;
19873
+ /**
19874
+ * Whether X marks the trend as promoted.
19875
+ */
19876
+ promoted?: boolean;
19877
+ /**
19878
+ * Search query corresponding to the trend. Populated whenever the provider has data for the entity.
19879
+ */
19880
+ query: string;
19881
+ /**
19882
+ * One-based position in X's trend ranking. Populated whenever the provider has data for the entity.
19883
+ * Range: minimum 1.
19884
+ */
19885
+ rank: number;
19886
+ [extra: string]: unknown;
19887
+ }
19888
+ /**
19889
+ * The `data` payload of X / Twitter Trends (twitter.trends).
19890
+ */
19891
+ interface TwitterTrendsData {
19892
+ /**
19893
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
19894
+ */
19895
+ asOfUtc: number;
19896
+ /**
19897
+ * Current trends in X's own ranking order. Distinct ranks may carry the same trend name. Populated whenever the provider has data for the entity.
19898
+ */
19899
+ items: TwitterTrendsItem[];
19900
+ /**
19901
+ * Resolved X trend-location name. Populated whenever the provider has data for the entity.
19902
+ */
19903
+ location: string;
19904
+ /**
19905
+ * Resolved Yahoo WOEID used by X, exposed as a stable location identifier. Populated whenever the provider has data for the entity.
19906
+ */
19907
+ locationId: string;
19908
+ }
19659
19909
  /**
19660
19910
  * Input for Twitter Tweet (twitter.tweet).
19661
19911
  */
@@ -19862,6 +20112,17 @@ interface TwitterUserTweetsData {
19862
20112
  declare class TwitterNamespace {
19863
20113
  private readonly _core;
19864
20114
  constructor(_core: ClientCore);
20115
+ /**
20116
+ * X / Twitter Article
20117
+ *
20118
+ * Get a public X long-form article from its wrapper post URL, including its author, engagement, cover image, and structured content blocks.
20119
+ *
20120
+ * Price: $0.00075 per request.
20121
+ *
20122
+ * @example
20123
+ * const res = await client.twitter.article({ url: "https://x.com/Decentralisedco/status/1905545699552375179" });
20124
+ */
20125
+ article(input: TwitterArticleInput, options?: RequestOptions): Promise<RunResult<TwitterArticleData>>;
19865
20126
  /**
19866
20127
  * Twitter Community
19867
20128
  *
@@ -19934,7 +20195,7 @@ declare class TwitterNamespace {
19934
20195
  /**
19935
20196
  * X / Twitter Post Replies
19936
20197
  *
19937
- * Fetch the replies to any X (Twitter) post URL as structured records - author, text, and engagement.
20198
+ * Fetch the replies to any X (Twitter) post URL as structured records: author, text, and engagement.
19938
20199
  *
19939
20200
  * Price: $0.0025 per request plus $0.00025 per result (maximum $0.0125).
19940
20201
  *
@@ -19960,6 +20221,17 @@ declare class TwitterNamespace {
19960
20221
  * result pages instead (each carries its own costUsd).
19961
20222
  */
19962
20223
  iterSearch(input: TwitterSearchInput, options?: RequestOptions): Paginator<TwitterSearchItem, RunResult<TwitterSearchData>>;
20224
+ /**
20225
+ * X / Twitter Trends
20226
+ *
20227
+ * Get current X (Twitter) trends for worldwide, a country, or a city in X ranking order, including the resolved location.
20228
+ *
20229
+ * Price: $0.00075 per request.
20230
+ *
20231
+ * @example
20232
+ * const res = await client.twitter.trends({ limit: 10, location: "US" });
20233
+ */
20234
+ trends(input: TwitterTrendsInput, options?: RequestOptions): Promise<RunResult<TwitterTrendsData>>;
19963
20235
  /**
19964
20236
  * Twitter Tweet
19965
20237
  *
@@ -20145,7 +20417,7 @@ declare class UpworkNamespace {
20145
20417
  /**
20146
20418
  * Upwork Jobs
20147
20419
  *
20148
- * Search Upwork job postings by keyword - up to 25 fresh listings per request.
20420
+ * Search Upwork job postings by keyword, with up to 25 fresh listings per request.
20149
20421
  *
20150
20422
  * Price: $0 per request plus $0.0033 per result (maximum $0.0825).
20151
20423
  *
@@ -20248,7 +20520,7 @@ declare class WalmartNamespace {
20248
20520
  /**
20249
20521
  * Walmart Product
20250
20522
  *
20251
- * Fetch a Walmart product page by URL and get full product details - title, price, availability, ratings, images, and specs - in one normalized response.
20523
+ * Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
20252
20524
  *
20253
20525
  * Price: $0 per request plus $0.00368 per result (maximum $0.00368).
20254
20526
  *
@@ -20453,7 +20725,7 @@ declare class WebNamespace {
20453
20725
  /**
20454
20726
  * Website Crawl
20455
20727
  *
20456
- * 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.
20728
+ * 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.
20457
20729
  *
20458
20730
  * Price: $0.0015 per request plus $0.003 per result (maximum $0.0315).
20459
20731
  *
@@ -21698,7 +21970,7 @@ interface YoutubeCommunityPostData {
21698
21970
  */
21699
21971
  interface YoutubePlaylistInput {
21700
21972
  /**
21701
- * The playlist ID - the "list" parameter in a playlist URL (e.g. "PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi").
21973
+ * The playlist ID: the "list" parameter in a playlist URL (e.g. "PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi").
21702
21974
  */
21703
21975
  playlistId: string;
21704
21976
  }
@@ -22192,7 +22464,7 @@ declare class YoutubeNamespace {
22192
22464
  /**
22193
22465
  * YouTube Playlist
22194
22466
  *
22195
- * List every video in a YouTube playlist - title, length, and channel per video plus playlist owner and totals - normalized across providers with transparent failover.
22467
+ * List every video in a YouTube playlist (title, length, and channel per video plus playlist owner and totals), normalized across providers with transparent failover.
22196
22468
  *
22197
22469
  * Price: $0.002 per request.
22198
22470
  *
@@ -24222,6 +24494,11 @@ interface SkuMap {
24222
24494
  data: TruthsocialUserPostsData;
24223
24495
  result: RunResult<TruthsocialUserPostsData>;
24224
24496
  };
24497
+ "twitter.article": {
24498
+ input: TwitterArticleInput;
24499
+ data: TwitterArticleData;
24500
+ result: RunResult<TwitterArticleData>;
24501
+ };
24225
24502
  "twitter.community": {
24226
24503
  input: TwitterCommunityInput;
24227
24504
  data: TwitterCommunityData;
@@ -24257,6 +24534,11 @@ interface SkuMap {
24257
24534
  data: TwitterSearchData;
24258
24535
  result: RunResult<TwitterSearchData>;
24259
24536
  };
24537
+ "twitter.trends": {
24538
+ input: TwitterTrendsInput;
24539
+ data: TwitterTrendsData;
24540
+ result: RunResult<TwitterTrendsData>;
24541
+ };
24260
24542
  "twitter.tweet": {
24261
24543
  input: TwitterTweetInput;
24262
24544
  data: TwitterTweetData;
@@ -24725,4 +25007,4 @@ declare class AnyAPI extends AnyAPI$1 {
24725
25007
  get zillow(): ZillowNamespace;
24726
25008
  }
24727
25009
 
24728
- 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 RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditSearchData, type RedditSearchInput, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, 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 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 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, WhatsappNamespace, type WhatsappValidateData, type WhatsappValidateInput, type WhatsappValidateItem, 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 };
25010
+ 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 RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditSearchData, type RedditSearchInput, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, 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, WhatsappNamespace, type WhatsappValidateData, type WhatsappValidateInput, type WhatsappValidateItem, 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 };