@getanyapi/sdk 0.46.2 → 0.48.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.js CHANGED
@@ -933,6 +933,7 @@ function isRequestSnapshot(value) {
933
933
  }
934
934
 
935
935
  // src/core/types.ts
936
+ var NOT_FOUND_REASONS = ["not_found", "suspended"];
936
937
  var OUTPUT_NOT_RETAINED = "the run output was not retained: this response is an idempotent replay whose stored payload has expired or was too large to store, so only the run metadata came back. Re-run the request without the idempotency key (or with a fresh one) to fetch the data again.";
937
938
  function unwrap(result) {
938
939
  const output = result.output;
@@ -1045,7 +1046,7 @@ var AhrefsNamespace = class {
1045
1046
  *
1046
1047
  * Get the referring pages linking to a domain or URL, each with the source page, anchor text, linking domain rating, and page title.
1047
1048
  *
1048
- * Price: $0.0215 per request plus $0 per result (maximum $0.0215).
1049
+ * Price: $0.00501 per request plus $0 per result (maximum $0.00501).
1049
1050
  *
1050
1051
  * @example
1051
1052
  * const res = await client.ahrefs.backlinks({ url: "ahrefs.com", mode: "exact" });
@@ -1058,7 +1059,7 @@ var AhrefsNamespace = class {
1058
1059
  *
1059
1060
  * Get related keyword suggestions for any seed term, each with an Ahrefs difficulty and search-volume bucket.
1060
1061
  *
1061
- * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1062
+ * Price: $0.00006 per request plus $0.00495 per result (maximum $0.00501).
1062
1063
  *
1063
1064
  * @example
1064
1065
  * const res = await client.ahrefs.keywordIdeas({ keyword: "coffee", country: "us" });
@@ -1071,7 +1072,7 @@ var AhrefsNamespace = class {
1071
1072
  *
1072
1073
  * Get the Ahrefs keyword-difficulty metrics for any search term: the difficulty score (0-100) and the number of referring domains a page needs to rank in the top 10 - as normalized JSON.
1073
1074
  *
1074
- * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1075
+ * Price: $0.00006 per request plus $0.00495 per result (maximum $0.00501).
1075
1076
  *
1076
1077
  * @example
1077
1078
  * const res = await client.ahrefs.keywords({ keyword: "seo tools", country: "us" });
@@ -1084,7 +1085,7 @@ var AhrefsNamespace = class {
1084
1085
  *
1085
1086
  * Get an SEO authority overview for any domain or URL: Domain Rating, total backlinks, and referring domains - as normalized JSON.
1086
1087
  *
1087
- * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1088
+ * Price: $0.00006 per request plus $0.00495 per result (maximum $0.00501).
1088
1089
  *
1089
1090
  * @example
1090
1091
  * const res = await client.ahrefs.overview({ url: "ahrefs.com", mode: "subdomains" });
@@ -1554,6 +1555,27 @@ var CompanyEnrichmentNamespace = class {
1554
1555
  }
1555
1556
  };
1556
1557
 
1558
+ // src/generated/platforms/company_identify.ts
1559
+ var CompanyIdentifyNamespace = class {
1560
+ constructor(_core) {
1561
+ this._core = _core;
1562
+ }
1563
+ _core;
1564
+ /**
1565
+ * Company Identify - Crustdata v3
1566
+ *
1567
+ * Resolve one company from its domain, LinkedIn company page, Crustdata company id, or name to its Crustdata id, primary domain, LinkedIn page, and basic profile. Identify a company for $1 per 1,000 requests before paying to enrich it.
1568
+ *
1569
+ * Price: $0.001 per request.
1570
+ *
1571
+ * @example
1572
+ * const res = await client.companyIdentify.crustdataV3({ companyDomain: "stripe.com" });
1573
+ */
1574
+ crustdataV3(input, options) {
1575
+ return this._core.run("company_identify.crustdata_v3", input, options);
1576
+ }
1577
+ };
1578
+
1557
1579
  // src/generated/platforms/company_search.ts
1558
1580
  var CompanySearchNamespace = class {
1559
1581
  constructor(_core) {
@@ -1706,24 +1728,24 @@ var CongressNamespace = class {
1706
1728
  }
1707
1729
  };
1708
1730
 
1709
- // src/generated/platforms/dexscreener.ts
1710
- var DexscreenerNamespace = class {
1731
+ // src/generated/platforms/contact_enrichment.ts
1732
+ var ContactEnrichmentNamespace = class {
1711
1733
  constructor(_core) {
1712
1734
  this._core = _core;
1713
1735
  }
1714
1736
  _core;
1715
1737
  /**
1716
- * DEX Screener Tokens
1738
+ * Contact Enrichment - Crustdata v3
1717
1739
  *
1718
- * List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
1740
+ * Find one person's business emails, personal emails, and phone numbers from a LinkedIn profile URL or a business email, with a deliverability status on every email. Billed only when the person is found.
1719
1741
  *
1720
- * Price: $0.022 per request plus $0.00165 per result (maximum $0.0633).
1742
+ * Price: $0.24 per request.
1721
1743
  *
1722
1744
  * @example
1723
- * const res = await client.dexscreener.tokens({ chain: "solana", limit: 5, min24HVol: 100000 });
1745
+ * const res = await client.contactEnrichment.crustdataV3({ linkedinUrl: "https://www.linkedin.com/in/satyanadella" });
1724
1746
  */
1725
- tokens(input, options) {
1726
- return this._core.run("dexscreener.tokens", input, options);
1747
+ crustdataV3(input, options) {
1748
+ return this._core.run("contact_enrichment.crustdata_v3", input, options);
1727
1749
  }
1728
1750
  };
1729
1751
 
@@ -2084,7 +2106,7 @@ var FacebookNamespace = class {
2084
2106
  * Price: $0.0012 per request.
2085
2107
  *
2086
2108
  * @example
2087
- * const res = await client.facebook.adDetails({ id: "1249043200627555" });
2109
+ * const res = await client.facebook.adDetails({ id: "962050096457659" });
2088
2110
  */
2089
2111
  adDetails(input, options) {
2090
2112
  return this._core.run("facebook.ad_details", input, options);
@@ -2097,7 +2119,7 @@ var FacebookNamespace = class {
2097
2119
  * Price: $0.00462 per request plus $0 per result (maximum $0.00462).
2098
2120
  *
2099
2121
  * @example
2100
- * const res = await client.facebook.adDetailsFull({ id: "1519158199783790" });
2122
+ * const res = await client.facebook.adDetailsFull({ id: "962050096457659" });
2101
2123
  */
2102
2124
  adDetailsFull(input, options) {
2103
2125
  return this._core.run("facebook.ad_details_full", input, options);
@@ -2294,7 +2316,7 @@ var FacebookNamespace = class {
2294
2316
  * Price: $0.0012 per request.
2295
2317
  *
2296
2318
  * @example
2297
- * const res = await client.facebook.groupPosts({ url: "https://www.facebook.com/groups/1270525996445602/" });
2319
+ * const res = await client.facebook.groupPosts({ url: "https://www.facebook.com/groups/instantpotcommunity/" });
2298
2320
  */
2299
2321
  groupPosts(input, options) {
2300
2322
  return this._core.run("facebook.group_posts", input, options);
@@ -2909,7 +2931,7 @@ var GoogleNamespace = class {
2909
2931
  *
2910
2932
  * Ask Google AI Mode a prompt and receive the cited answer it generates. AI Mode composes the answer at search time, so repeat calls on one prompt can differ in wording and in which sources are cited.
2911
2933
  *
2912
- * Price: $0.00006 per request plus $0.0033 per result (maximum $0.00336).
2934
+ * Price: $0.0007 per request.
2913
2935
  *
2914
2936
  * @example
2915
2937
  * const res = await client.google.aiMode({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -3013,7 +3035,7 @@ var GoogleNamespace = class {
3013
3035
  *
3014
3036
  * Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
3015
3037
  *
3016
- * Price: $0.0004 per request.
3038
+ * Price: $0.0005 per request.
3017
3039
  *
3018
3040
  * @example
3019
3041
  * const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
@@ -3357,7 +3379,7 @@ var InstagramNamespace = class {
3357
3379
  /**
3358
3380
  * Instagram Followers
3359
3381
  *
3360
- * List the followers of any public Instagram account by username: follower usernames, names, and profile details.
3382
+ * List about the first 50 followers of any public Instagram account by username: follower usernames, names, and profile details. Instagram caps follower lists, so this returns one page, not the whole list.
3361
3383
  *
3362
3384
  * Price: $0.0015 per request.
3363
3385
  *
@@ -3386,7 +3408,7 @@ var InstagramNamespace = class {
3386
3408
  /**
3387
3409
  * Instagram Following
3388
3410
  *
3389
- * List the accounts a public Instagram user follows: usernames, names, and profile details.
3411
+ * List about the first 50 accounts a public Instagram user follows: usernames, names, and profile details. Instagram caps these lists, so this returns one page, not the whole list.
3390
3412
  *
3391
3413
  * Price: $0.0015 per request.
3392
3414
  *
@@ -3611,7 +3633,7 @@ var InstagramNamespace = class {
3611
3633
  *
3612
3634
  * Look up the contact email and phone number an Instagram creator or business publishes on its profile, including the address behind the profile's Email button that public profile lookups do not return.
3613
3635
  *
3614
- * Price: $0.00721 per request plus $0 per result (maximum $0.00721).
3636
+ * Price: $0.00257 per request plus $0 per result (maximum $0.00257).
3615
3637
  *
3616
3638
  * @example
3617
3639
  * const res = await client.instagram.profileContact({ handle: "eminenceorganics" });
@@ -3622,7 +3644,7 @@ var InstagramNamespace = class {
3622
3644
  /**
3623
3645
  * Instagram Reel Transcript
3624
3646
  *
3625
- * Transcribe any public Instagram reel or video post: the full speech transcript, speaker labels, and word-level timestamps, from a reel URL or an Instagram CDN media URL you already hold. Transcription runs on MAI-Transcribe-2, chosen for its accuracy and its speaker labels. Turn on hostVideo to also get the MP4 on a hosted link that plays without an Instagram session. If you only want the text, instagram.media_transcript is the cheaper transcript-only option; if you only want the file, instagram.post is where you go.
3647
+ * Transcribe any public Instagram reel or video post: the full speech transcript, speaker labels, and word-level timestamps, from a reel, /p/, or /tv/ URL or an Instagram CDN media URL you already hold. A video post is transcribed exactly like a reel. A photo post comes back found with its record and an empty transcript, charged the request price only. Transcription runs on MAI-Transcribe-2, chosen for its accuracy and its speaker labels. Turn on hostVideo to also get the MP4 on a hosted link that plays without an Instagram session. If you only want the text, instagram.media_transcript is the cheaper transcript-only option; if you only want the file, instagram.post is where you go.
3626
3648
  *
3627
3649
  * Price: $0.0015 per request plus $0.006 per audio minute (maximum $0.095).
3628
3650
  *
@@ -3635,9 +3657,9 @@ var InstagramNamespace = class {
3635
3657
  /**
3636
3658
  * Instagram Reels Search
3637
3659
  *
3638
- * Search Instagram Reels by keyword and get matching reels (caption, likes, comments, creator, and duration). Instagram does not return view or play counts in reels search results. Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
3660
+ * Search Instagram Reels by keyword against Instagram's own reels search and get matching reels with view, like and comment counts, caption, creator and duration. Results are relevance-ranked, not chronological, and a page can repeat reels from the page before it. For a web-search-index view of the same keyword, with a recency filter and numbered pages, use instagram.web_reels_search.
3639
3661
  *
3640
- * Price: $0.0012 per request.
3662
+ * Price: $0.0015 per request.
3641
3663
  *
3642
3664
  * @example
3643
3665
  * const res = await client.instagram.reelsSearch({ query: "travel" });
@@ -3645,6 +3667,22 @@ var InstagramNamespace = class {
3645
3667
  reelsSearch(input, options) {
3646
3668
  return this._core.run("instagram.reels_search", input, options);
3647
3669
  }
3670
+ /**
3671
+ * Iterate every result of Instagram Reels Search across pages.
3672
+ *
3673
+ * Yields items directly; call `.pages()` on the return value to walk whole
3674
+ * result pages instead (each carries its own costUsd).
3675
+ */
3676
+ iterReelsSearch(input, options) {
3677
+ return paginate(
3678
+ this._core,
3679
+ "instagram.reels_search",
3680
+ input,
3681
+ "reels",
3682
+ false,
3683
+ options
3684
+ );
3685
+ }
3648
3686
  /**
3649
3687
  * Instagram Search
3650
3688
  *
@@ -3661,7 +3699,7 @@ var InstagramNamespace = class {
3661
3699
  /**
3662
3700
  * Instagram Hashtag Search
3663
3701
  *
3664
- * Search posts under an Instagram hashtag through a web search index rather than Instagram's own hashtag feed. That is what lets it filter by date and media type and return reels whose like counts have settled, and it is also why results skew older (median around three months) and stop at roughly 110 per hashtag. If that web search index is unavailable, a first-page request that sets no date and no media type is served from Instagram's own live top feed instead. For Instagram's own live ranking of a tag use instagram.hashtag_top_posts, and for the chronological feed use instagram.hashtag_recent_posts.
3702
+ * Search posts under an Instagram hashtag through a web search index rather than Instagram's own hashtag feed. That is what lets it filter by date and media type and return reels whose like counts have settled, and it is also why results skew older (median around three months) and stop at roughly 110 per hashtag. For Instagram's own live ranking of a tag use instagram.hashtag_top_posts, and for the chronological feed use instagram.hashtag_recent_posts.
3665
3703
  *
3666
3704
  * Price: $0.0012 per request.
3667
3705
  *
@@ -3734,7 +3772,7 @@ var InstagramNamespace = class {
3734
3772
  *
3735
3773
  * List the accounts Instagram recommends as similar to a public profile, with each account's handle, display name, verified flag and avatar.
3736
3774
  *
3737
- * Price: $0.0024 per request.
3775
+ * Price: $0.027 per request.
3738
3776
  *
3739
3777
  * @example
3740
3778
  * const res = await client.instagram.similarProfiles({ handle: "nasa" });
@@ -3828,7 +3866,7 @@ var InstagramNamespace = class {
3828
3866
  *
3829
3867
  * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
3830
3868
  *
3831
- * Price: $0.00095 per request.
3869
+ * Price: $0.0008 per request.
3832
3870
  *
3833
3871
  * @example
3834
3872
  * const res = await client.instagram.userPosts({ handle: "nasa" });
@@ -3857,7 +3895,7 @@ var InstagramNamespace = class {
3857
3895
  *
3858
3896
  * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
3859
3897
  *
3860
- * Price: $0.00095 per request.
3898
+ * Price: $0.0008 per request.
3861
3899
  *
3862
3900
  * @example
3863
3901
  * const res = await client.instagram.userReels({ handle: "nasa" });
@@ -3910,6 +3948,19 @@ var InstagramNamespace = class {
3910
3948
  options
3911
3949
  );
3912
3950
  }
3951
+ /**
3952
+ * Instagram Reels Web Search
3953
+ *
3954
+ * Search Instagram Reels through a web search index rather than Instagram's own search, and get matching reels (caption, likes, comments, creator, and duration). That is what lets it filter by a recency window and page by number, and it is also why the results are whatever the index has crawled rather than what Instagram ranks right now, and why paging tops out around 110 reels per query (11 pages of 10). Instagram does not return view or play counts here. For Instagram's own live reels search, with view counts, use instagram.reels_search.
3955
+ *
3956
+ * Price: $0.0012 per request.
3957
+ *
3958
+ * @example
3959
+ * const res = await client.instagram.webReelsSearch({ query: "travel" });
3960
+ */
3961
+ webReelsSearch(input, options) {
3962
+ return this._core.run("instagram.web_reels_search", input, options);
3963
+ }
3913
3964
  };
3914
3965
 
3915
3966
  // src/generated/platforms/job_search.ts
@@ -4256,7 +4307,7 @@ var LinkedinNamespace = class {
4256
4307
  *
4257
4308
  * Search public LinkedIn posts by keyword (text, link, publish date).
4258
4309
  *
4259
- * Price: $0.0012 per request.
4310
+ * Price: $0.018 per request.
4260
4311
  *
4261
4312
  * @example
4262
4313
  * const res = await client.linkedin.searchPosts({ query: "hiring", datePosted: "last-week" });
@@ -4332,6 +4383,22 @@ var LinkedinNamespace = class {
4332
4383
  searchProfilesThin(input, options) {
4333
4384
  return this._core.run("linkedin.search_profiles_thin", input, options);
4334
4385
  }
4386
+ /**
4387
+ * Iterate every result of LinkedIn Profile Search (basic) across pages.
4388
+ *
4389
+ * Yields items directly; call `.pages()` on the return value to walk whole
4390
+ * result pages instead (each carries its own costUsd).
4391
+ */
4392
+ iterSearchProfilesThin(input, options) {
4393
+ return paginate(
4394
+ this._core,
4395
+ "linkedin.search_profiles_thin",
4396
+ input,
4397
+ "items",
4398
+ false,
4399
+ options
4400
+ );
4401
+ }
4335
4402
  };
4336
4403
 
4337
4404
  // src/generated/platforms/maps.ts
@@ -4717,6 +4784,19 @@ var PersonEnrichmentNamespace = class {
4717
4784
  bettercontact(input, options) {
4718
4785
  return this._core.run("person_enrichment.bettercontact", input, options);
4719
4786
  }
4787
+ /**
4788
+ * Person Enrichment - Crustdata v3
4789
+ *
4790
+ * Enrich one person from a LinkedIn profile URL or a business email: profile, headline, location, skills, current and past roles with the employer's domain, education, social handles, and GitHub profiles. Contact details are sold separately by Contact Enrichment - Crustdata v3.
4791
+ *
4792
+ * Price: $0.096 per request.
4793
+ *
4794
+ * @example
4795
+ * const res = await client.personEnrichment.crustdataV3({ linkedinUrl: "https://www.linkedin.com/in/satyanadella" });
4796
+ */
4797
+ crustdataV3(input, options) {
4798
+ return this._core.run("person_enrichment.crustdata_v3", input, options);
4799
+ }
4720
4800
  /**
4721
4801
  * Bulk Person Enrichment - FullEnrich
4722
4802
  *
@@ -4812,7 +4892,7 @@ var PinterestNamespace = class {
4812
4892
  *
4813
4893
  * Search Pinterest by keyword and get pin, video, board, or profile results with titles, images, and links.
4814
4894
  *
4815
- * Price: $0.0036 per request.
4895
+ * Price: $0.0008 per request.
4816
4896
  *
4817
4897
  * @example
4818
4898
  * const res = await client.pinterest.search({ query: "home decor", limit: 3 });
@@ -4820,6 +4900,22 @@ var PinterestNamespace = class {
4820
4900
  search(input, options) {
4821
4901
  return this._core.run("pinterest.search", input, options);
4822
4902
  }
4903
+ /**
4904
+ * Iterate every result of Pinterest Search across pages.
4905
+ *
4906
+ * Yields items directly; call `.pages()` on the return value to walk whole
4907
+ * result pages instead (each carries its own costUsd).
4908
+ */
4909
+ iterSearch(input, options) {
4910
+ return paginate(
4911
+ this._core,
4912
+ "pinterest.search",
4913
+ input,
4914
+ "items",
4915
+ false,
4916
+ options
4917
+ );
4918
+ }
4823
4919
  };
4824
4920
 
4825
4921
  // src/generated/platforms/playstore.ts
@@ -4864,6 +4960,27 @@ var PolymarketNamespace = class {
4864
4960
  }
4865
4961
  };
4866
4962
 
4963
+ // src/generated/platforms/property_records.ts
4964
+ var PropertyRecordsNamespace = class {
4965
+ constructor(_core) {
4966
+ this._core = _core;
4967
+ }
4968
+ _core;
4969
+ /**
4970
+ * Property Records - Enformion
4971
+ *
4972
+ * Look up the public property records for one US address: current and previous owners, parcel number (APN), last sale, assessed and market values, property tax, beds, baths, living area, lot size, year built, land use, and zoning. One address can match several parcels, and every match is returned. Billed only when a record is found.
4973
+ *
4974
+ * Price: $0.1536 per request.
4975
+ *
4976
+ * @example
4977
+ * const res = await client.propertyRecords.enformion({ city: "Austin", state: "TX", street: "4510 Secure Ln", zip: "78725" });
4978
+ */
4979
+ enformion(input, options) {
4980
+ return this._core.run("property_records.enformion", input, options);
4981
+ }
4982
+ };
4983
+
4867
4984
  // src/generated/platforms/realtor.ts
4868
4985
  var RealtorNamespace = class {
4869
4986
  constructor(_core) {
@@ -4891,6 +5008,19 @@ var RedditNamespace = class {
4891
5008
  this._core = _core;
4892
5009
  }
4893
5010
  _core;
5011
+ /**
5012
+ * Reddit Avatar
5013
+ *
5014
+ * Get a Reddit user's profile picture URL, karma, and account age by username. The cheapest Reddit user lookup; use reddit.profile for bio, trophies, and post and comment counts.
5015
+ *
5016
+ * Price: $0.00038 per request.
5017
+ *
5018
+ * @example
5019
+ * const res = await client.reddit.avatar({ username: "spez" });
5020
+ */
5021
+ avatar(input, options) {
5022
+ return this._core.run("reddit.avatar", input, options);
5023
+ }
4894
5024
  /**
4895
5025
  * Reddit Post
4896
5026
  *
@@ -4909,7 +5039,7 @@ var RedditNamespace = class {
4909
5039
  *
4910
5040
  * List the top-level comments on a Reddit post by URL (author, body, score, timestamp).
4911
5041
  *
4912
- * Price: $0.0009 per request.
5042
+ * Price: $0.0006 per request.
4913
5043
  *
4914
5044
  * @example
4915
5045
  * const res = await client.reddit.postComments({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
@@ -4951,7 +5081,7 @@ var RedditNamespace = class {
4951
5081
  *
4952
5082
  * Fetch a Reddit user's public profile (karma split, post and comment counts, bio, avatar, account age) by username.
4953
5083
  *
4954
- * Price: $0.0012 per request.
5084
+ * Price: $0.00225 per request plus $0 per result (maximum $0.00225).
4955
5085
  *
4956
5086
  * @example
4957
5087
  * const res = await client.reddit.profile({ username: "spez" });
@@ -4964,7 +5094,7 @@ var RedditNamespace = class {
4964
5094
  *
4965
5095
  * Search Reddit posts across all subreddits by query.
4966
5096
  *
4967
- * Price: $0.00045 per request.
5097
+ * Price: $0.00038 per request.
4968
5098
  *
4969
5099
  * @example
4970
5100
  * const res = await client.reddit.search({ query: "mechanical keyboard" });
@@ -4993,7 +5123,7 @@ var RedditNamespace = class {
4993
5123
  *
4994
5124
  * Fetch a subreddit's metadata (weekly active users, description, and category).
4995
5125
  *
4996
- * Price: $0.00045 per request.
5126
+ * Price: $0.00038 per request.
4997
5127
  *
4998
5128
  * @example
4999
5129
  * const res = await client.reddit.subredditDetails({ subreddit: "programming" });
@@ -5006,7 +5136,7 @@ var RedditNamespace = class {
5006
5136
  *
5007
5137
  * Fetch posts from a subreddit listing (hot, new, or top).
5008
5138
  *
5009
- * Price: $0.00045 per request.
5139
+ * Price: $0.00038 per request.
5010
5140
  *
5011
5141
  * @example
5012
5142
  * const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
@@ -5035,7 +5165,7 @@ var RedditNamespace = class {
5035
5165
  *
5036
5166
  * Search posts within a single subreddit by query, sort, and timeframe.
5037
5167
  *
5038
- * Price: $0.00045 per request.
5168
+ * Price: $0.00038 per request.
5039
5169
  *
5040
5170
  * @example
5041
5171
  * const res = await client.reddit.subredditSearch({ subreddit: "Fitness", query: "push ups" });
@@ -5077,7 +5207,7 @@ var RedditNamespace = class {
5077
5207
  *
5078
5208
  * List a Reddit user's comments by username, sorted by new, top, hot, or controversial, with the parent post title and subreddit on every item and cursor pagination. Comment text comes back as a roughly 300-character preview rather than the full body, and this endpoint carries no per-comment permalink; use reddit.post_comments for full comment bodies and comment URLs on a given post.
5079
5209
  *
5080
- * Price: $0.0009 per request.
5210
+ * Price: $0.0006 per request.
5081
5211
  *
5082
5212
  * @example
5083
5213
  * const res = await client.reddit.userComments({ username: "spez" });
@@ -5106,7 +5236,7 @@ var RedditNamespace = class {
5106
5236
  *
5107
5237
  * List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
5108
5238
  *
5109
- * Price: $0.00045 per request.
5239
+ * Price: $0.00038 per request.
5110
5240
  *
5111
5241
  * @example
5112
5242
  * const res = await client.reddit.userPosts({ username: "spez" });
@@ -5335,7 +5465,7 @@ var SemrushNamespace = class {
5335
5465
  *
5336
5466
  * Semrush keyword research for any term: monthly search volume, CPC, competition, keyword difficulty, plus related keywords and question keywords.
5337
5467
  *
5338
- * Price: $0 per request plus $0.0165 per result (maximum $0.0165).
5468
+ * Price: $0 per request plus $0.00495 per result (maximum $0.00495).
5339
5469
  *
5340
5470
  * @example
5341
5471
  * const res = await client.semrush.keywords({ keyword: "best running shoes", database: "us" });
@@ -5348,7 +5478,7 @@ var SemrushNamespace = class {
5348
5478
  *
5349
5479
  * a Semrush SEO overview for any domain: Authority Score, organic and paid traffic, keyword and backlink counts, top country, and the domain's top organic keywords.
5350
5480
  *
5351
- * Price: $0 per request plus $0.0165 per result (maximum $0.0165).
5481
+ * Price: $0 per request plus $0.00495 per result (maximum $0.00495).
5352
5482
  *
5353
5483
  * @example
5354
5484
  * const res = await client.semrush.overview({ domain: "ahrefs.com", database: "us" });
@@ -5858,12 +5988,12 @@ var TiktokNamespace = class {
5858
5988
  /**
5859
5989
  * TikTok Ad Library Search
5860
5990
  *
5861
- * Search TikTok's ad library by keyword (top ads with brand, title, spend, CTR, likes, and video info).
5991
+ * Search TikTok's public Ads Library by keyword or advertiser (advertiser, title, audience band, run dates, library link, and video).
5862
5992
  *
5863
- * Price: $0.0012 per request.
5993
+ * Price: $0.0005 per request.
5864
5994
  *
5865
5995
  * @example
5866
- * const res = await client.tiktok.adLibrarySearch({ query: "spotify", limit: 20, objective: "conversions", period: 30 });
5996
+ * const res = await client.tiktok.adLibrarySearch({ query: "spotify" });
5867
5997
  */
5868
5998
  adLibrarySearch(input, options) {
5869
5999
  return this._core.run("tiktok.ad_library_search", input, options);
@@ -5931,7 +6061,7 @@ var TiktokNamespace = class {
5931
6061
  *
5932
6062
  * List the replies to a TikTok comment with cursor pagination (text, author, likes).
5933
6063
  *
5934
- * Price: $0.0012 per request.
6064
+ * Price: $0.0009 per request.
5935
6065
  *
5936
6066
  * @example
5937
6067
  * const res = await client.tiktok.commentReplies({ commentId: "7623828115408274207", url: "https://www.tiktok.com/@stoolpresidente/video/7623818255903329566" });
@@ -6052,12 +6182,41 @@ var TiktokNamespace = class {
6052
6182
  photos(input, options) {
6053
6183
  return this._core.run("tiktok.photos", input, options);
6054
6184
  }
6185
+ /**
6186
+ * TikTok Playlist Videos
6187
+ *
6188
+ * List the videos inside one TikTok playlist by playlist URL or id, in playlist order, with view, like and comment counts.
6189
+ *
6190
+ * Price: $0.0012 per request.
6191
+ *
6192
+ * @example
6193
+ * const res = await client.tiktok.playlistVideos({ url: "https://www.tiktok.com/@mrbeast/playlist/Beast%20Games-7596415294902389534" });
6194
+ */
6195
+ playlistVideos(input, options) {
6196
+ return this._core.run("tiktok.playlist_videos", input, options);
6197
+ }
6198
+ /**
6199
+ * Iterate every result of TikTok Playlist Videos across pages.
6200
+ *
6201
+ * Yields items directly; call `.pages()` on the return value to walk whole
6202
+ * result pages instead (each carries its own costUsd).
6203
+ */
6204
+ iterPlaylistVideos(input, options) {
6205
+ return paginate(
6206
+ this._core,
6207
+ "tiktok.playlist_videos",
6208
+ input,
6209
+ "videos",
6210
+ false,
6211
+ options
6212
+ );
6213
+ }
6055
6214
  /**
6056
6215
  * TikTok Profile
6057
6216
  *
6058
6217
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
6059
6218
  *
6060
- * Price: $0.0005 per request.
6219
+ * Price: $0.00045 per request.
6061
6220
  *
6062
6221
  * @example
6063
6222
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -6078,6 +6237,35 @@ var TiktokNamespace = class {
6078
6237
  profileContact(input, options) {
6079
6238
  return this._core.run("tiktok.profile_contact", input, options);
6080
6239
  }
6240
+ /**
6241
+ * TikTok Profile Playlists
6242
+ *
6243
+ * List the playlists a TikTok creator has published on their profile, with each playlist's name, video count and cover image.
6244
+ *
6245
+ * Price: $0.0012 per request.
6246
+ *
6247
+ * @example
6248
+ * const res = await client.tiktok.profilePlaylists({ secUid: "MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG" });
6249
+ */
6250
+ profilePlaylists(input, options) {
6251
+ return this._core.run("tiktok.profile_playlists", input, options);
6252
+ }
6253
+ /**
6254
+ * Iterate every result of TikTok Profile Playlists across pages.
6255
+ *
6256
+ * Yields items directly; call `.pages()` on the return value to walk whole
6257
+ * result pages instead (each carries its own costUsd).
6258
+ */
6259
+ iterProfilePlaylists(input, options) {
6260
+ return paginate(
6261
+ this._core,
6262
+ "tiktok.profile_playlists",
6263
+ input,
6264
+ "playlists",
6265
+ false,
6266
+ options
6267
+ );
6268
+ }
6081
6269
  /**
6082
6270
  * TikTok Profile Region
6083
6271
  *
@@ -6091,12 +6279,41 @@ var TiktokNamespace = class {
6091
6279
  profileRegion(input, options) {
6092
6280
  return this._core.run("tiktok.profile_region", input, options);
6093
6281
  }
6282
+ /**
6283
+ * TikTok Profile Reposts
6284
+ *
6285
+ * List the videos a TikTok creator has reposted to their profile, with view, like and comment counts and cursor pagination.
6286
+ *
6287
+ * Price: $0.0012 per request.
6288
+ *
6289
+ * @example
6290
+ * const res = await client.tiktok.profileReposts({ secUid: "MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG" });
6291
+ */
6292
+ profileReposts(input, options) {
6293
+ return this._core.run("tiktok.profile_reposts", input, options);
6294
+ }
6295
+ /**
6296
+ * Iterate every result of TikTok Profile Reposts across pages.
6297
+ *
6298
+ * Yields items directly; call `.pages()` on the return value to walk whole
6299
+ * result pages instead (each carries its own costUsd).
6300
+ */
6301
+ iterProfileReposts(input, options) {
6302
+ return paginate(
6303
+ this._core,
6304
+ "tiktok.profile_reposts",
6305
+ input,
6306
+ "videos",
6307
+ false,
6308
+ options
6309
+ );
6310
+ }
6094
6311
  /**
6095
6312
  * TikTok Profile Videos
6096
6313
  *
6097
6314
  * List a TikTok creator's recent videos (views, likes, comments) by handle with cursor pagination.
6098
6315
  *
6099
- * Price: $0.0012 per request.
6316
+ * Price: $0.0007 per request.
6100
6317
  *
6101
6318
  * @example
6102
6319
  * const res = await client.tiktok.profileVideos({ handle: "zachking" });
@@ -6154,7 +6371,7 @@ var TiktokNamespace = class {
6154
6371
  *
6155
6372
  * Search TikTok by keyword and get matching videos (caption, views, likes, comments, shares) as normalized JSON.
6156
6373
  *
6157
- * Price: $0.0012 per request.
6374
+ * Price: $0.0007 per request.
6158
6375
  *
6159
6376
  * @example
6160
6377
  * const res = await client.tiktok.searchKeyword({ query: "cooking", datePosted: 0, sortBy: 0 });
@@ -6178,12 +6395,54 @@ var TiktokNamespace = class {
6178
6395
  options
6179
6396
  );
6180
6397
  }
6398
+ /**
6399
+ * TikTok Photo Search
6400
+ *
6401
+ * Search TikTok for photo-mode (slideshow) posts by keyword, with every image in each post plus view, like and comment counts. tiktok.search_keyword returns videos and drops these.
6402
+ *
6403
+ * Price: $0.0012 per request.
6404
+ *
6405
+ * @example
6406
+ * const res = await client.tiktok.searchPhotos({ query: "latte art" });
6407
+ */
6408
+ searchPhotos(input, options) {
6409
+ return this._core.run("tiktok.search_photos", input, options);
6410
+ }
6411
+ /**
6412
+ * Iterate every result of TikTok Photo Search across pages.
6413
+ *
6414
+ * Yields items directly; call `.pages()` on the return value to walk whole
6415
+ * result pages instead (each carries its own costUsd).
6416
+ */
6417
+ iterSearchPhotos(input, options) {
6418
+ return paginate(
6419
+ this._core,
6420
+ "tiktok.search_photos",
6421
+ input,
6422
+ "posts",
6423
+ false,
6424
+ options
6425
+ );
6426
+ }
6427
+ /**
6428
+ * TikTok Search Suggestions
6429
+ *
6430
+ * Get the search terms TikTok suggests for a keyword, each with its language and relative weight - the queries real TikTok users type around your topic.
6431
+ *
6432
+ * Price: $0.0012 per request.
6433
+ *
6434
+ * @example
6435
+ * const res = await client.tiktok.searchSuggestions({ query: "protein powder" });
6436
+ */
6437
+ searchSuggestions(input, options) {
6438
+ return this._core.run("tiktok.search_suggestions", input, options);
6439
+ }
6181
6440
  /**
6182
6441
  * TikTok Top Search
6183
6442
  *
6184
6443
  * Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination.
6185
6444
  *
6186
- * Price: $0.0012 per request.
6445
+ * Price: $0.0009 per request.
6187
6446
  *
6188
6447
  * @example
6189
6448
  * const res = await client.tiktok.searchTop({ query: "funny" });
@@ -6212,7 +6471,7 @@ var TiktokNamespace = class {
6212
6471
  *
6213
6472
  * Search TikTok accounts by keyword (handle, nickname, follower count) with cursor pagination.
6214
6473
  *
6215
- * Price: $0.0012 per request.
6474
+ * Price: $0.0007 per request.
6216
6475
  *
6217
6476
  * @example
6218
6477
  * const res = await client.tiktok.searchUsers({ query: "chef" });
@@ -6241,7 +6500,7 @@ var TiktokNamespace = class {
6241
6500
  *
6242
6501
  * Fetch details for a TikTok song or sound (title, author, duration, cover art, and how many videos use it).
6243
6502
  *
6244
- * Price: $0.0012 per request.
6503
+ * Price: $0.0009 per request.
6245
6504
  *
6246
6505
  * @example
6247
6506
  * const res = await client.tiktok.song({ clipId: "7439295283975702544" });
@@ -6254,7 +6513,7 @@ var TiktokNamespace = class {
6254
6513
  *
6255
6514
  * List TikTok videos that use a given song or sound (with descriptions, authors, and engagement stats).
6256
6515
  *
6257
- * Price: $0.0012 per request.
6516
+ * Price: $0.0009 per request.
6258
6517
  *
6259
6518
  * @example
6260
6519
  * const res = await client.tiktok.songVideos({ clipId: "7439295283975702544" });
@@ -6281,7 +6540,7 @@ var TiktokNamespace = class {
6281
6540
  /**
6282
6541
  * TikTok Top Ads Search
6283
6542
  *
6284
- * Search TikTok Creative Center top video ads by keyword with explicit performance, objective, region, language, and time-window filters.
6543
+ * Search TikTok Creative Center top video ads by keyword, with campaign objective, performance percentile, and time-window filters.
6285
6544
  *
6286
6545
  * Price: $0.0012 per request.
6287
6546
  *
@@ -6296,7 +6555,7 @@ var TiktokNamespace = class {
6296
6555
  *
6297
6556
  * Sample TikTok's For You feed as served to a viewer in one country (caption, views, likes, comments, author). Returns a rotating sample, not a ranked chart.
6298
6557
  *
6299
- * Price: $0.0012 per request.
6558
+ * Price: $0.0008 per request.
6300
6559
  *
6301
6560
  * @example
6302
6561
  * const res = await client.tiktok.trendingFeed({ region: "US" });
@@ -6322,7 +6581,7 @@ var TiktokNamespace = class {
6322
6581
  *
6323
6582
  * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
6324
6583
  *
6325
- * Price: $0.0005 per request.
6584
+ * Price: $0.00045 per request.
6326
6585
  *
6327
6586
  * @example
6328
6587
  * const res = await client.tiktok.video({ url: "https://www.tiktok.com/@mrbeast/video/7654638524729216287?_r=1&u_code=elgjf3ff8cajhk&preview_pb=0&sharer_language=en&_d=elh6737j6kjl71&share_item_id=7654638524729216287&source=h5_m" });
@@ -6335,7 +6594,7 @@ var TiktokNamespace = class {
6335
6594
  *
6336
6595
  * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
6337
6596
  *
6338
- * Price: $0.0008 per request.
6597
+ * Price: $0.0007 per request.
6339
6598
  *
6340
6599
  * @example
6341
6600
  * const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });
@@ -6364,7 +6623,7 @@ var TiktokNamespace = class {
6364
6623
  *
6365
6624
  * Get the playable media files behind a TikTok video URL: the clean no-watermark MP4, the watermarked one TikTok's own save button produces, and the cover image, with duration and pixel dimensions. Photo-mode posts carry no video file - use tiktok.photos for those.
6366
6625
  *
6367
- * Price: $0.0012 per request.
6626
+ * Price: $0.0009 per request.
6368
6627
  *
6369
6628
  * @example
6370
6629
  * const res = await client.tiktok.videoDownload({ url: "https://www.tiktok.com/@mrbeast/video/7654638524729216287" });
@@ -6373,9 +6632,9 @@ var TiktokNamespace = class {
6373
6632
  return this._core.run("tiktok.video_download", input, options);
6374
6633
  }
6375
6634
  /**
6376
- * TikTok Video Transcript
6635
+ * TikTok Video Transcript (native captions)
6377
6636
  *
6378
- * Fetch the spoken-word transcript of a TikTok video by URL.
6637
+ * Fetch the caption track TikTok itself published for a video, as TikTok wrote it. It is the cheapest way to get the words, and it is only as good as TikTok's own transcription: it mishears names and uncommon words, and many videos - especially non-English ones - have no caption track at all, which comes back as not found. When you need the words to be right, or there is no track to read, tiktok.video_transcript_full transcribes the audio with AnyAPI's own speech-to-text instead.
6379
6638
  *
6380
6639
  * Price: $0.0012 per request.
6381
6640
  *
@@ -6386,11 +6645,11 @@ var TiktokNamespace = class {
6386
6645
  return this._core.run("tiktok.video_transcript", input, options);
6387
6646
  }
6388
6647
  /**
6389
- * TikTok Video Transcript (Audio)
6648
+ * TikTok Video Transcript (AnyAPI speech to text)
6390
6649
  *
6391
- * Transcribe the spoken audio of a TikTok video with timed segments, speaker labels, and per-word confidence - for videos TikTok publishes no subtitle track for.
6650
+ * Transcribe the spoken audio of a TikTok video with AnyAPI's own speech-to-text: timed sentence-level segments, speaker labels, detected language, and optional per-word timings, for videos TikTok publishes no caption track for and for videos whose caption track gets the words wrong. AnyAPI downloads the video and runs the audio through MAI-Transcribe-2 rather than reading anything TikTok wrote, which is why it handles non-English speech and hears words the native captions mishear. The answer also carries the video's id, URL, creator handle, and cover image. Turn on hostVideo to also get the MP4 on a hosted link that plays without TikTok's signed, short-lived CDN URL expiring on you. If you only want whatever TikTok itself published and you want it for a tenth of the price, tiktok.video_transcript is that.
6392
6651
  *
6393
- * Price: $0.0176 per request plus $0 per result (maximum $0.0176).
6652
+ * Price: $0.0015 per request plus $0.006 per audio minute (maximum $0.095).
6394
6653
  *
6395
6654
  * @example
6396
6655
  * const res = await client.tiktok.videoTranscriptFull({ url: "https://www.tiktok.com/@thatdudecancook/video/7649086431641521421" });
@@ -6419,19 +6678,6 @@ var TiktokShopNamespace = class {
6419
6678
  categories(input, options) {
6420
6679
  return this._core.run("tiktok_shop.categories", input, options);
6421
6680
  }
6422
- /**
6423
- * TikTok Shop Category Products
6424
- *
6425
- * Browse TikTok Shop products inside a category by category id: price, discount, rating, sales count, seller, and product URL per product.
6426
- *
6427
- * Price: $0.0012 per request.
6428
- *
6429
- * @example
6430
- * const res = await client.tiktokShop.categoryProducts({ categoryId: "700645", region: "US" });
6431
- */
6432
- categoryProducts(input, options) {
6433
- return this._core.run("tiktok_shop.category_products", input, options);
6434
- }
6435
6681
  /**
6436
6682
  * TikTok Shop Creator
6437
6683
  *
@@ -6615,7 +6861,7 @@ var TrustpilotNamespace = class {
6615
6861
  *
6616
6862
  * Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
6617
6863
  *
6618
- * Price: $0.00225 per request.
6864
+ * Price: $0.0008 per request.
6619
6865
  *
6620
6866
  * @example
6621
6867
  * const res = await client.trustpilot.reviews({ company: "stripe.com", limit: 3 });
@@ -6652,7 +6898,7 @@ var TruthsocialNamespace = class {
6652
6898
  * Price: $0.0036 per request.
6653
6899
  *
6654
6900
  * @example
6655
- * const res = await client.truthsocial.profile({ handle: "realDonaldTrump" });
6901
+ * const res = await client.truthsocial.profile({ handle: "DevinNunes" });
6656
6902
  */
6657
6903
  profile(input, options) {
6658
6904
  return this._core.run("truthsocial.profile", input, options);
@@ -6670,6 +6916,22 @@ var TruthsocialNamespace = class {
6670
6916
  userPosts(input, options) {
6671
6917
  return this._core.run("truthsocial.user_posts", input, options);
6672
6918
  }
6919
+ /**
6920
+ * Iterate every result of Truth Social User Posts across pages.
6921
+ *
6922
+ * Yields items directly; call `.pages()` on the return value to walk whole
6923
+ * result pages instead (each carries its own costUsd).
6924
+ */
6925
+ iterUserPosts(input, options) {
6926
+ return paginate(
6927
+ this._core,
6928
+ "truthsocial.user_posts",
6929
+ input,
6930
+ "posts",
6931
+ false,
6932
+ options
6933
+ );
6934
+ }
6673
6935
  };
6674
6936
 
6675
6937
  // src/generated/platforms/twitter.ts
@@ -6893,7 +7155,7 @@ var TwitterNamespace = class {
6893
7155
  *
6894
7156
  * Resolve the linear self-thread containing an X (Twitter) post, from its root through the author's linked continuations. This excludes replies from other users.
6895
7157
  *
6896
- * Price: $0.005 per request.
7158
+ * Price: $0.00375 per request.
6897
7159
  *
6898
7160
  * @example
6899
7161
  * const res = await client.twitter.thread({ url: "https://x.com/SpaceX/status/1732824684683784516" });
@@ -7596,7 +7858,7 @@ var YoutubeNamespace = class {
7596
7858
  *
7597
7859
  * List the comments on a YouTube video or Short by URL with cursor pagination (text, author, likes, reply count).
7598
7860
  *
7599
- * Price: $0.0012 per request.
7861
+ * Price: $0.0008 per request.
7600
7862
  *
7601
7863
  * @example
7602
7864
  * const res = await client.youtube.videoComments({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
@@ -7638,7 +7900,7 @@ var YoutubeNamespace = class {
7638
7900
  *
7639
7901
  * Fetch the transcript/captions of a YouTube video or Short by URL or ID.
7640
7902
  *
7641
- * Price: $0.00125 per request.
7903
+ * Price: $0.011 per request.
7642
7904
  *
7643
7905
  * @example
7644
7906
  * const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
@@ -7876,6 +8138,12 @@ var AnyAPI2 = class extends AnyAPI {
7876
8138
  get companyEnrichment() {
7877
8139
  return this._namespaces["companyEnrichment"] ??= new CompanyEnrichmentNamespace(this._core);
7878
8140
  }
8141
+ /**
8142
+ * Typed methods for the company_identify platform.
8143
+ */
8144
+ get companyIdentify() {
8145
+ return this._namespaces["companyIdentify"] ??= new CompanyIdentifyNamespace(this._core);
8146
+ }
7879
8147
  /**
7880
8148
  * Typed methods for the company_search platform.
7881
8149
  */
@@ -7893,12 +8161,10 @@ var AnyAPI2 = class extends AnyAPI {
7893
8161
  );
7894
8162
  }
7895
8163
  /**
7896
- * Typed methods for the dexscreener platform.
8164
+ * Typed methods for the contact_enrichment platform.
7897
8165
  */
7898
- get dexscreener() {
7899
- return this._namespaces["dexscreener"] ??= new DexscreenerNamespace(
7900
- this._core
7901
- );
8166
+ get contactEnrichment() {
8167
+ return this._namespaces["contactEnrichment"] ??= new ContactEnrichmentNamespace(this._core);
7902
8168
  }
7903
8169
  /**
7904
8170
  * Typed methods for the douyin platform.
@@ -8144,6 +8410,12 @@ var AnyAPI2 = class extends AnyAPI {
8144
8410
  this._core
8145
8411
  );
8146
8412
  }
8413
+ /**
8414
+ * Typed methods for the property_records platform.
8415
+ */
8416
+ get propertyRecords() {
8417
+ return this._namespaces["propertyRecords"] ??= new PropertyRecordsNamespace(this._core);
8418
+ }
8147
8419
  /**
8148
8420
  * Typed methods for the realtor platform.
8149
8421
  */
@@ -8386,11 +8658,12 @@ export {
8386
8658
  ChatgptNamespace,
8387
8659
  CoinmarketcapNamespace,
8388
8660
  CompanyEnrichmentNamespace,
8661
+ CompanyIdentifyNamespace,
8389
8662
  CompanyNamespace,
8390
8663
  CompanySearchNamespace,
8391
8664
  CongressNamespace,
8392
8665
  ConnectionError,
8393
- DexscreenerNamespace,
8666
+ ContactEnrichmentNamespace,
8394
8667
  DouyinNamespace,
8395
8668
  EbayNamespace,
8396
8669
  EmailFindingNamespace,
@@ -8414,6 +8687,7 @@ export {
8414
8687
  LinkedinNamespace,
8415
8688
  MapsNamespace,
8416
8689
  MobilePhoneNamespace,
8690
+ NOT_FOUND_REASONS,
8417
8691
  NaverNamespace,
8418
8692
  NextdoorNamespace,
8419
8693
  NotFoundError,
@@ -8424,6 +8698,7 @@ export {
8424
8698
  PinterestNamespace,
8425
8699
  PlaystoreNamespace,
8426
8700
  PolymarketNamespace,
8701
+ PropertyRecordsNamespace,
8427
8702
  RateLimitedError,
8428
8703
  RealtorNamespace,
8429
8704
  RedditNamespace,