@keystrokehq/scrapegraph_ai 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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/convert-webpage-to-markdown-v2.cjs +39 -0
- package/dist/actions/convert-webpage-to-markdown-v2.cjs.map +1 -0
- package/dist/actions/convert-webpage-to-markdown-v2.d.cts +9 -0
- package/dist/actions/convert-webpage-to-markdown-v2.d.cts.map +1 -0
- package/dist/actions/convert-webpage-to-markdown-v2.d.mts +9 -0
- package/dist/actions/convert-webpage-to-markdown-v2.d.mts.map +1 -0
- package/dist/actions/convert-webpage-to-markdown-v2.mjs +36 -0
- package/dist/actions/convert-webpage-to-markdown-v2.mjs.map +1 -0
- package/dist/actions/generate-schema.cjs +26 -0
- package/dist/actions/generate-schema.cjs.map +1 -0
- package/dist/actions/generate-schema.d.cts +9 -0
- package/dist/actions/generate-schema.d.cts.map +1 -0
- package/dist/actions/generate-schema.d.mts +9 -0
- package/dist/actions/generate-schema.d.mts.map +1 -0
- package/dist/actions/generate-schema.mjs +23 -0
- package/dist/actions/generate-schema.mjs.map +1 -0
- package/dist/actions/get-agentic-scraper-history.cjs +38 -0
- package/dist/actions/get-agentic-scraper-history.cjs.map +1 -0
- package/dist/actions/get-agentic-scraper-history.d.cts +9 -0
- package/dist/actions/get-agentic-scraper-history.d.cts.map +1 -0
- package/dist/actions/get-agentic-scraper-history.d.mts +9 -0
- package/dist/actions/get-agentic-scraper-history.d.mts.map +1 -0
- package/dist/actions/get-agentic-scraper-history.mjs +37 -0
- package/dist/actions/get-agentic-scraper-history.mjs.map +1 -0
- package/dist/actions/get-crawler-history.cjs +48 -0
- package/dist/actions/get-crawler-history.cjs.map +1 -0
- package/dist/actions/get-crawler-history.d.cts +9 -0
- package/dist/actions/get-crawler-history.d.cts.map +1 -0
- package/dist/actions/get-crawler-history.d.mts +9 -0
- package/dist/actions/get-crawler-history.d.mts.map +1 -0
- package/dist/actions/get-crawler-history.mjs +47 -0
- package/dist/actions/get-crawler-history.mjs.map +1 -0
- package/dist/actions/get-credits.cjs +20 -0
- package/dist/actions/get-credits.cjs.map +1 -0
- package/dist/actions/get-credits.d.cts +9 -0
- package/dist/actions/get-credits.d.cts.map +1 -0
- package/dist/actions/get-credits.d.mts +9 -0
- package/dist/actions/get-credits.d.mts.map +1 -0
- package/dist/actions/get-credits.mjs +17 -0
- package/dist/actions/get-credits.mjs.map +1 -0
- package/dist/actions/get-endpoint-suggestions.cjs +32 -0
- package/dist/actions/get-endpoint-suggestions.cjs.map +1 -0
- package/dist/actions/get-endpoint-suggestions.d.cts +9 -0
- package/dist/actions/get-endpoint-suggestions.d.cts.map +1 -0
- package/dist/actions/get-endpoint-suggestions.d.mts +9 -0
- package/dist/actions/get-endpoint-suggestions.d.mts.map +1 -0
- package/dist/actions/get-endpoint-suggestions.mjs +31 -0
- package/dist/actions/get-endpoint-suggestions.mjs.map +1 -0
- package/dist/actions/get-live-session-url.cjs +22 -0
- package/dist/actions/get-live-session-url.cjs.map +1 -0
- package/dist/actions/get-live-session-url.d.cts +9 -0
- package/dist/actions/get-live-session-url.d.cts.map +1 -0
- package/dist/actions/get-live-session-url.d.mts +9 -0
- package/dist/actions/get-live-session-url.d.mts.map +1 -0
- package/dist/actions/get-live-session-url.mjs +19 -0
- package/dist/actions/get-live-session-url.mjs.map +1 -0
- package/dist/actions/get-markdownify-history.cjs +35 -0
- package/dist/actions/get-markdownify-history.cjs.map +1 -0
- package/dist/actions/get-markdownify-history.d.cts +9 -0
- package/dist/actions/get-markdownify-history.d.cts.map +1 -0
- package/dist/actions/get-markdownify-history.d.mts +9 -0
- package/dist/actions/get-markdownify-history.d.mts.map +1 -0
- package/dist/actions/get-markdownify-history.mjs +34 -0
- package/dist/actions/get-markdownify-history.mjs.map +1 -0
- package/dist/actions/get-scrape-history.cjs +36 -0
- package/dist/actions/get-scrape-history.cjs.map +1 -0
- package/dist/actions/get-scrape-history.d.cts +9 -0
- package/dist/actions/get-scrape-history.d.cts.map +1 -0
- package/dist/actions/get-scrape-history.d.mts +9 -0
- package/dist/actions/get-scrape-history.d.mts.map +1 -0
- package/dist/actions/get-scrape-history.mjs +35 -0
- package/dist/actions/get-scrape-history.mjs.map +1 -0
- package/dist/actions/get-searchscraper-history.cjs +37 -0
- package/dist/actions/get-searchscraper-history.cjs.map +1 -0
- package/dist/actions/get-searchscraper-history.d.cts +9 -0
- package/dist/actions/get-searchscraper-history.d.cts.map +1 -0
- package/dist/actions/get-searchscraper-history.d.mts +9 -0
- package/dist/actions/get-searchscraper-history.d.mts.map +1 -0
- package/dist/actions/get-searchscraper-history.mjs +36 -0
- package/dist/actions/get-searchscraper-history.mjs.map +1 -0
- package/dist/actions/get-sitemap-history.cjs +33 -0
- package/dist/actions/get-sitemap-history.cjs.map +1 -0
- package/dist/actions/get-sitemap-history.d.cts +9 -0
- package/dist/actions/get-sitemap-history.d.cts.map +1 -0
- package/dist/actions/get-sitemap-history.d.mts +9 -0
- package/dist/actions/get-sitemap-history.d.mts.map +1 -0
- package/dist/actions/get-sitemap-history.mjs +32 -0
- package/dist/actions/get-sitemap-history.mjs.map +1 -0
- package/dist/actions/get-smartscraper-history.cjs +37 -0
- package/dist/actions/get-smartscraper-history.cjs.map +1 -0
- package/dist/actions/get-smartscraper-history.d.cts +9 -0
- package/dist/actions/get-smartscraper-history.d.cts.map +1 -0
- package/dist/actions/get-smartscraper-history.d.mts +9 -0
- package/dist/actions/get-smartscraper-history.d.mts.map +1 -0
- package/dist/actions/get-smartscraper-history.mjs +36 -0
- package/dist/actions/get-smartscraper-history.mjs.map +1 -0
- package/dist/actions/get-usage-timeline.cjs +25 -0
- package/dist/actions/get-usage-timeline.cjs.map +1 -0
- package/dist/actions/get-usage-timeline.d.cts +9 -0
- package/dist/actions/get-usage-timeline.d.cts.map +1 -0
- package/dist/actions/get-usage-timeline.d.mts +9 -0
- package/dist/actions/get-usage-timeline.d.mts.map +1 -0
- package/dist/actions/get-usage-timeline.mjs +24 -0
- package/dist/actions/get-usage-timeline.mjs.map +1 -0
- package/dist/actions/get-webhook-logs.cjs +30 -0
- package/dist/actions/get-webhook-logs.cjs.map +1 -0
- package/dist/actions/get-webhook-logs.d.cts +9 -0
- package/dist/actions/get-webhook-logs.d.cts.map +1 -0
- package/dist/actions/get-webhook-logs.d.mts +9 -0
- package/dist/actions/get-webhook-logs.d.mts.map +1 -0
- package/dist/actions/get-webhook-logs.mjs +29 -0
- package/dist/actions/get-webhook-logs.mjs.map +1 -0
- package/dist/actions/index.cjs +55 -0
- package/dist/actions/index.d.cts +28 -0
- package/dist/actions/index.d.mts +28 -0
- package/dist/actions/index.mjs +28 -0
- package/dist/actions/list-scheduled-jobs.cjs +39 -0
- package/dist/actions/list-scheduled-jobs.cjs.map +1 -0
- package/dist/actions/list-scheduled-jobs.d.cts +9 -0
- package/dist/actions/list-scheduled-jobs.d.cts.map +1 -0
- package/dist/actions/list-scheduled-jobs.d.mts +9 -0
- package/dist/actions/list-scheduled-jobs.d.mts.map +1 -0
- package/dist/actions/list-scheduled-jobs.mjs +38 -0
- package/dist/actions/list-scheduled-jobs.mjs.map +1 -0
- package/dist/actions/markdownify-status.cjs +27 -0
- package/dist/actions/markdownify-status.cjs.map +1 -0
- package/dist/actions/markdownify-status.d.cts +9 -0
- package/dist/actions/markdownify-status.d.cts.map +1 -0
- package/dist/actions/markdownify-status.d.mts +9 -0
- package/dist/actions/markdownify-status.d.mts.map +1 -0
- package/dist/actions/markdownify-status.mjs +24 -0
- package/dist/actions/markdownify-status.mjs.map +1 -0
- package/dist/actions/save-endpoint.cjs +36 -0
- package/dist/actions/save-endpoint.cjs.map +1 -0
- package/dist/actions/save-endpoint.d.cts +9 -0
- package/dist/actions/save-endpoint.d.cts.map +1 -0
- package/dist/actions/save-endpoint.d.mts +9 -0
- package/dist/actions/save-endpoint.d.mts.map +1 -0
- package/dist/actions/save-endpoint.mjs +33 -0
- package/dist/actions/save-endpoint.mjs.map +1 -0
- package/dist/actions/search-scraper-status.cjs +25 -0
- package/dist/actions/search-scraper-status.cjs.map +1 -0
- package/dist/actions/search-scraper-status.d.cts +9 -0
- package/dist/actions/search-scraper-status.d.cts.map +1 -0
- package/dist/actions/search-scraper-status.d.mts +9 -0
- package/dist/actions/search-scraper-status.d.mts.map +1 -0
- package/dist/actions/search-scraper-status.mjs +22 -0
- package/dist/actions/search-scraper-status.mjs.map +1 -0
- package/dist/actions/search-scraper.cjs +31 -0
- package/dist/actions/search-scraper.cjs.map +1 -0
- package/dist/actions/search-scraper.d.cts +9 -0
- package/dist/actions/search-scraper.d.cts.map +1 -0
- package/dist/actions/search-scraper.d.mts +9 -0
- package/dist/actions/search-scraper.d.mts.map +1 -0
- package/dist/actions/search-scraper.mjs +28 -0
- package/dist/actions/search-scraper.mjs.map +1 -0
- package/dist/actions/smart-crawler-status.cjs +33 -0
- package/dist/actions/smart-crawler-status.cjs.map +1 -0
- package/dist/actions/smart-crawler-status.d.cts +9 -0
- package/dist/actions/smart-crawler-status.d.cts.map +1 -0
- package/dist/actions/smart-crawler-status.d.mts +9 -0
- package/dist/actions/smart-crawler-status.d.mts.map +1 -0
- package/dist/actions/smart-crawler-status.mjs +32 -0
- package/dist/actions/smart-crawler-status.mjs.map +1 -0
- package/dist/actions/smart-scraper-start.cjs +45 -0
- package/dist/actions/smart-scraper-start.cjs.map +1 -0
- package/dist/actions/smart-scraper-start.d.cts +9 -0
- package/dist/actions/smart-scraper-start.d.cts.map +1 -0
- package/dist/actions/smart-scraper-start.d.mts +9 -0
- package/dist/actions/smart-scraper-start.d.mts.map +1 -0
- package/dist/actions/smart-scraper-start.mjs +42 -0
- package/dist/actions/smart-scraper-start.mjs.map +1 -0
- package/dist/actions/smart-scraper-status.cjs +23 -0
- package/dist/actions/smart-scraper-status.cjs.map +1 -0
- package/dist/actions/smart-scraper-status.d.cts +9 -0
- package/dist/actions/smart-scraper-status.d.cts.map +1 -0
- package/dist/actions/smart-scraper-status.d.mts +9 -0
- package/dist/actions/smart-scraper-status.d.mts.map +1 -0
- package/dist/actions/smart-scraper-status.mjs +20 -0
- package/dist/actions/smart-scraper-status.mjs.map +1 -0
- package/dist/actions/start-smart-crawler.cjs +37 -0
- package/dist/actions/start-smart-crawler.cjs.map +1 -0
- package/dist/actions/start-smart-crawler.d.cts +9 -0
- package/dist/actions/start-smart-crawler.d.cts.map +1 -0
- package/dist/actions/start-smart-crawler.d.mts +9 -0
- package/dist/actions/start-smart-crawler.d.mts.map +1 -0
- package/dist/actions/start-smart-crawler.mjs +34 -0
- package/dist/actions/start-smart-crawler.mjs.map +1 -0
- package/dist/actions/submit-feedback.cjs +25 -0
- package/dist/actions/submit-feedback.cjs.map +1 -0
- package/dist/actions/submit-feedback.d.cts +9 -0
- package/dist/actions/submit-feedback.d.cts.map +1 -0
- package/dist/actions/submit-feedback.d.mts +9 -0
- package/dist/actions/submit-feedback.d.mts.map +1 -0
- package/dist/actions/submit-feedback.mjs +22 -0
- package/dist/actions/submit-feedback.mjs.map +1 -0
- package/dist/actions/submit-product-feedback.cjs +34 -0
- package/dist/actions/submit-product-feedback.cjs.map +1 -0
- package/dist/actions/submit-product-feedback.d.cts +9 -0
- package/dist/actions/submit-product-feedback.d.cts.map +1 -0
- package/dist/actions/submit-product-feedback.d.mts +9 -0
- package/dist/actions/submit-product-feedback.d.mts.map +1 -0
- package/dist/actions/submit-product-feedback.mjs +31 -0
- package/dist/actions/submit-product-feedback.mjs.map +1 -0
- package/dist/actions/toonify.cjs +16 -0
- package/dist/actions/toonify.cjs.map +1 -0
- package/dist/actions/toonify.d.cts +9 -0
- package/dist/actions/toonify.d.cts.map +1 -0
- package/dist/actions/toonify.d.mts +9 -0
- package/dist/actions/toonify.d.mts.map +1 -0
- package/dist/actions/toonify.mjs +13 -0
- package/dist/actions/toonify.mjs.map +1 -0
- package/dist/actions/validate-api-key.cjs +19 -0
- package/dist/actions/validate-api-key.cjs.map +1 -0
- package/dist/actions/validate-api-key.d.cts +9 -0
- package/dist/actions/validate-api-key.d.cts.map +1 -0
- package/dist/actions/validate-api-key.d.mts +9 -0
- package/dist/actions/validate-api-key.d.mts.map +1 -0
- package/dist/actions/validate-api-key.mjs +16 -0
- package/dist/actions/validate-api-key.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +60 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.mts +30 -0
- package/dist/index.mjs +31 -0
- package/package.json +49 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/start-smart-crawler.ts
|
|
4
|
+
const ScrapegraphAiStartSmartCrawlerInput = zod.z.object({
|
|
5
|
+
url: zod.z.string().describe("The starting URL for the crawl. Must be a valid HTTP or HTTPS URL."),
|
|
6
|
+
depth: zod.z.number().int().default(1).describe("Maximum crawl depth - how many link levels to follow from the start URL. Default is 1.").optional(),
|
|
7
|
+
rules: zod.z.object({
|
|
8
|
+
exclude: zod.z.array(zod.z.string()).describe("Array of regex patterns to exclude URLs from crawling.").optional(),
|
|
9
|
+
same_domain: zod.z.boolean().describe("Whether to restrict crawling to the same domain as the starting URL.").optional(),
|
|
10
|
+
exclude_paths: zod.z.array(zod.z.string()).describe("Array of path patterns to exclude from the crawl (e.g., ['/admin/*']). Takes precedence over include_paths.").optional(),
|
|
11
|
+
include_paths: zod.z.array(zod.z.string()).describe("Array of path patterns to include in the crawl (e.g., ['/blog/*']). exclude_paths takes precedence.").optional()
|
|
12
|
+
}).describe("Crawl rules for filtering URLs during the crawl process.").optional(),
|
|
13
|
+
prompt: zod.z.string().describe("Instructions for what data to extract during the crawl. Required when extraction_mode=true. Be specific about the information you want extracted.").optional(),
|
|
14
|
+
schema: zod.z.record(zod.z.string(), zod.z.unknown()).describe("JSON Schema object defining the structure of extracted data. Helps ensure consistent, structured output in extraction mode.").optional(),
|
|
15
|
+
breadth: zod.z.number().int().describe("Maximum number of links to crawl per depth level. If not specified (null), unlimited breadth is allowed. Ignored when sitemap=true.").optional(),
|
|
16
|
+
sitemap: zod.z.boolean().default(false).describe("Whether to use sitemap.xml for URL discovery instead of link following. When enabled, ignores breadth parameter. Default is false.").optional(),
|
|
17
|
+
stealth: zod.z.boolean().default(false).describe("Enable stealth mode to bypass bot detection and anti-scraping measures. Adds +4 credits per page. Use for sites with bot protection. Default is false.").optional(),
|
|
18
|
+
max_pages: zod.z.number().int().default(10).describe("Maximum total number of pages to crawl across all depth levels. Default is 10.").optional(),
|
|
19
|
+
batch_size: zod.z.number().int().default(1).describe("Number of pages to process in each batch during the crawl. Higher values may speed up large crawls. Default is 1.").optional(),
|
|
20
|
+
webhook_url: zod.z.string().describe("Webhook URL to receive the job completion notification. The result will be POSTed to this URL when the crawl finishes.").optional(),
|
|
21
|
+
cache_website: zod.z.boolean().default(false).describe("Whether to cache the website content for faster subsequent crawls. Default is false.").optional(),
|
|
22
|
+
extraction_mode: zod.z.boolean().default(true).describe("When true, enables AI-powered extraction using LLM (default, 10 credits/page). When false, enables markdown conversion mode (NO AI processing, 2 credits/page, 80% cheaper).").optional(),
|
|
23
|
+
render_heavy_js: zod.z.boolean().default(false).describe("Enable enhanced JavaScript rendering for Single Page Applications (SPAs) and sites with heavy JavaScript. May increase processing time. Default is false.").optional(),
|
|
24
|
+
same_domain_only: zod.z.boolean().default(true).describe("Whether to restrict crawling to only pages on the same domain as the starting URL. Default is true.").optional()
|
|
25
|
+
}).describe("Request schema to start a SmartCrawler job for multi-page AI extraction.");
|
|
26
|
+
const ScrapegraphAiStartSmartCrawlerOutput = zod.z.object({ task_id: zod.z.string().describe("Unique identifier for the crawl task. Use this ID to check the status or retrieve results later.") }).describe("Response schema returned after initiating a SmartCrawler job.");
|
|
27
|
+
const scrapegraphAiStartSmartCrawler = require_action.action("SCRAPEGRAPH_AI_START_SMART_CRAWLER", {
|
|
28
|
+
slug: "scrapegraph_ai-start-smart-crawler",
|
|
29
|
+
name: "Start Smart Crawler (Async)",
|
|
30
|
+
description: "Tool to start a multi-page web crawl using SmartCrawler for AI-powered data extraction. Use when you need to extract structured data from multiple pages of a website. Returns immediately with a task_id - use the status check action to monitor progress and retrieve results.",
|
|
31
|
+
input: ScrapegraphAiStartSmartCrawlerInput,
|
|
32
|
+
output: ScrapegraphAiStartSmartCrawlerOutput
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.scrapegraphAiStartSmartCrawler = scrapegraphAiStartSmartCrawler;
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=start-smart-crawler.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-smart-crawler.cjs","names":["z","action"],"sources":["../../src/actions/start-smart-crawler.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiStartSmartCrawlerInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The starting URL for the crawl. Must be a valid HTTP or HTTPS URL.\"),\n depth: z.number().int().default(1).describe(\"Maximum crawl depth - how many link levels to follow from the start URL. Default is 1.\").optional(),\n rules: z.object({\n exclude: z.array(z.string()).describe(\"Array of regex patterns to exclude URLs from crawling.\").optional(),\n same_domain: z.boolean().describe(\"Whether to restrict crawling to the same domain as the starting URL.\").optional(),\n exclude_paths: z.array(z.string()).describe(\"Array of path patterns to exclude from the crawl (e.g., ['/admin/*']). Takes precedence over include_paths.\").optional(),\n include_paths: z.array(z.string()).describe(\"Array of path patterns to include in the crawl (e.g., ['/blog/*']). exclude_paths takes precedence.\").optional(),\n}).describe(\"Crawl rules for filtering URLs during the crawl process.\").optional(),\n prompt: z.string().describe(\"Instructions for what data to extract during the crawl. Required when extraction_mode=true. Be specific about the information you want extracted.\").optional(),\n schema: z.record(z.string(), z.unknown()).describe(\"JSON Schema object defining the structure of extracted data. Helps ensure consistent, structured output in extraction mode.\").optional(),\n breadth: z.number().int().describe(\"Maximum number of links to crawl per depth level. If not specified (null), unlimited breadth is allowed. Ignored when sitemap=true.\").optional(),\n sitemap: z.boolean().default(false).describe(\"Whether to use sitemap.xml for URL discovery instead of link following. When enabled, ignores breadth parameter. Default is false.\").optional(),\n stealth: z.boolean().default(false).describe(\"Enable stealth mode to bypass bot detection and anti-scraping measures. Adds +4 credits per page. Use for sites with bot protection. Default is false.\").optional(),\n max_pages: z.number().int().default(10).describe(\"Maximum total number of pages to crawl across all depth levels. Default is 10.\").optional(),\n batch_size: z.number().int().default(1).describe(\"Number of pages to process in each batch during the crawl. Higher values may speed up large crawls. Default is 1.\").optional(),\n webhook_url: z.string().describe(\"Webhook URL to receive the job completion notification. The result will be POSTed to this URL when the crawl finishes.\").optional(),\n cache_website: z.boolean().default(false).describe(\"Whether to cache the website content for faster subsequent crawls. Default is false.\").optional(),\n extraction_mode: z.boolean().default(true).describe(\"When true, enables AI-powered extraction using LLM (default, 10 credits/page). When false, enables markdown conversion mode (NO AI processing, 2 credits/page, 80% cheaper).\").optional(),\n render_heavy_js: z.boolean().default(false).describe(\"Enable enhanced JavaScript rendering for Single Page Applications (SPAs) and sites with heavy JavaScript. May increase processing time. Default is false.\").optional(),\n same_domain_only: z.boolean().default(true).describe(\"Whether to restrict crawling to only pages on the same domain as the starting URL. Default is true.\").optional(),\n}).describe(\"Request schema to start a SmartCrawler job for multi-page AI extraction.\");\nexport const ScrapegraphAiStartSmartCrawlerOutput: z.ZodTypeAny = z.object({\n task_id: z.string().describe(\"Unique identifier for the crawl task. Use this ID to check the status or retrieve results later.\"),\n}).describe(\"Response schema returned after initiating a SmartCrawler job.\");\n\nexport const scrapegraphAiStartSmartCrawler = action(\"SCRAPEGRAPH_AI_START_SMART_CRAWLER\", {\n slug: \"scrapegraph_ai-start-smart-crawler\",\n name: \"Start Smart Crawler (Async)\",\n description: \"Tool to start a multi-page web crawl using SmartCrawler for AI-powered data extraction. Use when you need to extract structured data from multiple pages of a website. Returns immediately with a task_id - use the status check action to monitor progress and retrieve results.\",\n input: ScrapegraphAiStartSmartCrawlerInput,\n output: ScrapegraphAiStartSmartCrawlerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC7F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC/I,OAAOA,IAAAA,EAAE,OAAO;EAChB,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EACzG,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EACnH,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;EACpK,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC9J,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;CAC1L,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;CAC3L,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CACnL,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;CAC5L,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS;CAChN,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC5I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC/K,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CACpK,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACpJ,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;CAC7O,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CAC3N,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,EACjI,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/start-smart-crawler.d.ts
|
|
4
|
+
declare const ScrapegraphAiStartSmartCrawlerInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiStartSmartCrawlerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiStartSmartCrawler: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiStartSmartCrawler };
|
|
9
|
+
//# sourceMappingURL=start-smart-crawler.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-smart-crawler.d.cts","names":[],"sources":["../../src/actions/start-smart-crawler.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAqBmC;AAAA,cAC1E,oCAAA,EAAsC,CAAA,CAAE,UAEuB;AAAA,cAE/D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/start-smart-crawler.d.ts
|
|
4
|
+
declare const ScrapegraphAiStartSmartCrawlerInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiStartSmartCrawlerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiStartSmartCrawler: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiStartSmartCrawler };
|
|
9
|
+
//# sourceMappingURL=start-smart-crawler.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-smart-crawler.d.mts","names":[],"sources":["../../src/actions/start-smart-crawler.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAqBmC;AAAA,cAC1E,oCAAA,EAAsC,CAAA,CAAE,UAEuB;AAAA,cAE/D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const scrapegraphAiStartSmartCrawler = action("SCRAPEGRAPH_AI_START_SMART_CRAWLER", {
|
|
4
|
+
slug: "scrapegraph_ai-start-smart-crawler",
|
|
5
|
+
name: "Start Smart Crawler (Async)",
|
|
6
|
+
description: "Tool to start a multi-page web crawl using SmartCrawler for AI-powered data extraction. Use when you need to extract structured data from multiple pages of a website. Returns immediately with a task_id - use the status check action to monitor progress and retrieve results.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
url: z.string().describe("The starting URL for the crawl. Must be a valid HTTP or HTTPS URL."),
|
|
9
|
+
depth: z.number().int().default(1).describe("Maximum crawl depth - how many link levels to follow from the start URL. Default is 1.").optional(),
|
|
10
|
+
rules: z.object({
|
|
11
|
+
exclude: z.array(z.string()).describe("Array of regex patterns to exclude URLs from crawling.").optional(),
|
|
12
|
+
same_domain: z.boolean().describe("Whether to restrict crawling to the same domain as the starting URL.").optional(),
|
|
13
|
+
exclude_paths: z.array(z.string()).describe("Array of path patterns to exclude from the crawl (e.g., ['/admin/*']). Takes precedence over include_paths.").optional(),
|
|
14
|
+
include_paths: z.array(z.string()).describe("Array of path patterns to include in the crawl (e.g., ['/blog/*']). exclude_paths takes precedence.").optional()
|
|
15
|
+
}).describe("Crawl rules for filtering URLs during the crawl process.").optional(),
|
|
16
|
+
prompt: z.string().describe("Instructions for what data to extract during the crawl. Required when extraction_mode=true. Be specific about the information you want extracted.").optional(),
|
|
17
|
+
schema: z.record(z.string(), z.unknown()).describe("JSON Schema object defining the structure of extracted data. Helps ensure consistent, structured output in extraction mode.").optional(),
|
|
18
|
+
breadth: z.number().int().describe("Maximum number of links to crawl per depth level. If not specified (null), unlimited breadth is allowed. Ignored when sitemap=true.").optional(),
|
|
19
|
+
sitemap: z.boolean().default(false).describe("Whether to use sitemap.xml for URL discovery instead of link following. When enabled, ignores breadth parameter. Default is false.").optional(),
|
|
20
|
+
stealth: z.boolean().default(false).describe("Enable stealth mode to bypass bot detection and anti-scraping measures. Adds +4 credits per page. Use for sites with bot protection. Default is false.").optional(),
|
|
21
|
+
max_pages: z.number().int().default(10).describe("Maximum total number of pages to crawl across all depth levels. Default is 10.").optional(),
|
|
22
|
+
batch_size: z.number().int().default(1).describe("Number of pages to process in each batch during the crawl. Higher values may speed up large crawls. Default is 1.").optional(),
|
|
23
|
+
webhook_url: z.string().describe("Webhook URL to receive the job completion notification. The result will be POSTed to this URL when the crawl finishes.").optional(),
|
|
24
|
+
cache_website: z.boolean().default(false).describe("Whether to cache the website content for faster subsequent crawls. Default is false.").optional(),
|
|
25
|
+
extraction_mode: z.boolean().default(true).describe("When true, enables AI-powered extraction using LLM (default, 10 credits/page). When false, enables markdown conversion mode (NO AI processing, 2 credits/page, 80% cheaper).").optional(),
|
|
26
|
+
render_heavy_js: z.boolean().default(false).describe("Enable enhanced JavaScript rendering for Single Page Applications (SPAs) and sites with heavy JavaScript. May increase processing time. Default is false.").optional(),
|
|
27
|
+
same_domain_only: z.boolean().default(true).describe("Whether to restrict crawling to only pages on the same domain as the starting URL. Default is true.").optional()
|
|
28
|
+
}).describe("Request schema to start a SmartCrawler job for multi-page AI extraction."),
|
|
29
|
+
output: z.object({ task_id: z.string().describe("Unique identifier for the crawl task. Use this ID to check the status or retrieve results later.") }).describe("Response schema returned after initiating a SmartCrawler job.")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { scrapegraphAiStartSmartCrawler };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=start-smart-crawler.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-smart-crawler.mjs","names":[],"sources":["../../src/actions/start-smart-crawler.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiStartSmartCrawlerInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The starting URL for the crawl. Must be a valid HTTP or HTTPS URL.\"),\n depth: z.number().int().default(1).describe(\"Maximum crawl depth - how many link levels to follow from the start URL. Default is 1.\").optional(),\n rules: z.object({\n exclude: z.array(z.string()).describe(\"Array of regex patterns to exclude URLs from crawling.\").optional(),\n same_domain: z.boolean().describe(\"Whether to restrict crawling to the same domain as the starting URL.\").optional(),\n exclude_paths: z.array(z.string()).describe(\"Array of path patterns to exclude from the crawl (e.g., ['/admin/*']). Takes precedence over include_paths.\").optional(),\n include_paths: z.array(z.string()).describe(\"Array of path patterns to include in the crawl (e.g., ['/blog/*']). exclude_paths takes precedence.\").optional(),\n}).describe(\"Crawl rules for filtering URLs during the crawl process.\").optional(),\n prompt: z.string().describe(\"Instructions for what data to extract during the crawl. Required when extraction_mode=true. Be specific about the information you want extracted.\").optional(),\n schema: z.record(z.string(), z.unknown()).describe(\"JSON Schema object defining the structure of extracted data. Helps ensure consistent, structured output in extraction mode.\").optional(),\n breadth: z.number().int().describe(\"Maximum number of links to crawl per depth level. If not specified (null), unlimited breadth is allowed. Ignored when sitemap=true.\").optional(),\n sitemap: z.boolean().default(false).describe(\"Whether to use sitemap.xml for URL discovery instead of link following. When enabled, ignores breadth parameter. Default is false.\").optional(),\n stealth: z.boolean().default(false).describe(\"Enable stealth mode to bypass bot detection and anti-scraping measures. Adds +4 credits per page. Use for sites with bot protection. Default is false.\").optional(),\n max_pages: z.number().int().default(10).describe(\"Maximum total number of pages to crawl across all depth levels. Default is 10.\").optional(),\n batch_size: z.number().int().default(1).describe(\"Number of pages to process in each batch during the crawl. Higher values may speed up large crawls. Default is 1.\").optional(),\n webhook_url: z.string().describe(\"Webhook URL to receive the job completion notification. The result will be POSTed to this URL when the crawl finishes.\").optional(),\n cache_website: z.boolean().default(false).describe(\"Whether to cache the website content for faster subsequent crawls. Default is false.\").optional(),\n extraction_mode: z.boolean().default(true).describe(\"When true, enables AI-powered extraction using LLM (default, 10 credits/page). When false, enables markdown conversion mode (NO AI processing, 2 credits/page, 80% cheaper).\").optional(),\n render_heavy_js: z.boolean().default(false).describe(\"Enable enhanced JavaScript rendering for Single Page Applications (SPAs) and sites with heavy JavaScript. May increase processing time. Default is false.\").optional(),\n same_domain_only: z.boolean().default(true).describe(\"Whether to restrict crawling to only pages on the same domain as the starting URL. Default is true.\").optional(),\n}).describe(\"Request schema to start a SmartCrawler job for multi-page AI extraction.\");\nexport const ScrapegraphAiStartSmartCrawlerOutput: z.ZodTypeAny = z.object({\n task_id: z.string().describe(\"Unique identifier for the crawl task. Use this ID to check the status or retrieve results later.\"),\n}).describe(\"Response schema returned after initiating a SmartCrawler job.\");\n\nexport const scrapegraphAiStartSmartCrawler = action(\"SCRAPEGRAPH_AI_START_SMART_CRAWLER\", {\n slug: \"scrapegraph_ai-start-smart-crawler\",\n name: \"Start Smart Crawler (Async)\",\n description: \"Tool to start a multi-page web crawl using SmartCrawler for AI-powered data extraction. Use when you need to extract structured data from multiple pages of a website. Returns immediately with a task_id - use the status check action to monitor progress and retrieve results.\",\n input: ScrapegraphAiStartSmartCrawlerInput,\n output: ScrapegraphAiStartSmartCrawlerOutput,\n});\n"],"mappings":";;AA8BA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA9B+D,EAAE,OAAO;EACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EAC7F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;EAC/I,OAAO,EAAE,OAAO;GAChB,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GACzG,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;GACnH,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;GACpK,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;EAC9J,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;EAC1L,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;EAC3L,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;EACnL,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;EAC5L,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS;EAChN,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EAC5I,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EAC/K,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;EACpK,eAAe,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;EACpJ,iBAAiB,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;EAC7O,iBAAiB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;EAC3N,kBAAkB,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CACvK,CAAC,CAAC,CAAC,SAAS,0EASH;CACP,QATgE,EAAE,OAAO,EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,EACjI,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/submit-feedback.ts
|
|
4
|
+
const ScrapegraphAiSubmitFeedbackInput = zod.z.object({
|
|
5
|
+
rating: zod.z.number().int().describe("Star rating from 0 (lowest) to 5 (highest)"),
|
|
6
|
+
request_id: zod.z.string().describe("UUID of the request/session this feedback is for"),
|
|
7
|
+
feedback_text: zod.z.string().describe("Optional comments about the request").optional()
|
|
8
|
+
}).describe("Request schema for submitting feedback on a previous scraping request.");
|
|
9
|
+
const ScrapegraphAiSubmitFeedbackOutput = zod.z.object({
|
|
10
|
+
message: zod.z.string().describe("Confirmation message from the API"),
|
|
11
|
+
request_id: zod.z.string().describe("UUID of the original request this feedback is linked to"),
|
|
12
|
+
feedback_id: zod.z.string().describe("Unique identifier for the submitted feedback"),
|
|
13
|
+
feedback_timestamp: zod.z.string().describe("Timestamp when feedback was recorded (ISO-8601)")
|
|
14
|
+
}).describe("Response schema after submitting feedback.");
|
|
15
|
+
const scrapegraphAiSubmitFeedback = require_action.action("SCRAPEGRAPH_AI_SUBMIT_FEEDBACK", {
|
|
16
|
+
slug: "scrapegraph_ai-submit-feedback",
|
|
17
|
+
name: "Submit Feedback",
|
|
18
|
+
description: "Submit feedback and ratings for completed ScrapeGraphAI requests.",
|
|
19
|
+
input: ScrapegraphAiSubmitFeedbackInput,
|
|
20
|
+
output: ScrapegraphAiSubmitFeedbackOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.scrapegraphAiSubmitFeedback = scrapegraphAiSubmitFeedback;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=submit-feedback.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-feedback.cjs","names":["z","action"],"sources":["../../src/actions/submit-feedback.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiSubmitFeedbackInput: z.ZodTypeAny = z.object({\n rating: z.number().int().describe(\"Star rating from 0 (lowest) to 5 (highest)\"),\n request_id: z.string().describe(\"UUID of the request/session this feedback is for\"),\n feedback_text: z.string().describe(\"Optional comments about the request\").optional(),\n}).describe(\"Request schema for submitting feedback on a previous scraping request.\");\nexport const ScrapegraphAiSubmitFeedbackOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation message from the API\"),\n request_id: z.string().describe(\"UUID of the original request this feedback is linked to\"),\n feedback_id: z.string().describe(\"Unique identifier for the submitted feedback\"),\n feedback_timestamp: z.string().describe(\"Timestamp when feedback was recorded (ISO-8601)\"),\n}).describe(\"Response schema after submitting feedback.\");\n\nexport const scrapegraphAiSubmitFeedback = action(\"SCRAPEGRAPH_AI_SUBMIT_FEEDBACK\", {\n slug: \"scrapegraph_ai-submit-feedback\",\n name: \"Submit Feedback\",\n description: \"Submit feedback and ratings for completed ScrapeGraphAI requests.\",\n input: ScrapegraphAiSubmitFeedbackInput,\n output: ScrapegraphAiSubmitFeedbackOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAChE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC/E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AAC3F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/submit-feedback.d.ts
|
|
4
|
+
declare const ScrapegraphAiSubmitFeedbackInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiSubmitFeedbackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiSubmitFeedback: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiSubmitFeedback };
|
|
9
|
+
//# sourceMappingURL=submit-feedback.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-feedback.d.cts","names":[],"sources":["../../src/actions/submit-feedback.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIoC;AAAA,cACxE,iCAAA,EAAmC,CAAA,CAAE,UAKO;AAAA,cAE5C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/submit-feedback.d.ts
|
|
4
|
+
declare const ScrapegraphAiSubmitFeedbackInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiSubmitFeedbackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiSubmitFeedback: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiSubmitFeedback };
|
|
9
|
+
//# sourceMappingURL=submit-feedback.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-feedback.d.mts","names":[],"sources":["../../src/actions/submit-feedback.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIoC;AAAA,cACxE,iCAAA,EAAmC,CAAA,CAAE,UAKO;AAAA,cAE5C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const scrapegraphAiSubmitFeedback = action("SCRAPEGRAPH_AI_SUBMIT_FEEDBACK", {
|
|
4
|
+
slug: "scrapegraph_ai-submit-feedback",
|
|
5
|
+
name: "Submit Feedback",
|
|
6
|
+
description: "Submit feedback and ratings for completed ScrapeGraphAI requests.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
rating: z.number().int().describe("Star rating from 0 (lowest) to 5 (highest)"),
|
|
9
|
+
request_id: z.string().describe("UUID of the request/session this feedback is for"),
|
|
10
|
+
feedback_text: z.string().describe("Optional comments about the request").optional()
|
|
11
|
+
}).describe("Request schema for submitting feedback on a previous scraping request."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
message: z.string().describe("Confirmation message from the API"),
|
|
14
|
+
request_id: z.string().describe("UUID of the original request this feedback is linked to"),
|
|
15
|
+
feedback_id: z.string().describe("Unique identifier for the submitted feedback"),
|
|
16
|
+
feedback_timestamp: z.string().describe("Timestamp when feedback was recorded (ISO-8601)")
|
|
17
|
+
}).describe("Response schema after submitting feedback.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { scrapegraphAiSubmitFeedback };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=submit-feedback.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-feedback.mjs","names":[],"sources":["../../src/actions/submit-feedback.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiSubmitFeedbackInput: z.ZodTypeAny = z.object({\n rating: z.number().int().describe(\"Star rating from 0 (lowest) to 5 (highest)\"),\n request_id: z.string().describe(\"UUID of the request/session this feedback is for\"),\n feedback_text: z.string().describe(\"Optional comments about the request\").optional(),\n}).describe(\"Request schema for submitting feedback on a previous scraping request.\");\nexport const ScrapegraphAiSubmitFeedbackOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation message from the API\"),\n request_id: z.string().describe(\"UUID of the original request this feedback is linked to\"),\n feedback_id: z.string().describe(\"Unique identifier for the submitted feedback\"),\n feedback_timestamp: z.string().describe(\"Timestamp when feedback was recorded (ISO-8601)\"),\n}).describe(\"Response schema after submitting feedback.\");\n\nexport const scrapegraphAiSubmitFeedback = action(\"SCRAPEGRAPH_AI_SUBMIT_FEEDBACK\", {\n slug: \"scrapegraph_ai-submit-feedback\",\n name: \"Submit Feedback\",\n description: \"Submit feedback and ratings for completed ScrapeGraphAI requests.\",\n input: ScrapegraphAiSubmitFeedbackInput,\n output: ScrapegraphAiSubmitFeedbackOutput,\n});\n"],"mappings":";;AAgBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB4D,EAAE,OAAO;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAClF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,wEAYH;CACP,QAZ6D,EAAE,OAAO;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC/E,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3F,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/submit-product-feedback.ts
|
|
4
|
+
const ScrapegraphAiSubmitProductFeedbackInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Your name").optional(),
|
|
6
|
+
email: zod.z.string().describe("Your email address").optional(),
|
|
7
|
+
issues: zod.z.string().describe("Any issues you've encountered").optional(),
|
|
8
|
+
rating: zod.z.number().int().describe("Overall rating from 1 (lowest) to 5 (highest)").optional(),
|
|
9
|
+
company: zod.z.string().describe("Your company name").optional(),
|
|
10
|
+
disliked: zod.z.string().describe("What you disliked about the product").optional(),
|
|
11
|
+
use_cases: zod.z.array(zod.z.string()).describe("Your use cases for the product").optional(),
|
|
12
|
+
liked_most: zod.z.string().describe("What you liked most about the product").optional(),
|
|
13
|
+
setup_easy: zod.z.boolean().describe("Whether the setup process was easy").optional(),
|
|
14
|
+
can_contact: zod.z.boolean().describe("Whether you consent to be contacted about your feedback").optional(),
|
|
15
|
+
feedback_id: zod.z.string().describe("UUID of the feedback submission"),
|
|
16
|
+
contact_method: zod.z.string().describe("Preferred method of contact").optional(),
|
|
17
|
+
how_discovered: zod.z.string().describe("How you discovered ScrapeGraphAI").optional(),
|
|
18
|
+
recommend_score: zod.z.number().int().describe("How likely you are to recommend this product (0-10 scale)").optional(),
|
|
19
|
+
usage_frequency: zod.z.string().describe("How frequently you use the product").optional(),
|
|
20
|
+
requested_features: zod.z.string().describe("Features you'd like to see added").optional(),
|
|
21
|
+
improvement_suggestions: zod.z.string().describe("Your suggestions for product improvements").optional()
|
|
22
|
+
}).describe("Request schema for submitting product feedback about ScrapeGraphAI.");
|
|
23
|
+
const ScrapegraphAiSubmitProductFeedbackOutput = zod.z.object({ message: zod.z.string().default("Product feedback submitted successfully").describe("Confirmation message from the API").nullable().optional() }).describe("Response schema after submitting product feedback.");
|
|
24
|
+
const scrapegraphAiSubmitProductFeedback = require_action.action("SCRAPEGRAPH_AI_SUBMIT_PRODUCT_FEEDBACK", {
|
|
25
|
+
slug: "scrapegraph_ai-submit-product-feedback",
|
|
26
|
+
name: "Submit Product Feedback",
|
|
27
|
+
description: "Submit product feedback for ScrapeGraphAI. Use to provide ratings, comments, suggestions, and other feedback about the product itself.",
|
|
28
|
+
input: ScrapegraphAiSubmitProductFeedbackInput,
|
|
29
|
+
output: ScrapegraphAiSubmitProductFeedbackOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.scrapegraphAiSubmitProductFeedback = scrapegraphAiSubmitProductFeedback;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=submit-product-feedback.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-product-feedback.cjs","names":["z","action"],"sources":["../../src/actions/submit-product-feedback.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiSubmitProductFeedbackInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Your name\").optional(),\n email: z.string().describe(\"Your email address\").optional(),\n issues: z.string().describe(\"Any issues you've encountered\").optional(),\n rating: z.number().int().describe(\"Overall rating from 1 (lowest) to 5 (highest)\").optional(),\n company: z.string().describe(\"Your company name\").optional(),\n disliked: z.string().describe(\"What you disliked about the product\").optional(),\n use_cases: z.array(z.string()).describe(\"Your use cases for the product\").optional(),\n liked_most: z.string().describe(\"What you liked most about the product\").optional(),\n setup_easy: z.boolean().describe(\"Whether the setup process was easy\").optional(),\n can_contact: z.boolean().describe(\"Whether you consent to be contacted about your feedback\").optional(),\n feedback_id: z.string().describe(\"UUID of the feedback submission\"),\n contact_method: z.string().describe(\"Preferred method of contact\").optional(),\n how_discovered: z.string().describe(\"How you discovered ScrapeGraphAI\").optional(),\n recommend_score: z.number().int().describe(\"How likely you are to recommend this product (0-10 scale)\").optional(),\n usage_frequency: z.string().describe(\"How frequently you use the product\").optional(),\n requested_features: z.string().describe(\"Features you'd like to see added\").optional(),\n improvement_suggestions: z.string().describe(\"Your suggestions for product improvements\").optional(),\n}).describe(\"Request schema for submitting product feedback about ScrapeGraphAI.\");\nexport const ScrapegraphAiSubmitProductFeedbackOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Product feedback submitted successfully\").describe(\"Confirmation message from the API\").nullable().optional(),\n}).describe(\"Response schema after submitting product feedback.\");\n\nexport const scrapegraphAiSubmitProductFeedback = action(\"SCRAPEGRAPH_AI_SUBMIT_PRODUCT_FEEDBACK\", {\n slug: \"scrapegraph_ai-submit-product-feedback\",\n name: \"Submit Product Feedback\",\n description: \"Submit product feedback for ScrapeGraphAI. Use to provide ratings, comments, suggestions, and other feedback about the product itself.\",\n input: ScrapegraphAiSubmitProductFeedbackInput,\n output: ScrapegraphAiSubmitProductFeedbackOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS;CAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAChF,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAClE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC5E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACjF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACjH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACpF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrF,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,yCAAyC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3I,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,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/submit-product-feedback.d.ts
|
|
4
|
+
declare const ScrapegraphAiSubmitProductFeedbackInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiSubmitProductFeedbackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiSubmitProductFeedback: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiSubmitProductFeedback };
|
|
9
|
+
//# sourceMappingURL=submit-product-feedback.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-product-feedback.d.cts","names":[],"sources":["../../src/actions/submit-product-feedback.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAkB0B;AAAA,cACrE,wCAAA,EAA0C,CAAA,CAAE,UAEQ;AAAA,cAEpD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/submit-product-feedback.d.ts
|
|
4
|
+
declare const ScrapegraphAiSubmitProductFeedbackInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiSubmitProductFeedbackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiSubmitProductFeedback: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiSubmitProductFeedback };
|
|
9
|
+
//# sourceMappingURL=submit-product-feedback.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-product-feedback.d.mts","names":[],"sources":["../../src/actions/submit-product-feedback.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAkB0B;AAAA,cACrE,wCAAA,EAA0C,CAAA,CAAE,UAEQ;AAAA,cAEpD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const scrapegraphAiSubmitProductFeedback = action("SCRAPEGRAPH_AI_SUBMIT_PRODUCT_FEEDBACK", {
|
|
4
|
+
slug: "scrapegraph_ai-submit-product-feedback",
|
|
5
|
+
name: "Submit Product Feedback",
|
|
6
|
+
description: "Submit product feedback for ScrapeGraphAI. Use to provide ratings, comments, suggestions, and other feedback about the product itself.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("Your name").optional(),
|
|
9
|
+
email: z.string().describe("Your email address").optional(),
|
|
10
|
+
issues: z.string().describe("Any issues you've encountered").optional(),
|
|
11
|
+
rating: z.number().int().describe("Overall rating from 1 (lowest) to 5 (highest)").optional(),
|
|
12
|
+
company: z.string().describe("Your company name").optional(),
|
|
13
|
+
disliked: z.string().describe("What you disliked about the product").optional(),
|
|
14
|
+
use_cases: z.array(z.string()).describe("Your use cases for the product").optional(),
|
|
15
|
+
liked_most: z.string().describe("What you liked most about the product").optional(),
|
|
16
|
+
setup_easy: z.boolean().describe("Whether the setup process was easy").optional(),
|
|
17
|
+
can_contact: z.boolean().describe("Whether you consent to be contacted about your feedback").optional(),
|
|
18
|
+
feedback_id: z.string().describe("UUID of the feedback submission"),
|
|
19
|
+
contact_method: z.string().describe("Preferred method of contact").optional(),
|
|
20
|
+
how_discovered: z.string().describe("How you discovered ScrapeGraphAI").optional(),
|
|
21
|
+
recommend_score: z.number().int().describe("How likely you are to recommend this product (0-10 scale)").optional(),
|
|
22
|
+
usage_frequency: z.string().describe("How frequently you use the product").optional(),
|
|
23
|
+
requested_features: z.string().describe("Features you'd like to see added").optional(),
|
|
24
|
+
improvement_suggestions: z.string().describe("Your suggestions for product improvements").optional()
|
|
25
|
+
}).describe("Request schema for submitting product feedback about ScrapeGraphAI."),
|
|
26
|
+
output: z.object({ message: z.string().default("Product feedback submitted successfully").describe("Confirmation message from the API").nullable().optional() }).describe("Response schema after submitting product feedback.")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { scrapegraphAiSubmitProductFeedback };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=submit-product-feedback.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-product-feedback.mjs","names":[],"sources":["../../src/actions/submit-product-feedback.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiSubmitProductFeedbackInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Your name\").optional(),\n email: z.string().describe(\"Your email address\").optional(),\n issues: z.string().describe(\"Any issues you've encountered\").optional(),\n rating: z.number().int().describe(\"Overall rating from 1 (lowest) to 5 (highest)\").optional(),\n company: z.string().describe(\"Your company name\").optional(),\n disliked: z.string().describe(\"What you disliked about the product\").optional(),\n use_cases: z.array(z.string()).describe(\"Your use cases for the product\").optional(),\n liked_most: z.string().describe(\"What you liked most about the product\").optional(),\n setup_easy: z.boolean().describe(\"Whether the setup process was easy\").optional(),\n can_contact: z.boolean().describe(\"Whether you consent to be contacted about your feedback\").optional(),\n feedback_id: z.string().describe(\"UUID of the feedback submission\"),\n contact_method: z.string().describe(\"Preferred method of contact\").optional(),\n how_discovered: z.string().describe(\"How you discovered ScrapeGraphAI\").optional(),\n recommend_score: z.number().int().describe(\"How likely you are to recommend this product (0-10 scale)\").optional(),\n usage_frequency: z.string().describe(\"How frequently you use the product\").optional(),\n requested_features: z.string().describe(\"Features you'd like to see added\").optional(),\n improvement_suggestions: z.string().describe(\"Your suggestions for product improvements\").optional(),\n}).describe(\"Request schema for submitting product feedback about ScrapeGraphAI.\");\nexport const ScrapegraphAiSubmitProductFeedbackOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Product feedback submitted successfully\").describe(\"Confirmation message from the API\").nullable().optional(),\n}).describe(\"Response schema after submitting product feedback.\");\n\nexport const scrapegraphAiSubmitProductFeedback = action(\"SCRAPEGRAPH_AI_SUBMIT_PRODUCT_FEEDBACK\", {\n slug: \"scrapegraph_ai-submit-product-feedback\",\n name: \"Submit Product Feedback\",\n description: \"Submit product feedback for ScrapeGraphAI. Use to provide ratings, comments, suggestions, and other feedback about the product itself.\",\n input: ScrapegraphAiSubmitProductFeedbackInput,\n output: ScrapegraphAiSubmitProductFeedbackOutput,\n});\n"],"mappings":";;AA2BA,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BmE,EAAE,OAAO;EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS;EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;EAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC9E,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAClF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAChF,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAClE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAC5E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACjF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;EACjH,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACpF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACrF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,SAAS,qEASH;CACP,QAToE,EAAE,OAAO,EAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,yCAAyC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3I,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/toonify.ts
|
|
4
|
+
const ScrapegraphAiToonifyInput = zod.z.object({ data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The JSON data to convert to TOON (Token-Oriented Object Notation) format. Can be any valid JSON object or array. TOON format reduces token usage by 30-60% compared to JSON while maintaining structure and readability. If not provided, returns empty response.").optional() }).describe("Request schema for converting JSON data to TOON format.");
|
|
5
|
+
const ScrapegraphAiToonifyOutput = zod.z.object({ result: zod.z.string().describe("The TOON-formatted string representation of the input data. TOON format is a compact, CSV-like format that reduces token usage by 30-60% compared to JSON while maintaining hierarchical structure and readability.") }).describe("Response schema for the toonify action.");
|
|
6
|
+
const scrapegraphAiToonify = require_action.action("SCRAPEGRAPH_AI_TOONIFY", {
|
|
7
|
+
slug: "scrapegraph_ai-toonify",
|
|
8
|
+
name: "Convert JSON to TOON Format",
|
|
9
|
+
description: "Tool to convert JSON data to TOON (Token-Oriented Object Notation) format. Use when you need to reduce token usage for LLM processing while maintaining data structure.",
|
|
10
|
+
input: ScrapegraphAiToonifyInput,
|
|
11
|
+
output: ScrapegraphAiToonifyOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.scrapegraphAiToonify = scrapegraphAiToonify;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=toonify.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toonify.cjs","names":["z","action"],"sources":["../../src/actions/toonify.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiToonifyInput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"The JSON data to convert to TOON (Token-Oriented Object Notation) format. Can be any valid JSON object or array. TOON format reduces token usage by 30-60% compared to JSON while maintaining structure and readability. If not provided, returns empty response.\").optional(),\n}).describe(\"Request schema for converting JSON data to TOON format.\");\nexport const ScrapegraphAiToonifyOutput: z.ZodTypeAny = z.object({\n result: z.string().describe(\"The TOON-formatted string representation of the input data. TOON format is a compact, CSV-like format that reduces token usage by 30-60% compared to JSON while maintaining hierarchical structure and readability.\"),\n}).describe(\"Response schema for the toonify action.\");\n\nexport const scrapegraphAiToonify = action(\"SCRAPEGRAPH_AI_TOONIFY\", {\n slug: \"scrapegraph_ai-toonify\",\n name: \"Convert JSON to TOON Format\",\n description: \"Tool to convert JSON data to TOON (Token-Oriented Object Notation) format. Use when you need to reduce token usage for LLM processing while maintaining data structure.\",\n input: ScrapegraphAiToonifyInput,\n output: ScrapegraphAiToonifyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mQAAmQ,CAAC,CAAC,SAAS,EACjU,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,EACnP,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,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/toonify.d.ts
|
|
4
|
+
declare const ScrapegraphAiToonifyInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiToonifyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiToonify: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiToonify };
|
|
9
|
+
//# sourceMappingURL=toonify.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toonify.d.cts","names":[],"sources":["../../src/actions/toonify.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE4B;AAAA,cACzD,0BAAA,EAA4B,CAAA,CAAE,UAEW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/toonify.d.ts
|
|
4
|
+
declare const ScrapegraphAiToonifyInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiToonifyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiToonify: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiToonify };
|
|
9
|
+
//# sourceMappingURL=toonify.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toonify.d.mts","names":[],"sources":["../../src/actions/toonify.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE4B;AAAA,cACzD,0BAAA,EAA4B,CAAA,CAAE,UAEW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const scrapegraphAiToonify = action("SCRAPEGRAPH_AI_TOONIFY", {
|
|
4
|
+
slug: "scrapegraph_ai-toonify",
|
|
5
|
+
name: "Convert JSON to TOON Format",
|
|
6
|
+
description: "Tool to convert JSON data to TOON (Token-Oriented Object Notation) format. Use when you need to reduce token usage for LLM processing while maintaining data structure.",
|
|
7
|
+
input: z.object({ data: z.record(z.string(), z.unknown()).describe("The JSON data to convert to TOON (Token-Oriented Object Notation) format. Can be any valid JSON object or array. TOON format reduces token usage by 30-60% compared to JSON while maintaining structure and readability. If not provided, returns empty response.").optional() }).describe("Request schema for converting JSON data to TOON format."),
|
|
8
|
+
output: z.object({ result: z.string().describe("The TOON-formatted string representation of the input data. TOON format is a compact, CSV-like format that reduces token usage by 30-60% compared to JSON while maintaining hierarchical structure and readability.") }).describe("Response schema for the toonify action.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { scrapegraphAiToonify };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=toonify.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toonify.mjs","names":[],"sources":["../../src/actions/toonify.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiToonifyInput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"The JSON data to convert to TOON (Token-Oriented Object Notation) format. Can be any valid JSON object or array. TOON format reduces token usage by 30-60% compared to JSON while maintaining structure and readability. If not provided, returns empty response.\").optional(),\n}).describe(\"Request schema for converting JSON data to TOON format.\");\nexport const ScrapegraphAiToonifyOutput: z.ZodTypeAny = z.object({\n result: z.string().describe(\"The TOON-formatted string representation of the input data. TOON format is a compact, CSV-like format that reduces token usage by 30-60% compared to JSON while maintaining hierarchical structure and readability.\"),\n}).describe(\"Response schema for the toonify action.\");\n\nexport const scrapegraphAiToonify = action(\"SCRAPEGRAPH_AI_TOONIFY\", {\n slug: \"scrapegraph_ai-toonify\",\n name: \"Convert JSON to TOON Format\",\n description: \"Tool to convert JSON data to TOON (Token-Oriented Object Notation) format. Use when you need to reduce token usage for LLM processing while maintaining data structure.\",\n input: ScrapegraphAiToonifyInput,\n output: ScrapegraphAiToonifyOutput,\n});\n"],"mappings":";;AAWA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXqD,EAAE,OAAO,EAC9D,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mQAAmQ,CAAC,CAAC,SAAS,EACjU,CAAC,CAAC,CAAC,SAAS,yDASH;CACP,QATsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,EACnP,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/validate-api-key.ts
|
|
4
|
+
const ScrapegraphAiValidateApiKeyInput = zod.z.object({}).describe("Request schema for validating your ScrapeGraphAI API key.");
|
|
5
|
+
const ScrapegraphAiValidateApiKeyOutput = zod.z.object({
|
|
6
|
+
valid: zod.z.boolean().describe("Whether the API key is valid and active for use with ScrapeGraphAI services."),
|
|
7
|
+
message: zod.z.string().describe("Additional information about the validation result or error details if validation failed.").nullable().optional()
|
|
8
|
+
}).describe("Response schema for API key validation results.");
|
|
9
|
+
const scrapegraphAiValidateApiKey = require_action.action("SCRAPEGRAPH_AI_VALIDATE_API_KEY", {
|
|
10
|
+
slug: "scrapegraph_ai-validate-api-key",
|
|
11
|
+
name: "Validate API Key",
|
|
12
|
+
description: "Validate your ScrapeGraphAI API key to ensure it is active and authorized. Use this action to check API key validity before making other API calls.",
|
|
13
|
+
input: ScrapegraphAiValidateApiKeyInput,
|
|
14
|
+
output: ScrapegraphAiValidateApiKeyOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.scrapegraphAiValidateApiKey = scrapegraphAiValidateApiKey;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=validate-api-key.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-api-key.cjs","names":["z","action"],"sources":["../../src/actions/validate-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiValidateApiKeyInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for validating your ScrapeGraphAI API key.\");\nexport const ScrapegraphAiValidateApiKeyOutput: z.ZodTypeAny = z.object({\n valid: z.boolean().describe(\"Whether the API key is valid and active for use with ScrapeGraphAI services.\"),\n message: z.string().describe(\"Additional information about the validation result or error details if validation failed.\").nullable().optional(),\n}).describe(\"Response schema for API key validation results.\");\n\nexport const scrapegraphAiValidateApiKey = action(\"SCRAPEGRAPH_AI_VALIDATE_API_KEY\", {\n slug: \"scrapegraph_ai-validate-api-key\",\n name: \"Validate API Key\",\n description: \"Validate your ScrapeGraphAI API key to ensure it is active and authorized. Use this action to check API key validity before making other API calls.\",\n input: ScrapegraphAiValidateApiKeyInput,\n output: ScrapegraphAiValidateApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAC/I,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E;CAC1G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,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/validate-api-key.d.ts
|
|
4
|
+
declare const ScrapegraphAiValidateApiKeyInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiValidateApiKeyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiValidateApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiValidateApiKey };
|
|
9
|
+
//# sourceMappingURL=validate-api-key.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-api-key.d.cts","names":[],"sources":["../../src/actions/validate-api-key.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA+F;AAAA,cACnI,iCAAA,EAAmC,CAAA,CAAE,UAGY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/validate-api-key.d.ts
|
|
4
|
+
declare const ScrapegraphAiValidateApiKeyInput: z.ZodTypeAny;
|
|
5
|
+
declare const ScrapegraphAiValidateApiKeyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const scrapegraphAiValidateApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { scrapegraphAiValidateApiKey };
|
|
9
|
+
//# sourceMappingURL=validate-api-key.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-api-key.d.mts","names":[],"sources":["../../src/actions/validate-api-key.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA+F;AAAA,cACnI,iCAAA,EAAmC,CAAA,CAAE,UAGY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const scrapegraphAiValidateApiKey = action("SCRAPEGRAPH_AI_VALIDATE_API_KEY", {
|
|
4
|
+
slug: "scrapegraph_ai-validate-api-key",
|
|
5
|
+
name: "Validate API Key",
|
|
6
|
+
description: "Validate your ScrapeGraphAI API key to ensure it is active and authorized. Use this action to check API key validity before making other API calls.",
|
|
7
|
+
input: z.object({}).describe("Request schema for validating your ScrapeGraphAI API key."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
valid: z.boolean().describe("Whether the API key is valid and active for use with ScrapeGraphAI services."),
|
|
10
|
+
message: z.string().describe("Additional information about the validation result or error details if validation failed.").nullable().optional()
|
|
11
|
+
}).describe("Response schema for API key validation results.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { scrapegraphAiValidateApiKey };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=validate-api-key.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-api-key.mjs","names":[],"sources":["../../src/actions/validate-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScrapegraphAiValidateApiKeyInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for validating your ScrapeGraphAI API key.\");\nexport const ScrapegraphAiValidateApiKeyOutput: z.ZodTypeAny = z.object({\n valid: z.boolean().describe(\"Whether the API key is valid and active for use with ScrapeGraphAI services.\"),\n message: z.string().describe(\"Additional information about the validation result or error details if validation failed.\").nullable().optional(),\n}).describe(\"Response schema for API key validation results.\");\n\nexport const scrapegraphAiValidateApiKey = action(\"SCRAPEGRAPH_AI_VALIDATE_API_KEY\", {\n slug: \"scrapegraph_ai-validate-api-key\",\n name: \"Validate API Key\",\n description: \"Validate your ScrapeGraphAI API key to ensure it is active and authorized. Use this action to check API key validity before making other API calls.\",\n input: ScrapegraphAiValidateApiKeyInput,\n output: ScrapegraphAiValidateApiKeyOutput,\n});\n"],"mappings":";;AAUA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV4D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAU3E;CACP,QAV6D,EAAE,OAAO;EACtE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E;EAC1G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const scrapegraphAi = defineApp({\n slug: \"scrapegraph_ai\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,iBAAA,uCAAA,CAAA,CAAA,UAAA,CAA0B;CACrC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,aAAA,6BAAa,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,aAAA,6BAAa,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const scrapegraphAi = defineApp({\n slug: \"scrapegraph_ai\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,gBAAgB,UAAU;CACrC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const scrapegraphAiCatalog = {
|
|
4
|
+
"slug": "scrapegraph_ai",
|
|
5
|
+
"name": "Scrapegraph Ai",
|
|
6
|
+
"description": "ScrapeGraphAI is an AI-powered web scraping API that enables developers to extract structured data from any website using natural language prompts. Website https://scrapegraphai.com",
|
|
7
|
+
"category": "AI Web Scraping",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/scrapegraph_ai",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.scrapegraphAiCatalog = scrapegraphAiCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|