@keystrokehq/serpapi 0.0.16-integration-id-canonicalization.1 → 0.1.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.
Files changed (429) hide show
  1. package/README.md +14 -2
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/baidu-search.cjs +41 -0
  7. package/dist/actions/baidu-search.cjs.map +1 -0
  8. package/dist/actions/baidu-search.d.cts +9 -0
  9. package/dist/actions/baidu-search.d.cts.map +1 -0
  10. package/dist/actions/baidu-search.d.mts +9 -0
  11. package/dist/actions/baidu-search.d.mts.map +1 -0
  12. package/dist/actions/baidu-search.mjs +38 -0
  13. package/dist/actions/baidu-search.mjs.map +1 -0
  14. package/dist/actions/bing-maps.cjs +135 -0
  15. package/dist/actions/bing-maps.cjs.map +1 -0
  16. package/dist/actions/bing-maps.d.cts +9 -0
  17. package/dist/actions/bing-maps.d.cts.map +1 -0
  18. package/dist/actions/bing-maps.d.mts +9 -0
  19. package/dist/actions/bing-maps.d.mts.map +1 -0
  20. package/dist/actions/bing-maps.mjs +134 -0
  21. package/dist/actions/bing-maps.mjs.map +1 -0
  22. package/dist/actions/bing-search.cjs +32 -0
  23. package/dist/actions/bing-search.cjs.map +1 -0
  24. package/dist/actions/bing-search.d.cts +9 -0
  25. package/dist/actions/bing-search.d.cts.map +1 -0
  26. package/dist/actions/bing-search.d.mts +9 -0
  27. package/dist/actions/bing-search.d.mts.map +1 -0
  28. package/dist/actions/bing-search.mjs +29 -0
  29. package/dist/actions/bing-search.mjs.map +1 -0
  30. package/dist/actions/duck-duck-go-light-search.cjs +72 -0
  31. package/dist/actions/duck-duck-go-light-search.cjs.map +1 -0
  32. package/dist/actions/duck-duck-go-light-search.d.cts +9 -0
  33. package/dist/actions/duck-duck-go-light-search.d.cts.map +1 -0
  34. package/dist/actions/duck-duck-go-light-search.d.mts +9 -0
  35. package/dist/actions/duck-duck-go-light-search.d.mts.map +1 -0
  36. package/dist/actions/duck-duck-go-light-search.mjs +71 -0
  37. package/dist/actions/duck-duck-go-light-search.mjs.map +1 -0
  38. package/dist/actions/duck-duck-go-maps.cjs +93 -0
  39. package/dist/actions/duck-duck-go-maps.cjs.map +1 -0
  40. package/dist/actions/duck-duck-go-maps.d.cts +9 -0
  41. package/dist/actions/duck-duck-go-maps.d.cts.map +1 -0
  42. package/dist/actions/duck-duck-go-maps.d.mts +9 -0
  43. package/dist/actions/duck-duck-go-maps.d.mts.map +1 -0
  44. package/dist/actions/duck-duck-go-maps.mjs +92 -0
  45. package/dist/actions/duck-duck-go-maps.mjs.map +1 -0
  46. package/dist/actions/duck-duck-go-search.cjs +116 -0
  47. package/dist/actions/duck-duck-go-search.cjs.map +1 -0
  48. package/dist/actions/duck-duck-go-search.d.cts +9 -0
  49. package/dist/actions/duck-duck-go-search.d.cts.map +1 -0
  50. package/dist/actions/duck-duck-go-search.d.mts +9 -0
  51. package/dist/actions/duck-duck-go-search.d.mts.map +1 -0
  52. package/dist/actions/duck-duck-go-search.mjs +115 -0
  53. package/dist/actions/duck-duck-go-search.mjs.map +1 -0
  54. package/dist/actions/ebay-search.cjs +108 -0
  55. package/dist/actions/ebay-search.cjs.map +1 -0
  56. package/dist/actions/ebay-search.d.cts +9 -0
  57. package/dist/actions/ebay-search.d.cts.map +1 -0
  58. package/dist/actions/ebay-search.d.mts +9 -0
  59. package/dist/actions/ebay-search.d.mts.map +1 -0
  60. package/dist/actions/ebay-search.mjs +107 -0
  61. package/dist/actions/ebay-search.mjs.map +1 -0
  62. package/dist/actions/event-search.cjs +83 -0
  63. package/dist/actions/event-search.cjs.map +1 -0
  64. package/dist/actions/event-search.d.cts +9 -0
  65. package/dist/actions/event-search.d.cts.map +1 -0
  66. package/dist/actions/event-search.d.mts +9 -0
  67. package/dist/actions/event-search.d.mts.map +1 -0
  68. package/dist/actions/event-search.mjs +82 -0
  69. package/dist/actions/event-search.mjs.map +1 -0
  70. package/dist/actions/finance-search.cjs +193 -0
  71. package/dist/actions/finance-search.cjs.map +1 -0
  72. package/dist/actions/finance-search.d.cts +9 -0
  73. package/dist/actions/finance-search.d.cts.map +1 -0
  74. package/dist/actions/finance-search.d.mts +9 -0
  75. package/dist/actions/finance-search.d.mts.map +1 -0
  76. package/dist/actions/finance-search.mjs +192 -0
  77. package/dist/actions/finance-search.mjs.map +1 -0
  78. package/dist/actions/get-available-location-options-for-google-searches.cjs +31 -0
  79. package/dist/actions/get-available-location-options-for-google-searches.cjs.map +1 -0
  80. package/dist/actions/get-available-location-options-for-google-searches.d.cts +9 -0
  81. package/dist/actions/get-available-location-options-for-google-searches.d.cts.map +1 -0
  82. package/dist/actions/get-available-location-options-for-google-searches.d.mts +9 -0
  83. package/dist/actions/get-available-location-options-for-google-searches.d.mts.map +1 -0
  84. package/dist/actions/get-available-location-options-for-google-searches.mjs +30 -0
  85. package/dist/actions/get-available-location-options-for-google-searches.mjs.map +1 -0
  86. package/dist/actions/get-facebook-profile.cjs +108 -0
  87. package/dist/actions/get-facebook-profile.cjs.map +1 -0
  88. package/dist/actions/get-facebook-profile.d.cts +9 -0
  89. package/dist/actions/get-facebook-profile.d.cts.map +1 -0
  90. package/dist/actions/get-facebook-profile.d.mts +9 -0
  91. package/dist/actions/get-facebook-profile.d.mts.map +1 -0
  92. package/dist/actions/get-facebook-profile.mjs +107 -0
  93. package/dist/actions/get-facebook-profile.mjs.map +1 -0
  94. package/dist/actions/get-google-about-this-result.cjs +115 -0
  95. package/dist/actions/get-google-about-this-result.cjs.map +1 -0
  96. package/dist/actions/get-google-about-this-result.d.cts +9 -0
  97. package/dist/actions/get-google-about-this-result.d.cts.map +1 -0
  98. package/dist/actions/get-google-about-this-result.d.mts +9 -0
  99. package/dist/actions/get-google-about-this-result.d.mts.map +1 -0
  100. package/dist/actions/get-google-about-this-result.mjs +114 -0
  101. package/dist/actions/get-google-about-this-result.mjs.map +1 -0
  102. package/dist/actions/get-google-hotels-autocomplete-suggestions.cjs +51 -0
  103. package/dist/actions/get-google-hotels-autocomplete-suggestions.cjs.map +1 -0
  104. package/dist/actions/get-google-hotels-autocomplete-suggestions.d.cts +9 -0
  105. package/dist/actions/get-google-hotels-autocomplete-suggestions.d.cts.map +1 -0
  106. package/dist/actions/get-google-hotels-autocomplete-suggestions.d.mts +9 -0
  107. package/dist/actions/get-google-hotels-autocomplete-suggestions.d.mts.map +1 -0
  108. package/dist/actions/get-google-hotels-autocomplete-suggestions.mjs +50 -0
  109. package/dist/actions/get-google-hotels-autocomplete-suggestions.mjs.map +1 -0
  110. package/dist/actions/get-google-images-related-content.cjs +64 -0
  111. package/dist/actions/get-google-images-related-content.cjs.map +1 -0
  112. package/dist/actions/get-google-images-related-content.d.cts +9 -0
  113. package/dist/actions/get-google-images-related-content.d.cts.map +1 -0
  114. package/dist/actions/get-google-images-related-content.d.mts +9 -0
  115. package/dist/actions/get-google-images-related-content.d.mts.map +1 -0
  116. package/dist/actions/get-google-images-related-content.mjs +63 -0
  117. package/dist/actions/get-google-images-related-content.mjs.map +1 -0
  118. package/dist/actions/get-google-patent-details.cjs +107 -0
  119. package/dist/actions/get-google-patent-details.cjs.map +1 -0
  120. package/dist/actions/get-google-patent-details.d.cts +9 -0
  121. package/dist/actions/get-google-patent-details.d.cts.map +1 -0
  122. package/dist/actions/get-google-patent-details.d.mts +9 -0
  123. package/dist/actions/get-google-patent-details.d.mts.map +1 -0
  124. package/dist/actions/get-google-patent-details.mjs +106 -0
  125. package/dist/actions/get-google-patent-details.mjs.map +1 -0
  126. package/dist/actions/get-search-archive.cjs +85 -0
  127. package/dist/actions/get-search-archive.cjs.map +1 -0
  128. package/dist/actions/get-search-archive.d.cts +9 -0
  129. package/dist/actions/get-search-archive.d.cts.map +1 -0
  130. package/dist/actions/get-search-archive.d.mts +9 -0
  131. package/dist/actions/get-search-archive.d.mts.map +1 -0
  132. package/dist/actions/get-search-archive.mjs +84 -0
  133. package/dist/actions/get-search-archive.mjs.map +1 -0
  134. package/dist/actions/google-domains-list.cjs +24 -0
  135. package/dist/actions/google-domains-list.cjs.map +1 -0
  136. package/dist/actions/google-domains-list.d.cts +9 -0
  137. package/dist/actions/google-domains-list.d.cts.map +1 -0
  138. package/dist/actions/google-domains-list.d.mts +9 -0
  139. package/dist/actions/google-domains-list.d.mts.map +1 -0
  140. package/dist/actions/google-domains-list.mjs +23 -0
  141. package/dist/actions/google-domains-list.mjs.map +1 -0
  142. package/dist/actions/google-forums-search.cjs +132 -0
  143. package/dist/actions/google-forums-search.cjs.map +1 -0
  144. package/dist/actions/google-forums-search.d.cts +9 -0
  145. package/dist/actions/google-forums-search.d.cts.map +1 -0
  146. package/dist/actions/google-forums-search.d.mts +9 -0
  147. package/dist/actions/google-forums-search.d.mts.map +1 -0
  148. package/dist/actions/google-forums-search.mjs +131 -0
  149. package/dist/actions/google-forums-search.mjs.map +1 -0
  150. package/dist/actions/google-jobs-search.cjs +107 -0
  151. package/dist/actions/google-jobs-search.cjs.map +1 -0
  152. package/dist/actions/google-jobs-search.d.cts +9 -0
  153. package/dist/actions/google-jobs-search.d.cts.map +1 -0
  154. package/dist/actions/google-jobs-search.d.mts +9 -0
  155. package/dist/actions/google-jobs-search.d.mts.map +1 -0
  156. package/dist/actions/google-jobs-search.mjs +106 -0
  157. package/dist/actions/google-jobs-search.mjs.map +1 -0
  158. package/dist/actions/google-lens-search.cjs +75 -0
  159. package/dist/actions/google-lens-search.cjs.map +1 -0
  160. package/dist/actions/google-lens-search.d.cts +9 -0
  161. package/dist/actions/google-lens-search.d.cts.map +1 -0
  162. package/dist/actions/google-lens-search.d.mts +9 -0
  163. package/dist/actions/google-lens-search.d.mts.map +1 -0
  164. package/dist/actions/google-lens-search.mjs +74 -0
  165. package/dist/actions/google-lens-search.mjs.map +1 -0
  166. package/dist/actions/google-light-search.cjs +92 -0
  167. package/dist/actions/google-light-search.cjs.map +1 -0
  168. package/dist/actions/google-light-search.d.cts +9 -0
  169. package/dist/actions/google-light-search.d.cts.map +1 -0
  170. package/dist/actions/google-light-search.d.mts +9 -0
  171. package/dist/actions/google-light-search.d.mts.map +1 -0
  172. package/dist/actions/google-light-search.mjs +91 -0
  173. package/dist/actions/google-light-search.mjs.map +1 -0
  174. package/dist/actions/google-maps-posts.cjs +62 -0
  175. package/dist/actions/google-maps-posts.cjs.map +1 -0
  176. package/dist/actions/google-maps-posts.d.cts +9 -0
  177. package/dist/actions/google-maps-posts.d.cts.map +1 -0
  178. package/dist/actions/google-maps-posts.d.mts +9 -0
  179. package/dist/actions/google-maps-posts.d.mts.map +1 -0
  180. package/dist/actions/google-maps-posts.mjs +61 -0
  181. package/dist/actions/google-maps-posts.mjs.map +1 -0
  182. package/dist/actions/google-maps-search.cjs +135 -0
  183. package/dist/actions/google-maps-search.cjs.map +1 -0
  184. package/dist/actions/google-maps-search.d.cts +9 -0
  185. package/dist/actions/google-maps-search.d.cts.map +1 -0
  186. package/dist/actions/google-maps-search.d.mts +9 -0
  187. package/dist/actions/google-maps-search.d.mts.map +1 -0
  188. package/dist/actions/google-maps-search.mjs +134 -0
  189. package/dist/actions/google-maps-search.mjs.map +1 -0
  190. package/dist/actions/google-play-product.cjs +184 -0
  191. package/dist/actions/google-play-product.cjs.map +1 -0
  192. package/dist/actions/google-play-product.d.cts +9 -0
  193. package/dist/actions/google-play-product.d.cts.map +1 -0
  194. package/dist/actions/google-play-product.d.mts +9 -0
  195. package/dist/actions/google-play-product.d.mts.map +1 -0
  196. package/dist/actions/google-play-product.mjs +183 -0
  197. package/dist/actions/google-play-product.mjs.map +1 -0
  198. package/dist/actions/google-scholar-author.cjs +90 -0
  199. package/dist/actions/google-scholar-author.cjs.map +1 -0
  200. package/dist/actions/google-scholar-author.d.cts +9 -0
  201. package/dist/actions/google-scholar-author.d.cts.map +1 -0
  202. package/dist/actions/google-scholar-author.d.mts +9 -0
  203. package/dist/actions/google-scholar-author.d.mts.map +1 -0
  204. package/dist/actions/google-scholar-author.mjs +89 -0
  205. package/dist/actions/google-scholar-author.mjs.map +1 -0
  206. package/dist/actions/google-scholar-cite.cjs +44 -0
  207. package/dist/actions/google-scholar-cite.cjs.map +1 -0
  208. package/dist/actions/google-scholar-cite.d.cts +9 -0
  209. package/dist/actions/google-scholar-cite.d.cts.map +1 -0
  210. package/dist/actions/google-scholar-cite.d.mts +9 -0
  211. package/dist/actions/google-scholar-cite.d.mts.map +1 -0
  212. package/dist/actions/google-scholar-cite.mjs +43 -0
  213. package/dist/actions/google-scholar-cite.mjs.map +1 -0
  214. package/dist/actions/google-videos-light.cjs +71 -0
  215. package/dist/actions/google-videos-light.cjs.map +1 -0
  216. package/dist/actions/google-videos-light.d.cts +9 -0
  217. package/dist/actions/google-videos-light.d.cts.map +1 -0
  218. package/dist/actions/google-videos-light.d.mts +9 -0
  219. package/dist/actions/google-videos-light.d.mts.map +1 -0
  220. package/dist/actions/google-videos-light.mjs +70 -0
  221. package/dist/actions/google-videos-light.mjs.map +1 -0
  222. package/dist/actions/hotel-search.cjs +50 -0
  223. package/dist/actions/hotel-search.cjs.map +1 -0
  224. package/dist/actions/hotel-search.d.cts +9 -0
  225. package/dist/actions/hotel-search.d.cts.map +1 -0
  226. package/dist/actions/hotel-search.d.mts +9 -0
  227. package/dist/actions/hotel-search.d.mts.map +1 -0
  228. package/dist/actions/hotel-search.mjs +47 -0
  229. package/dist/actions/hotel-search.mjs.map +1 -0
  230. package/dist/actions/image-search.cjs +19 -0
  231. package/dist/actions/image-search.cjs.map +1 -0
  232. package/dist/actions/image-search.d.cts +9 -0
  233. package/dist/actions/image-search.d.cts.map +1 -0
  234. package/dist/actions/image-search.d.mts +9 -0
  235. package/dist/actions/image-search.d.mts.map +1 -0
  236. package/dist/actions/image-search.mjs +16 -0
  237. package/dist/actions/image-search.mjs.map +1 -0
  238. package/dist/actions/index.cjs +97 -0
  239. package/dist/actions/index.d.cts +49 -0
  240. package/dist/actions/index.d.mts +49 -0
  241. package/dist/actions/index.mjs +49 -0
  242. package/dist/actions/naver-search.cjs +174 -0
  243. package/dist/actions/naver-search.cjs.map +1 -0
  244. package/dist/actions/naver-search.d.cts +9 -0
  245. package/dist/actions/naver-search.d.cts.map +1 -0
  246. package/dist/actions/naver-search.d.mts +9 -0
  247. package/dist/actions/naver-search.d.mts.map +1 -0
  248. package/dist/actions/naver-search.mjs +173 -0
  249. package/dist/actions/naver-search.mjs.map +1 -0
  250. package/dist/actions/news-search.cjs +20 -0
  251. package/dist/actions/news-search.cjs.map +1 -0
  252. package/dist/actions/news-search.d.cts +9 -0
  253. package/dist/actions/news-search.d.cts.map +1 -0
  254. package/dist/actions/news-search.d.mts +9 -0
  255. package/dist/actions/news-search.d.mts.map +1 -0
  256. package/dist/actions/news-search.mjs +17 -0
  257. package/dist/actions/news-search.mjs.map +1 -0
  258. package/dist/actions/open-table-reviews.cjs +118 -0
  259. package/dist/actions/open-table-reviews.cjs.map +1 -0
  260. package/dist/actions/open-table-reviews.d.cts +9 -0
  261. package/dist/actions/open-table-reviews.d.cts.map +1 -0
  262. package/dist/actions/open-table-reviews.d.mts +9 -0
  263. package/dist/actions/open-table-reviews.d.mts.map +1 -0
  264. package/dist/actions/open-table-reviews.mjs +117 -0
  265. package/dist/actions/open-table-reviews.mjs.map +1 -0
  266. package/dist/actions/play-search.cjs +37 -0
  267. package/dist/actions/play-search.cjs.map +1 -0
  268. package/dist/actions/play-search.d.cts +9 -0
  269. package/dist/actions/play-search.d.cts.map +1 -0
  270. package/dist/actions/play-search.d.mts +9 -0
  271. package/dist/actions/play-search.d.mts.map +1 -0
  272. package/dist/actions/play-search.mjs +34 -0
  273. package/dist/actions/play-search.mjs.map +1 -0
  274. package/dist/actions/scholar-search.cjs +20 -0
  275. package/dist/actions/scholar-search.cjs.map +1 -0
  276. package/dist/actions/scholar-search.d.cts +9 -0
  277. package/dist/actions/scholar-search.d.cts.map +1 -0
  278. package/dist/actions/scholar-search.d.mts +9 -0
  279. package/dist/actions/scholar-search.d.mts.map +1 -0
  280. package/dist/actions/scholar-search.mjs +17 -0
  281. package/dist/actions/scholar-search.mjs.map +1 -0
  282. package/dist/actions/search-apple-app-store.cjs +72 -0
  283. package/dist/actions/search-apple-app-store.cjs.map +1 -0
  284. package/dist/actions/search-apple-app-store.d.cts +9 -0
  285. package/dist/actions/search-apple-app-store.d.cts.map +1 -0
  286. package/dist/actions/search-apple-app-store.d.mts +9 -0
  287. package/dist/actions/search-apple-app-store.d.mts.map +1 -0
  288. package/dist/actions/search-apple-app-store.mjs +71 -0
  289. package/dist/actions/search-apple-app-store.mjs.map +1 -0
  290. package/dist/actions/search-google-images-light.cjs +81 -0
  291. package/dist/actions/search-google-images-light.cjs.map +1 -0
  292. package/dist/actions/search-google-images-light.d.cts +9 -0
  293. package/dist/actions/search-google-images-light.d.cts.map +1 -0
  294. package/dist/actions/search-google-images-light.d.mts +9 -0
  295. package/dist/actions/search-google-images-light.d.mts.map +1 -0
  296. package/dist/actions/search-google-images-light.mjs +80 -0
  297. package/dist/actions/search-google-images-light.mjs.map +1 -0
  298. package/dist/actions/search-google-local-services.cjs +59 -0
  299. package/dist/actions/search-google-local-services.cjs.map +1 -0
  300. package/dist/actions/search-google-local-services.d.cts +9 -0
  301. package/dist/actions/search-google-local-services.d.cts.map +1 -0
  302. package/dist/actions/search-google-local-services.d.mts +9 -0
  303. package/dist/actions/search-google-local-services.d.mts.map +1 -0
  304. package/dist/actions/search-google-local-services.mjs +58 -0
  305. package/dist/actions/search-google-local-services.mjs.map +1 -0
  306. package/dist/actions/search-yelp.cjs +47 -0
  307. package/dist/actions/search-yelp.cjs.map +1 -0
  308. package/dist/actions/search-yelp.d.cts +9 -0
  309. package/dist/actions/search-yelp.d.cts.map +1 -0
  310. package/dist/actions/search-yelp.d.mts +9 -0
  311. package/dist/actions/search-yelp.d.mts.map +1 -0
  312. package/dist/actions/search-yelp.mjs +46 -0
  313. package/dist/actions/search-yelp.mjs.map +1 -0
  314. package/dist/actions/search.cjs +22 -0
  315. package/dist/actions/search.cjs.map +1 -0
  316. package/dist/actions/search.d.cts +9 -0
  317. package/dist/actions/search.d.cts.map +1 -0
  318. package/dist/actions/search.d.mts +9 -0
  319. package/dist/actions/search.d.mts.map +1 -0
  320. package/dist/actions/search.mjs +21 -0
  321. package/dist/actions/search.mjs.map +1 -0
  322. package/dist/actions/shopping-search.cjs +20 -0
  323. package/dist/actions/shopping-search.cjs.map +1 -0
  324. package/dist/actions/shopping-search.d.cts +9 -0
  325. package/dist/actions/shopping-search.d.cts.map +1 -0
  326. package/dist/actions/shopping-search.d.mts +9 -0
  327. package/dist/actions/shopping-search.d.mts.map +1 -0
  328. package/dist/actions/shopping-search.mjs +17 -0
  329. package/dist/actions/shopping-search.mjs.map +1 -0
  330. package/dist/actions/trends-search.cjs +114 -0
  331. package/dist/actions/trends-search.cjs.map +1 -0
  332. package/dist/actions/trends-search.d.cts +9 -0
  333. package/dist/actions/trends-search.d.cts.map +1 -0
  334. package/dist/actions/trends-search.d.mts +9 -0
  335. package/dist/actions/trends-search.d.mts.map +1 -0
  336. package/dist/actions/trends-search.mjs +113 -0
  337. package/dist/actions/trends-search.mjs.map +1 -0
  338. package/dist/actions/walmart-product-reviews.cjs +105 -0
  339. package/dist/actions/walmart-product-reviews.cjs.map +1 -0
  340. package/dist/actions/walmart-product-reviews.d.cts +9 -0
  341. package/dist/actions/walmart-product-reviews.d.cts.map +1 -0
  342. package/dist/actions/walmart-product-reviews.d.mts +9 -0
  343. package/dist/actions/walmart-product-reviews.d.mts.map +1 -0
  344. package/dist/actions/walmart-product-reviews.mjs +104 -0
  345. package/dist/actions/walmart-product-reviews.mjs.map +1 -0
  346. package/dist/actions/walmart-search.cjs +32 -0
  347. package/dist/actions/walmart-search.cjs.map +1 -0
  348. package/dist/actions/walmart-search.d.cts +9 -0
  349. package/dist/actions/walmart-search.d.cts.map +1 -0
  350. package/dist/actions/walmart-search.d.mts +9 -0
  351. package/dist/actions/walmart-search.d.mts.map +1 -0
  352. package/dist/actions/walmart-search.mjs +29 -0
  353. package/dist/actions/walmart-search.mjs.map +1 -0
  354. package/dist/actions/yahoo-search.cjs +42 -0
  355. package/dist/actions/yahoo-search.cjs.map +1 -0
  356. package/dist/actions/yahoo-search.d.cts +9 -0
  357. package/dist/actions/yahoo-search.d.cts.map +1 -0
  358. package/dist/actions/yahoo-search.d.mts +9 -0
  359. package/dist/actions/yahoo-search.d.mts.map +1 -0
  360. package/dist/actions/yahoo-search.mjs +39 -0
  361. package/dist/actions/yahoo-search.mjs.map +1 -0
  362. package/dist/actions/yahoo-videos.cjs +94 -0
  363. package/dist/actions/yahoo-videos.cjs.map +1 -0
  364. package/dist/actions/yahoo-videos.d.cts +9 -0
  365. package/dist/actions/yahoo-videos.d.cts.map +1 -0
  366. package/dist/actions/yahoo-videos.d.mts +9 -0
  367. package/dist/actions/yahoo-videos.d.mts.map +1 -0
  368. package/dist/actions/yahoo-videos.mjs +93 -0
  369. package/dist/actions/yahoo-videos.mjs.map +1 -0
  370. package/dist/actions/yandex-images-search.cjs +97 -0
  371. package/dist/actions/yandex-images-search.cjs.map +1 -0
  372. package/dist/actions/yandex-images-search.d.cts +9 -0
  373. package/dist/actions/yandex-images-search.d.cts.map +1 -0
  374. package/dist/actions/yandex-images-search.d.mts +9 -0
  375. package/dist/actions/yandex-images-search.d.mts.map +1 -0
  376. package/dist/actions/yandex-images-search.mjs +96 -0
  377. package/dist/actions/yandex-images-search.mjs.map +1 -0
  378. package/dist/actions/yandex-search.cjs +30 -0
  379. package/dist/actions/yandex-search.cjs.map +1 -0
  380. package/dist/actions/yandex-search.d.cts +9 -0
  381. package/dist/actions/yandex-search.d.cts.map +1 -0
  382. package/dist/actions/yandex-search.d.mts +9 -0
  383. package/dist/actions/yandex-search.d.mts.map +1 -0
  384. package/dist/actions/yandex-search.mjs +27 -0
  385. package/dist/actions/yandex-search.mjs.map +1 -0
  386. package/dist/actions/you-tube-search.cjs +38 -0
  387. package/dist/actions/you-tube-search.cjs.map +1 -0
  388. package/dist/actions/you-tube-search.d.cts +9 -0
  389. package/dist/actions/you-tube-search.d.cts.map +1 -0
  390. package/dist/actions/you-tube-search.d.mts +9 -0
  391. package/dist/actions/you-tube-search.d.mts.map +1 -0
  392. package/dist/actions/you-tube-search.mjs +35 -0
  393. package/dist/actions/you-tube-search.mjs.map +1 -0
  394. package/dist/app.cjs +9 -0
  395. package/dist/app.cjs.map +1 -0
  396. package/dist/app.d.cts +5 -0
  397. package/dist/app.d.cts.map +1 -0
  398. package/dist/app.d.mts +5 -0
  399. package/dist/app.d.mts.map +1 -0
  400. package/dist/app.mjs +10 -0
  401. package/dist/app.mjs.map +1 -0
  402. package/dist/catalog.cjs +15 -0
  403. package/dist/catalog.cjs.map +1 -0
  404. package/dist/catalog.d.cts +14 -0
  405. package/dist/catalog.d.cts.map +1 -0
  406. package/dist/catalog.d.mts +14 -0
  407. package/dist/catalog.d.mts.map +1 -0
  408. package/dist/catalog.mjs +15 -0
  409. package/dist/catalog.mjs.map +1 -0
  410. package/dist/execute.cjs +18 -0
  411. package/dist/execute.cjs.map +1 -0
  412. package/dist/execute.mjs +18 -0
  413. package/dist/execute.mjs.map +1 -0
  414. package/dist/index.cjs +102 -0
  415. package/dist/index.d.cts +51 -0
  416. package/dist/index.d.mts +51 -3
  417. package/dist/index.mjs +52 -4
  418. package/package.json +31 -55
  419. package/LICENSE +0 -21
  420. package/dist/credential-sets/index.d.mts +0 -2
  421. package/dist/credential-sets/index.mjs +0 -3
  422. package/dist/operations/index.d.mts +0 -2
  423. package/dist/operations/index.mjs +0 -3
  424. package/dist/schemas/index.d.mts +0 -1
  425. package/dist/schemas/index.mjs +0 -1
  426. package/dist/serpapi.credential-set-5iG6pd3Y.d.mts +0 -14
  427. package/dist/serpapi.credential-set-CuEBudaA.mjs +0 -15
  428. package/dist/youtube-video-transcript.operation-BoQHn90s.mjs +0 -2763
  429. package/dist/youtube-video-transcript.operation-IqJOT2iH.d.mts +0 -1988
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-light-search.d.ts
4
+ declare const SerpapiGoogleLightSearchInput: z.ZodTypeAny;
5
+ declare const SerpapiGoogleLightSearchOutput: z.ZodTypeAny;
6
+ declare const serpapiGoogleLightSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serpapiGoogleLightSearch };
9
+ //# sourceMappingURL=google-light-search.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-light-search.d.mts","names":[],"sources":["../../src/actions/google-light-search.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAmB5C;AAAA,cAiDW,8BAAA,EAAgC,CAAA,CAAE,UAS7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,91 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/google-light-search.ts
4
+ const SerpapiGoogleLightSearchInput = z.object({
5
+ q: z.string().describe("Parameter defines the query you want to search. You can use anything that you would use in a regular Google search."),
6
+ gl: z.string().describe("Parameter defines the country to use for the Google search. It's a two-letter country code. Example: \"us\" for United States.").optional(),
7
+ hl: z.string().describe("Parameter defines the language to use for the Google search. It's a two-letter language code. Example: \"en\" for English.").optional(),
8
+ lr: z.string().describe("Parameter defines one or multiple languages to limit the search to. Example: \"lang_fr|lang_de\" for French or German.").optional(),
9
+ num: z.number().int().describe("Parameter defines the maximum number of results to return. (e.g., `10` (default) returns 10 results, `40` returns 40 results, and `100` returns 100 results). Maximum value is `100`.").optional(),
10
+ nfpr: z.string().describe("Parameter defines the exclusion of results from an auto-corrected query when the original query is spelled wrong. It can be set to `1` to exclude results or `0` to include them. Defaults to `0`.").optional(),
11
+ safe: z.string().describe("Parameter defines the level of filtering for adult content. It can be set to `active` or `off`. `active` is the highest level of filtering. `off` turns off filtering. Defaults to `off`.").optional(),
12
+ uule: z.string().describe("Parameter is the Google encoded location you want to use for the search. Example: \"w+CAIQICIHVG9yb250bw==\" for Toronto.").optional(),
13
+ start: z.number().int().describe("Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., `0` (default) is the first page of results, `10` is the 2nd page of results, `20` is the 3rd page of results, etc.).").optional(),
14
+ device: z.string().describe("Parameter defines the device to use to get the results. It can be set to `desktop`, `tablet`, or `mobile`. Defaults to `desktop`.").optional(),
15
+ engine: z.string().default("google_light").describe("Set parameter to `google_light` to use the Google Light API engine.").optional(),
16
+ filter: z.string().describe("Parameter defines if the filters for 'Similar Results' and 'Omitted Results' are on or off. It can be set to `0` to turn off filtering or `1` to turn on filtering. Defaults to `1`.").optional(),
17
+ output: z.string().describe("Parameter defines the final output format. It can be set to 'json' (default) to get structured JSON results, or 'html' to get raw HTML retrieved from Google. When 'html' is used, the response will contain raw_html_content instead of structured search results.").optional(),
18
+ location: z.string().describe("Parameter defines from where you want the search to originate. Example: \"Austin, Texas, United States\".").optional(),
19
+ no_cache: z.boolean().describe("Parameter will force SerpApi to fetch the Google Light results even if a cached version is already present.").optional(),
20
+ zero_trace: z.boolean().describe("Enterprise only. Parameter enables ZeroTrace mode. It can be set to `true` to enable ZeroTrace or `false` to disable it. Defaults to `false`.").optional(),
21
+ async_param: z.boolean().describe("Parameter defines the way you want to submit your search to SerpApi. It can be set to `true` to run the search asynchronously or `false` to run it synchronously. Defaults to `false`.").optional(),
22
+ google_domain: z.string().describe("Parameter defines the Google domain to use. It defaults to `google.com`.").optional()
23
+ });
24
+ const SerpapiGoogleLightSearch_OrganicResultSchema = z.object({
25
+ link: z.string().describe("URL of the result.").nullable().optional(),
26
+ title: z.string().describe("Title of the result.").nullable().optional(),
27
+ snippet: z.string().describe("Snippet of the result.").nullable().optional(),
28
+ position: z.number().int().describe("Position of the result.").nullable().optional(),
29
+ sitelinks: z.object({}).describe("Sitelinks associated with the result.").nullable().optional(),
30
+ displayed_link: z.string().describe("Displayed URL of the result.").nullable().optional()
31
+ });
32
+ const SerpapiGoogleLightSearch_SearchMetadataSchema = z.object({
33
+ id: z.string().describe("ID of the search.").nullable().optional(),
34
+ status: z.string().describe("Status of the search (e.g., \"Success\").").nullable().optional(),
35
+ created_at: z.string().describe("Timestamp of when the search was created.").nullable().optional(),
36
+ processed_at: z.string().describe("Timestamp of when the search was processed.").nullable().optional(),
37
+ json_endpoint: z.string().describe("JSON endpoint for the search results.").nullable().optional(),
38
+ raw_html_file: z.string().describe("Path to the raw HTML file (if available).").nullable().optional(),
39
+ google_light_url: z.string().describe("URL of the Google Light search.").nullable().optional(),
40
+ total_time_taken: z.number().describe("Total time taken for the search.").nullable().optional()
41
+ });
42
+ const SerpapiGoogleLightSearch_RelatedSearchSchema = z.object({
43
+ link: z.string().describe("Link to the SerpApi search results for this related query.").nullable().optional(),
44
+ query: z.string().describe("The related search query.").nullable().optional(),
45
+ serpapi_link: z.string().describe("SerpApi link for the related search.").nullable().optional()
46
+ });
47
+ const SerpapiGoogleLightSearch_RelatedQuestionSchema = z.object({
48
+ link: z.string().describe("Link to the source of the answer.").nullable().optional(),
49
+ title: z.string().describe("Title of the source of the answer.").nullable().optional(),
50
+ snippet: z.string().describe("Snippet from the answer.").nullable().optional(),
51
+ question: z.string().describe("The related question.").nullable().optional(),
52
+ displayed_link: z.string().describe("Displayed link of the source.").nullable().optional(),
53
+ more_results_link: z.string().describe("Link to more results for the question.").nullable().optional(),
54
+ snippet_highlighted_words: z.array(z.string()).describe("Highlighted words in the snippet.").nullable().optional()
55
+ });
56
+ const SerpapiGoogleLightSearch_SearchParametersSchema = z.object({
57
+ q: z.string().describe("Original search query.").nullable().optional(),
58
+ device: z.string().describe("Device used for the search.").nullable().optional(),
59
+ engine: z.string().describe("Search engine used.").nullable().optional(),
60
+ google_domain: z.string().describe("Google domain used.").nullable().optional(),
61
+ location_used: z.string().describe("Location used for the search.").nullable().optional(),
62
+ location_requested: z.string().describe("Location requested for the search.").nullable().optional()
63
+ });
64
+ const SerpapiGoogleLightSearch_SearchInformationSchema = z.object({
65
+ query_displayed: z.string().describe("The query displayed by Google.").nullable().optional(),
66
+ organic_results_state: z.string().describe("State of the organic results (e.g., \"Results for exact spelling\").").nullable().optional()
67
+ });
68
+ const SerpapiGoogleLightSearch_SerpApiPaginationSchema = z.object({
69
+ next: z.string().describe("URL for the next page of results.").nullable().optional(),
70
+ current: z.number().int().describe("Current page number.").nullable().optional()
71
+ });
72
+ const serpapiGoogleLightSearch = action("SERPAPI_GOOGLE_LIGHT_SEARCH", {
73
+ slug: "serpapi-google-light-search",
74
+ name: "Google Light Search",
75
+ description: "Retrieve Google Light Search Results via SerpApi. Requires an active SerpApi connection. Supports q, location, gl, hl, and other SERP parameters. Returns lightweight JSON SERP data; results are in organic_results (handle missing/empty gracefully). Snippets are shallow — follow citation URLs with BROWSER_TOOL_FETCH_WEBPAGE for full content. Rate limit: HTTP 429 under heavy use; keep to ~1–2 requests/sec with exponential backoff on retry.",
76
+ input: SerpapiGoogleLightSearchInput,
77
+ output: z.object({
78
+ organic_results: z.array(SerpapiGoogleLightSearch_OrganicResultSchema).describe("List of organic search results.").nullable().optional(),
79
+ search_metadata: SerpapiGoogleLightSearch_SearchMetadataSchema.nullable().optional(),
80
+ raw_html_content: z.string().describe("Raw HTML content from Google. Only populated when output='html' is requested.").nullable().optional(),
81
+ related_searches: z.array(SerpapiGoogleLightSearch_RelatedSearchSchema).describe("List of related searches.").nullable().optional(),
82
+ related_questions: z.array(SerpapiGoogleLightSearch_RelatedQuestionSchema).describe("List of related questions.").nullable().optional(),
83
+ search_parameters: SerpapiGoogleLightSearch_SearchParametersSchema.nullable().optional(),
84
+ search_information: SerpapiGoogleLightSearch_SearchInformationSchema.nullable().optional(),
85
+ serpapi_pagination: SerpapiGoogleLightSearch_SerpApiPaginationSchema.nullable().optional()
86
+ })
87
+ });
88
+ //#endregion
89
+ export { serpapiGoogleLightSearch };
90
+
91
+ //# sourceMappingURL=google-light-search.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-light-search.mjs","names":[],"sources":["../../src/actions/google-light-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerpapiGoogleLightSearchInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Parameter defines the query you want to search. You can use anything that you would use in a regular Google search.\"),\n gl: z.string().describe(\"Parameter defines the country to use for the Google search. It's a two-letter country code. Example: \\\"us\\\" for United States.\").optional(),\n hl: z.string().describe(\"Parameter defines the language to use for the Google search. It's a two-letter language code. Example: \\\"en\\\" for English.\").optional(),\n lr: z.string().describe(\"Parameter defines one or multiple languages to limit the search to. Example: \\\"lang_fr|lang_de\\\" for French or German.\").optional(),\n num: z.number().int().describe(\"Parameter defines the maximum number of results to return. (e.g., `10` (default) returns 10 results, `40` returns 40 results, and `100` returns 100 results). Maximum value is `100`.\").optional(),\n nfpr: z.string().describe(\"Parameter defines the exclusion of results from an auto-corrected query when the original query is spelled wrong. It can be set to `1` to exclude results or `0` to include them. Defaults to `0`.\").optional(),\n safe: z.string().describe(\"Parameter defines the level of filtering for adult content. It can be set to `active` or `off`. `active` is the highest level of filtering. `off` turns off filtering. Defaults to `off`.\").optional(),\n uule: z.string().describe(\"Parameter is the Google encoded location you want to use for the search. Example: \\\"w+CAIQICIHVG9yb250bw==\\\" for Toronto.\").optional(),\n start: z.number().int().describe(\"Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., `0` (default) is the first page of results, `10` is the 2nd page of results, `20` is the 3rd page of results, etc.).\").optional(),\n device: z.string().describe(\"Parameter defines the device to use to get the results. It can be set to `desktop`, `tablet`, or `mobile`. Defaults to `desktop`.\").optional(),\n engine: z.string().default(\"google_light\").describe(\"Set parameter to `google_light` to use the Google Light API engine.\").optional(),\n filter: z.string().describe(\"Parameter defines if the filters for 'Similar Results' and 'Omitted Results' are on or off. It can be set to `0` to turn off filtering or `1` to turn on filtering. Defaults to `1`.\").optional(),\n output: z.string().describe(\"Parameter defines the final output format. It can be set to 'json' (default) to get structured JSON results, or 'html' to get raw HTML retrieved from Google. When 'html' is used, the response will contain raw_html_content instead of structured search results.\").optional(),\n location: z.string().describe(\"Parameter defines from where you want the search to originate. Example: \\\"Austin, Texas, United States\\\".\").optional(),\n no_cache: z.boolean().describe(\"Parameter will force SerpApi to fetch the Google Light results even if a cached version is already present.\").optional(),\n zero_trace: z.boolean().describe(\"Enterprise only. Parameter enables ZeroTrace mode. It can be set to `true` to enable ZeroTrace or `false` to disable it. Defaults to `false`.\").optional(),\n async_param: z.boolean().describe(\"Parameter defines the way you want to submit your search to SerpApi. It can be set to `true` to run the search asynchronously or `false` to run it synchronously. Defaults to `false`.\").optional(),\n google_domain: z.string().describe(\"Parameter defines the Google domain to use. It defaults to `google.com`.\").optional(),\n});\nconst SerpapiGoogleLightSearch_OrganicResultSchema: z.ZodTypeAny = z.object({\n link: z.string().describe(\"URL of the result.\").nullable().optional(),\n title: z.string().describe(\"Title of the result.\").nullable().optional(),\n snippet: z.string().describe(\"Snippet of the result.\").nullable().optional(),\n position: z.number().int().describe(\"Position of the result.\").nullable().optional(),\n sitelinks: z.object({}).describe(\"Sitelinks associated with the result.\").nullable().optional(),\n displayed_link: z.string().describe(\"Displayed URL of the result.\").nullable().optional(),\n});\nconst SerpapiGoogleLightSearch_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the search.\").nullable().optional(),\n status: z.string().describe(\"Status of the search (e.g., \\\"Success\\\").\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the search was created.\").nullable().optional(),\n processed_at: z.string().describe(\"Timestamp of when the search was processed.\").nullable().optional(),\n json_endpoint: z.string().describe(\"JSON endpoint for the search results.\").nullable().optional(),\n raw_html_file: z.string().describe(\"Path to the raw HTML file (if available).\").nullable().optional(),\n google_light_url: z.string().describe(\"URL of the Google Light search.\").nullable().optional(),\n total_time_taken: z.number().describe(\"Total time taken for the search.\").nullable().optional(),\n});\nconst SerpapiGoogleLightSearch_RelatedSearchSchema: z.ZodTypeAny = z.object({\n link: z.string().describe(\"Link to the SerpApi search results for this related query.\").nullable().optional(),\n query: z.string().describe(\"The related search query.\").nullable().optional(),\n serpapi_link: z.string().describe(\"SerpApi link for the related search.\").nullable().optional(),\n});\nconst SerpapiGoogleLightSearch_RelatedQuestionSchema: z.ZodTypeAny = z.object({\n link: z.string().describe(\"Link to the source of the answer.\").nullable().optional(),\n title: z.string().describe(\"Title of the source of the answer.\").nullable().optional(),\n snippet: z.string().describe(\"Snippet from the answer.\").nullable().optional(),\n question: z.string().describe(\"The related question.\").nullable().optional(),\n displayed_link: z.string().describe(\"Displayed link of the source.\").nullable().optional(),\n more_results_link: z.string().describe(\"Link to more results for the question.\").nullable().optional(),\n snippet_highlighted_words: z.array(z.string()).describe(\"Highlighted words in the snippet.\").nullable().optional(),\n});\nconst SerpapiGoogleLightSearch_SearchParametersSchema: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Original search query.\").nullable().optional(),\n device: z.string().describe(\"Device used for the search.\").nullable().optional(),\n engine: z.string().describe(\"Search engine used.\").nullable().optional(),\n google_domain: z.string().describe(\"Google domain used.\").nullable().optional(),\n location_used: z.string().describe(\"Location used for the search.\").nullable().optional(),\n location_requested: z.string().describe(\"Location requested for the search.\").nullable().optional(),\n});\nconst SerpapiGoogleLightSearch_SearchInformationSchema: z.ZodTypeAny = z.object({\n query_displayed: z.string().describe(\"The query displayed by Google.\").nullable().optional(),\n organic_results_state: z.string().describe(\"State of the organic results (e.g., \\\"Results for exact spelling\\\").\").nullable().optional(),\n});\nconst SerpapiGoogleLightSearch_SerpApiPaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results.\").nullable().optional(),\n current: z.number().int().describe(\"Current page number.\").nullable().optional(),\n});\nexport const SerpapiGoogleLightSearchOutput: z.ZodTypeAny = z.object({\n organic_results: z.array(SerpapiGoogleLightSearch_OrganicResultSchema).describe(\"List of organic search results.\").nullable().optional(),\n search_metadata: SerpapiGoogleLightSearch_SearchMetadataSchema.nullable().optional(),\n raw_html_content: z.string().describe(\"Raw HTML content from Google. Only populated when output='html' is requested.\").nullable().optional(),\n related_searches: z.array(SerpapiGoogleLightSearch_RelatedSearchSchema).describe(\"List of related searches.\").nullable().optional(),\n related_questions: z.array(SerpapiGoogleLightSearch_RelatedQuestionSchema).describe(\"List of related questions.\").nullable().optional(),\n search_parameters: SerpapiGoogleLightSearch_SearchParametersSchema.nullable().optional(),\n search_information: SerpapiGoogleLightSearch_SearchInformationSchema.nullable().optional(),\n serpapi_pagination: SerpapiGoogleLightSearch_SerpApiPaginationSchema.nullable().optional(),\n});\n\nexport const serpapiGoogleLightSearch = action(\"SERPAPI_GOOGLE_LIGHT_SEARCH\", {\n slug: \"serpapi-google-light-search\",\n name: \"Google Light Search\",\n description: \"Retrieve Google Light Search Results via SerpApi. Requires an active SerpApi connection. Supports q, location, gl, hl, and other SERP parameters. Returns lightweight JSON SERP data; results are in organic_results (handle missing/empty gracefully). Snippets are shallow — follow citation URLs with BROWSER_TOOL_FETCH_WEBPAGE for full content. Rate limit: HTTP 429 under heavy use; keep to ~1–2 requests/sec with exponential backoff on retry.\",\n input: SerpapiGoogleLightSearchInput,\n output: SerpapiGoogleLightSearchOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,62 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/google-maps-posts.ts
4
+ const SerpapiGoogleMapsPostsInput = zod.z.object({
5
+ data_id: zod.z.string().describe("The Google Maps data ID for the business location. This is required to identify which business's posts to retrieve. Format: '0x89c258e28c304997:0xfcafe4e7ce35ee8c'"),
6
+ no_cache: zod.z.boolean().describe("Force fresh results by bypassing cached data. Default is false. Note: Cached results don't consume monthly search quotas.").optional(),
7
+ next_page_token: zod.z.string().describe("Token for pagination to retrieve subsequent result pages. Each page contains 10 posts. Use the token from serpapi_pagination in the previous response.").optional()
8
+ });
9
+ const SerpapiGoogleMapsPosts_PostItemSchema = zod.z.object({
10
+ to: zod.z.string().describe("End time for events/promotions").nullable().optional(),
11
+ from: zod.z.string().describe("Start time for events/promotions").nullable().optional(),
12
+ link: zod.z.string().describe("URL to access the post").nullable().optional(),
13
+ time: zod.z.string().describe("Event or promotion duration").nullable().optional(),
14
+ title: zod.z.string().describe("Post title").nullable().optional(),
15
+ source: zod.z.string().describe("Business name").nullable().optional(),
16
+ position: zod.z.number().int().describe("Ordinal ranking within results").nullable().optional(),
17
+ post_link: zod.z.string().describe("Direct post URL").nullable().optional(),
18
+ posted_at: zod.z.string().describe("Publication timestamp").nullable().optional(),
19
+ thumbnails: zod.z.array(zod.z.string()).describe("Image URLs associated with the post").nullable().optional(),
20
+ description: zod.z.string().describe("Post content description").nullable().optional(),
21
+ online_link: zod.z.string().describe("External action link").nullable().optional(),
22
+ source_logo: zod.z.string().describe("Business logo URL").nullable().optional(),
23
+ posted_at_text: zod.z.string().describe("Human-readable publication time").nullable().optional(),
24
+ online_link_text: zod.z.string().describe("Text for external action link").nullable().optional()
25
+ });
26
+ const SerpapiGoogleMapsPosts_SearchMetadataSchema = zod.z.object({
27
+ id: zod.z.string().describe("Search identifier within SerpApi").nullable().optional(),
28
+ status: zod.z.string().describe("Processing status (Processing, Success, or Error)").nullable().optional(),
29
+ created_at: zod.z.string().describe("Timestamp of request creation").nullable().optional(),
30
+ processed_at: zod.z.string().describe("Timestamp of completion").nullable().optional(),
31
+ json_endpoint: zod.z.string().describe("URL to access JSON results").nullable().optional(),
32
+ raw_html_file: zod.z.string().describe("URL to raw HTML response").nullable().optional(),
33
+ total_time_taken: zod.z.number().describe("Processing duration in seconds").nullable().optional(),
34
+ prettify_html_file: zod.z.string().describe("URL to formatted HTML version").nullable().optional(),
35
+ google_maps_posts_url: zod.z.string().describe("Direct Google Maps link").nullable().optional()
36
+ });
37
+ const SerpapiGoogleMapsPosts_SearchParametersSchema = zod.z.object({
38
+ engine: zod.z.string().describe("Search engine type (google_maps_posts)").nullable().optional(),
39
+ data_id: zod.z.string().describe("The Google Maps location identifier used").nullable().optional()
40
+ });
41
+ const SerpapiGoogleMapsPosts_SerpapiPaginationSchema = zod.z.object({
42
+ next: zod.z.string().describe("Complete URL to access the next page of results").nullable().optional(),
43
+ next_page_token: zod.z.string().describe("Token for retrieving subsequent results").nullable().optional()
44
+ });
45
+ const SerpapiGoogleMapsPostsOutput = zod.z.object({
46
+ error: zod.z.string().describe("An error message from SerpApi if the request was not successful").nullable().optional(),
47
+ posts: zod.z.array(SerpapiGoogleMapsPosts_PostItemSchema).describe("Collection of post objects from the business (10 per page)").nullable().optional(),
48
+ search_metadata: SerpapiGoogleMapsPosts_SearchMetadataSchema.nullable().optional(),
49
+ search_parameters: SerpapiGoogleMapsPosts_SearchParametersSchema.nullable().optional(),
50
+ serpapi_pagination: SerpapiGoogleMapsPosts_SerpapiPaginationSchema.nullable().optional()
51
+ });
52
+ const serpapiGoogleMapsPosts = require_action.action("SERPAPI_GOOGLE_MAPS_POSTS", {
53
+ slug: "serpapi-google-maps-posts",
54
+ name: "Google Maps Posts",
55
+ description: "Scrapes Google Maps Posts for a business location via SerpApi. Extracts local posts published by business owners including titles, descriptions, links, images, and publication dates. Returns 10 posts per page with pagination support.",
56
+ input: SerpapiGoogleMapsPostsInput,
57
+ output: SerpapiGoogleMapsPostsOutput
58
+ });
59
+ //#endregion
60
+ exports.serpapiGoogleMapsPosts = serpapiGoogleMapsPosts;
61
+
62
+ //# sourceMappingURL=google-maps-posts.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-posts.cjs","names":["z","action"],"sources":["../../src/actions/google-maps-posts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerpapiGoogleMapsPostsInput: z.ZodTypeAny = z.object({\n data_id: z.string().describe(\"The Google Maps data ID for the business location. This is required to identify which business's posts to retrieve. Format: '0x89c258e28c304997:0xfcafe4e7ce35ee8c'\"),\n no_cache: z.boolean().describe(\"Force fresh results by bypassing cached data. Default is false. Note: Cached results don't consume monthly search quotas.\").optional(),\n next_page_token: z.string().describe(\"Token for pagination to retrieve subsequent result pages. Each page contains 10 posts. Use the token from serpapi_pagination in the previous response.\").optional(),\n});\nconst SerpapiGoogleMapsPosts_PostItemSchema: z.ZodTypeAny = z.object({\n to: z.string().describe(\"End time for events/promotions\").nullable().optional(),\n from: z.string().describe(\"Start time for events/promotions\").nullable().optional(),\n link: z.string().describe(\"URL to access the post\").nullable().optional(),\n time: z.string().describe(\"Event or promotion duration\").nullable().optional(),\n title: z.string().describe(\"Post title\").nullable().optional(),\n source: z.string().describe(\"Business name\").nullable().optional(),\n position: z.number().int().describe(\"Ordinal ranking within results\").nullable().optional(),\n post_link: z.string().describe(\"Direct post URL\").nullable().optional(),\n posted_at: z.string().describe(\"Publication timestamp\").nullable().optional(),\n thumbnails: z.array(z.string()).describe(\"Image URLs associated with the post\").nullable().optional(),\n description: z.string().describe(\"Post content description\").nullable().optional(),\n online_link: z.string().describe(\"External action link\").nullable().optional(),\n source_logo: z.string().describe(\"Business logo URL\").nullable().optional(),\n posted_at_text: z.string().describe(\"Human-readable publication time\").nullable().optional(),\n online_link_text: z.string().describe(\"Text for external action link\").nullable().optional(),\n});\nconst SerpapiGoogleMapsPosts_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Search identifier within SerpApi\").nullable().optional(),\n status: z.string().describe(\"Processing status (Processing, Success, or Error)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of request creation\").nullable().optional(),\n processed_at: z.string().describe(\"Timestamp of completion\").nullable().optional(),\n json_endpoint: z.string().describe(\"URL to access JSON results\").nullable().optional(),\n raw_html_file: z.string().describe(\"URL to raw HTML response\").nullable().optional(),\n total_time_taken: z.number().describe(\"Processing duration in seconds\").nullable().optional(),\n prettify_html_file: z.string().describe(\"URL to formatted HTML version\").nullable().optional(),\n google_maps_posts_url: z.string().describe(\"Direct Google Maps link\").nullable().optional(),\n});\nconst SerpapiGoogleMapsPosts_SearchParametersSchema: z.ZodTypeAny = z.object({\n engine: z.string().describe(\"Search engine type (google_maps_posts)\").nullable().optional(),\n data_id: z.string().describe(\"The Google Maps location identifier used\").nullable().optional(),\n});\nconst SerpapiGoogleMapsPosts_SerpapiPaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Complete URL to access the next page of results\").nullable().optional(),\n next_page_token: z.string().describe(\"Token for retrieving subsequent results\").nullable().optional(),\n});\nexport const SerpapiGoogleMapsPostsOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"An error message from SerpApi if the request was not successful\").nullable().optional(),\n posts: z.array(SerpapiGoogleMapsPosts_PostItemSchema).describe(\"Collection of post objects from the business (10 per page)\").nullable().optional(),\n search_metadata: SerpapiGoogleMapsPosts_SearchMetadataSchema.nullable().optional(),\n search_parameters: SerpapiGoogleMapsPosts_SearchParametersSchema.nullable().optional(),\n serpapi_pagination: SerpapiGoogleMapsPosts_SerpapiPaginationSchema.nullable().optional(),\n});\n\nexport const serpapiGoogleMapsPosts = action(\"SERPAPI_GOOGLE_MAPS_POSTS\", {\n slug: \"serpapi-google-maps-posts\",\n name: \"Google Maps Posts\",\n description: \"Scrapes Google Maps Posts for a business location via SerpApi. Extracts local posts published by business owners including titles, descriptions, links, images, and publication dates. Returns 10 posts per page with pagination support.\",\n input: SerpapiGoogleMapsPostsInput,\n output: SerpapiGoogleMapsPostsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-maps-posts.d.ts
4
+ declare const SerpapiGoogleMapsPostsInput: z.ZodTypeAny;
5
+ declare const SerpapiGoogleMapsPostsOutput: z.ZodTypeAny;
6
+ declare const serpapiGoogleMapsPosts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serpapiGoogleMapsPosts };
9
+ //# sourceMappingURL=google-maps-posts.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-posts.d.cts","names":[],"sources":["../../src/actions/google-maps-posts.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAI1C;AAAA,cAqCW,4BAAA,EAA8B,CAAA,CAAE,UAM3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-maps-posts.d.ts
4
+ declare const SerpapiGoogleMapsPostsInput: z.ZodTypeAny;
5
+ declare const SerpapiGoogleMapsPostsOutput: z.ZodTypeAny;
6
+ declare const serpapiGoogleMapsPosts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serpapiGoogleMapsPosts };
9
+ //# sourceMappingURL=google-maps-posts.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-posts.d.mts","names":[],"sources":["../../src/actions/google-maps-posts.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAI1C;AAAA,cAqCW,4BAAA,EAA8B,CAAA,CAAE,UAM3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,61 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/google-maps-posts.ts
4
+ const SerpapiGoogleMapsPostsInput = z.object({
5
+ data_id: z.string().describe("The Google Maps data ID for the business location. This is required to identify which business's posts to retrieve. Format: '0x89c258e28c304997:0xfcafe4e7ce35ee8c'"),
6
+ no_cache: z.boolean().describe("Force fresh results by bypassing cached data. Default is false. Note: Cached results don't consume monthly search quotas.").optional(),
7
+ next_page_token: z.string().describe("Token for pagination to retrieve subsequent result pages. Each page contains 10 posts. Use the token from serpapi_pagination in the previous response.").optional()
8
+ });
9
+ const SerpapiGoogleMapsPosts_PostItemSchema = z.object({
10
+ to: z.string().describe("End time for events/promotions").nullable().optional(),
11
+ from: z.string().describe("Start time for events/promotions").nullable().optional(),
12
+ link: z.string().describe("URL to access the post").nullable().optional(),
13
+ time: z.string().describe("Event or promotion duration").nullable().optional(),
14
+ title: z.string().describe("Post title").nullable().optional(),
15
+ source: z.string().describe("Business name").nullable().optional(),
16
+ position: z.number().int().describe("Ordinal ranking within results").nullable().optional(),
17
+ post_link: z.string().describe("Direct post URL").nullable().optional(),
18
+ posted_at: z.string().describe("Publication timestamp").nullable().optional(),
19
+ thumbnails: z.array(z.string()).describe("Image URLs associated with the post").nullable().optional(),
20
+ description: z.string().describe("Post content description").nullable().optional(),
21
+ online_link: z.string().describe("External action link").nullable().optional(),
22
+ source_logo: z.string().describe("Business logo URL").nullable().optional(),
23
+ posted_at_text: z.string().describe("Human-readable publication time").nullable().optional(),
24
+ online_link_text: z.string().describe("Text for external action link").nullable().optional()
25
+ });
26
+ const SerpapiGoogleMapsPosts_SearchMetadataSchema = z.object({
27
+ id: z.string().describe("Search identifier within SerpApi").nullable().optional(),
28
+ status: z.string().describe("Processing status (Processing, Success, or Error)").nullable().optional(),
29
+ created_at: z.string().describe("Timestamp of request creation").nullable().optional(),
30
+ processed_at: z.string().describe("Timestamp of completion").nullable().optional(),
31
+ json_endpoint: z.string().describe("URL to access JSON results").nullable().optional(),
32
+ raw_html_file: z.string().describe("URL to raw HTML response").nullable().optional(),
33
+ total_time_taken: z.number().describe("Processing duration in seconds").nullable().optional(),
34
+ prettify_html_file: z.string().describe("URL to formatted HTML version").nullable().optional(),
35
+ google_maps_posts_url: z.string().describe("Direct Google Maps link").nullable().optional()
36
+ });
37
+ const SerpapiGoogleMapsPosts_SearchParametersSchema = z.object({
38
+ engine: z.string().describe("Search engine type (google_maps_posts)").nullable().optional(),
39
+ data_id: z.string().describe("The Google Maps location identifier used").nullable().optional()
40
+ });
41
+ const SerpapiGoogleMapsPosts_SerpapiPaginationSchema = z.object({
42
+ next: z.string().describe("Complete URL to access the next page of results").nullable().optional(),
43
+ next_page_token: z.string().describe("Token for retrieving subsequent results").nullable().optional()
44
+ });
45
+ const serpapiGoogleMapsPosts = action("SERPAPI_GOOGLE_MAPS_POSTS", {
46
+ slug: "serpapi-google-maps-posts",
47
+ name: "Google Maps Posts",
48
+ description: "Scrapes Google Maps Posts for a business location via SerpApi. Extracts local posts published by business owners including titles, descriptions, links, images, and publication dates. Returns 10 posts per page with pagination support.",
49
+ input: SerpapiGoogleMapsPostsInput,
50
+ output: z.object({
51
+ error: z.string().describe("An error message from SerpApi if the request was not successful").nullable().optional(),
52
+ posts: z.array(SerpapiGoogleMapsPosts_PostItemSchema).describe("Collection of post objects from the business (10 per page)").nullable().optional(),
53
+ search_metadata: SerpapiGoogleMapsPosts_SearchMetadataSchema.nullable().optional(),
54
+ search_parameters: SerpapiGoogleMapsPosts_SearchParametersSchema.nullable().optional(),
55
+ serpapi_pagination: SerpapiGoogleMapsPosts_SerpapiPaginationSchema.nullable().optional()
56
+ })
57
+ });
58
+ //#endregion
59
+ export { serpapiGoogleMapsPosts };
60
+
61
+ //# sourceMappingURL=google-maps-posts.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-posts.mjs","names":[],"sources":["../../src/actions/google-maps-posts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerpapiGoogleMapsPostsInput: z.ZodTypeAny = z.object({\n data_id: z.string().describe(\"The Google Maps data ID for the business location. This is required to identify which business's posts to retrieve. Format: '0x89c258e28c304997:0xfcafe4e7ce35ee8c'\"),\n no_cache: z.boolean().describe(\"Force fresh results by bypassing cached data. Default is false. Note: Cached results don't consume monthly search quotas.\").optional(),\n next_page_token: z.string().describe(\"Token for pagination to retrieve subsequent result pages. Each page contains 10 posts. Use the token from serpapi_pagination in the previous response.\").optional(),\n});\nconst SerpapiGoogleMapsPosts_PostItemSchema: z.ZodTypeAny = z.object({\n to: z.string().describe(\"End time for events/promotions\").nullable().optional(),\n from: z.string().describe(\"Start time for events/promotions\").nullable().optional(),\n link: z.string().describe(\"URL to access the post\").nullable().optional(),\n time: z.string().describe(\"Event or promotion duration\").nullable().optional(),\n title: z.string().describe(\"Post title\").nullable().optional(),\n source: z.string().describe(\"Business name\").nullable().optional(),\n position: z.number().int().describe(\"Ordinal ranking within results\").nullable().optional(),\n post_link: z.string().describe(\"Direct post URL\").nullable().optional(),\n posted_at: z.string().describe(\"Publication timestamp\").nullable().optional(),\n thumbnails: z.array(z.string()).describe(\"Image URLs associated with the post\").nullable().optional(),\n description: z.string().describe(\"Post content description\").nullable().optional(),\n online_link: z.string().describe(\"External action link\").nullable().optional(),\n source_logo: z.string().describe(\"Business logo URL\").nullable().optional(),\n posted_at_text: z.string().describe(\"Human-readable publication time\").nullable().optional(),\n online_link_text: z.string().describe(\"Text for external action link\").nullable().optional(),\n});\nconst SerpapiGoogleMapsPosts_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Search identifier within SerpApi\").nullable().optional(),\n status: z.string().describe(\"Processing status (Processing, Success, or Error)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of request creation\").nullable().optional(),\n processed_at: z.string().describe(\"Timestamp of completion\").nullable().optional(),\n json_endpoint: z.string().describe(\"URL to access JSON results\").nullable().optional(),\n raw_html_file: z.string().describe(\"URL to raw HTML response\").nullable().optional(),\n total_time_taken: z.number().describe(\"Processing duration in seconds\").nullable().optional(),\n prettify_html_file: z.string().describe(\"URL to formatted HTML version\").nullable().optional(),\n google_maps_posts_url: z.string().describe(\"Direct Google Maps link\").nullable().optional(),\n});\nconst SerpapiGoogleMapsPosts_SearchParametersSchema: z.ZodTypeAny = z.object({\n engine: z.string().describe(\"Search engine type (google_maps_posts)\").nullable().optional(),\n data_id: z.string().describe(\"The Google Maps location identifier used\").nullable().optional(),\n});\nconst SerpapiGoogleMapsPosts_SerpapiPaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Complete URL to access the next page of results\").nullable().optional(),\n next_page_token: z.string().describe(\"Token for retrieving subsequent results\").nullable().optional(),\n});\nexport const SerpapiGoogleMapsPostsOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"An error message from SerpApi if the request was not successful\").nullable().optional(),\n posts: z.array(SerpapiGoogleMapsPosts_PostItemSchema).describe(\"Collection of post objects from the business (10 per page)\").nullable().optional(),\n search_metadata: SerpapiGoogleMapsPosts_SearchMetadataSchema.nullable().optional(),\n search_parameters: SerpapiGoogleMapsPosts_SearchParametersSchema.nullable().optional(),\n serpapi_pagination: SerpapiGoogleMapsPosts_SerpapiPaginationSchema.nullable().optional(),\n});\n\nexport const serpapiGoogleMapsPosts = action(\"SERPAPI_GOOGLE_MAPS_POSTS\", {\n slug: \"serpapi-google-maps-posts\",\n name: \"Google Maps Posts\",\n description: \"Scrapes Google Maps Posts for a business location via SerpApi. Extracts local posts published by business owners including titles, descriptions, links, images, and publication dates. Returns 10 posts per page with pagination support.\",\n input: SerpapiGoogleMapsPostsInput,\n output: SerpapiGoogleMapsPostsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,135 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/google-maps-search.ts
4
+ const SerpapiGoogleMapsSearchInput = zod.z.object({
5
+ q: zod.z.string().describe("Search query for Google Maps (e.g., 'coffee shops', 'restaurants near Central Park')."),
6
+ ll: zod.z.string().describe("GPS coordinates for the search, formatted as '@latitude,longitude,zoom_level'. Required when using pagination (start parameter). If unspecified and start is not provided, search may be less geographically specific or use a default location. Results are strictly viewport-bound to the area defined by the coordinates and zoom level; adjust coordinates and paginate via `start` to cover adjacent areas.").optional(),
7
+ start: zod.z.number().int().describe("Starting result index for pagination, used to get subsequent pages of results. When start is provided, ll parameter becomes required. For the first page, omit start (or use start=0 only if ll is also provided).").optional()
8
+ });
9
+ const SerpapiGoogleMapsSearch_GpsCoordinatesSchema = zod.z.object({
10
+ latitude: zod.z.number().describe("Latitude coordinate"),
11
+ longitude: zod.z.number().describe("Longitude coordinate")
12
+ }).describe("GPS coordinates for a location.");
13
+ const SerpapiGoogleMapsSearch_AdSchema = zod.z.object({
14
+ type: zod.z.string().describe("Primary business type").nullable().optional(),
15
+ hours: zod.z.string().describe("Hours display string").nullable().optional(),
16
+ phone: zod.z.string().describe("Contact number").nullable().optional(),
17
+ price: zod.z.string().describe("Price tier").nullable().optional(),
18
+ title: zod.z.string().describe("Ad title"),
19
+ types: zod.z.array(zod.z.string()).describe("Business category strings").nullable().optional(),
20
+ rating: zod.z.number().describe("Star rating").nullable().optional(),
21
+ address: zod.z.string().describe("Full address").nullable().optional(),
22
+ data_id: zod.z.string().describe("Internal data identifier").nullable().optional(),
23
+ reviews: zod.z.number().int().describe("Review count").nullable().optional(),
24
+ type_id: zod.z.string().describe("Primary category identifier").nullable().optional(),
25
+ website: zod.z.string().describe("Business URL").nullable().optional(),
26
+ data_cid: zod.z.string().describe("CID/ludocid identifier").nullable().optional(),
27
+ place_id: zod.z.string().describe("Google Places identifier").nullable().optional(),
28
+ position: zod.z.number().int().describe("Ad position in results"),
29
+ type_ids: zod.z.array(zod.z.string()).describe("Category identifiers").nullable().optional(),
30
+ amenities: zod.z.array(zod.z.string()).describe("Available amenities").nullable().optional(),
31
+ thumbnail: zod.z.string().describe("Thumbnail image URL").nullable().optional(),
32
+ extensions: zod.z.array(zod.z.object({})).describe("Additional features and amenities").nullable().optional(),
33
+ open_state: zod.z.string().describe("Current open/closed status").nullable().optional(),
34
+ description: zod.z.string().describe("Ad description").nullable().optional(),
35
+ photos_link: zod.z.string().describe("Link to photos").nullable().optional(),
36
+ provider_id: zod.z.string().describe("Provider identifier").nullable().optional(),
37
+ reviews_link: zod.z.string().describe("Link to reviews").nullable().optional(),
38
+ extracted_price: zod.z.number().describe("Numeric price value").nullable().optional(),
39
+ gps_coordinates: SerpapiGoogleMapsSearch_GpsCoordinatesSchema.nullable().optional(),
40
+ place_id_search: zod.z.string().describe("SerpApi search URL for this place").nullable().optional(),
41
+ serpapi_thumbnail: zod.z.string().describe("SerpApi thumbnail URL").nullable().optional()
42
+ }).describe("A single advertisement result.");
43
+ const SerpapiGoogleMapsSearch_ServiceOptionsSchema = zod.z.object({
44
+ dine_in: zod.z.boolean().describe("Dine-in available").nullable().optional(),
45
+ takeout: zod.z.boolean().describe("Takeout available").nullable().optional(),
46
+ delivery: zod.z.boolean().describe("Delivery available").nullable().optional(),
47
+ curbside_pickup: zod.z.boolean().describe("Curbside pickup available").nullable().optional(),
48
+ no_contact_delivery: zod.z.boolean().describe("No-contact delivery available").nullable().optional()
49
+ }).describe("Available service options for a location.");
50
+ const SerpapiGoogleMapsSearch_LocalResultSchema = zod.z.object({
51
+ type: zod.z.string().describe("Primary business type").nullable().optional(),
52
+ hours: zod.z.string().describe("Hours display string").nullable().optional(),
53
+ phone: zod.z.string().describe("Contact number").nullable().optional(),
54
+ price: zod.z.string().describe("Price tier").nullable().optional(),
55
+ title: zod.z.string().describe("Business/place name"),
56
+ types: zod.z.array(zod.z.string()).describe("Business category strings").nullable().optional(),
57
+ rating: zod.z.number().describe("Star rating").nullable().optional(),
58
+ address: zod.z.string().describe("Full address").nullable().optional(),
59
+ data_id: zod.z.string().describe("Internal data identifier").nullable().optional(),
60
+ reviews: zod.z.number().int().describe("Review count").nullable().optional(),
61
+ type_id: zod.z.string().describe("Primary category identifier").nullable().optional(),
62
+ website: zod.z.string().describe("Business URL").nullable().optional(),
63
+ data_cid: zod.z.string().describe("CID/ludocid identifier").nullable().optional(),
64
+ place_id: zod.z.string().describe("Google Places identifier"),
65
+ position: zod.z.number().int().describe("Ranking position"),
66
+ type_ids: zod.z.array(zod.z.string()).describe("Category identifiers").nullable().optional(),
67
+ amenities: zod.z.array(zod.z.string()).describe("Available amenities").nullable().optional(),
68
+ thumbnail: zod.z.string().describe("Thumbnail image URL").nullable().optional(),
69
+ extensions: zod.z.array(zod.z.object({})).describe("Additional features and amenities").nullable().optional(),
70
+ open_state: zod.z.string().describe("Current open/closed status").nullable().optional(),
71
+ description: zod.z.string().describe("Business description").nullable().optional(),
72
+ photos_link: zod.z.string().describe("Link to photos").nullable().optional(),
73
+ provider_id: zod.z.string().describe("Provider identifier").nullable().optional(),
74
+ user_review: zod.z.string().describe("Sample user review").nullable().optional(),
75
+ order_online: zod.z.string().describe("Online ordering link").nullable().optional(),
76
+ reviews_link: zod.z.string().describe("Link to reviews").nullable().optional(),
77
+ extracted_price: zod.z.number().describe("Numeric price value").nullable().optional(),
78
+ gps_coordinates: SerpapiGoogleMapsSearch_GpsCoordinatesSchema.nullable().optional(),
79
+ operating_hours: zod.z.object({}).describe("Operating hours by day").nullable().optional(),
80
+ place_id_search: zod.z.string().describe("SerpApi search URL for this place").nullable().optional(),
81
+ reserve_a_table: zod.z.string().describe("Table reservation link").nullable().optional(),
82
+ service_options: SerpapiGoogleMapsSearch_ServiceOptionsSchema.nullable().optional(),
83
+ serpapi_thumbnail: zod.z.string().describe("SerpApi thumbnail URL").nullable().optional(),
84
+ unsupported_extensions: zod.z.array(zod.z.object({})).describe("Unavailable features").nullable().optional()
85
+ }).describe("A single local search result.");
86
+ const SerpapiGoogleMapsSearch_SearchMetadataSchema = zod.z.object({
87
+ id: zod.z.string().describe("Unique search identifier within SerpApi"),
88
+ error: zod.z.string().describe("Error message if status is Error").nullable().optional(),
89
+ status: zod.z.string().describe("Search status (Processing, Success, or Error)"),
90
+ created_at: zod.z.string().describe("Timestamp of search creation (UTC)"),
91
+ processed_at: zod.z.string().describe("Timestamp of completion (UTC)"),
92
+ json_endpoint: zod.z.string().describe("URL to retrieve JSON results"),
93
+ raw_html_file: zod.z.string().describe("Link to raw HTML results").nullable().optional(),
94
+ google_maps_url: zod.z.string().describe("Direct Google Maps search link"),
95
+ total_time_taken: zod.z.number().describe("Processing duration in seconds"),
96
+ prettify_html_file: zod.z.string().describe("Link to prettified HTML results").nullable().optional()
97
+ }).describe("Metadata about the search execution.");
98
+ const SerpapiGoogleMapsSearch_SearchParametersSchema = zod.z.object({
99
+ q: zod.z.string().describe("Search query").nullable().optional(),
100
+ hl: zod.z.string().describe("Language code").nullable().optional(),
101
+ ll: zod.z.string().describe("GPS coordinates with zoom/height").nullable().optional(),
102
+ type: zod.z.string().describe("Search type (search or place)"),
103
+ start: zod.z.number().int().describe("Pagination starting index").nullable().optional(),
104
+ engine: zod.z.string().describe("Search engine (google_maps)"),
105
+ google_domain: zod.z.string().describe("Google domain used").nullable().optional()
106
+ }).describe("Parameters used for the search.");
107
+ const SerpapiGoogleMapsSearch_SearchInformationSchema = zod.z.object({
108
+ query_displayed: zod.z.string().describe("Processed query shown to user"),
109
+ local_results_state: zod.z.string().describe("Result status message")
110
+ }).describe("Information about the search results.");
111
+ const SerpapiGoogleMapsSearch_SerpapiPaginationSchema = zod.z.object({
112
+ next: zod.z.string().describe("URL for next results page").nullable().optional(),
113
+ next_link: zod.z.string().describe("Alternative next page link").nullable().optional()
114
+ }).describe("Pagination information.");
115
+ const SerpapiGoogleMapsSearch_GoogleMapsResultsSchema = zod.z.object({
116
+ ads: zod.z.array(SerpapiGoogleMapsSearch_AdSchema).describe("Array of advertisement results").nullable().optional(),
117
+ error: zod.z.string().describe("Error message if search failed").nullable().optional(),
118
+ local_results: zod.z.array(SerpapiGoogleMapsSearch_LocalResultSchema).describe("Array of local search results").nullable().optional(),
119
+ search_metadata: SerpapiGoogleMapsSearch_SearchMetadataSchema.nullable(),
120
+ search_parameters: SerpapiGoogleMapsSearch_SearchParametersSchema.nullable(),
121
+ search_information: SerpapiGoogleMapsSearch_SearchInformationSchema.nullable(),
122
+ serpapi_pagination: SerpapiGoogleMapsSearch_SerpapiPaginationSchema.nullable().optional()
123
+ }).describe("Complete Google Maps search results.");
124
+ const SerpapiGoogleMapsSearchOutput = zod.z.object({ results: SerpapiGoogleMapsSearch_GoogleMapsResultsSchema.nullable() });
125
+ const serpapiGoogleMapsSearch = require_action.action("SERPAPI_GOOGLE_MAPS_SEARCH", {
126
+ slug: "serpapi-google-maps-search",
127
+ name: "Google maps search",
128
+ description: "Performs a Google Maps search via SERP API. Takes a query, optionally using specific GPS coordinates and pagination, returning structured location data.",
129
+ input: SerpapiGoogleMapsSearchInput,
130
+ output: SerpapiGoogleMapsSearchOutput
131
+ });
132
+ //#endregion
133
+ exports.serpapiGoogleMapsSearch = serpapiGoogleMapsSearch;
134
+
135
+ //# sourceMappingURL=google-maps-search.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-search.cjs","names":["z","action"],"sources":["../../src/actions/google-maps-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerpapiGoogleMapsSearchInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search query for Google Maps (e.g., 'coffee shops', 'restaurants near Central Park').\"),\n ll: z.string().describe(\"GPS coordinates for the search, formatted as '@latitude,longitude,zoom_level'. Required when using pagination (start parameter). If unspecified and start is not provided, search may be less geographically specific or use a default location. Results are strictly viewport-bound to the area defined by the coordinates and zoom level; adjust coordinates and paginate via `start` to cover adjacent areas.\").optional(),\n start: z.number().int().describe(\"Starting result index for pagination, used to get subsequent pages of results. When start is provided, ll parameter becomes required. For the first page, omit start (or use start=0 only if ll is also provided).\").optional(),\n});\nconst SerpapiGoogleMapsSearch_GpsCoordinatesSchema: z.ZodTypeAny = z.object({\n latitude: z.number().describe(\"Latitude coordinate\"),\n longitude: z.number().describe(\"Longitude coordinate\"),\n}).describe(\"GPS coordinates for a location.\");\nconst SerpapiGoogleMapsSearch_AdSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Primary business type\").nullable().optional(),\n hours: z.string().describe(\"Hours display string\").nullable().optional(),\n phone: z.string().describe(\"Contact number\").nullable().optional(),\n price: z.string().describe(\"Price tier\").nullable().optional(),\n title: z.string().describe(\"Ad title\"),\n types: z.array(z.string()).describe(\"Business category strings\").nullable().optional(),\n rating: z.number().describe(\"Star rating\").nullable().optional(),\n address: z.string().describe(\"Full address\").nullable().optional(),\n data_id: z.string().describe(\"Internal data identifier\").nullable().optional(),\n reviews: z.number().int().describe(\"Review count\").nullable().optional(),\n type_id: z.string().describe(\"Primary category identifier\").nullable().optional(),\n website: z.string().describe(\"Business URL\").nullable().optional(),\n data_cid: z.string().describe(\"CID/ludocid identifier\").nullable().optional(),\n place_id: z.string().describe(\"Google Places identifier\").nullable().optional(),\n position: z.number().int().describe(\"Ad position in results\"),\n type_ids: z.array(z.string()).describe(\"Category identifiers\").nullable().optional(),\n amenities: z.array(z.string()).describe(\"Available amenities\").nullable().optional(),\n thumbnail: z.string().describe(\"Thumbnail image URL\").nullable().optional(),\n extensions: z.array(z.object({})).describe(\"Additional features and amenities\").nullable().optional(),\n open_state: z.string().describe(\"Current open/closed status\").nullable().optional(),\n description: z.string().describe(\"Ad description\").nullable().optional(),\n photos_link: z.string().describe(\"Link to photos\").nullable().optional(),\n provider_id: z.string().describe(\"Provider identifier\").nullable().optional(),\n reviews_link: z.string().describe(\"Link to reviews\").nullable().optional(),\n extracted_price: z.number().describe(\"Numeric price value\").nullable().optional(),\n gps_coordinates: SerpapiGoogleMapsSearch_GpsCoordinatesSchema.nullable().optional(),\n place_id_search: z.string().describe(\"SerpApi search URL for this place\").nullable().optional(),\n serpapi_thumbnail: z.string().describe(\"SerpApi thumbnail URL\").nullable().optional(),\n}).describe(\"A single advertisement result.\");\nconst SerpapiGoogleMapsSearch_ServiceOptionsSchema: z.ZodTypeAny = z.object({\n dine_in: z.boolean().describe(\"Dine-in available\").nullable().optional(),\n takeout: z.boolean().describe(\"Takeout available\").nullable().optional(),\n delivery: z.boolean().describe(\"Delivery available\").nullable().optional(),\n curbside_pickup: z.boolean().describe(\"Curbside pickup available\").nullable().optional(),\n no_contact_delivery: z.boolean().describe(\"No-contact delivery available\").nullable().optional(),\n}).describe(\"Available service options for a location.\");\nconst SerpapiGoogleMapsSearch_LocalResultSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Primary business type\").nullable().optional(),\n hours: z.string().describe(\"Hours display string\").nullable().optional(),\n phone: z.string().describe(\"Contact number\").nullable().optional(),\n price: z.string().describe(\"Price tier\").nullable().optional(),\n title: z.string().describe(\"Business/place name\"),\n types: z.array(z.string()).describe(\"Business category strings\").nullable().optional(),\n rating: z.number().describe(\"Star rating\").nullable().optional(),\n address: z.string().describe(\"Full address\").nullable().optional(),\n data_id: z.string().describe(\"Internal data identifier\").nullable().optional(),\n reviews: z.number().int().describe(\"Review count\").nullable().optional(),\n type_id: z.string().describe(\"Primary category identifier\").nullable().optional(),\n website: z.string().describe(\"Business URL\").nullable().optional(),\n data_cid: z.string().describe(\"CID/ludocid identifier\").nullable().optional(),\n place_id: z.string().describe(\"Google Places identifier\"),\n position: z.number().int().describe(\"Ranking position\"),\n type_ids: z.array(z.string()).describe(\"Category identifiers\").nullable().optional(),\n amenities: z.array(z.string()).describe(\"Available amenities\").nullable().optional(),\n thumbnail: z.string().describe(\"Thumbnail image URL\").nullable().optional(),\n extensions: z.array(z.object({})).describe(\"Additional features and amenities\").nullable().optional(),\n open_state: z.string().describe(\"Current open/closed status\").nullable().optional(),\n description: z.string().describe(\"Business description\").nullable().optional(),\n photos_link: z.string().describe(\"Link to photos\").nullable().optional(),\n provider_id: z.string().describe(\"Provider identifier\").nullable().optional(),\n user_review: z.string().describe(\"Sample user review\").nullable().optional(),\n order_online: z.string().describe(\"Online ordering link\").nullable().optional(),\n reviews_link: z.string().describe(\"Link to reviews\").nullable().optional(),\n extracted_price: z.number().describe(\"Numeric price value\").nullable().optional(),\n gps_coordinates: SerpapiGoogleMapsSearch_GpsCoordinatesSchema.nullable().optional(),\n operating_hours: z.object({}).describe(\"Operating hours by day\").nullable().optional(),\n place_id_search: z.string().describe(\"SerpApi search URL for this place\").nullable().optional(),\n reserve_a_table: z.string().describe(\"Table reservation link\").nullable().optional(),\n service_options: SerpapiGoogleMapsSearch_ServiceOptionsSchema.nullable().optional(),\n serpapi_thumbnail: z.string().describe(\"SerpApi thumbnail URL\").nullable().optional(),\n unsupported_extensions: z.array(z.object({})).describe(\"Unavailable features\").nullable().optional(),\n}).describe(\"A single local search result.\");\nconst SerpapiGoogleMapsSearch_SearchMetadataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique search identifier within SerpApi\"),\n error: z.string().describe(\"Error message if status is Error\").nullable().optional(),\n status: z.string().describe(\"Search status (Processing, Success, or Error)\"),\n created_at: z.string().describe(\"Timestamp of search creation (UTC)\"),\n processed_at: z.string().describe(\"Timestamp of completion (UTC)\"),\n json_endpoint: z.string().describe(\"URL to retrieve JSON results\"),\n raw_html_file: z.string().describe(\"Link to raw HTML results\").nullable().optional(),\n google_maps_url: z.string().describe(\"Direct Google Maps search link\"),\n total_time_taken: z.number().describe(\"Processing duration in seconds\"),\n prettify_html_file: z.string().describe(\"Link to prettified HTML results\").nullable().optional(),\n}).describe(\"Metadata about the search execution.\");\nconst SerpapiGoogleMapsSearch_SearchParametersSchema: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search query\").nullable().optional(),\n hl: z.string().describe(\"Language code\").nullable().optional(),\n ll: z.string().describe(\"GPS coordinates with zoom/height\").nullable().optional(),\n type: z.string().describe(\"Search type (search or place)\"),\n start: z.number().int().describe(\"Pagination starting index\").nullable().optional(),\n engine: z.string().describe(\"Search engine (google_maps)\"),\n google_domain: z.string().describe(\"Google domain used\").nullable().optional(),\n}).describe(\"Parameters used for the search.\");\nconst SerpapiGoogleMapsSearch_SearchInformationSchema: z.ZodTypeAny = z.object({\n query_displayed: z.string().describe(\"Processed query shown to user\"),\n local_results_state: z.string().describe(\"Result status message\"),\n}).describe(\"Information about the search results.\");\nconst SerpapiGoogleMapsSearch_SerpapiPaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for next results page\").nullable().optional(),\n next_link: z.string().describe(\"Alternative next page link\").nullable().optional(),\n}).describe(\"Pagination information.\");\nconst SerpapiGoogleMapsSearch_GoogleMapsResultsSchema: z.ZodTypeAny = z.object({\n ads: z.array(SerpapiGoogleMapsSearch_AdSchema).describe(\"Array of advertisement results\").nullable().optional(),\n error: z.string().describe(\"Error message if search failed\").nullable().optional(),\n local_results: z.array(SerpapiGoogleMapsSearch_LocalResultSchema).describe(\"Array of local search results\").nullable().optional(),\n search_metadata: SerpapiGoogleMapsSearch_SearchMetadataSchema.nullable(),\n search_parameters: SerpapiGoogleMapsSearch_SearchParametersSchema.nullable(),\n search_information: SerpapiGoogleMapsSearch_SearchInformationSchema.nullable(),\n serpapi_pagination: SerpapiGoogleMapsSearch_SerpapiPaginationSchema.nullable().optional(),\n}).describe(\"Complete Google Maps search results.\");\nexport const SerpapiGoogleMapsSearchOutput: z.ZodTypeAny = z.object({\n results: SerpapiGoogleMapsSearch_GoogleMapsResultsSchema.nullable(),\n});\n\nexport const serpapiGoogleMapsSearch = action(\"SERPAPI_GOOGLE_MAPS_SEARCH\", {\n slug: \"serpapi-google-maps-search\",\n name: \"Google maps search\",\n description: \"Performs a Google Maps search via SERP API. Takes a query, optionally using specific GPS coordinates and pagination, returning structured location data.\",\n input: SerpapiGoogleMapsSearchInput,\n output: SerpapiGoogleMapsSearchOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-maps-search.d.ts
4
+ declare const SerpapiGoogleMapsSearchInput: z.ZodTypeAny;
5
+ declare const SerpapiGoogleMapsSearchOutput: z.ZodTypeAny;
6
+ declare const serpapiGoogleMapsSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serpapiGoogleMapsSearch };
9
+ //# sourceMappingURL=google-maps-search.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-search.d.cts","names":[],"sources":["../../src/actions/google-maps-search.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI3C;AAAA,cAoHW,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-maps-search.d.ts
4
+ declare const SerpapiGoogleMapsSearchInput: z.ZodTypeAny;
5
+ declare const SerpapiGoogleMapsSearchOutput: z.ZodTypeAny;
6
+ declare const serpapiGoogleMapsSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serpapiGoogleMapsSearch };
9
+ //# sourceMappingURL=google-maps-search.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-maps-search.d.mts","names":[],"sources":["../../src/actions/google-maps-search.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI3C;AAAA,cAoHW,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}