@getanyapi/sdk 0.34.0 → 0.34.2
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4324,7 +4324,7 @@ var MapsNamespace = class {
|
|
|
4324
4324
|
*
|
|
4325
4325
|
* Look up a place on Google Maps by name or search query (optionally scoped to a location) and get the best-matching place with available address, contact, rating, and coordinate details as normalized JSON.
|
|
4326
4326
|
*
|
|
4327
|
-
* Price: $0.
|
|
4327
|
+
* Price: $0.00175 per request.
|
|
4328
4328
|
*
|
|
4329
4329
|
* @example
|
|
4330
4330
|
* const res = await client.maps.place({ query: "Blue Bottle Coffee", location: "San Francisco, CA", website: "withWebsite" });
|
|
@@ -4350,7 +4350,7 @@ var MapsNamespace = class {
|
|
|
4350
4350
|
*
|
|
4351
4351
|
* Search Google Maps for places matching a query and location: up to 20 normalized place records with ratings, addresses, and contact basics per request.
|
|
4352
4352
|
*
|
|
4353
|
-
* Price: $0.
|
|
4353
|
+
* Price: $0.00175 per request.
|
|
4354
4354
|
*
|
|
4355
4355
|
* @example
|
|
4356
4356
|
* const res = await client.maps.search({ location: "Austin, TX", query: "coffee", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
|
|
@@ -7446,7 +7446,7 @@ var YoutubeNamespace = class {
|
|
|
7446
7446
|
*
|
|
7447
7447
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
7448
7448
|
*
|
|
7449
|
-
* Price: $0.
|
|
7449
|
+
* Price: $0.0008 per request.
|
|
7450
7450
|
*
|
|
7451
7451
|
* @example
|
|
7452
7452
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -7517,7 +7517,7 @@ var YoutubeNamespace = class {
|
|
|
7517
7517
|
*
|
|
7518
7518
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
7519
7519
|
*
|
|
7520
|
-
* Price: $0.
|
|
7520
|
+
* Price: $0.00125 per request.
|
|
7521
7521
|
*
|
|
7522
7522
|
* @example
|
|
7523
7523
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -7572,7 +7572,7 @@ var YoutubeNamespace = class {
|
|
|
7572
7572
|
*
|
|
7573
7573
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
7574
7574
|
*
|
|
7575
|
-
* Price: $0.
|
|
7575
|
+
* Price: $0.00125 per request.
|
|
7576
7576
|
*
|
|
7577
7577
|
* @example
|
|
7578
7578
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|