@keystrokehq/serphouse 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 (178) hide show
  1. package/README.md +17 -0
  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/account-info.cjs +34 -0
  7. package/dist/actions/account-info.cjs.map +1 -0
  8. package/dist/actions/account-info.d.cts +9 -0
  9. package/dist/actions/account-info.d.cts.map +1 -0
  10. package/dist/actions/account-info.d.mts +9 -0
  11. package/dist/actions/account-info.d.mts.map +1 -0
  12. package/dist/actions/account-info.mjs +33 -0
  13. package/dist/actions/account-info.mjs.map +1 -0
  14. package/dist/actions/domain-list.cjs +20 -0
  15. package/dist/actions/domain-list.cjs.map +1 -0
  16. package/dist/actions/domain-list.d.cts +9 -0
  17. package/dist/actions/domain-list.d.cts.map +1 -0
  18. package/dist/actions/domain-list.d.mts +9 -0
  19. package/dist/actions/domain-list.d.mts.map +1 -0
  20. package/dist/actions/domain-list.mjs +17 -0
  21. package/dist/actions/domain-list.mjs.map +1 -0
  22. package/dist/actions/google-jobs-search.cjs +41 -0
  23. package/dist/actions/google-jobs-search.cjs.map +1 -0
  24. package/dist/actions/google-jobs-search.d.cts +9 -0
  25. package/dist/actions/google-jobs-search.d.cts.map +1 -0
  26. package/dist/actions/google-jobs-search.d.mts +9 -0
  27. package/dist/actions/google-jobs-search.d.mts.map +1 -0
  28. package/dist/actions/google-jobs-search.mjs +40 -0
  29. package/dist/actions/google-jobs-search.mjs.map +1 -0
  30. package/dist/actions/google-serp-advanced-scheduled.cjs +39 -0
  31. package/dist/actions/google-serp-advanced-scheduled.cjs.map +1 -0
  32. package/dist/actions/google-serp-advanced-scheduled.d.cts +9 -0
  33. package/dist/actions/google-serp-advanced-scheduled.d.cts.map +1 -0
  34. package/dist/actions/google-serp-advanced-scheduled.d.mts +9 -0
  35. package/dist/actions/google-serp-advanced-scheduled.d.mts.map +1 -0
  36. package/dist/actions/google-serp-advanced-scheduled.mjs +38 -0
  37. package/dist/actions/google-serp-advanced-scheduled.mjs.map +1 -0
  38. package/dist/actions/index.cjs +37 -0
  39. package/dist/actions/index.d.cts +19 -0
  40. package/dist/actions/index.d.mts +19 -0
  41. package/dist/actions/index.mjs +19 -0
  42. package/dist/actions/language-list.cjs +24 -0
  43. package/dist/actions/language-list.cjs.map +1 -0
  44. package/dist/actions/language-list.d.cts +9 -0
  45. package/dist/actions/language-list.d.cts.map +1 -0
  46. package/dist/actions/language-list.d.mts +9 -0
  47. package/dist/actions/language-list.d.mts.map +1 -0
  48. package/dist/actions/language-list.mjs +21 -0
  49. package/dist/actions/language-list.mjs.map +1 -0
  50. package/dist/actions/location-search.cjs +30 -0
  51. package/dist/actions/location-search.cjs.map +1 -0
  52. package/dist/actions/location-search.d.cts +9 -0
  53. package/dist/actions/location-search.d.cts.map +1 -0
  54. package/dist/actions/location-search.d.mts +9 -0
  55. package/dist/actions/location-search.d.mts.map +1 -0
  56. package/dist/actions/location-search.mjs +29 -0
  57. package/dist/actions/location-search.mjs.map +1 -0
  58. package/dist/actions/serp-check.cjs +21 -0
  59. package/dist/actions/serp-check.cjs.map +1 -0
  60. package/dist/actions/serp-check.d.cts +9 -0
  61. package/dist/actions/serp-check.d.cts.map +1 -0
  62. package/dist/actions/serp-check.d.mts +9 -0
  63. package/dist/actions/serp-check.d.mts.map +1 -0
  64. package/dist/actions/serp-check.mjs +18 -0
  65. package/dist/actions/serp-check.mjs.map +1 -0
  66. package/dist/actions/serp-live-get.cjs +160 -0
  67. package/dist/actions/serp-live-get.cjs.map +1 -0
  68. package/dist/actions/serp-live-get.d.cts +9 -0
  69. package/dist/actions/serp-live-get.d.cts.map +1 -0
  70. package/dist/actions/serp-live-get.d.mts +9 -0
  71. package/dist/actions/serp-live-get.d.mts.map +1 -0
  72. package/dist/actions/serp-live-get.mjs +159 -0
  73. package/dist/actions/serp-live-get.mjs.map +1 -0
  74. package/dist/actions/serp-live-post.cjs +156 -0
  75. package/dist/actions/serp-live-post.cjs.map +1 -0
  76. package/dist/actions/serp-live-post.d.cts +9 -0
  77. package/dist/actions/serp-live-post.d.cts.map +1 -0
  78. package/dist/actions/serp-live-post.d.mts +9 -0
  79. package/dist/actions/serp-live-post.d.mts.map +1 -0
  80. package/dist/actions/serp-live-post.mjs +155 -0
  81. package/dist/actions/serp-live-post.mjs.map +1 -0
  82. package/dist/actions/serp-schedule.cjs +41 -0
  83. package/dist/actions/serp-schedule.cjs.map +1 -0
  84. package/dist/actions/serp-schedule.d.cts +9 -0
  85. package/dist/actions/serp-schedule.d.cts.map +1 -0
  86. package/dist/actions/serp-schedule.d.mts +9 -0
  87. package/dist/actions/serp-schedule.d.mts.map +1 -0
  88. package/dist/actions/serp-schedule.mjs +40 -0
  89. package/dist/actions/serp-schedule.mjs.map +1 -0
  90. package/dist/actions/trends-categories-list.cjs +20 -0
  91. package/dist/actions/trends-categories-list.cjs.map +1 -0
  92. package/dist/actions/trends-categories-list.d.cts +9 -0
  93. package/dist/actions/trends-categories-list.d.cts.map +1 -0
  94. package/dist/actions/trends-categories-list.d.mts +9 -0
  95. package/dist/actions/trends-categories-list.d.mts.map +1 -0
  96. package/dist/actions/trends-categories-list.mjs +17 -0
  97. package/dist/actions/trends-categories-list.mjs.map +1 -0
  98. package/dist/actions/trends-check.cjs +22 -0
  99. package/dist/actions/trends-check.cjs.map +1 -0
  100. package/dist/actions/trends-check.d.cts +9 -0
  101. package/dist/actions/trends-check.d.cts.map +1 -0
  102. package/dist/actions/trends-check.d.mts +9 -0
  103. package/dist/actions/trends-check.d.mts.map +1 -0
  104. package/dist/actions/trends-check.mjs +21 -0
  105. package/dist/actions/trends-check.mjs.map +1 -0
  106. package/dist/actions/trends-country-list.cjs +20 -0
  107. package/dist/actions/trends-country-list.cjs.map +1 -0
  108. package/dist/actions/trends-country-list.d.cts +9 -0
  109. package/dist/actions/trends-country-list.d.cts.map +1 -0
  110. package/dist/actions/trends-country-list.d.mts +9 -0
  111. package/dist/actions/trends-country-list.d.mts.map +1 -0
  112. package/dist/actions/trends-country-list.mjs +17 -0
  113. package/dist/actions/trends-country-list.mjs.map +1 -0
  114. package/dist/actions/trends-get.cjs +58 -0
  115. package/dist/actions/trends-get.cjs.map +1 -0
  116. package/dist/actions/trends-get.d.cts +9 -0
  117. package/dist/actions/trends-get.d.cts.map +1 -0
  118. package/dist/actions/trends-get.d.mts +9 -0
  119. package/dist/actions/trends-get.d.mts.map +1 -0
  120. package/dist/actions/trends-get.mjs +57 -0
  121. package/dist/actions/trends-get.mjs.map +1 -0
  122. package/dist/actions/trends-language-list.cjs +20 -0
  123. package/dist/actions/trends-language-list.cjs.map +1 -0
  124. package/dist/actions/trends-language-list.d.cts +9 -0
  125. package/dist/actions/trends-language-list.d.cts.map +1 -0
  126. package/dist/actions/trends-language-list.d.mts +9 -0
  127. package/dist/actions/trends-language-list.d.mts.map +1 -0
  128. package/dist/actions/trends-language-list.mjs +17 -0
  129. package/dist/actions/trends-language-list.mjs.map +1 -0
  130. package/dist/actions/trends-schedule.cjs +45 -0
  131. package/dist/actions/trends-schedule.cjs.map +1 -0
  132. package/dist/actions/trends-schedule.d.cts +9 -0
  133. package/dist/actions/trends-schedule.d.cts.map +1 -0
  134. package/dist/actions/trends-schedule.d.mts +9 -0
  135. package/dist/actions/trends-schedule.d.mts.map +1 -0
  136. package/dist/actions/trends-schedule.mjs +44 -0
  137. package/dist/actions/trends-schedule.mjs.map +1 -0
  138. package/dist/actions/trends-search.cjs +50 -0
  139. package/dist/actions/trends-search.cjs.map +1 -0
  140. package/dist/actions/trends-search.d.cts +9 -0
  141. package/dist/actions/trends-search.d.cts.map +1 -0
  142. package/dist/actions/trends-search.d.mts +9 -0
  143. package/dist/actions/trends-search.d.mts.map +1 -0
  144. package/dist/actions/trends-search.mjs +49 -0
  145. package/dist/actions/trends-search.mjs.map +1 -0
  146. package/dist/actions/trends-timezone-list.cjs +24 -0
  147. package/dist/actions/trends-timezone-list.cjs.map +1 -0
  148. package/dist/actions/trends-timezone-list.d.cts +9 -0
  149. package/dist/actions/trends-timezone-list.d.cts.map +1 -0
  150. package/dist/actions/trends-timezone-list.d.mts +9 -0
  151. package/dist/actions/trends-timezone-list.d.mts.map +1 -0
  152. package/dist/actions/trends-timezone-list.mjs +23 -0
  153. package/dist/actions/trends-timezone-list.mjs.map +1 -0
  154. package/dist/app.cjs +9 -0
  155. package/dist/app.cjs.map +1 -0
  156. package/dist/app.d.cts +5 -0
  157. package/dist/app.d.cts.map +1 -0
  158. package/dist/app.d.mts +5 -0
  159. package/dist/app.d.mts.map +1 -0
  160. package/dist/app.mjs +10 -0
  161. package/dist/app.mjs.map +1 -0
  162. package/dist/catalog.cjs +15 -0
  163. package/dist/catalog.cjs.map +1 -0
  164. package/dist/catalog.d.cts +14 -0
  165. package/dist/catalog.d.cts.map +1 -0
  166. package/dist/catalog.d.mts +14 -0
  167. package/dist/catalog.d.mts.map +1 -0
  168. package/dist/catalog.mjs +15 -0
  169. package/dist/catalog.mjs.map +1 -0
  170. package/dist/execute.cjs +18 -0
  171. package/dist/execute.cjs.map +1 -0
  172. package/dist/execute.mjs +18 -0
  173. package/dist/execute.mjs.map +1 -0
  174. package/dist/index.cjs +42 -0
  175. package/dist/index.d.cts +21 -0
  176. package/dist/index.d.mts +21 -0
  177. package/dist/index.mjs +22 -0
  178. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/serphouse
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `serphouse`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 18
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { serphouseAccountInfo } from "@keystrokehq/serphouse/actions";
12
+
13
+ export default defineAgent({
14
+ key: "serphouse-agent",
15
+ tools: [serphouseAccountInfo],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.serphouse.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeSerphouseTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["serphouse","executeSerphouseTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { serphouse } from \"./app\";\nimport { executeSerphouseTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return serphouse.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSerphouseTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,UAAU,OAAO;EACtB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,qBAAqB,MAAM,KAAgC,CAAC;EAC5F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { serphouse } from "./app.mjs";
2
+ import { executeSerphouseTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return serphouse.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeSerphouseTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { serphouse } from \"./app\";\nimport { executeSerphouseTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return serphouse.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSerphouseTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,UAAU,OAAO;EACtB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,qBAAqB,MAAM,KAAgC,CAAC;EAC5F;CACF,CAAC;AACH"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/account-info.ts
4
+ const SerphouseAccountInfoInput = zod.z.object({}).describe("Request parameters for retrieving account information.\nNo parameters required - uses API key from authorization header.");
5
+ const SerphouseAccountInfo_PlanSchema = zod.z.object({
6
+ name: zod.z.string().describe("Plan identifier/name."),
7
+ price: zod.z.number().describe("Numerical cost value."),
8
+ currency: zod.z.string().describe("Currency code (e.g., 'INR', 'USD')."),
9
+ plan_type: zod.z.string().describe("Plan category (e.g., 'custom', 'monthly')."),
10
+ credit_total: zod.z.number().describe("Total credits allocated."),
11
+ credit_available: zod.z.number().describe("Remaining credits.")
12
+ }).describe("Information about an active plan.");
13
+ const SerphouseAccountInfo_AccountResultsSchema = zod.z.object({
14
+ name: zod.z.string().describe("Account holder's name."),
15
+ plan: zod.z.array(SerphouseAccountInfo_PlanSchema).describe("Array of active plans."),
16
+ email: zod.z.string().describe("User's email address."),
17
+ api_key: zod.z.string().describe("The API key for authentication.")
18
+ }).describe("Account information results.");
19
+ const SerphouseAccountInfoOutput = zod.z.object({
20
+ msg: zod.z.string().describe("Message field, typically empty on success."),
21
+ status: zod.z.string().describe("Response status (e.g., 'success', 'error')."),
22
+ results: SerphouseAccountInfo_AccountResultsSchema.nullable()
23
+ }).describe("Response containing account information including active plan, credit usage, and account details.");
24
+ const serphouseAccountInfo = require_action.action("SERPHOUSE_ACCOUNT_INFO", {
25
+ slug: "serphouse-account-info",
26
+ name: "Get Account Information",
27
+ description: "Tool to retrieve account information including active plan, credit usage, and account details. Use when you need to check account status, remaining credits, or active subscription plans.",
28
+ input: SerphouseAccountInfoInput,
29
+ output: SerphouseAccountInfoOutput
30
+ });
31
+ //#endregion
32
+ exports.serphouseAccountInfo = serphouseAccountInfo;
33
+
34
+ //# sourceMappingURL=account-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-info.cjs","names":["z","action"],"sources":["../../src/actions/account-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseAccountInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for retrieving account information.\\nNo parameters required - uses API key from authorization header.\");\nconst SerphouseAccountInfo_PlanSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Plan identifier/name.\"),\n price: z.number().describe(\"Numerical cost value.\"),\n currency: z.string().describe(\"Currency code (e.g., 'INR', 'USD').\"),\n plan_type: z.string().describe(\"Plan category (e.g., 'custom', 'monthly').\"),\n credit_total: z.number().describe(\"Total credits allocated.\"),\n credit_available: z.number().describe(\"Remaining credits.\"),\n}).describe(\"Information about an active plan.\");\nconst SerphouseAccountInfo_AccountResultsSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Account holder's name.\"),\n plan: z.array(SerphouseAccountInfo_PlanSchema).describe(\"Array of active plans.\"),\n email: z.string().describe(\"User's email address.\"),\n api_key: z.string().describe(\"The API key for authentication.\"),\n}).describe(\"Account information results.\");\nexport const SerphouseAccountInfoOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Message field, typically empty on success.\"),\n status: z.string().describe(\"Response status (e.g., 'success', 'error').\"),\n results: SerphouseAccountInfo_AccountResultsSchema.nullable(),\n}).describe(\"Response containing account information including active plan, credit usage, and account details.\");\n\nexport const serphouseAccountInfo = action(\"SERPHOUSE_ACCOUNT_INFO\", {\n slug: \"serphouse-account-info\",\n name: \"Get Account Information\",\n description: \"Tool to retrieve account information including active plan, credit usage, and account details. Use when you need to check account status, remaining credits, or active subscription plans.\",\n input: SerphouseAccountInfoInput,\n output: SerphouseAccountInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACvM,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAClD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC5D,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;AAC5D,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,MAAMA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,wBAAwB;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAClD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAChE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACzE,SAAS,0CAA0C,SAAS;AAC9D,CAAC,CAAC,CAAC,SAAS,mGAAmG;AAE/G,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/account-info.d.ts
4
+ declare const SerphouseAccountInfoInput: z.ZodTypeAny;
5
+ declare const SerphouseAccountInfoOutput: z.ZodTypeAny;
6
+ declare const serphouseAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseAccountInfo };
9
+ //# sourceMappingURL=account-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-info.d.cts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAA8J;AAAA,cAe3L,0BAAA,EAA4B,CAAA,CAAE,UAIqE;AAAA,cAEnG,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/account-info.d.ts
4
+ declare const SerphouseAccountInfoInput: z.ZodTypeAny;
5
+ declare const SerphouseAccountInfoOutput: z.ZodTypeAny;
6
+ declare const serphouseAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseAccountInfo };
9
+ //# sourceMappingURL=account-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-info.d.mts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAA8J;AAAA,cAe3L,0BAAA,EAA4B,CAAA,CAAE,UAIqE;AAAA,cAEnG,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/account-info.ts
4
+ const SerphouseAccountInfoInput = z.object({}).describe("Request parameters for retrieving account information.\nNo parameters required - uses API key from authorization header.");
5
+ const SerphouseAccountInfo_PlanSchema = z.object({
6
+ name: z.string().describe("Plan identifier/name."),
7
+ price: z.number().describe("Numerical cost value."),
8
+ currency: z.string().describe("Currency code (e.g., 'INR', 'USD')."),
9
+ plan_type: z.string().describe("Plan category (e.g., 'custom', 'monthly')."),
10
+ credit_total: z.number().describe("Total credits allocated."),
11
+ credit_available: z.number().describe("Remaining credits.")
12
+ }).describe("Information about an active plan.");
13
+ const SerphouseAccountInfo_AccountResultsSchema = z.object({
14
+ name: z.string().describe("Account holder's name."),
15
+ plan: z.array(SerphouseAccountInfo_PlanSchema).describe("Array of active plans."),
16
+ email: z.string().describe("User's email address."),
17
+ api_key: z.string().describe("The API key for authentication.")
18
+ }).describe("Account information results.");
19
+ const serphouseAccountInfo = action("SERPHOUSE_ACCOUNT_INFO", {
20
+ slug: "serphouse-account-info",
21
+ name: "Get Account Information",
22
+ description: "Tool to retrieve account information including active plan, credit usage, and account details. Use when you need to check account status, remaining credits, or active subscription plans.",
23
+ input: SerphouseAccountInfoInput,
24
+ output: z.object({
25
+ msg: z.string().describe("Message field, typically empty on success."),
26
+ status: z.string().describe("Response status (e.g., 'success', 'error')."),
27
+ results: SerphouseAccountInfo_AccountResultsSchema.nullable()
28
+ }).describe("Response containing account information including active plan, credit usage, and account details.")
29
+ });
30
+ //#endregion
31
+ export { serphouseAccountInfo };
32
+
33
+ //# sourceMappingURL=account-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-info.mjs","names":[],"sources":["../../src/actions/account-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseAccountInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for retrieving account information.\\nNo parameters required - uses API key from authorization header.\");\nconst SerphouseAccountInfo_PlanSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Plan identifier/name.\"),\n price: z.number().describe(\"Numerical cost value.\"),\n currency: z.string().describe(\"Currency code (e.g., 'INR', 'USD').\"),\n plan_type: z.string().describe(\"Plan category (e.g., 'custom', 'monthly').\"),\n credit_total: z.number().describe(\"Total credits allocated.\"),\n credit_available: z.number().describe(\"Remaining credits.\"),\n}).describe(\"Information about an active plan.\");\nconst SerphouseAccountInfo_AccountResultsSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Account holder's name.\"),\n plan: z.array(SerphouseAccountInfo_PlanSchema).describe(\"Array of active plans.\"),\n email: z.string().describe(\"User's email address.\"),\n api_key: z.string().describe(\"The API key for authentication.\"),\n}).describe(\"Account information results.\");\nexport const SerphouseAccountInfoOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Message field, typically empty on success.\"),\n status: z.string().describe(\"Response status (e.g., 'success', 'error').\"),\n results: SerphouseAccountInfo_AccountResultsSchema.nullable(),\n}).describe(\"Response containing account information including active plan, credit usage, and account details.\");\n\nexport const serphouseAccountInfo = action(\"SERPHOUSE_ACCOUNT_INFO\", {\n slug: \"serphouse-account-info\",\n name: \"Get Account Information\",\n description: \"Tool to retrieve account information including active plan, credit usage, and account details. Use when you need to check account status, remaining credits, or active subscription plans.\",\n input: SerphouseAccountInfoInput,\n output: SerphouseAccountInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACvM,MAAM,kCAAgD,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAClD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC5D,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;AAC5D,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,MAAM,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,wBAAwB;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAClD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAChE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAO1C,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACzE,SAAS,0CAA0C,SAAS;CAC9D,CAAC,CAAC,CAAC,SAAS,mGAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/domain-list.ts
4
+ const SerphouseDomainListInput = zod.z.object({}).describe("Request model for retrieving the list of supported search engine domains.\nNo parameters are required.");
5
+ const SerphouseDomainListOutput = zod.z.object({
6
+ msg: zod.z.string().describe("Message providing additional context (empty on success)."),
7
+ status: zod.z.string().describe("Indicates success or error status of the request."),
8
+ results: zod.z.array(zod.z.string()).describe("Array of domain strings supported by the service, including Google domains across multiple countries/regions, Bing and Yahoo domains.")
9
+ }).describe("Response model containing the list of supported search engine domains.");
10
+ const serphouseDomainList = require_action.action("SERPHOUSE_DOMAIN_LIST", {
11
+ slug: "serphouse-domain-list",
12
+ name: "Get Domain List",
13
+ description: "Tool to retrieve comprehensive list of search engine domains supported by the SERP API including Google, Bing, and Yahoo. Use when you need to know which domains are available for search queries.",
14
+ input: SerphouseDomainListInput,
15
+ output: SerphouseDomainListOutput
16
+ });
17
+ //#endregion
18
+ exports.serphouseDomainList = serphouseDomainList;
19
+
20
+ //# sourceMappingURL=domain-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain-list.cjs","names":["z","action"],"sources":["../../src/actions/domain-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseDomainListInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of supported search engine domains.\\nNo parameters are required.\");\nexport const SerphouseDomainListOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Message providing additional context (empty on success).\"),\n status: z.string().describe(\"Indicates success or error status of the request.\"),\n results: z.array(z.string()).describe(\"Array of domain strings supported by the service, including Google domains across multiple countries/regions, Bing and Yahoo domains.\"),\n}).describe(\"Response model containing the list of supported search engine domains.\");\n\nexport const serphouseDomainList = action(\"SERPHOUSE_DOMAIN_LIST\", {\n slug: \"serphouse-domain-list\",\n name: \"Get Domain List\",\n description: \"Tool to retrieve comprehensive list of search engine domains supported by the SERP API including Google, Bing, and Yahoo. Use when you need to know which domains are available for search queries.\",\n input: SerphouseDomainListInput,\n output: SerphouseDomainListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wGAAwG;AACpL,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC/E,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uIAAuI;AAC/K,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/domain-list.d.ts
4
+ declare const SerphouseDomainListInput: z.ZodTypeAny;
5
+ declare const SerphouseDomainListOutput: z.ZodTypeAny;
6
+ declare const serphouseDomainList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseDomainList };
9
+ //# sourceMappingURL=domain-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain-list.d.cts","names":[],"sources":["../../src/actions/domain-list.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAA4I;AAAA,cACxK,yBAAA,EAA2B,CAAA,CAAE,UAI2C;AAAA,cAExE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/domain-list.d.ts
4
+ declare const SerphouseDomainListInput: z.ZodTypeAny;
5
+ declare const SerphouseDomainListOutput: z.ZodTypeAny;
6
+ declare const serphouseDomainList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseDomainList };
9
+ //# sourceMappingURL=domain-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain-list.d.mts","names":[],"sources":["../../src/actions/domain-list.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAA4I;AAAA,cACxK,yBAAA,EAA2B,CAAA,CAAE,UAI2C;AAAA,cAExE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const serphouseDomainList = action("SERPHOUSE_DOMAIN_LIST", {
4
+ slug: "serphouse-domain-list",
5
+ name: "Get Domain List",
6
+ description: "Tool to retrieve comprehensive list of search engine domains supported by the SERP API including Google, Bing, and Yahoo. Use when you need to know which domains are available for search queries.",
7
+ input: z.object({}).describe("Request model for retrieving the list of supported search engine domains.\nNo parameters are required."),
8
+ output: z.object({
9
+ msg: z.string().describe("Message providing additional context (empty on success)."),
10
+ status: z.string().describe("Indicates success or error status of the request."),
11
+ results: z.array(z.string()).describe("Array of domain strings supported by the service, including Google domains across multiple countries/regions, Bing and Yahoo domains.")
12
+ }).describe("Response model containing the list of supported search engine domains.")
13
+ });
14
+ //#endregion
15
+ export { serphouseDomainList };
16
+
17
+ //# sourceMappingURL=domain-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain-list.mjs","names":[],"sources":["../../src/actions/domain-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseDomainListInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of supported search engine domains.\\nNo parameters are required.\");\nexport const SerphouseDomainListOutput: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Message providing additional context (empty on success).\"),\n status: z.string().describe(\"Indicates success or error status of the request.\"),\n results: z.array(z.string()).describe(\"Array of domain strings supported by the service, including Google domains across multiple countries/regions, Bing and Yahoo domains.\"),\n}).describe(\"Response model containing the list of supported search engine domains.\");\n\nexport const serphouseDomainList = action(\"SERPHOUSE_DOMAIN_LIST\", {\n slug: \"serphouse-domain-list\",\n name: \"Get Domain List\",\n description: \"Tool to retrieve comprehensive list of search engine domains supported by the SERP API including Google, Bing, and Yahoo. Use when you need to know which domains are available for search queries.\",\n input: SerphouseDomainListInput,\n output: SerphouseDomainListOutput,\n});\n"],"mappings":";;AAWA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wGAWnE;CACP,QAXqD,EAAE,OAAO;EAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC/E,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uIAAuI;CAC/K,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/google-jobs-search.ts
4
+ const SerphouseGoogleJobsSearchInput = zod.z.object({
5
+ q: zod.z.string().describe("Search phrase to query for job listings."),
6
+ loc: zod.z.string().describe("Location name as string (e.g., 'New York,New York,United States'). Mutually exclusive with loc_id - provide either loc or loc_id, not both.").optional(),
7
+ lang: zod.z.string().describe("Language code for search results (e.g., 'en' for English, 'fr' for French)."),
8
+ domain: zod.z.string().describe("Google domain to search (e.g., 'google.com', 'google.co.uk')."),
9
+ loc_id: zod.z.number().int().describe("Location ID as integer. Mutually exclusive with loc - provide either loc or loc_id, not both.").optional(),
10
+ date_range: zod.z.string().describe("Filter by posting date. Accepts 'h' (past hour), 'd' (24 hours), 'w' (week), 'm' (month), 'y' (year), or custom date range format.").optional()
11
+ }).describe("Request parameters for Google Jobs search.");
12
+ const SerphouseGoogleJobsSearch_ApplyOptionSchema = zod.z.object({
13
+ link: zod.z.string().describe("URL to apply for the job.").nullable().optional(),
14
+ title: zod.z.string().describe("Title or text of the application link.").nullable().optional()
15
+ }).describe("Application link information for a job.");
16
+ const SerphouseGoogleJobsSearch_JobSchema = zod.z.object({
17
+ title: zod.z.string().describe("Job title or position name.").nullable().optional(),
18
+ location: zod.z.string().describe("Geographic location of the job.").nullable().optional(),
19
+ position: zod.z.number().int().describe("Job ranking number in search results.").nullable().optional(),
20
+ description: zod.z.string().describe("Full job description and details.").nullable().optional(),
21
+ company_name: zod.z.string().describe("Name of the employer or company.").nullable().optional(),
22
+ apply_options: zod.z.array(SerphouseGoogleJobsSearch_ApplyOptionSchema).describe("Array of application link objects.").nullable().optional()
23
+ }).describe("Individual job listing from search results.");
24
+ const SerphouseGoogleJobsSearch_SearchResultsSchema = zod.z.object({ jobs: zod.z.array(SerphouseGoogleJobsSearch_JobSchema).describe("Array of job listing objects.").nullable().optional() }).describe("Container for search results.");
25
+ const SerphouseGoogleJobsSearchOutput = zod.z.object({
26
+ status: zod.z.string().describe("Response status - returns 'success' for successful requests.").nullable().optional(),
27
+ results: SerphouseGoogleJobsSearch_SearchResultsSchema.nullable().optional(),
28
+ timestamp: zod.z.string().describe("Processing timestamp.").nullable().optional(),
29
+ request_id: zod.z.string().describe("Unique identifier for the request.").nullable().optional()
30
+ }).describe("Response schema for Google Jobs search.");
31
+ const serphouseGoogleJobsSearch = require_action.action("SERPHOUSE_GOOGLE_JOBS_SEARCH", {
32
+ slug: "serphouse-google-jobs-search",
33
+ name: "Google Jobs Search",
34
+ description: "Tool to perform real-time Google Jobs search to retrieve job listings. Use when you need to search for job postings on Google with specific query terms, location, and filters.",
35
+ input: SerphouseGoogleJobsSearchInput,
36
+ output: SerphouseGoogleJobsSearchOutput
37
+ });
38
+ //#endregion
39
+ exports.serphouseGoogleJobsSearch = serphouseGoogleJobsSearch;
40
+
41
+ //# sourceMappingURL=google-jobs-search.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-jobs-search.cjs","names":["z","action"],"sources":["../../src/actions/google-jobs-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseGoogleJobsSearchInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search phrase to query for job listings.\"),\n loc: z.string().describe(\"Location name as string (e.g., 'New York,New York,United States'). Mutually exclusive with loc_id - provide either loc or loc_id, not both.\").optional(),\n lang: z.string().describe(\"Language code for search results (e.g., 'en' for English, 'fr' for French).\"),\n domain: z.string().describe(\"Google domain to search (e.g., 'google.com', 'google.co.uk').\"),\n loc_id: z.number().int().describe(\"Location ID as integer. Mutually exclusive with loc - provide either loc or loc_id, not both.\").optional(),\n date_range: z.string().describe(\"Filter by posting date. Accepts 'h' (past hour), 'd' (24 hours), 'w' (week), 'm' (month), 'y' (year), or custom date range format.\").optional(),\n}).describe(\"Request parameters for Google Jobs search.\");\nconst SerphouseGoogleJobsSearch_ApplyOptionSchema: z.ZodTypeAny = z.object({\n link: z.string().describe(\"URL to apply for the job.\").nullable().optional(),\n title: z.string().describe(\"Title or text of the application link.\").nullable().optional(),\n}).describe(\"Application link information for a job.\");\nconst SerphouseGoogleJobsSearch_JobSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Job title or position name.\").nullable().optional(),\n location: z.string().describe(\"Geographic location of the job.\").nullable().optional(),\n position: z.number().int().describe(\"Job ranking number in search results.\").nullable().optional(),\n description: z.string().describe(\"Full job description and details.\").nullable().optional(),\n company_name: z.string().describe(\"Name of the employer or company.\").nullable().optional(),\n apply_options: z.array(SerphouseGoogleJobsSearch_ApplyOptionSchema).describe(\"Array of application link objects.\").nullable().optional(),\n}).describe(\"Individual job listing from search results.\");\nconst SerphouseGoogleJobsSearch_SearchResultsSchema: z.ZodTypeAny = z.object({\n jobs: z.array(SerphouseGoogleJobsSearch_JobSchema).describe(\"Array of job listing objects.\").nullable().optional(),\n}).describe(\"Container for search results.\");\nexport const SerphouseGoogleJobsSearchOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Response status - returns 'success' for successful requests.\").nullable().optional(),\n results: SerphouseGoogleJobsSearch_SearchResultsSchema.nullable().optional(),\n timestamp: z.string().describe(\"Processing timestamp.\").nullable().optional(),\n request_id: z.string().describe(\"Unique identifier for the request.\").nullable().optional(),\n}).describe(\"Response schema for Google Jobs search.\");\n\nexport const serphouseGoogleJobsSearch = action(\"SERPHOUSE_GOOGLE_JOBS_SEARCH\", {\n slug: \"serphouse-google-jobs-search\",\n name: \"Google Jobs Search\",\n description: \"Tool to perform real-time Google Jobs search to retrieve job listings. Use when you need to search for job postings on Google with specific query terms, location, and filters.\",\n input: SerphouseGoogleJobsSearchInput,\n output: SerphouseGoogleJobsSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACjL,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CACvG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC3F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC5I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,eAAeA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,gDAA8DA,IAAAA,EAAE,OAAO,EAC3E,MAAMA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,SAAS,8CAA8C,SAAS,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-jobs-search.d.ts
4
+ declare const SerphouseGoogleJobsSearchInput: z.ZodTypeAny;
5
+ declare const SerphouseGoogleJobsSearchOutput: z.ZodTypeAny;
6
+ declare const serphouseGoogleJobsSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseGoogleJobsSearch };
9
+ //# sourceMappingURL=google-jobs-search.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-jobs-search.d.cts","names":[],"sources":["../../src/actions/google-jobs-search.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAOU;AAAA,cAgB5C,+BAAA,EAAiC,CAAA,CAAE,UAKM;AAAA,cAEzC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-jobs-search.d.ts
4
+ declare const SerphouseGoogleJobsSearchInput: z.ZodTypeAny;
5
+ declare const SerphouseGoogleJobsSearchOutput: z.ZodTypeAny;
6
+ declare const serphouseGoogleJobsSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseGoogleJobsSearch };
9
+ //# sourceMappingURL=google-jobs-search.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-jobs-search.d.mts","names":[],"sources":["../../src/actions/google-jobs-search.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAOU;AAAA,cAgB5C,+BAAA,EAAiC,CAAA,CAAE,UAKM;AAAA,cAEzC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,40 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/google-jobs-search.ts
4
+ const SerphouseGoogleJobsSearchInput = z.object({
5
+ q: z.string().describe("Search phrase to query for job listings."),
6
+ loc: z.string().describe("Location name as string (e.g., 'New York,New York,United States'). Mutually exclusive with loc_id - provide either loc or loc_id, not both.").optional(),
7
+ lang: z.string().describe("Language code for search results (e.g., 'en' for English, 'fr' for French)."),
8
+ domain: z.string().describe("Google domain to search (e.g., 'google.com', 'google.co.uk')."),
9
+ loc_id: z.number().int().describe("Location ID as integer. Mutually exclusive with loc - provide either loc or loc_id, not both.").optional(),
10
+ date_range: z.string().describe("Filter by posting date. Accepts 'h' (past hour), 'd' (24 hours), 'w' (week), 'm' (month), 'y' (year), or custom date range format.").optional()
11
+ }).describe("Request parameters for Google Jobs search.");
12
+ const SerphouseGoogleJobsSearch_ApplyOptionSchema = z.object({
13
+ link: z.string().describe("URL to apply for the job.").nullable().optional(),
14
+ title: z.string().describe("Title or text of the application link.").nullable().optional()
15
+ }).describe("Application link information for a job.");
16
+ const SerphouseGoogleJobsSearch_JobSchema = z.object({
17
+ title: z.string().describe("Job title or position name.").nullable().optional(),
18
+ location: z.string().describe("Geographic location of the job.").nullable().optional(),
19
+ position: z.number().int().describe("Job ranking number in search results.").nullable().optional(),
20
+ description: z.string().describe("Full job description and details.").nullable().optional(),
21
+ company_name: z.string().describe("Name of the employer or company.").nullable().optional(),
22
+ apply_options: z.array(SerphouseGoogleJobsSearch_ApplyOptionSchema).describe("Array of application link objects.").nullable().optional()
23
+ }).describe("Individual job listing from search results.");
24
+ const SerphouseGoogleJobsSearch_SearchResultsSchema = z.object({ jobs: z.array(SerphouseGoogleJobsSearch_JobSchema).describe("Array of job listing objects.").nullable().optional() }).describe("Container for search results.");
25
+ const serphouseGoogleJobsSearch = action("SERPHOUSE_GOOGLE_JOBS_SEARCH", {
26
+ slug: "serphouse-google-jobs-search",
27
+ name: "Google Jobs Search",
28
+ description: "Tool to perform real-time Google Jobs search to retrieve job listings. Use when you need to search for job postings on Google with specific query terms, location, and filters.",
29
+ input: SerphouseGoogleJobsSearchInput,
30
+ output: z.object({
31
+ status: z.string().describe("Response status - returns 'success' for successful requests.").nullable().optional(),
32
+ results: SerphouseGoogleJobsSearch_SearchResultsSchema.nullable().optional(),
33
+ timestamp: z.string().describe("Processing timestamp.").nullable().optional(),
34
+ request_id: z.string().describe("Unique identifier for the request.").nullable().optional()
35
+ }).describe("Response schema for Google Jobs search.")
36
+ });
37
+ //#endregion
38
+ export { serphouseGoogleJobsSearch };
39
+
40
+ //# sourceMappingURL=google-jobs-search.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-jobs-search.mjs","names":[],"sources":["../../src/actions/google-jobs-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseGoogleJobsSearchInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search phrase to query for job listings.\"),\n loc: z.string().describe(\"Location name as string (e.g., 'New York,New York,United States'). Mutually exclusive with loc_id - provide either loc or loc_id, not both.\").optional(),\n lang: z.string().describe(\"Language code for search results (e.g., 'en' for English, 'fr' for French).\"),\n domain: z.string().describe(\"Google domain to search (e.g., 'google.com', 'google.co.uk').\"),\n loc_id: z.number().int().describe(\"Location ID as integer. Mutually exclusive with loc - provide either loc or loc_id, not both.\").optional(),\n date_range: z.string().describe(\"Filter by posting date. Accepts 'h' (past hour), 'd' (24 hours), 'w' (week), 'm' (month), 'y' (year), or custom date range format.\").optional(),\n}).describe(\"Request parameters for Google Jobs search.\");\nconst SerphouseGoogleJobsSearch_ApplyOptionSchema: z.ZodTypeAny = z.object({\n link: z.string().describe(\"URL to apply for the job.\").nullable().optional(),\n title: z.string().describe(\"Title or text of the application link.\").nullable().optional(),\n}).describe(\"Application link information for a job.\");\nconst SerphouseGoogleJobsSearch_JobSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Job title or position name.\").nullable().optional(),\n location: z.string().describe(\"Geographic location of the job.\").nullable().optional(),\n position: z.number().int().describe(\"Job ranking number in search results.\").nullable().optional(),\n description: z.string().describe(\"Full job description and details.\").nullable().optional(),\n company_name: z.string().describe(\"Name of the employer or company.\").nullable().optional(),\n apply_options: z.array(SerphouseGoogleJobsSearch_ApplyOptionSchema).describe(\"Array of application link objects.\").nullable().optional(),\n}).describe(\"Individual job listing from search results.\");\nconst SerphouseGoogleJobsSearch_SearchResultsSchema: z.ZodTypeAny = z.object({\n jobs: z.array(SerphouseGoogleJobsSearch_JobSchema).describe(\"Array of job listing objects.\").nullable().optional(),\n}).describe(\"Container for search results.\");\nexport const SerphouseGoogleJobsSearchOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Response status - returns 'success' for successful requests.\").nullable().optional(),\n results: SerphouseGoogleJobsSearch_SearchResultsSchema.nullable().optional(),\n timestamp: z.string().describe(\"Processing timestamp.\").nullable().optional(),\n request_id: z.string().describe(\"Unique identifier for the request.\").nullable().optional(),\n}).describe(\"Response schema for Google Jobs search.\");\n\nexport const serphouseGoogleJobsSearch = action(\"SERPHOUSE_GOOGLE_JOBS_SEARCH\", {\n slug: \"serphouse-google-jobs-search\",\n name: \"Google Jobs Search\",\n description: \"Tool to perform real-time Google Jobs search to retrieve job listings. Use when you need to search for job postings on Google with specific query terms, location, and filters.\",\n input: SerphouseGoogleJobsSearchInput,\n output: SerphouseGoogleJobsSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACjL,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CACvG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC5I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,sCAAoD,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,eAAe,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,gDAA8D,EAAE,OAAO,EAC3E,MAAM,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAQ3C,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ2D,EAAE,OAAO;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,SAAS,8CAA8C,SAAS,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/google-serp-advanced-scheduled.ts
4
+ const SerphouseGoogleSerpAdvancedScheduledInput = zod.z.object({ data: zod.z.array(zod.z.object({
5
+ q: zod.z.string().describe("Search query term to execute."),
6
+ loc: zod.z.string().describe("Location name for geo-targeted results (e.g., 'New York,New York,United States'). Required if loc_id is not specified.").optional(),
7
+ lang: zod.z.string().describe("Language code for search results (e.g., 'en', 'fr', 'es')."),
8
+ device: zod.z.string().describe("Device type for search simulation: 'desktop', 'tablet', or 'mobile'."),
9
+ domain: zod.z.string().describe("Search engine domain (e.g., 'google.com', 'google.co.uk')."),
10
+ loc_id: zod.z.number().int().describe("Location ID for geo-targeted results. Required if loc is not specified.").optional(),
11
+ gfilter: zod.z.number().int().describe("Filter toggle for similar/omitted results: 0 to disable, 1 to enable (default is 1).").optional(),
12
+ verbatim: zod.z.number().int().describe("Verbatim search mode: 0 for off, 1 for on. When on, disables Google's query alterations.").optional(),
13
+ max_pages: zod.z.number().int().describe("Number of result pages to retrieve (1-10, default is 10). Credits are reserved upfront (1 page = 1 credit).").optional(),
14
+ date_range: zod.z.string().describe("Date filter for search results. Use shortcuts ('h'=hour, 'd'=day, 'w'=week, 'm'=month, 'y'=year) or date range format 'YYYY-MM-DD,YYYY-MM-DD'.").optional(),
15
+ pingback_url: zod.z.string().describe("Notification URL to ping when task completes.").optional(),
16
+ postback_url: zod.z.string().describe("Webhook URL to receive completed task results via POST request.").optional()
17
+ }).describe("Individual search task configuration for scheduling.")).describe("List of search tasks to schedule. Each task will retrieve up to 100 results across multiple pages.") }).describe("Request model for scheduling Google SERP scraping tasks.");
18
+ const SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema = zod.z.object({
19
+ q: zod.z.string().describe("Search query that was submitted.").nullable().optional(),
20
+ id: zod.z.number().int().describe("Unique task identifier assigned by the system.").nullable().optional(),
21
+ domain: zod.z.string().describe("Search engine domain used for the task.").nullable().optional(),
22
+ status: zod.z.string().describe("Operation status: 'success' if scheduled successfully, 'error' if failed.").nullable().optional(),
23
+ max_pages: zod.z.number().int().describe("Number of pages requested for this task.").nullable().optional(),
24
+ created_at: zod.z.string().describe("Timestamp when the task was created.").nullable().optional(),
25
+ num_result: zod.z.number().int().describe("Expected number of results to be retrieved.").nullable().optional(),
26
+ is_scheduled: zod.z.number().int().describe("Scheduling confirmation: 1 indicates task was successfully scheduled, 0 otherwise.").nullable().optional()
27
+ }).describe("Response details for a single scheduled task.");
28
+ const SerphouseGoogleSerpAdvancedScheduledOutput = zod.z.object({ tasks: zod.z.array(SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema).describe("List of scheduled task responses, one per submitted search task.").nullable().optional() }).describe("Response model for scheduled Google SERP scraping tasks.");
29
+ const serphouseGoogleSerpAdvancedScheduled = require_action.action("SERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULED", {
30
+ slug: "serphouse-google-serp-advanced-scheduled",
31
+ name: "Schedule Google SERP Advanced Search",
32
+ description: "Tool to schedule Google SERP scraping tasks that fetch up to 100 results by iterating through multiple result pages. Use when you need comprehensive search results beyond Google's 10-result limit. Credits are reserved upfront based on max_pages (1 page = 1 credit), with automatic refunds for unused pages.",
33
+ input: SerphouseGoogleSerpAdvancedScheduledInput,
34
+ output: SerphouseGoogleSerpAdvancedScheduledOutput
35
+ });
36
+ //#endregion
37
+ exports.serphouseGoogleSerpAdvancedScheduled = serphouseGoogleSerpAdvancedScheduled;
38
+
39
+ //# sourceMappingURL=google-serp-advanced-scheduled.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-serp-advanced-scheduled.cjs","names":["z","action"],"sources":["../../src/actions/google-serp-advanced-scheduled.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseGoogleSerpAdvancedScheduledInput: z.ZodTypeAny = z.object({\n data: z.array(z.object({\n q: z.string().describe(\"Search query term to execute.\"),\n loc: z.string().describe(\"Location name for geo-targeted results (e.g., 'New York,New York,United States'). Required if loc_id is not specified.\").optional(),\n lang: z.string().describe(\"Language code for search results (e.g., 'en', 'fr', 'es').\"),\n device: z.string().describe(\"Device type for search simulation: 'desktop', 'tablet', or 'mobile'.\"),\n domain: z.string().describe(\"Search engine domain (e.g., 'google.com', 'google.co.uk').\"),\n loc_id: z.number().int().describe(\"Location ID for geo-targeted results. Required if loc is not specified.\").optional(),\n gfilter: z.number().int().describe(\"Filter toggle for similar/omitted results: 0 to disable, 1 to enable (default is 1).\").optional(),\n verbatim: z.number().int().describe(\"Verbatim search mode: 0 for off, 1 for on. When on, disables Google's query alterations.\").optional(),\n max_pages: z.number().int().describe(\"Number of result pages to retrieve (1-10, default is 10). Credits are reserved upfront (1 page = 1 credit).\").optional(),\n date_range: z.string().describe(\"Date filter for search results. Use shortcuts ('h'=hour, 'd'=day, 'w'=week, 'm'=month, 'y'=year) or date range format 'YYYY-MM-DD,YYYY-MM-DD'.\").optional(),\n pingback_url: z.string().describe(\"Notification URL to ping when task completes.\").optional(),\n postback_url: z.string().describe(\"Webhook URL to receive completed task results via POST request.\").optional(),\n}).describe(\"Individual search task configuration for scheduling.\")).describe(\"List of search tasks to schedule. Each task will retrieve up to 100 results across multiple pages.\"),\n}).describe(\"Request model for scheduling Google SERP scraping tasks.\");\nconst SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search query that was submitted.\").nullable().optional(),\n id: z.number().int().describe(\"Unique task identifier assigned by the system.\").nullable().optional(),\n domain: z.string().describe(\"Search engine domain used for the task.\").nullable().optional(),\n status: z.string().describe(\"Operation status: 'success' if scheduled successfully, 'error' if failed.\").nullable().optional(),\n max_pages: z.number().int().describe(\"Number of pages requested for this task.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the task was created.\").nullable().optional(),\n num_result: z.number().int().describe(\"Expected number of results to be retrieved.\").nullable().optional(),\n is_scheduled: z.number().int().describe(\"Scheduling confirmation: 1 indicates task was successfully scheduled, 0 otherwise.\").nullable().optional(),\n}).describe(\"Response details for a single scheduled task.\");\nexport const SerphouseGoogleSerpAdvancedScheduledOutput: z.ZodTypeAny = z.object({\n tasks: z.array(SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema).describe(\"List of scheduled task responses, one per submitted search task.\").nullable().optional(),\n}).describe(\"Response model for scheduled Google SERP scraping tasks.\");\n\nexport const serphouseGoogleSerpAdvancedScheduled = action(\"SERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULED\", {\n slug: \"serphouse-google-serp-advanced-scheduled\",\n name: \"Schedule Google SERP Advanced Search\",\n description: \"Tool to schedule Google SERP scraping tasks that fetch up to 100 results by iterating through multiple result pages. Use when you need comprehensive search results beyond Google's 10-result limit. Credits are reserved upfront based on max_pages (1 page = 1 credit), with automatic refunds for unused pages.\",\n input: SerphouseGoogleSerpAdvancedScheduledInput,\n output: SerphouseGoogleSerpAdvancedScheduledOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CACvB,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC5J,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAClG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACtH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACpI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACzI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CAC7J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS;CAC3L,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC5F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,CAAC,SAAS,oGAAoG,EAClL,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,mEAAiFA,IAAAA,EAAE,OAAO;CAC9F,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,6CAA2DA,IAAAA,EAAE,OAAO,EAC/E,OAAOA,IAAAA,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpL,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-serp-advanced-scheduled.d.ts
4
+ declare const SerphouseGoogleSerpAdvancedScheduledInput: z.ZodTypeAny;
5
+ declare const SerphouseGoogleSerpAdvancedScheduledOutput: z.ZodTypeAny;
6
+ declare const serphouseGoogleSerpAdvancedScheduled: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseGoogleSerpAdvancedScheduled };
9
+ //# sourceMappingURL=google-serp-advanced-scheduled.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-serp-advanced-scheduled.d.cts","names":[],"sources":["../../src/actions/google-serp-advanced-scheduled.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAea;AAAA,cAW1D,0CAAA,EAA4C,CAAA,CAAE,UAEY;AAAA,cAE1D,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/google-serp-advanced-scheduled.d.ts
4
+ declare const SerphouseGoogleSerpAdvancedScheduledInput: z.ZodTypeAny;
5
+ declare const SerphouseGoogleSerpAdvancedScheduledOutput: z.ZodTypeAny;
6
+ declare const serphouseGoogleSerpAdvancedScheduled: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { serphouseGoogleSerpAdvancedScheduled };
9
+ //# sourceMappingURL=google-serp-advanced-scheduled.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-serp-advanced-scheduled.d.mts","names":[],"sources":["../../src/actions/google-serp-advanced-scheduled.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAea;AAAA,cAW1D,0CAAA,EAA4C,CAAA,CAAE,UAEY;AAAA,cAE1D,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/google-serp-advanced-scheduled.ts
4
+ const SerphouseGoogleSerpAdvancedScheduledInput = z.object({ data: z.array(z.object({
5
+ q: z.string().describe("Search query term to execute."),
6
+ loc: z.string().describe("Location name for geo-targeted results (e.g., 'New York,New York,United States'). Required if loc_id is not specified.").optional(),
7
+ lang: z.string().describe("Language code for search results (e.g., 'en', 'fr', 'es')."),
8
+ device: z.string().describe("Device type for search simulation: 'desktop', 'tablet', or 'mobile'."),
9
+ domain: z.string().describe("Search engine domain (e.g., 'google.com', 'google.co.uk')."),
10
+ loc_id: z.number().int().describe("Location ID for geo-targeted results. Required if loc is not specified.").optional(),
11
+ gfilter: z.number().int().describe("Filter toggle for similar/omitted results: 0 to disable, 1 to enable (default is 1).").optional(),
12
+ verbatim: z.number().int().describe("Verbatim search mode: 0 for off, 1 for on. When on, disables Google's query alterations.").optional(),
13
+ max_pages: z.number().int().describe("Number of result pages to retrieve (1-10, default is 10). Credits are reserved upfront (1 page = 1 credit).").optional(),
14
+ date_range: z.string().describe("Date filter for search results. Use shortcuts ('h'=hour, 'd'=day, 'w'=week, 'm'=month, 'y'=year) or date range format 'YYYY-MM-DD,YYYY-MM-DD'.").optional(),
15
+ pingback_url: z.string().describe("Notification URL to ping when task completes.").optional(),
16
+ postback_url: z.string().describe("Webhook URL to receive completed task results via POST request.").optional()
17
+ }).describe("Individual search task configuration for scheduling.")).describe("List of search tasks to schedule. Each task will retrieve up to 100 results across multiple pages.") }).describe("Request model for scheduling Google SERP scraping tasks.");
18
+ const SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema = z.object({
19
+ q: z.string().describe("Search query that was submitted.").nullable().optional(),
20
+ id: z.number().int().describe("Unique task identifier assigned by the system.").nullable().optional(),
21
+ domain: z.string().describe("Search engine domain used for the task.").nullable().optional(),
22
+ status: z.string().describe("Operation status: 'success' if scheduled successfully, 'error' if failed.").nullable().optional(),
23
+ max_pages: z.number().int().describe("Number of pages requested for this task.").nullable().optional(),
24
+ created_at: z.string().describe("Timestamp when the task was created.").nullable().optional(),
25
+ num_result: z.number().int().describe("Expected number of results to be retrieved.").nullable().optional(),
26
+ is_scheduled: z.number().int().describe("Scheduling confirmation: 1 indicates task was successfully scheduled, 0 otherwise.").nullable().optional()
27
+ }).describe("Response details for a single scheduled task.");
28
+ const serphouseGoogleSerpAdvancedScheduled = action("SERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULED", {
29
+ slug: "serphouse-google-serp-advanced-scheduled",
30
+ name: "Schedule Google SERP Advanced Search",
31
+ description: "Tool to schedule Google SERP scraping tasks that fetch up to 100 results by iterating through multiple result pages. Use when you need comprehensive search results beyond Google's 10-result limit. Credits are reserved upfront based on max_pages (1 page = 1 credit), with automatic refunds for unused pages.",
32
+ input: SerphouseGoogleSerpAdvancedScheduledInput,
33
+ output: z.object({ tasks: z.array(SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema).describe("List of scheduled task responses, one per submitted search task.").nullable().optional() }).describe("Response model for scheduled Google SERP scraping tasks.")
34
+ });
35
+ //#endregion
36
+ export { serphouseGoogleSerpAdvancedScheduled };
37
+
38
+ //# sourceMappingURL=google-serp-advanced-scheduled.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-serp-advanced-scheduled.mjs","names":[],"sources":["../../src/actions/google-serp-advanced-scheduled.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SerphouseGoogleSerpAdvancedScheduledInput: z.ZodTypeAny = z.object({\n data: z.array(z.object({\n q: z.string().describe(\"Search query term to execute.\"),\n loc: z.string().describe(\"Location name for geo-targeted results (e.g., 'New York,New York,United States'). Required if loc_id is not specified.\").optional(),\n lang: z.string().describe(\"Language code for search results (e.g., 'en', 'fr', 'es').\"),\n device: z.string().describe(\"Device type for search simulation: 'desktop', 'tablet', or 'mobile'.\"),\n domain: z.string().describe(\"Search engine domain (e.g., 'google.com', 'google.co.uk').\"),\n loc_id: z.number().int().describe(\"Location ID for geo-targeted results. Required if loc is not specified.\").optional(),\n gfilter: z.number().int().describe(\"Filter toggle for similar/omitted results: 0 to disable, 1 to enable (default is 1).\").optional(),\n verbatim: z.number().int().describe(\"Verbatim search mode: 0 for off, 1 for on. When on, disables Google's query alterations.\").optional(),\n max_pages: z.number().int().describe(\"Number of result pages to retrieve (1-10, default is 10). Credits are reserved upfront (1 page = 1 credit).\").optional(),\n date_range: z.string().describe(\"Date filter for search results. Use shortcuts ('h'=hour, 'd'=day, 'w'=week, 'm'=month, 'y'=year) or date range format 'YYYY-MM-DD,YYYY-MM-DD'.\").optional(),\n pingback_url: z.string().describe(\"Notification URL to ping when task completes.\").optional(),\n postback_url: z.string().describe(\"Webhook URL to receive completed task results via POST request.\").optional(),\n}).describe(\"Individual search task configuration for scheduling.\")).describe(\"List of search tasks to schedule. Each task will retrieve up to 100 results across multiple pages.\"),\n}).describe(\"Request model for scheduling Google SERP scraping tasks.\");\nconst SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Search query that was submitted.\").nullable().optional(),\n id: z.number().int().describe(\"Unique task identifier assigned by the system.\").nullable().optional(),\n domain: z.string().describe(\"Search engine domain used for the task.\").nullable().optional(),\n status: z.string().describe(\"Operation status: 'success' if scheduled successfully, 'error' if failed.\").nullable().optional(),\n max_pages: z.number().int().describe(\"Number of pages requested for this task.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the task was created.\").nullable().optional(),\n num_result: z.number().int().describe(\"Expected number of results to be retrieved.\").nullable().optional(),\n is_scheduled: z.number().int().describe(\"Scheduling confirmation: 1 indicates task was successfully scheduled, 0 otherwise.\").nullable().optional(),\n}).describe(\"Response details for a single scheduled task.\");\nexport const SerphouseGoogleSerpAdvancedScheduledOutput: z.ZodTypeAny = z.object({\n tasks: z.array(SerphouseGoogleSerpAdvancedScheduled_ScheduledTaskResponseSchema).describe(\"List of scheduled task responses, one per submitted search task.\").nullable().optional(),\n}).describe(\"Response model for scheduled Google SERP scraping tasks.\");\n\nexport const serphouseGoogleSerpAdvancedScheduled = action(\"SERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULED\", {\n slug: \"serphouse-google-serp-advanced-scheduled\",\n name: \"Schedule Google SERP Advanced Search\",\n description: \"Tool to schedule Google SERP scraping tasks that fetch up to 100 results by iterating through multiple result pages. Use when you need comprehensive search results beyond Google's 10-result limit. Credits are reserved upfront based on max_pages (1 page = 1 credit), with automatic refunds for unused pages.\",\n input: SerphouseGoogleSerpAdvancedScheduledInput,\n output: SerphouseGoogleSerpAdvancedScheduledOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO,EAC9E,MAAM,EAAE,MAAM,EAAE,OAAO;CACvB,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC5J,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACtH,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACpI,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACzI,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CAC7J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS;CAC3L,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC5F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,CAAC,SAAS,oGAAoG,EAClL,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,mEAAiF,EAAE,OAAO;CAC9F,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAK3D,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsE,EAAE,OAAO,EAC/E,OAAO,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpL,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}