@getanyapi/sdk 0.12.2 → 0.12.3
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3290,7 +3290,7 @@ var MapsNamespace = class {
|
|
|
3290
3290
|
*
|
|
3291
3291
|
* 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.
|
|
3292
3292
|
*
|
|
3293
|
-
* Price: $0.00005 per request plus $0.
|
|
3293
|
+
* Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
|
|
3294
3294
|
*
|
|
3295
3295
|
* @example
|
|
3296
3296
|
* const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
|