@getanyapi/sdk 0.16.0 → 0.16.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.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -15
- package/dist/index.d.ts +19 -15
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1089,7 +1089,7 @@ var AmazonNamespace = class {
|
|
|
1089
1089
|
*
|
|
1090
1090
|
* List the top-ranked products of any Amazon Best Sellers category (rank, title, price, and rating) in one normalized request.
|
|
1091
1091
|
*
|
|
1092
|
-
* Price: $0 per request
|
|
1092
|
+
* Price: $0.0009 per request.
|
|
1093
1093
|
*
|
|
1094
1094
|
* @example
|
|
1095
1095
|
* const res = await client.amazon.bestsellers({ url: "https://www.amazon.com/gp/bestsellers/electronics", limit: 3 });
|
|
@@ -1115,7 +1115,7 @@ var AmazonNamespace = class {
|
|
|
1115
1115
|
*
|
|
1116
1116
|
* Pull up to 50 customer reviews for any Amazon product by ASIN or URL: rating, title, text, date, and verified-purchase badge.
|
|
1117
1117
|
*
|
|
1118
|
-
* Price: $0.
|
|
1118
|
+
* Price: $0.0018 per request.
|
|
1119
1119
|
*
|
|
1120
1120
|
* @example
|
|
1121
1121
|
* const res = await client.amazon.reviews({ product: "B07PXGQC1Q", limit: 3 });
|
|
@@ -1128,7 +1128,7 @@ var AmazonNamespace = class {
|
|
|
1128
1128
|
*
|
|
1129
1129
|
* Search Amazon from any search or category URL and get up to 20 matching products (title, price, rating, and thumbnail) in one normalized response.
|
|
1130
1130
|
*
|
|
1131
|
-
* Price: $0 per request
|
|
1131
|
+
* Price: $0.0009 per request.
|
|
1132
1132
|
*
|
|
1133
1133
|
* @example
|
|
1134
1134
|
* const res = await client.amazon.search({ url: "https://www.amazon.com/s?k=laptop", limit: 3 });
|
|
@@ -5135,7 +5135,7 @@ var TwitterNamespace = class {
|
|
|
5135
5135
|
*
|
|
5136
5136
|
* Fetch a Twitter/X community's public details (name, description, member count, join policy) by URL.
|
|
5137
5137
|
*
|
|
5138
|
-
* Price: $0.
|
|
5138
|
+
* Price: $0.00018 per request.
|
|
5139
5139
|
*
|
|
5140
5140
|
* @example
|
|
5141
5141
|
* const res = await client.twitter.community({ url: "https://x.com/i/communities/1926186499399139650" });
|
|
@@ -5219,7 +5219,7 @@ var TwitterNamespace = class {
|
|
|
5219
5219
|
*
|
|
5220
5220
|
* Fetch a Twitter/X account's public profile (followers, tweets, bio, verification) by handle.
|
|
5221
5221
|
*
|
|
5222
|
-
* Price: $0.
|
|
5222
|
+
* Price: $0.00018 per request.
|
|
5223
5223
|
*
|
|
5224
5224
|
* @example
|
|
5225
5225
|
* const res = await client.twitter.profile({ handle: "nasa" });
|
|
@@ -5232,7 +5232,7 @@ var TwitterNamespace = class {
|
|
|
5232
5232
|
*
|
|
5233
5233
|
* Fetch the replies to any X (Twitter) post URL as structured records: author, text, and engagement.
|
|
5234
5234
|
*
|
|
5235
|
-
* Price: $0.
|
|
5235
|
+
* Price: $0.00018 per request plus $0.00018 per result (maximum $0.00666).
|
|
5236
5236
|
*
|
|
5237
5237
|
* @example
|
|
5238
5238
|
* const res = await client.twitter.replies({ url: "https://x.com/jack/status/20", limit: 3 });
|
|
@@ -5274,7 +5274,7 @@ var TwitterNamespace = class {
|
|
|
5274
5274
|
*
|
|
5275
5275
|
* Get current X (Twitter) trends for worldwide, a country, or a city in X ranking order, including the resolved location.
|
|
5276
5276
|
*
|
|
5277
|
-
* Price: $0.
|
|
5277
|
+
* Price: $0.00018 per request.
|
|
5278
5278
|
*
|
|
5279
5279
|
* @example
|
|
5280
5280
|
* const res = await client.twitter.trends({ limit: 10, location: "US" });
|
|
@@ -5287,7 +5287,7 @@ var TwitterNamespace = class {
|
|
|
5287
5287
|
*
|
|
5288
5288
|
* Fetch a single Twitter/X tweet by URL with its full text and engagement counts (likes, retweets, replies, quotes, bookmarks, views).
|
|
5289
5289
|
*
|
|
5290
|
-
* Price: $0.
|
|
5290
|
+
* Price: $0.00018 per request.
|
|
5291
5291
|
*
|
|
5292
5292
|
* @example
|
|
5293
5293
|
* const res = await client.twitter.tweet({ url: "https://x.com/SpaceX/status/1732824684683784516" });
|
|
@@ -5340,9 +5340,9 @@ var TwitterNamespace = class {
|
|
|
5340
5340
|
/**
|
|
5341
5341
|
* X / Twitter User Tweets and Replies
|
|
5342
5342
|
*
|
|
5343
|
-
* Get up to the requested limit of tweets and replies authored by an X (Twitter) account
|
|
5343
|
+
* Get up to the requested limit of tweets and replies authored by an X (Twitter) account, with engagement, views, language, and cursor pagination where available.
|
|
5344
5344
|
*
|
|
5345
|
-
* Price: $0 per request plus $0.
|
|
5345
|
+
* Price: $0.00018 per request plus $0.00018 per result (maximum $0.01818).
|
|
5346
5346
|
*
|
|
5347
5347
|
* @example
|
|
5348
5348
|
* const res = await client.twitter.userTweets({ handle: "levelsio", limit: 20 });
|
|
@@ -6055,7 +6055,7 @@ var ZillowNamespace = class {
|
|
|
6055
6055
|
*
|
|
6056
6056
|
* Search Zillow for-sale, rental, or sold listings by region-level location (city, ZIP, county, or neighborhood) with optional price, bedroom, living-area, home-type, recency, and sort filters and get matching properties (price, address, beds, baths, living area, status, Zestimate) as normalized JSON.
|
|
6057
6057
|
*
|
|
6058
|
-
* Price: $0.
|
|
6058
|
+
* Price: $0.0009 per request.
|
|
6059
6059
|
*
|
|
6060
6060
|
* @example
|
|
6061
6061
|
* const res = await client.zillow.search({ location: "Austin, TX", limit: 3, maxPrice: 900000, minBedrooms: 3, operation: "buy" });
|