@getanyapi/sdk 0.27.1 → 0.29.0

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
@@ -1032,7 +1032,7 @@ var AhrefsNamespace = class {
1032
1032
  *
1033
1033
  * Get the referring pages linking to a domain or URL, each with the source page, anchor text, linking domain rating, and page title.
1034
1034
  *
1035
- * Price: $0.0205 per request plus $0 per result (maximum $0.0205).
1035
+ * Price: $0.0215 per request plus $0 per result (maximum $0.0215).
1036
1036
  *
1037
1037
  * @example
1038
1038
  * const res = await client.ahrefs.backlinks({ url: "ahrefs.com", mode: "exact" });
@@ -1045,7 +1045,7 @@ var AhrefsNamespace = class {
1045
1045
  *
1046
1046
  * Get related keyword suggestions for any seed term, each with an Ahrefs difficulty and search-volume bucket.
1047
1047
  *
1048
- * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
1048
+ * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1049
1049
  *
1050
1050
  * @example
1051
1051
  * const res = await client.ahrefs.keywordIdeas({ keyword: "coffee", country: "us" });
@@ -1058,7 +1058,7 @@ var AhrefsNamespace = class {
1058
1058
  *
1059
1059
  * 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.
1060
1060
  *
1061
- * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
1061
+ * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1062
1062
  *
1063
1063
  * @example
1064
1064
  * const res = await client.ahrefs.keywords({ keyword: "seo tools", country: "us" });
@@ -1071,7 +1071,7 @@ var AhrefsNamespace = class {
1071
1071
  *
1072
1072
  * Get an SEO authority overview for any domain or URL: Domain Rating, total backlinks, and referring domains - as normalized JSON.
1073
1073
  *
1074
- * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
1074
+ * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1075
1075
  *
1076
1076
  * @example
1077
1077
  * const res = await client.ahrefs.overview({ url: "ahrefs.com", mode: "subdomains" });
@@ -1092,7 +1092,7 @@ var AirbnbNamespace = class {
1092
1092
  *
1093
1093
  * Search Airbnb listings by location and dates with optional price, beds/bedrooms/bathrooms, and guest-party filters and get results (name, total-stay price label, rating, host) as normalized JSON.
1094
1094
  *
1095
- * Price: $0.00009 per request plus $0.00158 per result (maximum $0.0316).
1095
+ * Price: $0.00009 per request plus $0.00165 per result (maximum $0.0331).
1096
1096
  *
1097
1097
  * @example
1098
1098
  * const res = await client.airbnb.search({ location: "San Diego", adults: 2, limit: 3, minBedrooms: 3 });
@@ -1113,7 +1113,7 @@ var AlibabaNamespace = class {
1113
1113
  *
1114
1114
  * Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
1115
1115
  *
1116
- * Price: $0 per request plus $0.00084 per result (maximum $0.021).
1116
+ * Price: $0 per request plus $0.00088 per result (maximum $0.022).
1117
1117
  *
1118
1118
  * @example
1119
1119
  * const res = await client.alibaba.search({ query: "bluetooth speaker", limit: 3 });
@@ -1134,7 +1134,7 @@ var AmazonNamespace = class {
1134
1134
  *
1135
1135
  * Look up to 10 Amazon products in one call by ASIN (title, brand, price, ratings, images, and attributes) as normalized JSON.
1136
1136
  *
1137
- * Price: $0 per request plus $0.00368 per asin (maximum $0.0368).
1137
+ * Price: $0 per request plus $0.00385 per asin (maximum $0.0385).
1138
1138
  *
1139
1139
  * @example
1140
1140
  * const res = await client.amazon.asins({ asins: ["B09G9FPHY6"], limit: 3 });
@@ -1319,7 +1319,7 @@ var AppstoreNamespace = class {
1319
1319
  *
1320
1320
  * Get App Store reviews for any iOS app by app ID, in any storefront country: ratings, titles, and review text.
1321
1321
  *
1322
- * Price: $0 per request plus $0.00011 per result (maximum $0.0105).
1322
+ * Price: $0 per request plus $0.00011 per result (maximum $0.011).
1323
1323
  *
1324
1324
  * @example
1325
1325
  * const res = await client.appstore.reviews({ appId: "389801252", country: "us", limit: 3 });
@@ -1387,7 +1387,7 @@ var BookingNamespace = class {
1387
1387
  *
1388
1388
  * Search Booking.com stays by destination and dates with optional guest and room occupancy and get hotel results (name, price, review score, location) as normalized JSON.
1389
1389
  *
1390
- * Price: $0.0021 per request plus $0.00473 per result (maximum $0.0966).
1390
+ * Price: $0.0022 per request plus $0.00495 per result (maximum $0.102).
1391
1391
  *
1392
1392
  * @example
1393
1393
  * const res = await client.booking.search({ query: "New York", adults: 2, checkIn: "2026-09-01", checkOut: "2026-09-03", limit: 3 });
@@ -1397,31 +1397,39 @@ var BookingNamespace = class {
1397
1397
  }
1398
1398
  };
1399
1399
 
1400
- // src/generated/platforms/chatgpt.ts
1401
- var ChatgptNamespace = class {
1400
+ // src/generated/platforms/capterra.ts
1401
+ var CapterraNamespace = class {
1402
1402
  constructor(_core) {
1403
1403
  this._core = _core;
1404
1404
  }
1405
1405
  _core;
1406
1406
  /**
1407
- * ChatGPT Brand Visibility
1407
+ * Capterra Reviews
1408
1408
  *
1409
- * Analyze how ChatGPT mentions and cites a brand relative to its competitors.
1409
+ * Pull Capterra software reviews for any product: overall and sub-ratings, pros and cons, reviewer job title, company size, and industry as clean JSON.
1410
1410
  *
1411
- * Price: $0.0045 per request.
1411
+ * Price: $0.0055 per request plus $0.00088 per result (maximum $0.0935).
1412
1412
  *
1413
1413
  * @example
1414
- * const res = await client.chatgpt.brandVisibility({ brand: "OpenAI", prompt: "What is OpenAI and who are its main competitors?", competitors: ["Anthropic", "Google DeepMind", "Meta"], country: "US", domain: "openai.com" });
1414
+ * const res = await client.capterra.reviews({ product: "https://www.capterra.com/p/135003/Slack/", limit: 25, sortBy: "recent" });
1415
1415
  */
1416
- brandVisibility(input, options) {
1417
- return this._core.run("chatgpt.brand_visibility", input, options);
1416
+ reviews(input, options) {
1417
+ return this._core.run("capterra.reviews", input, options);
1418
+ }
1419
+ };
1420
+
1421
+ // src/generated/platforms/chatgpt.ts
1422
+ var ChatgptNamespace = class {
1423
+ constructor(_core) {
1424
+ this._core = _core;
1418
1425
  }
1426
+ _core;
1419
1427
  /**
1420
1428
  * ChatGPT Search
1421
1429
  *
1422
- * Ask ChatGPT a web-grounded question and receive an answer with source citations.
1430
+ * Ask ChatGPT a web-grounded question and receive an answer with source citations. ChatGPT composes each answer per request, so the same prompt returns different wording and a different source set.
1423
1431
  *
1424
- * Price: $0.0036 per request.
1432
+ * Price: $0.0018 per request.
1425
1433
  *
1426
1434
  * @example
1427
1435
  * const res = await client.chatgpt.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -1442,7 +1450,7 @@ var CoinmarketcapNamespace = class {
1442
1450
  *
1443
1451
  * Get the current top cryptocurrencies from CoinMarketCap (rank, price, market cap, volume, and 24h change) as normalized JSON.
1444
1452
  *
1445
- * Price: $0 per request plus $0.00189 per result (maximum $0.0473).
1453
+ * Price: $0 per request plus $0.00198 per result (maximum $0.0495).
1446
1454
  *
1447
1455
  * @example
1448
1456
  * const res = await client.coinmarketcap.listings({ limit: 5 });
@@ -1452,6 +1460,27 @@ var CoinmarketcapNamespace = class {
1452
1460
  }
1453
1461
  };
1454
1462
 
1463
+ // src/generated/platforms/company.ts
1464
+ var CompanyNamespace = class {
1465
+ constructor(_core) {
1466
+ this._core = _core;
1467
+ }
1468
+ _core;
1469
+ /**
1470
+ * Company Research
1471
+ *
1472
+ * Research a company from one domain, name, or email and return a cross-checked dossier: what it does, how it talks, who it competes with, its firmographics, its hiring and news signal, and its social presence.
1473
+ *
1474
+ * Price: $0.44338 per request.
1475
+ *
1476
+ * @example
1477
+ * const res = await client.company.research({ domain: "stripe.com", maxAgeDays: 7 });
1478
+ */
1479
+ research(input, options) {
1480
+ return this._core.run("company.research", input, options);
1481
+ }
1482
+ };
1483
+
1455
1484
  // src/generated/platforms/company_enrichment.ts
1456
1485
  var CompanyEnrichmentNamespace = class {
1457
1486
  constructor(_core) {
@@ -1463,7 +1492,10 @@ var CompanyEnrichmentNamespace = class {
1463
1492
  *
1464
1493
  * Enrich a company by domain, name, LinkedIn URL, or Crustdata identifier.
1465
1494
  *
1466
- * Price: $0.0972 per request.
1495
+ * Price: $0.048 per request.
1496
+ *
1497
+ * @example
1498
+ * const res = await client.companyEnrichment.crustdataV3({ companyDomain: "posthog.com" });
1467
1499
  */
1468
1500
  crustdataV3(input, options) {
1469
1501
  return this._core.run("company_enrichment.crustdata_v3", input, options);
@@ -1495,6 +1527,9 @@ var CompanySearchNamespace = class {
1495
1527
  * Search companies by structured filters with cursor pagination.
1496
1528
  *
1497
1529
  * Price: $0 per request plus $0.048 per result (maximum $48).
1530
+ *
1531
+ * @example
1532
+ * const res = await client.companySearch.crustdataV3({ filters: [{ filter_type: "company_website_domain", type: "(.)", value: "posthog.com" }], limit: 1 });
1498
1533
  */
1499
1534
  crustdataV3(input, options) {
1500
1535
  return this._core.run("company_search.crustdata_v3", input, options);
@@ -1528,7 +1563,7 @@ var CongressNamespace = class {
1528
1563
  *
1529
1564
  * Get US Congress members' financial disclosures and stock trades (member, ticker, transaction type, amount range, and dates), filterable by member, ticker, or date range.
1530
1565
  *
1531
- * Price: $0.00105 per request plus $0.002 per result (maximum $0.051).
1566
+ * Price: $0.0011 per request plus $0.00209 per result (maximum $0.0534).
1532
1567
  *
1533
1568
  * @example
1534
1569
  * const res = await client.congress.trades({ limit: 5 });
@@ -1549,7 +1584,7 @@ var DexscreenerNamespace = class {
1549
1584
  *
1550
1585
  * List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
1551
1586
  *
1552
- * Price: $0.021 per request plus $0.00158 per result (maximum $0.0604).
1587
+ * Price: $0.022 per request plus $0.00165 per result (maximum $0.0633).
1553
1588
  *
1554
1589
  * @example
1555
1590
  * const res = await client.dexscreener.tokens({ chain: "solana", limit: 5, min24HVol: 100000 });
@@ -1638,12 +1673,38 @@ var EbayNamespace = class {
1638
1673
  this._core = _core;
1639
1674
  }
1640
1675
  _core;
1676
+ /**
1677
+ * eBay Product
1678
+ *
1679
+ * Fetch one eBay listing by URL and get the full offer record: price, condition, shipping, item location, seller feedback, quantity, watchers, and live auction state (bid count and end time).
1680
+ *
1681
+ * Price: $0.0009 per request.
1682
+ *
1683
+ * @example
1684
+ * const res = await client.ebay.product({ url: "https://www.ebay.com/itm/133576802017" });
1685
+ */
1686
+ product(input, options) {
1687
+ return this._core.run("ebay.product", input, options);
1688
+ }
1689
+ /**
1690
+ * eBay Product Full
1691
+ *
1692
+ * Fetch one eBay listing by URL with the complete item-specifics table the seller filled in (MPN, model, capacity, compatibility and every other per-category attribute), the seller's full description, every listing image, and the seller's feedback record.
1693
+ *
1694
+ * Price: $0.0018 per request.
1695
+ *
1696
+ * @example
1697
+ * const res = await client.ebay.productFull({ url: "https://www.ebay.com/itm/133576802017" });
1698
+ */
1699
+ productFull(input, options) {
1700
+ return this._core.run("ebay.product_full", input, options);
1701
+ }
1641
1702
  /**
1642
1703
  * eBay Search
1643
1704
  *
1644
1705
  * Search eBay active listings by keyword with optional price-range, item-condition, listing-type, and sort filters and get title, price, condition, shipping, and seller in one normalized response.
1645
1706
  *
1646
- * Price: $0.00105 per request plus $0.00246 per result (maximum $0.0625).
1707
+ * Price: $0.0009 per request.
1647
1708
  *
1648
1709
  * @example
1649
1710
  * const res = await client.ebay.search({ query: "nintendo switch", limit: 3, sort: "price_low" });
@@ -1654,12 +1715,12 @@ var EbayNamespace = class {
1654
1715
  /**
1655
1716
  * eBay Sold Listings
1656
1717
  *
1657
- * Retrieve recently sold eBay listings for any keyword with optional price-range and sort filters (sold price, sale date, condition, item details); ideal for pricing research.
1718
+ * Retrieve recently sold eBay listings for any keyword with optional price-range, condition, and sort filters (sold price, sale date, condition, seller, item details); ideal for pricing research.
1658
1719
  *
1659
- * Price: $0.00006 per request plus $0.0042 per result (maximum $0.106).
1720
+ * Price: $0.022 per request plus $0.00264 per result (maximum $0.088).
1660
1721
  *
1661
1722
  * @example
1662
- * const res = await client.ebay.soldListings({ query: "nintendo switch", limit: 3, sort: "price_high" });
1723
+ * const res = await client.ebay.soldListings({ query: "iphone 13 pro", limit: 10, sort: "ended_recently" });
1663
1724
  */
1664
1725
  soldListings(input, options) {
1665
1726
  return this._core.run("ebay.sold_listings", input, options);
@@ -1677,7 +1738,7 @@ var EmailNamespace = class {
1677
1738
  *
1678
1739
  * Find a person's work email address from their name and company domain.
1679
1740
  *
1680
- * Price: $0.0221 per request plus $0 per result (maximum $0.0221).
1741
+ * Price: $0.0231 per request plus $0 per result (maximum $0.0231).
1681
1742
  *
1682
1743
  * @example
1683
1744
  * const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });
@@ -1690,7 +1751,7 @@ var EmailNamespace = class {
1690
1751
  *
1691
1752
  * Verify an email address for deliverability: a status verdict (valid, risky, or invalid) with domain, mailbox, catch-all, disposable, and role signals plus a confidence score. Malformed addresses are rejected by the input schema with no charge; every syntactically valid address returns a billed verdict, including undeliverable ones.
1692
1753
  *
1693
- * Price: $0 per request plus $0.00084 per result (maximum $0.00084).
1754
+ * Price: $0 per request plus $0.00088 per result (maximum $0.00088).
1694
1755
  *
1695
1756
  * @example
1696
1757
  * const res = await client.email.verify({ email: "patrick@stripe.com" });
@@ -1719,6 +1780,32 @@ var EmailFindingNamespace = class {
1719
1780
  dropleads(input, options) {
1720
1781
  return this._core.run("email_finding.dropleads", input, options);
1721
1782
  }
1783
+ /**
1784
+ * Email Finding - Hunter Email Count
1785
+ *
1786
+ * Count how many contacts a company domain has, split by personal and generic mailboxes and broken down by department and seniority. Scope a domain for $1 per 1,000 requests before paying per contact.
1787
+ *
1788
+ * Price: $0.001 per request.
1789
+ *
1790
+ * @example
1791
+ * const res = await client.emailFinding.hunterCount({ domain: "stripe.com" });
1792
+ */
1793
+ hunterCount(input, options) {
1794
+ return this._core.run("email_finding.hunter_count", input, options);
1795
+ }
1796
+ /**
1797
+ * Email Finding - Hunter Domain Search
1798
+ *
1799
+ * Find named contacts and their work email addresses at a company domain, filtered by job title, seniority or department. Priced per returned contact, so limit is the cost control.
1800
+ *
1801
+ * Price: $0 per request plus $0.036 per result (maximum $3.6).
1802
+ *
1803
+ * @example
1804
+ * const res = await client.emailFinding.hunterDomain({ domain: "stripe.com", limit: 2, type: "personal" });
1805
+ */
1806
+ hunterDomain(input, options) {
1807
+ return this._core.run("email_finding.hunter_domain", input, options);
1808
+ }
1722
1809
  /**
1723
1810
  * Email Finding - Icypeas
1724
1811
  *
@@ -1772,6 +1859,9 @@ var EmailVerificationNamespace = class {
1772
1859
  * Verify an email address. A valid negative verdict is a successful, billable result.
1773
1860
  *
1774
1861
  * Price: $0.0024 per request.
1862
+ *
1863
+ * @example
1864
+ * const res = await client.emailVerification.icypeas({ email: "support@stripe.com" });
1775
1865
  */
1776
1866
  icypeas(input, options) {
1777
1867
  return this._core.run("email_verification.icypeas", input, options);
@@ -1802,7 +1892,7 @@ var FacebookNamespace = class {
1802
1892
  *
1803
1893
  * Pull one Meta Ad Library ad with its creative: every carousel variant, image and video URL, headline, body, and call to action.
1804
1894
  *
1805
- * Price: $0.00441 per request plus $0 per result (maximum $0.00441).
1895
+ * Price: $0.00462 per request plus $0 per result (maximum $0.00462).
1806
1896
  *
1807
1897
  * @example
1808
1898
  * const res = await client.facebook.adDetailsFull({ id: "1519158199783790" });
@@ -1986,7 +2076,7 @@ var FacebookNamespace = class {
1986
2076
  *
1987
2077
  * List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
1988
2078
  *
1989
- * Price: $0 per request plus $0.0063 per result (maximum $0.126).
2079
+ * Price: $0 per request plus $0.0066 per result (maximum $0.132).
1990
2080
  *
1991
2081
  * @example
1992
2082
  * const res = await client.facebook.followers({ url: "https://www.facebook.com/nike", limit: 3 });
@@ -2224,7 +2314,7 @@ var FacebookNamespace = class {
2224
2314
  /**
2225
2315
  * Facebook Profile Posts
2226
2316
  *
2227
- * List a Facebook page's recent posts by URL or page id with cursor pagination (text, author, permalink).
2317
+ * List a Facebook page's recent posts by URL or page id with cursor pagination (text, author, publication time, permalink).
2228
2318
  *
2229
2319
  * Price: $0.002 per request.
2230
2320
  *
@@ -2234,6 +2324,22 @@ var FacebookNamespace = class {
2234
2324
  profilePosts(input, options) {
2235
2325
  return this._core.run("facebook.profile_posts", input, options);
2236
2326
  }
2327
+ /**
2328
+ * Iterate every result of Facebook Profile Posts across pages.
2329
+ *
2330
+ * Yields items directly; call `.pages()` on the return value to walk whole
2331
+ * result pages instead (each carries its own costUsd).
2332
+ */
2333
+ iterProfilePosts(input, options) {
2334
+ return paginate(
2335
+ this._core,
2336
+ "facebook.profile_posts",
2337
+ input,
2338
+ "posts",
2339
+ false,
2340
+ options
2341
+ );
2342
+ }
2237
2343
  /**
2238
2344
  * Facebook Profile Reels
2239
2345
  *
@@ -2265,7 +2371,7 @@ var FacebookNamespace = class {
2265
2371
  *
2266
2372
  * Search Facebook Pages by keyword, optionally narrowed to a location, and get structured page profiles (name, category, followers, contact details).
2267
2373
  *
2268
- * Price: $0.00105 per request plus $0.0116 per result (maximum $0.117).
2374
+ * Price: $0.0011 per request plus $0.0121 per result (maximum $0.123).
2269
2375
  *
2270
2376
  * @example
2271
2377
  * const res = await client.facebook.searchPages({ query: "nike", limit: 3 });
@@ -2278,7 +2384,7 @@ var FacebookNamespace = class {
2278
2384
  *
2279
2385
  * Search public Facebook posts by keyword, optionally filtered by location, and get structured post records (text, author, engagement).
2280
2386
  *
2281
- * Price: $0.00006 per request plus $0.00315 per result (maximum $0.0631).
2387
+ * Price: $0.00006 per request plus $0.0033 per result (maximum $0.0661).
2282
2388
  *
2283
2389
  * @example
2284
2390
  * const res = await client.facebook.searchPosts({ query: "nike", limit: 3 });
@@ -2299,7 +2405,7 @@ var FiverrNamespace = class {
2299
2405
  *
2300
2406
  * Extract Fiverr gig listings from any search or category URL: titles, sellers, ratings, and pricing as structured JSON.
2301
2407
  *
2302
- * Price: $0 per request plus $0.00158 per result (maximum $0.0315).
2408
+ * Price: $0 per request plus $0.00165 per result (maximum $0.033).
2303
2409
  *
2304
2410
  * @example
2305
2411
  * const res = await client.fiverr.search({ url: "https://www.fiverr.com/search/gigs?query=logo%20design", limit: 3 });
@@ -2309,25 +2415,33 @@ var FiverrNamespace = class {
2309
2415
  }
2310
2416
  };
2311
2417
 
2312
- // src/generated/platforms/gemini.ts
2313
- var GeminiNamespace = class {
2418
+ // src/generated/platforms/g2.ts
2419
+ var G2Namespace = class {
2314
2420
  constructor(_core) {
2315
2421
  this._core = _core;
2316
2422
  }
2317
2423
  _core;
2318
2424
  /**
2319
- * Gemini Brand Visibility
2425
+ * G2 Reviews
2320
2426
  *
2321
- * Analyze how Gemini mentions and cites a brand relative to its competitors.
2427
+ * Pull G2 software reviews for any product: star rating, what reviewers like and dislike, problems solved, market segment, and G2's rating rubric as clean JSON.
2322
2428
  *
2323
- * Price: $0.0045 per request.
2429
+ * Price: $0.00006 per request plus $0.00005 per result (maximum $0.00446).
2324
2430
  *
2325
2431
  * @example
2326
- * const res = await client.gemini.brandVisibility({ brand: "OpenAI", prompt: "What is OpenAI and who are its main competitors?", competitors: ["Anthropic", "Google DeepMind", "Meta"], country: "US", domain: "openai.com" });
2432
+ * const res = await client.g2.reviews({ product: "hubspot-marketing-hub", limit: 50, sortBy: "recent" });
2327
2433
  */
2328
- brandVisibility(input, options) {
2329
- return this._core.run("gemini.brand_visibility", input, options);
2434
+ reviews(input, options) {
2435
+ return this._core.run("g2.reviews", input, options);
2436
+ }
2437
+ };
2438
+
2439
+ // src/generated/platforms/gemini.ts
2440
+ var GeminiNamespace = class {
2441
+ constructor(_core) {
2442
+ this._core = _core;
2330
2443
  }
2444
+ _core;
2331
2445
  /**
2332
2446
  * Gemini Search
2333
2447
  *
@@ -2572,7 +2686,7 @@ var GlassdoorNamespace = class {
2572
2686
  *
2573
2687
  * Search Glassdoor job listings by keyword and location, or scrape any Glassdoor company or job search page URL - up to 20 normalized job records per request.
2574
2688
  *
2575
- * Price: $0.00525 per request plus $0.00499 per result (maximum $0.105).
2689
+ * Price: $0.0055 per request plus $0.00523 per result (maximum $0.11).
2576
2690
  *
2577
2691
  * @example
2578
2692
  * const res = await client.glassdoor.jobs({ limit: 3, location: "United States", postedLimit: "month", query: "software engineer" });
@@ -2591,7 +2705,7 @@ var GoogleNamespace = class {
2591
2705
  /**
2592
2706
  * Google AI Mode
2593
2707
  *
2594
- * Ask Google AI Mode a prompt and receive a cited answer.
2708
+ * 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.
2595
2709
  *
2596
2710
  * Price: $0.00126 per request.
2597
2711
  *
@@ -2604,9 +2718,9 @@ var GoogleNamespace = class {
2604
2718
  /**
2605
2719
  * Google AI Overview
2606
2720
  *
2607
- * Ask Google Search a prompt and receive its AI Overview with citations.
2721
+ * Ask Google Search a prompt and receive the AI Overview it generated for that scrape, with every source Google listed. Google regenerates the overview per search, so the same prompt can return different wording and a different source list.
2608
2722
  *
2609
- * Price: $0.00126 per request plus $0.00018 per result (maximum $0.00144).
2723
+ * Price: $0.0018 per request.
2610
2724
  *
2611
2725
  * @example
2612
2726
  * const res = await client.google.aiOverview({ prompt: "How does photosynthesis work?" });
@@ -2695,7 +2809,7 @@ var GoogleNamespace = class {
2695
2809
  /**
2696
2810
  * Google Search
2697
2811
  *
2698
- * Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON.
2812
+ * 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.
2699
2813
  *
2700
2814
  * Price: $0.00099 per request.
2701
2815
  *
@@ -2705,6 +2819,35 @@ var GoogleNamespace = class {
2705
2819
  search(input, options) {
2706
2820
  return this._core.run("google.search", input, options);
2707
2821
  }
2822
+ /**
2823
+ * Iterate every result of Google Search across pages.
2824
+ *
2825
+ * Yields items directly; call `.pages()` on the return value to walk whole
2826
+ * result pages instead (each carries its own costUsd).
2827
+ */
2828
+ iterSearch(input, options) {
2829
+ return paginate(
2830
+ this._core,
2831
+ "google.search",
2832
+ input,
2833
+ "results",
2834
+ false,
2835
+ options
2836
+ );
2837
+ }
2838
+ /**
2839
+ * Google Search Top 100
2840
+ *
2841
+ * Run a Google web search and get up to 100 ranked organic results in one call, with true absolute positions rather than per-page numbering. One flat charge whatever the depth, which makes it cheaper than paging google.search past roughly 20 results. It reads ten pages of Google to build the list, so a call takes around three to four minutes - use google.search when you want the first page back in a second.
2842
+ *
2843
+ * Price: $0.0018 per request.
2844
+ *
2845
+ * @example
2846
+ * const res = await client.google.search100({ query: "best crm software", gl: "us", hl: "en" });
2847
+ */
2848
+ search100(input, options) {
2849
+ return this._core.run("google.search_100", input, options);
2850
+ }
2708
2851
  /**
2709
2852
  * Google Videos
2710
2853
  *
@@ -2786,7 +2929,7 @@ var GoogleAdsNamespace = class {
2786
2929
  *
2787
2930
  * Pull the ads an advertiser is currently running from the Google Ads Transparency Center (creative details, formats, and run dates) as clean JSON.
2788
2931
  *
2789
- * Price: $0.00006 per request plus $0.00137 per result (maximum $0.0274).
2932
+ * Price: $0.00006 per request plus $0.00143 per result (maximum $0.0287).
2790
2933
  *
2791
2934
  * @example
2792
2935
  * const res = await client.googleAds.search({ url: "https://adstransparency.google.com/?region=US&domain=nike.com", limit: 3 });
@@ -2807,7 +2950,7 @@ var GoogleFinanceNamespace = class {
2807
2950
  *
2808
2951
  * Fetch a live quote for any stock, index, ETF, mutual fund, currency pair, or crypto symbol: name, current price, the absolute and percent change on the day, quote currency, exchange and market state, plus intraday and reference figures (open, day high/low, previous close, volume, market cap, and the 52-week range).
2809
2952
  *
2810
- * Price: $0.00053 per request plus $0.00158 per result (maximum $0.0021).
2953
+ * Price: $0.00055 per request plus $0.00165 per result (maximum $0.0022).
2811
2954
  *
2812
2955
  * @example
2813
2956
  * const res = await client.googleFinance.quote({ symbol: "AAPL:NASDAQ" });
@@ -2909,7 +3052,7 @@ var IndeedNamespace = class {
2909
3052
  *
2910
3053
  * Search Indeed job listings by keyword, location, and country, with up to 20 normalized job records per request.
2911
3054
  *
2912
- * Price: $0.00084 per request plus $0.00009 per result (maximum $0.00252).
3055
+ * Price: $0.00088 per request plus $0.00009 per result (maximum $0.00264).
2913
3056
  *
2914
3057
  * @example
2915
3058
  * const res = await client.indeed.jobs({ query: "data analyst", limit: 3, location: "Austin, TX" });
@@ -3072,7 +3215,7 @@ var InstagramNamespace = class {
3072
3215
  *
3073
3216
  * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).
3074
3217
  *
3075
- * Price: $0.00105 per request plus $0.00179 per result (maximum $0.0368).
3218
+ * Price: $0.0011 per request plus $0.00187 per result (maximum $0.0385).
3076
3219
  *
3077
3220
  * @example
3078
3221
  * const res = await client.instagram.hashtagAnalytics({ hashtag: "travel", limit: 5 });
@@ -3111,7 +3254,7 @@ var InstagramNamespace = class {
3111
3254
  *
3112
3255
  * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
3113
3256
  *
3114
- * Price: $0.002 per request.
3257
+ * Price: $0.0009 per request.
3115
3258
  *
3116
3259
  * @example
3117
3260
  * const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -3124,7 +3267,7 @@ var InstagramNamespace = class {
3124
3267
  *
3125
3268
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
3126
3269
  *
3127
- * Price: $0.002 per request.
3270
+ * Price: $0.00144 per request.
3128
3271
  *
3129
3272
  * @example
3130
3273
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -3153,7 +3296,7 @@ var InstagramNamespace = class {
3153
3296
  *
3154
3297
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
3155
3298
  *
3156
- * Price: $0.002 per request.
3299
+ * Price: $0.0009 per request.
3157
3300
  *
3158
3301
  * @example
3159
3302
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -3166,7 +3309,7 @@ var InstagramNamespace = class {
3166
3309
  *
3167
3310
  * Turn any public Instagram reel or video post into a full speech transcript, with optional word-level timestamps.
3168
3311
  *
3169
- * Price: $0.00525 per request plus $0.0242 per result (maximum $0.0294).
3312
+ * Price: $0.0055 per request plus $0.0253 per result (maximum $0.0308).
3170
3313
  *
3171
3314
  * @example
3172
3315
  * const res = await client.instagram.reelTranscript({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/", wordTimestamps: false });
@@ -3177,7 +3320,7 @@ var InstagramNamespace = class {
3177
3320
  /**
3178
3321
  * Instagram Reels Search
3179
3322
  *
3180
- * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
3323
+ * 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).
3181
3324
  *
3182
3325
  * Price: $0.002 per request.
3183
3326
  *
@@ -3213,6 +3356,22 @@ var InstagramNamespace = class {
3213
3356
  searchHashtag(input, options) {
3214
3357
  return this._core.run("instagram.search_hashtag", input, options);
3215
3358
  }
3359
+ /**
3360
+ * Iterate every result of Instagram Hashtag Search across pages.
3361
+ *
3362
+ * Yields items directly; call `.pages()` on the return value to walk whole
3363
+ * result pages instead (each carries its own costUsd).
3364
+ */
3365
+ iterSearchHashtag(input, options) {
3366
+ return paginate(
3367
+ this._core,
3368
+ "instagram.search_hashtag",
3369
+ input,
3370
+ "posts",
3371
+ false,
3372
+ options
3373
+ );
3374
+ }
3216
3375
  /**
3217
3376
  * Instagram Profile Search
3218
3377
  *
@@ -3300,7 +3459,7 @@ var InstagramNamespace = class {
3300
3459
  /**
3301
3460
  * Instagram Trending Reels
3302
3461
  *
3303
- * List currently trending Instagram reels.
3462
+ * List currently trending Instagram reels. Instagram does not return play counts on this feed.
3304
3463
  *
3305
3464
  * Price: $0.002 per request.
3306
3465
  *
@@ -3328,7 +3487,7 @@ var InstagramNamespace = class {
3328
3487
  *
3329
3488
  * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
3330
3489
  *
3331
- * Price: $0.002 per request.
3490
+ * Price: $0.0024 per request.
3332
3491
  *
3333
3492
  * @example
3334
3493
  * const res = await client.instagram.userPosts({ handle: "nasa" });
@@ -3357,7 +3516,7 @@ var InstagramNamespace = class {
3357
3516
  *
3358
3517
  * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
3359
3518
  *
3360
- * Price: $0.002 per request.
3519
+ * Price: $0.0024 per request.
3361
3520
  *
3362
3521
  * @example
3363
3522
  * const res = await client.instagram.userReels({ handle: "nasa" });
@@ -3407,7 +3566,7 @@ var LinkedinNamespace = class {
3407
3566
  *
3408
3567
  * Search the LinkedIn Ad Library by search URL and list the matching ads (advertiser, creative text, format).
3409
3568
  *
3410
- * Price: $0.00006 per request plus $0.00158 per result (maximum $0.0316).
3569
+ * Price: $0.00006 per request plus $0.00165 per result (maximum $0.0331).
3411
3570
  *
3412
3571
  * @example
3413
3572
  * const res = await client.linkedin.ads({ url: "https://www.linkedin.com/company/stripe", limit: 3 });
@@ -3428,12 +3587,25 @@ var LinkedinNamespace = class {
3428
3587
  adsSearch(input, options) {
3429
3588
  return this._core.run("linkedin.ads_search", input, options);
3430
3589
  }
3590
+ /**
3591
+ * LinkedIn Article
3592
+ *
3593
+ * Read a public LinkedIn article or newsletter issue by URL, including its full body text, author, publication time, and engagement counts.
3594
+ *
3595
+ * Price: $0.00569 per request plus $0 per result (maximum $0.00569).
3596
+ *
3597
+ * @example
3598
+ * const res = await client.linkedin.article({ url: "https://www.linkedin.com/pulse/artificial-intelligence-primer-stephen-dover" });
3599
+ */
3600
+ article(input, options) {
3601
+ return this._core.run("linkedin.article", input, options);
3602
+ }
3431
3603
  /**
3432
3604
  * LinkedIn Company
3433
3605
  *
3434
3606
  * Fetch a full LinkedIn company page by URL: name, description, industry, employee count and range, follower count, founded year, headquarters and office locations, funding data, tagline, logo, website, and specialities.
3435
3607
  *
3436
- * Price: $0.0042 per request plus $0 per result (maximum $0.0042).
3608
+ * Price: $0.00143 per request plus $0 per result (maximum $0.00143).
3437
3609
  *
3438
3610
  * @example
3439
3611
  * const res = await client.linkedin.company({ url: "https://www.linkedin.com/company/stripe" });
@@ -3446,7 +3618,7 @@ var LinkedinNamespace = class {
3446
3618
  *
3447
3619
  * List the employees of a LinkedIn company by name or company URL, with optional job-title filtering.
3448
3620
  *
3449
- * Price: $0 per request plus $0.0105 per result (maximum $0.105).
3621
+ * Price: $0 per request plus $0.011 per result (maximum $0.11).
3450
3622
  *
3451
3623
  * @example
3452
3624
  * const res = await client.linkedin.companyEmployees({ company: "stripe", limit: 3 });
@@ -3459,7 +3631,7 @@ var LinkedinNamespace = class {
3459
3631
  *
3460
3632
  * List a LinkedIn company page's recent posts by URL: full text, canonical link, publish date, author, engagement counts with a per-reaction breakdown, and attached media.
3461
3633
  *
3462
- * Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
3634
+ * Price: $0.00116 per request plus $0.00193 per result (maximum $0.0975).
3463
3635
  *
3464
3636
  * @example
3465
3637
  * const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
@@ -3498,7 +3670,7 @@ var LinkedinNamespace = class {
3498
3670
  *
3499
3671
  * Find the deliverability-validated work email behind a LinkedIn profile URL or public ID. Returns each discovered email with its deliverability, validation status, and quality score, plus the person's name and headline.
3500
3672
  *
3501
- * Price: $0.0105 per request plus $0 per result (maximum $0.0105).
3673
+ * Price: $0.011 per request plus $0 per result (maximum $0.011).
3502
3674
  *
3503
3675
  * @example
3504
3676
  * const res = await client.linkedin.email({ profileUrl: "https://www.linkedin.com/in/satyanadella" });
@@ -3511,7 +3683,7 @@ var LinkedinNamespace = class {
3511
3683
  *
3512
3684
  * Search LinkedIn job listings by title and location - full records with description, salary, applicant count, seniority, company details, and benefits. Up to 25 jobs per request.
3513
3685
  *
3514
- * Price: $0.00105 per request plus $0.00105 per result (maximum $0.0273).
3686
+ * Price: $0.0011 per request plus $0.0011 per result (maximum $0.0286).
3515
3687
  *
3516
3688
  * @example
3517
3689
  * const res = await client.linkedin.jobs({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -3550,7 +3722,7 @@ var LinkedinNamespace = class {
3550
3722
  *
3551
3723
  * List comments on a LinkedIn post - full text, commenter name/URL/job title, timestamps, and engagement.
3552
3724
  *
3553
- * Price: $0 per request plus $0.0021 per result (maximum $0.21).
3725
+ * Price: $0 per request plus $0.00143 per result (maximum $0.143).
3554
3726
  *
3555
3727
  * @example
3556
3728
  * const res = await client.linkedin.postComments({ url: "https://www.linkedin.com/posts/stripe_philip-kl%C3%B6ckner-in-conversation-with-conor-activity-7477791740645564416-tIbZ", limit: 10 });
@@ -3563,7 +3735,7 @@ var LinkedinNamespace = class {
3563
3735
  *
3564
3736
  * List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade.
3565
3737
  *
3566
- * Price: $0 per request plus $0.0021 per result (maximum $0.21).
3738
+ * Price: $0 per request plus $0.0022 per result (maximum $0.22).
3567
3739
  *
3568
3740
  * @example
3569
3741
  * const res = await client.linkedin.postReactions({ url: "https://www.linkedin.com/posts/satyanadella_today-were-bringing-skills-to-copilot-for-activity-7475945433668694017--kvG", limit: 5 });
@@ -3589,7 +3761,7 @@ var LinkedinNamespace = class {
3589
3761
  *
3590
3762
  * Fetch a rich LinkedIn member profile by URL: name, headline, avatar, location, connections and followers, current position, and full work experience with job titles, descriptions, dates, employment/workplace type, and per-role skills, plus education, skills, certifications, honors and awards, languages, projects, publications, and verified/premium/open-to-work flags.
3591
3763
  *
3592
- * Price: $0.0042 per request plus $0 per result (maximum $0.0042).
3764
+ * Price: $0.0044 per request plus $0 per result (maximum $0.0044).
3593
3765
  *
3594
3766
  * @example
3595
3767
  * const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -3602,7 +3774,7 @@ var LinkedinNamespace = class {
3602
3774
  *
3603
3775
  * Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
3604
3776
  *
3605
- * Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
3777
+ * Price: $0.00116 per request plus $0.00193 per result (maximum $0.194).
3606
3778
  *
3607
3779
  * @example
3608
3780
  * const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
@@ -3615,7 +3787,7 @@ var LinkedinNamespace = class {
3615
3787
  *
3616
3788
  * Fetch recent public LinkedIn profile posts with portable identity, author, engagement, article, image, video, and repost fields.
3617
3789
  *
3618
- * Price: $0 per request plus $0.00137 per result (maximum $0.137).
3790
+ * Price: $0 per request plus $0.00143 per result (maximum $0.143).
3619
3791
  *
3620
3792
  * @example
3621
3793
  * const res = await client.linkedin.profilePostsThin({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
@@ -3641,7 +3813,7 @@ var LinkedinNamespace = class {
3641
3813
  *
3642
3814
  * Search LinkedIn companies by keyword with optional location filtering, returning normalized company records.
3643
3815
  *
3644
- * Price: $0.00105 per request plus $0.0042 per result (maximum $0.0851).
3816
+ * Price: $0.0011 per request plus $0.0044 per result (maximum $0.0891).
3645
3817
  *
3646
3818
  * @example
3647
3819
  * const res = await client.linkedin.searchCompanies({ query: "fintech", limit: 3 });
@@ -3662,12 +3834,28 @@ var LinkedinNamespace = class {
3662
3834
  searchPosts(input, options) {
3663
3835
  return this._core.run("linkedin.search_posts", input, options);
3664
3836
  }
3837
+ /**
3838
+ * Iterate every result of LinkedIn Post Search across pages.
3839
+ *
3840
+ * Yields items directly; call `.pages()` on the return value to walk whole
3841
+ * result pages instead (each carries its own costUsd).
3842
+ */
3843
+ iterSearchPosts(input, options) {
3844
+ return paginate(
3845
+ this._core,
3846
+ "linkedin.search_posts",
3847
+ input,
3848
+ "posts",
3849
+ false,
3850
+ options
3851
+ );
3852
+ }
3665
3853
  /**
3666
3854
  * LinkedIn Post Search (full)
3667
3855
  *
3668
3856
  * Search public LinkedIn posts with rich author, engagement, attachment, and poll details.
3669
3857
  *
3670
- * Price: $0 per request plus $0.00137 per result (maximum $0.137).
3858
+ * Price: $0 per request plus $0.00143 per result (maximum $0.143).
3671
3859
  *
3672
3860
  * @example
3673
3861
  * const res = await client.linkedin.searchPostsFull({ query: "artificial intelligence", datePosted: "last-week", limit: 10, sort: "relevance" });
@@ -3680,7 +3868,7 @@ var LinkedinNamespace = class {
3680
3868
  *
3681
3869
  * Search LinkedIn profiles by keyword with optional location and job-title filters. Each match returns a full profile record: name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id. For a cheaper name/headline/URL-only search use linkedin.search_profiles_thin; add emails with linkedin.search_profiles_email.
3682
3870
  *
3683
- * Price: $0.084 per request plus $0.0042 per result (maximum $0.189).
3871
+ * Price: $0.088 per request plus $0.0044 per result (maximum $0.198).
3684
3872
  *
3685
3873
  * @example
3686
3874
  * const res = await client.linkedin.searchProfiles({ query: "engineer", currentCompanies: ["Google"], limit: 3 });
@@ -3691,9 +3879,9 @@ var LinkedinNamespace = class {
3691
3879
  /**
3692
3880
  * LinkedIn Profile Search + Email
3693
3881
  *
3694
- * People search returning a full profile AND a verified work email for each hit. Search LinkedIn profiles by keyword with optional location and job-title filters; each match returns the full profile record (name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id) together with an emails array carrying the discovered work email and its deliverability. For a full profile without email use linkedin.search_profiles; for a cheaper name/headline/URL-only search use linkedin.search_profiles_thin.
3882
+ * People search returning a full profile AND a verified work email for each hit. Search LinkedIn profiles by keyword with optional location and job-title filters; each match returns the full profile record (name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id) together with an emails array carrying the discovered work email and its deliverability. Email discovery is best effort and needs the profile to expose a resolvable company domain, so on a broad search many matches return an empty emails array while still billing the email rate. If you already have names and company domains, email.find, email_finding.icypeas, and email_finding.dropleads resolve addresses directly for less, and linkedin.email enriches a single known profile URL. For a full profile without email use linkedin.search_profiles; for a cheaper name/headline/URL-only search use linkedin.search_profiles_thin.
3695
3883
  *
3696
- * Price: $0.084 per request plus $0.00945 per result (maximum $0.321).
3884
+ * Price: $0.088 per request plus $0.0099 per result (maximum $0.336).
3697
3885
  *
3698
3886
  * @example
3699
3887
  * const res = await client.linkedin.searchProfilesEmail({ query: "founder", companyHeadcount: ["B"], limit: 5 });
@@ -3727,7 +3915,7 @@ var MapsNamespace = class {
3727
3915
  *
3728
3916
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
3729
3917
  *
3730
- * Price: $0.00006 per request plus $0.00473 per result (maximum $0.0946).
3918
+ * Price: $0.00006 per request plus $0.00495 per result (maximum $0.0991).
3731
3919
  *
3732
3920
  * @example
3733
3921
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
@@ -3753,7 +3941,7 @@ var MapsNamespace = class {
3753
3941
  *
3754
3942
  * Fetch up to 100 Google Maps reviews for a place by place ID, sorted the way you need, in one normalized response.
3755
3943
  *
3756
- * Price: $0.00006 per request plus $0.00042 per result (maximum $0.0421).
3944
+ * Price: $0.00006 per request plus $0.00044 per result (maximum $0.0441).
3757
3945
  *
3758
3946
  * @example
3759
3947
  * const res = await client.maps.reviews({ placeId: "ChIJN1t_tDeuEmsRUsoyG83frY4", limit: 3, postedLimit: "year" });
@@ -3798,9 +3986,12 @@ var MobilePhoneNamespace = class {
3798
3986
  /**
3799
3987
  * Mobile Phone - LeadMagic
3800
3988
  *
3801
- * Find a person's mobile phone from a profile URL or email. No-match responses are not billed.
3989
+ * Find a person's mobile phone from a profile URL or email. A no-match answer is a successful, billable result.
3802
3990
  *
3803
3991
  * Price: $0.2016 per request.
3992
+ *
3993
+ * @example
3994
+ * const res = await client.mobilePhone.leadmagic({ profileUrl: "https://www.linkedin.com/in/tim-zheng" });
3804
3995
  */
3805
3996
  leadmagic(input, options) {
3806
3997
  return this._core.run("mobile_phone.leadmagic", input, options);
@@ -3916,6 +4107,9 @@ var PeopleSearchNamespace = class {
3916
4107
  * Find up to 100 professional profiles by company domain and title keywords.
3917
4108
  *
3918
4109
  * Price: $0.144 per request.
4110
+ *
4111
+ * @example
4112
+ * const res = await client.peopleSearch.crustdataV3({ companyDomain: "posthog.com", titleKeywords: "engineer", limit: 1 });
3919
4113
  */
3920
4114
  crustdataV3(input, options) {
3921
4115
  return this._core.run("people_search.crustdata_v3", input, options);
@@ -3928,25 +4122,12 @@ var PerplexityNamespace = class {
3928
4122
  this._core = _core;
3929
4123
  }
3930
4124
  _core;
3931
- /**
3932
- * Perplexity Brand Visibility
3933
- *
3934
- * Analyze how Perplexity mentions and cites a brand relative to its competitors.
3935
- *
3936
- * Price: $0.0045 per request.
3937
- *
3938
- * @example
3939
- * const res = await client.perplexity.brandVisibility({ brand: "OpenAI", prompt: "What is OpenAI and who are its main competitors?", competitors: ["Anthropic", "Google DeepMind", "Meta"], country: "US", domain: "openai.com" });
3940
- */
3941
- brandVisibility(input, options) {
3942
- return this._core.run("perplexity.brand_visibility", input, options);
3943
- }
3944
4125
  /**
3945
4126
  * Perplexity Search
3946
4127
  *
3947
4128
  * Ask Perplexity a web-grounded question and receive an answer with source citations.
3948
4129
  *
3949
- * Price: $0.0036 per request.
4130
+ * Price: $0.0018 per request.
3950
4131
  *
3951
4132
  * @example
3952
4133
  * const res = await client.perplexity.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -3967,7 +4148,7 @@ var PersonNamespace = class {
3967
4148
  *
3968
4149
  * Skip-trace a person in the US by name, address, phone, or email and get back identity, address, and contact records in normalized JSON.
3969
4150
  *
3970
- * Price: $0 per request plus $0.00735 per result (maximum $0.00735).
4151
+ * Price: $0 per request plus $0.0077 per result (maximum $0.0077).
3971
4152
  *
3972
4153
  * @example
3973
4154
  * const res = await client.person.skipTrace({ address: "123 Main St, Austin, TX 78701", name: "John Smith" });
@@ -3989,6 +4170,9 @@ var PersonEnrichmentNamespace = class {
3989
4170
  * Enrich a person from an Aviato or LinkedIn identifier, LinkedIn URL, or email.
3990
4171
  *
3991
4172
  * Price: $0.084 per request.
4173
+ *
4174
+ * @example
4175
+ * const res = await client.personEnrichment.aviato({ linkedinURL: "https://www.linkedin.com/in/dharmesh" });
3992
4176
  */
3993
4177
  aviato(input, options) {
3994
4178
  return this._core.run("person_enrichment.aviato", input, options);
@@ -4027,7 +4211,7 @@ var PlaystoreNamespace = class {
4027
4211
  *
4028
4212
  * Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
4029
4213
  *
4030
- * Price: $0 per request plus $0.00012 per result (maximum $0.0116).
4214
+ * Price: $0 per request plus $0.00013 per result (maximum $0.0121).
4031
4215
  *
4032
4216
  * @example
4033
4217
  * const res = await client.playstore.reviews({ appId: "com.whatsapp", limit: 3 });
@@ -4048,7 +4232,7 @@ var PolymarketNamespace = class {
4048
4232
  *
4049
4233
  * Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
4050
4234
  *
4051
- * Price: $0.111 per request plus $0.00063 per result (maximum $0.126).
4235
+ * Price: $0.116 per request plus $0.00066 per result (maximum $0.132).
4052
4236
  *
4053
4237
  * @example
4054
4238
  * const res = await client.polymarket.markets({ query: "election", limit: 10 });
@@ -4069,7 +4253,7 @@ var RealtorNamespace = class {
4069
4253
  *
4070
4254
  * Search Realtor.com listings by location with optional price, property-type, beds/baths, listing-status, and keyword filters and get property records (price, address, beds, baths) as normalized JSON.
4071
4255
  *
4072
- * Price: $0.00525 per request plus $0.00158 per result (maximum $0.0447).
4256
+ * Price: $0.0055 per request plus $0.00165 per result (maximum $0.0468).
4073
4257
  *
4074
4258
  * @example
4075
4259
  * const res = await client.realtor.search({ location: "Austin, TX", bedsMin: 4, limit: 3, propertyTypes: ["single_family"], searchStatuses: ["pending"] });
@@ -4337,7 +4521,7 @@ var RedfinNamespace = class {
4337
4521
  *
4338
4522
  * Run a Redfin map search by URL and get matching home listings (price, address, beds, baths, status) as normalized JSON.
4339
4523
  *
4340
- * Price: $0.00284 per request plus $0.00046 per result (maximum $0.0142).
4524
+ * Price: $0.00297 per request plus $0.00048 per result (maximum $0.0148).
4341
4525
  *
4342
4526
  * @example
4343
4527
  * const res = await client.redfin.search({ url: "https://www.redfin.com/city/30818/TX/Austin", limit: 3 });
@@ -4508,7 +4692,7 @@ var SecNamespace = class {
4508
4692
  *
4509
4693
  * List a public company's SEC EDGAR filings - form type, filing date, accession number, and document links - by ticker, company name, or CIK, with optional form-type and date filters.
4510
4694
  *
4511
- * Price: $0.0021 per request plus $0.00042 per result (maximum $0.0126).
4695
+ * Price: $0.0022 per request plus $0.00044 per result (maximum $0.0132).
4512
4696
  *
4513
4697
  * @example
4514
4698
  * const res = await client.sec.filings({ limit: 3, ticker: "AAPL" });
@@ -4529,7 +4713,7 @@ var SemrushNamespace = class {
4529
4713
  *
4530
4714
  * Semrush keyword research for any term: monthly search volume, CPC, competition, keyword difficulty, plus related keywords and question keywords.
4531
4715
  *
4532
- * Price: $0 per request plus $0.0158 per result (maximum $0.0158).
4716
+ * Price: $0 per request plus $0.0165 per result (maximum $0.0165).
4533
4717
  *
4534
4718
  * @example
4535
4719
  * const res = await client.semrush.keywords({ keyword: "best running shoes", database: "us" });
@@ -4542,7 +4726,7 @@ var SemrushNamespace = class {
4542
4726
  *
4543
4727
  * 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.
4544
4728
  *
4545
- * Price: $0 per request plus $0.0158 per result (maximum $0.0158).
4729
+ * Price: $0 per request plus $0.0165 per result (maximum $0.0165).
4546
4730
  *
4547
4731
  * @example
4548
4732
  * const res = await client.semrush.overview({ domain: "ahrefs.com", database: "us" });
@@ -4597,6 +4781,48 @@ var SeoNamespace = class {
4597
4781
  domainRankOverview(input, options) {
4598
4782
  return this._core.run("seo.domain_rank_overview", input, options);
4599
4783
  }
4784
+ /**
4785
+ * SEO Domain Technologies
4786
+ *
4787
+ * Detect the technology stack a website runs: CMS, analytics, marketing, hosting, and security, plus contacts and social profiles as normalized JSON.
4788
+ *
4789
+ * Price: $0.012 per request.
4790
+ *
4791
+ * @example
4792
+ * const res = await client.seo.domainTechnologies({ domain: "hubspot.com" });
4793
+ */
4794
+ domainTechnologies(input, options) {
4795
+ return this._core.run("seo.domain_technologies", input, options);
4796
+ }
4797
+ /**
4798
+ * SEO Domains By Technology
4799
+ *
4800
+ * Find websites running a given technology, category, or on-page term: domain, rank, detected stack, contacts, and social profiles as normalized JSON.
4801
+ *
4802
+ * Price: $0.012 per request plus $0.0012 per result (maximum $0.132).
4803
+ *
4804
+ * @example
4805
+ * const res = await client.seo.domainsByTechnology({ keyword: "highlevel", limit: 10, orderBy: "rank_desc" });
4806
+ */
4807
+ domainsByTechnology(input, options) {
4808
+ return this._core.run("seo.domains_by_technology", input, options);
4809
+ }
4810
+ /**
4811
+ * Iterate every result of SEO Domains By Technology across pages.
4812
+ *
4813
+ * Yields items directly; call `.pages()` on the return value to walk whole
4814
+ * result pages instead (each carries its own costUsd).
4815
+ */
4816
+ iterDomainsByTechnology(input, options) {
4817
+ return paginate(
4818
+ this._core,
4819
+ "seo.domains_by_technology",
4820
+ input,
4821
+ "domains",
4822
+ false,
4823
+ options
4824
+ );
4825
+ }
4600
4826
  /**
4601
4827
  * SEO Keyword Difficulty
4602
4828
  *
@@ -4727,7 +4953,7 @@ var SnapchatNamespace = class {
4727
4953
  *
4728
4954
  * Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
4729
4955
  *
4730
- * Price: $0.00105 per request plus $0.0021 per result (maximum $0.00315).
4956
+ * Price: $0.0011 per request plus $0.0022 per result (maximum $0.0033).
4731
4957
  *
4732
4958
  * @example
4733
4959
  * const res = await client.snapchat.profile({ username: "nasa" });
@@ -4748,7 +4974,7 @@ var SocialNamespace = class {
4748
4974
  *
4749
4975
  * Find a person's or brand's profiles across major social networks from a single name, returned as normalized JSON.
4750
4976
  *
4751
- * Price: $0.00105 per request plus $0.0021 per result (maximum $0.0221).
4977
+ * Price: $0.0011 per request plus $0.0022 per result (maximum $0.0231).
4752
4978
  *
4753
4979
  * @example
4754
4980
  * const res = await client.social.finder({ name: "Elon Musk", limit: 3 });
@@ -4795,7 +5021,7 @@ var SpotifyNamespace = class {
4795
5021
  *
4796
5022
  * Fetch stream counts and stats for a Spotify track, album, or artist URL.
4797
5023
  *
4798
- * Price: $0 per request plus $0.00315 per result (maximum $0.00315).
5024
+ * Price: $0 per request plus $0.0033 per result (maximum $0.0033).
4799
5025
  *
4800
5026
  * @example
4801
5027
  * const res = await client.spotify.playCount({ url: "https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT" });
@@ -4884,7 +5110,7 @@ var SubstackNamespace = class {
4884
5110
  *
4885
5111
  * 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.
4886
5112
  *
4887
- * Price: $0.00525 per request plus $0.00164 per result (maximum $0.17).
5113
+ * Price: $0.0055 per request plus $0.00172 per result (maximum $0.178).
4888
5114
  *
4889
5115
  * @example
4890
5116
  * const res = await client.substack.posts({ url: "https://www.astralcodexten.com", limit: 3 });
@@ -5128,6 +5354,22 @@ var TiktokNamespace = class {
5128
5354
  following(input, options) {
5129
5355
  return this._core.run("tiktok.following", input, options);
5130
5356
  }
5357
+ /**
5358
+ * Iterate every result of TikTok Following across pages.
5359
+ *
5360
+ * Yields items directly; call `.pages()` on the return value to walk whole
5361
+ * result pages instead (each carries its own costUsd).
5362
+ */
5363
+ iterFollowing(input, options) {
5364
+ return paginate(
5365
+ this._core,
5366
+ "tiktok.following",
5367
+ input,
5368
+ "following",
5369
+ false,
5370
+ options
5371
+ );
5372
+ }
5131
5373
  /**
5132
5374
  * TikTok Hashtag Videos
5133
5375
  *
@@ -5222,6 +5464,22 @@ var TiktokNamespace = class {
5222
5464
  searchHashtag(input, options) {
5223
5465
  return this._core.run("tiktok.search_hashtag", input, options);
5224
5466
  }
5467
+ /**
5468
+ * Iterate every result of TikTok Hashtag Search across pages.
5469
+ *
5470
+ * Yields items directly; call `.pages()` on the return value to walk whole
5471
+ * result pages instead (each carries its own costUsd).
5472
+ */
5473
+ iterSearchHashtag(input, options) {
5474
+ return paginate(
5475
+ this._core,
5476
+ "tiktok.search_hashtag",
5477
+ input,
5478
+ "videos",
5479
+ false,
5480
+ options
5481
+ );
5482
+ }
5225
5483
  /**
5226
5484
  * TikTok Keyword Search
5227
5485
  *
@@ -5235,6 +5493,22 @@ var TiktokNamespace = class {
5235
5493
  searchKeyword(input, options) {
5236
5494
  return this._core.run("tiktok.search_keyword", input, options);
5237
5495
  }
5496
+ /**
5497
+ * Iterate every result of TikTok Keyword Search across pages.
5498
+ *
5499
+ * Yields items directly; call `.pages()` on the return value to walk whole
5500
+ * result pages instead (each carries its own costUsd).
5501
+ */
5502
+ iterSearchKeyword(input, options) {
5503
+ return paginate(
5504
+ this._core,
5505
+ "tiktok.search_keyword",
5506
+ input,
5507
+ "videos",
5508
+ false,
5509
+ options
5510
+ );
5511
+ }
5238
5512
  /**
5239
5513
  * TikTok Top Search
5240
5514
  *
@@ -5351,7 +5625,7 @@ var TiktokNamespace = class {
5351
5625
  /**
5352
5626
  * TikTok Trending Feed
5353
5627
  *
5354
- * Get TikTok's trending feed for a region (caption, views, likes, comments, author) as normalized JSON.
5628
+ * 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.
5355
5629
  *
5356
5630
  * Price: $0.002 per request.
5357
5631
  *
@@ -5361,6 +5635,19 @@ var TiktokNamespace = class {
5361
5635
  trendingFeed(input, options) {
5362
5636
  return this._core.run("tiktok.trending_feed", input, options);
5363
5637
  }
5638
+ /**
5639
+ * TikTok Trending Hashtags
5640
+ *
5641
+ * Rank TikTok's trending hashtags for one country and industry, with each hashtag's daily popularity curve, post count, video views, and leading creators. Ranks 15 industry categories, or omit industry for the all-industries board. TikTok publishes only the top 3 hashtags per board to anonymous callers, so limit 1-3 is served cheaply; a limit above 3 routes to a dearer authenticated source that returns the full ranking. Covers 27 markets: AE, AR, AU, BR, CA, CO, DE, EG, ES, FR, GB, ID, IL, IT, JP, KR, MX, MY, PH, SA, SG, TH, TR, TW, US, VN, ZA.
5642
+ *
5643
+ * Price: $0.0012 per request.
5644
+ *
5645
+ * @example
5646
+ * const res = await client.tiktok.trendingHashtags({ limit: 3, period: 7, region: "US" });
5647
+ */
5648
+ trendingHashtags(input, options) {
5649
+ return this._core.run("tiktok.trending_hashtags", input, options);
5650
+ }
5364
5651
  /**
5365
5652
  * TikTok Video
5366
5653
  *
@@ -5421,7 +5708,7 @@ var TiktokNamespace = class {
5421
5708
  *
5422
5709
  * 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.
5423
5710
  *
5424
- * Price: $0.0168 per request plus $0 per result (maximum $0.0168).
5711
+ * Price: $0.0176 per request plus $0 per result (maximum $0.0176).
5425
5712
  *
5426
5713
  * @example
5427
5714
  * const res = await client.tiktok.videoTranscriptFull({ url: "https://www.tiktok.com/@thatdudecancook/video/7649086431641521421" });
@@ -5468,7 +5755,7 @@ var TiktokShopNamespace = class {
5468
5755
  *
5469
5756
  * TikTok Shop creator performance by handle: GMV range, promoted product count, brand collaborations, follower age/gender/location demographics, category GMV split, and video versus live engagement.
5470
5757
  *
5471
- * Price: $0.00525 per request plus $0 per result (maximum $0.00525).
5758
+ * Price: $0.0055 per request plus $0 per result (maximum $0.0055).
5472
5759
  *
5473
5760
  * @example
5474
5761
  * const res = await client.tiktokShop.creator({ handle: "golinutrition" });
@@ -5494,7 +5781,7 @@ var TiktokShopNamespace = class {
5494
5781
  *
5495
5782
  * Deep TikTok Shop product record from a product URL: affiliate commission rate, units sold and GMV over the last 30 days and lifetime, stock, rating, review count, category tree, listing date, and the seller's own sales totals.
5496
5783
  *
5497
- * Price: $0.021 per request plus $0 per result (maximum $0.021).
5784
+ * Price: $0.022 per request plus $0 per result (maximum $0.022).
5498
5785
  *
5499
5786
  * @example
5500
5787
  * const res = await client.tiktokShop.productFull({ url: "https://www.tiktok.com/shop/pdp/1729527313880355335" });
@@ -5646,7 +5933,7 @@ var TrustpilotNamespace = class {
5646
5933
  *
5647
5934
  * Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
5648
5935
  *
5649
- * Price: $0.018 per request.
5936
+ * Price: $0.00006 per request plus $0.00005 per result (maximum $0.00886).
5650
5937
  *
5651
5938
  * @example
5652
5939
  * const res = await client.trustpilot.reviews({ company: "stripe.com", limit: 3 });
@@ -6042,7 +6329,7 @@ var UpworkNamespace = class {
6042
6329
  *
6043
6330
  * Search Upwork job postings by keyword, with up to 25 fresh listings per request.
6044
6331
  *
6045
- * Price: $0 per request plus $0.00347 per result (maximum $0.0867).
6332
+ * Price: $0 per request plus $0.00363 per result (maximum $0.0908).
6046
6333
  *
6047
6334
  * @example
6048
6335
  * const res = await client.upwork.jobs({ query: "web developer", jobType: "fixed", limit: 10 });
@@ -6063,7 +6350,7 @@ var WalmartNamespace = class {
6063
6350
  *
6064
6351
  * Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
6065
6352
  *
6066
- * Price: $0 per request plus $0.00387 per result (maximum $0.00387).
6353
+ * Price: $0.0018 per request.
6067
6354
  *
6068
6355
  * @example
6069
6356
  * const res = await client.walmart.product({ url: "https://www.walmart.com/ip/Apple-AirPods-Pro-2/5689919121" });
@@ -6084,7 +6371,7 @@ var WebNamespace = class {
6084
6371
  *
6085
6372
  * 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.
6086
6373
  *
6087
- * Price: $0.00158 per request plus $0.00315 per result (maximum $0.0331).
6374
+ * Price: $0.00165 per request plus $0.0033 per result (maximum $0.0347).
6088
6375
  *
6089
6376
  * @example
6090
6377
  * const res = await client.web.crawl({ url: "https://example.com", limit: 3 });
@@ -6097,7 +6384,7 @@ var WebNamespace = class {
6097
6384
  *
6098
6385
  * Map an entire website into a clean list of its URLs (with titles and descriptions) in a single call.
6099
6386
  *
6100
- * Price: $0.0009 per request.
6387
+ * Price: $0.001 per request.
6101
6388
  *
6102
6389
  * @example
6103
6390
  * const res = await client.web.map({ url: "https://www.iana.org", search: "domain" });
@@ -6110,7 +6397,7 @@ var WebNamespace = class {
6110
6397
  *
6111
6398
  * Scrape any web page and get its content back as clean Markdown (or HTML, or raw HTML) plus title and metadata.
6112
6399
  *
6113
- * Price: $0.0005 per request.
6400
+ * Price: $0.0007 per request.
6114
6401
  *
6115
6402
  * @example
6116
6403
  * const res = await client.web.scrape({ url: "https://example.com", formats: ["markdown", "rawHtml"], onlyMainContent: false });
@@ -6123,7 +6410,7 @@ var WebNamespace = class {
6123
6410
  *
6124
6411
  * Capture a real-browser screenshot of any web page URL.
6125
6412
  *
6126
- * Price: $0 per request plus $0.00166 per result (maximum $0.00166).
6413
+ * Price: $0 per request plus $0.00174 per result (maximum $0.00174).
6127
6414
  *
6128
6415
  * @example
6129
6416
  * const res = await client.web.screenshot({ url: "https://example.com" });
@@ -6262,7 +6549,7 @@ var YahooFinanceNamespace = class {
6262
6549
  *
6263
6550
  * Look up a stock or ETF by ticker symbol and get its Yahoo Finance quote (price, market cap, volume, and key stats) as normalized JSON.
6264
6551
  *
6265
- * Price: $0.00006 per request plus $0.00095 per result (maximum $0.001).
6552
+ * Price: $0.00006 per request plus $0.00099 per result (maximum $0.00105).
6266
6553
  *
6267
6554
  * @example
6268
6555
  * const res = await client.yahooFinance.quote({ ticker: "AAPL" });
@@ -6283,7 +6570,7 @@ var YelpNamespace = class {
6283
6570
  *
6284
6571
  * Search Yelp for businesses by keyword and location: up to 20 listings with ratings, categories, and core business info per request.
6285
6572
  *
6286
- * Price: $0.042 per request plus $0.00079 per result (maximum $0.0578).
6573
+ * Price: $0.044 per request plus $0.00083 per result (maximum $0.0605).
6287
6574
  *
6288
6575
  * @example
6289
6576
  * const res = await client.yelp.search({ location: "Chicago, IL", query: "pizza", limit: 5 });
@@ -6509,6 +6796,22 @@ var YoutubeNamespace = class {
6509
6796
  search(input, options) {
6510
6797
  return this._core.run("youtube.search", input, options);
6511
6798
  }
6799
+ /**
6800
+ * Iterate every result of YouTube Search across pages.
6801
+ *
6802
+ * Yields items directly; call `.pages()` on the return value to walk whole
6803
+ * result pages instead (each carries its own costUsd).
6804
+ */
6805
+ iterSearch(input, options) {
6806
+ return paginate(
6807
+ this._core,
6808
+ "youtube.search",
6809
+ input,
6810
+ "videos",
6811
+ false,
6812
+ options
6813
+ );
6814
+ }
6512
6815
  /**
6513
6816
  * YouTube Hashtag Search
6514
6817
  *
@@ -6624,7 +6927,7 @@ var YoutubeNamespace = class {
6624
6927
  *
6625
6928
  * Fetch a YouTube transcript with timed segments and its provenance: whether the words are creator-written captions or machine speech recognition.
6626
6929
  *
6627
- * Price: $0.00294 per request plus $0 per result (maximum $0.00294).
6930
+ * Price: $0.00308 per request plus $0 per result (maximum $0.00308).
6628
6931
  *
6629
6932
  * @example
6630
6933
  * const res = await client.youtube.videoTranscriptFull({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
@@ -6811,6 +7114,14 @@ var AnyAPI2 = class extends AnyAPI {
6811
7114
  this._core
6812
7115
  );
6813
7116
  }
7117
+ /**
7118
+ * Typed methods for the capterra platform.
7119
+ */
7120
+ get capterra() {
7121
+ return this._namespaces["capterra"] ??= new CapterraNamespace(
7122
+ this._core
7123
+ );
7124
+ }
6814
7125
  /**
6815
7126
  * Typed methods for the chatgpt platform.
6816
7127
  */
@@ -6827,6 +7138,14 @@ var AnyAPI2 = class extends AnyAPI {
6827
7138
  this._core
6828
7139
  );
6829
7140
  }
7141
+ /**
7142
+ * Typed methods for the company platform.
7143
+ */
7144
+ get company() {
7145
+ return this._namespaces["company"] ??= new CompanyNamespace(
7146
+ this._core
7147
+ );
7148
+ }
6830
7149
  /**
6831
7150
  * Typed methods for the company_enrichment platform.
6832
7151
  */
@@ -6911,6 +7230,14 @@ var AnyAPI2 = class extends AnyAPI {
6911
7230
  this._core
6912
7231
  );
6913
7232
  }
7233
+ /**
7234
+ * Typed methods for the g2 platform.
7235
+ */
7236
+ get g2() {
7237
+ return this._namespaces["g2"] ??= new G2Namespace(
7238
+ this._core
7239
+ );
7240
+ }
6914
7241
  /**
6915
7242
  * Typed methods for the gemini platform.
6916
7243
  */
@@ -7315,9 +7642,11 @@ export {
7315
7642
  BadRequestError,
7316
7643
  BlueskyNamespace,
7317
7644
  BookingNamespace,
7645
+ CapterraNamespace,
7318
7646
  ChatgptNamespace,
7319
7647
  CoinmarketcapNamespace,
7320
7648
  CompanyEnrichmentNamespace,
7649
+ CompanyNamespace,
7321
7650
  CompanySearchNamespace,
7322
7651
  CongressNamespace,
7323
7652
  ConnectionError,
@@ -7329,6 +7658,7 @@ export {
7329
7658
  EmailVerificationNamespace,
7330
7659
  FacebookNamespace,
7331
7660
  FiverrNamespace,
7661
+ G2Namespace,
7332
7662
  GeminiNamespace,
7333
7663
  GithubNamespace,
7334
7664
  GlassdoorNamespace,