@activepieces/piece-scrapegrapghai 0.0.4 → 0.0.6
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/package.json +4 -10
- package/src/i18n/de.json +29 -29
- package/src/i18n/es.json +32 -32
- package/src/i18n/fr.json +32 -32
- package/src/i18n/ja.json +28 -28
- package/src/i18n/nl.json +31 -31
- package/src/i18n/pt.json +35 -35
- package/src/i18n/zh.json +14 -14
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-scrapegrapghai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
-
"@ai-sdk/google": "2.0.6",
|
|
7
|
-
"@ai-sdk/openai": "2.0.12",
|
|
8
|
-
"@ai-sdk/provider": "2.0.0",
|
|
9
|
-
"@ai-sdk/replicate": "1.0.3",
|
|
10
5
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
-
"ai": "5.0.12",
|
|
12
6
|
"axios": "1.8.3",
|
|
13
7
|
"axios-retry": "4.4.1",
|
|
14
8
|
"deepmerge-ts": "7.1.0",
|
|
@@ -17,9 +11,9 @@
|
|
|
17
11
|
"nanoid": "3.3.8",
|
|
18
12
|
"semver": "7.6.0",
|
|
19
13
|
"zod": "3.25.76",
|
|
20
|
-
"@activepieces/pieces-common": "0.
|
|
21
|
-
"@activepieces/pieces-framework": "0.18.
|
|
22
|
-
"@activepieces/shared": "0.
|
|
14
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
15
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
+
"@activepieces/shared": "0.19.1",
|
|
23
17
|
"tslib": "2.8.1"
|
|
24
18
|
},
|
|
25
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ScrapeGraphAI": "ScrapeGraphAI",
|
|
3
|
-
"AI-powered web scraping and content extraction.": "
|
|
4
|
-
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\
|
|
3
|
+
"AI-powered web scraping and content extraction.": "AI-powered web scraping and content extraction.",
|
|
4
|
+
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n",
|
|
5
5
|
"Smart Scraper": "Smart Scraper",
|
|
6
|
-
"Local Scraper": "
|
|
7
|
-
"Convert to Markdown": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Extract content from a webpage using AI by providing a natural language prompt.": "
|
|
10
|
-
"Extract content from HTML content using AI by providing a natural language prompt.": "
|
|
11
|
-
"Convert any webpage into clean, readable Markdown format.": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"Website URL": "Website
|
|
14
|
-
"Extraction Prompt": "Prompt
|
|
15
|
-
"Output Schema": "
|
|
16
|
-
"HTML Content": "HTML
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "
|
|
20
|
-
"Body": "
|
|
21
|
-
"Response is Binary ?": "
|
|
22
|
-
"No Error on Failure": "
|
|
23
|
-
"Timeout (in seconds)": "Timeout (in
|
|
24
|
-
"The webpage URL to scrape.": "
|
|
25
|
-
"Describe what information you want to extract in natural language.": "
|
|
26
|
-
"Optional schema to structure the output data.": "
|
|
27
|
-
"The HTML content to process (max 2MB).": "
|
|
28
|
-
"The webpage URL to convert to Markdown": "
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
30
|
-
"Enable for files like PDFs, images, etc..": "
|
|
31
|
-
"GET": "
|
|
6
|
+
"Local Scraper": "Local Scraper",
|
|
7
|
+
"Convert to Markdown": "Convert to Markdown",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
|
+
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
|
+
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"Website URL": "Website URL",
|
|
14
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
15
|
+
"Output Schema": "Output Schema",
|
|
16
|
+
"HTML Content": "HTML Content",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
|
+
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
|
+
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
|
+
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
|
+
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
+
"GET": "GET",
|
|
32
32
|
"POST": "POST",
|
|
33
33
|
"PATCH": "PATCH",
|
|
34
34
|
"PUT": "PUT",
|
|
35
|
-
"DELETE": "
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
36
|
"HEAD": "HEAD"
|
|
37
37
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ScrapeGraphAI": "
|
|
3
|
-
"AI-powered web scraping and content extraction.": "
|
|
4
|
-
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\
|
|
5
|
-
"Smart Scraper": "
|
|
6
|
-
"Local Scraper": "
|
|
7
|
-
"Convert to Markdown": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Extract content from a webpage using AI by providing a natural language prompt.": "
|
|
10
|
-
"Extract content from HTML content using AI by providing a natural language prompt.": "
|
|
11
|
-
"Convert any webpage into clean, readable Markdown format.": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"Website URL": "URL
|
|
14
|
-
"Extraction Prompt": "Prompt
|
|
15
|
-
"Output Schema": "
|
|
16
|
-
"HTML Content": "
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "
|
|
20
|
-
"Body": "
|
|
21
|
-
"Response is Binary ?": "
|
|
22
|
-
"No Error on Failure": "No
|
|
23
|
-
"Timeout (in seconds)": "
|
|
24
|
-
"The webpage URL to scrape.": "
|
|
25
|
-
"Describe what information you want to extract in natural language.": "
|
|
26
|
-
"Optional schema to structure the output data.": "
|
|
27
|
-
"The HTML content to process (max 2MB).": "
|
|
28
|
-
"The webpage URL to convert to Markdown": "
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
30
|
-
"Enable for files like PDFs, images, etc..": "
|
|
31
|
-
"GET": "
|
|
2
|
+
"ScrapeGraphAI": "ScrapeGraphAI",
|
|
3
|
+
"AI-powered web scraping and content extraction.": "AI-powered web scraping and content extraction.",
|
|
4
|
+
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n",
|
|
5
|
+
"Smart Scraper": "Smart Scraper",
|
|
6
|
+
"Local Scraper": "Local Scraper",
|
|
7
|
+
"Convert to Markdown": "Convert to Markdown",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
|
+
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
|
+
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"Website URL": "Website URL",
|
|
14
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
15
|
+
"Output Schema": "Output Schema",
|
|
16
|
+
"HTML Content": "HTML Content",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
|
+
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
|
+
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
|
+
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
|
+
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
+
"GET": "GET",
|
|
32
32
|
"POST": "POST",
|
|
33
33
|
"PATCH": "PATCH",
|
|
34
34
|
"PUT": "PUT",
|
|
35
|
-
"DELETE": "
|
|
36
|
-
"HEAD": "
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
|
+
"HEAD": "HEAD"
|
|
37
37
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ScrapeGraphAI": "ScrapeGraphAI",
|
|
3
|
-
"AI-powered web scraping and content extraction.": "
|
|
3
|
+
"AI-powered web scraping and content extraction.": "AI-powered web scraping and content extraction.",
|
|
4
4
|
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n",
|
|
5
|
-
"Smart Scraper": "
|
|
6
|
-
"Local Scraper": "
|
|
7
|
-
"Convert to Markdown": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Extract content from a webpage using AI by providing a natural language prompt.": "
|
|
10
|
-
"Extract content from HTML content using AI by providing a natural language prompt.": "
|
|
11
|
-
"Convert any webpage into clean, readable Markdown format.": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"Website URL": "URL
|
|
14
|
-
"Extraction Prompt": "
|
|
15
|
-
"Output Schema": "
|
|
16
|
-
"HTML Content": "
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "
|
|
20
|
-
"Body": "
|
|
21
|
-
"Response is Binary ?": "
|
|
22
|
-
"No Error on Failure": "
|
|
23
|
-
"Timeout (in seconds)": "
|
|
24
|
-
"The webpage URL to scrape.": "
|
|
25
|
-
"Describe what information you want to extract in natural language.": "
|
|
26
|
-
"Optional schema to structure the output data.": "
|
|
27
|
-
"The HTML content to process (max 2MB).": "
|
|
28
|
-
"The webpage URL to convert to Markdown": "
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
30
|
-
"Enable for files like PDFs, images, etc..": "
|
|
31
|
-
"GET": "
|
|
32
|
-
"POST": "
|
|
5
|
+
"Smart Scraper": "Smart Scraper",
|
|
6
|
+
"Local Scraper": "Local Scraper",
|
|
7
|
+
"Convert to Markdown": "Convert to Markdown",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
|
+
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
|
+
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"Website URL": "Website URL",
|
|
14
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
15
|
+
"Output Schema": "Output Schema",
|
|
16
|
+
"HTML Content": "HTML Content",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
|
+
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
|
+
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
|
+
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
|
+
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
+
"GET": "GET",
|
|
32
|
+
"POST": "POST",
|
|
33
33
|
"PATCH": "PATCH",
|
|
34
|
-
"PUT": "
|
|
35
|
-
"DELETE": "
|
|
36
|
-
"HEAD": "
|
|
34
|
+
"PUT": "PUT",
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
|
+
"HEAD": "HEAD"
|
|
37
37
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ScrapeGraphAI": "ScrapeGraphAI",
|
|
3
|
-
"AI-powered web scraping and content extraction.": "AI
|
|
3
|
+
"AI-powered web scraping and content extraction.": "AI-powered web scraping and content extraction.",
|
|
4
4
|
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n",
|
|
5
|
-
"Smart Scraper": "
|
|
6
|
-
"Local Scraper": "
|
|
7
|
-
"Convert to Markdown": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Extract content from a webpage using AI by providing a natural language prompt.": "
|
|
10
|
-
"Extract content from HTML content using AI by providing a natural language prompt.": "
|
|
11
|
-
"Convert any webpage into clean, readable Markdown format.": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
+
"Smart Scraper": "Smart Scraper",
|
|
6
|
+
"Local Scraper": "Local Scraper",
|
|
7
|
+
"Convert to Markdown": "Convert to Markdown",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
|
+
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
|
+
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
13
|
"Website URL": "Website URL",
|
|
14
14
|
"Extraction Prompt": "Extraction Prompt",
|
|
15
|
-
"Output Schema": "
|
|
16
|
-
"HTML Content": "HTML
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "
|
|
20
|
-
"Body": "
|
|
21
|
-
"Response is Binary ?": "
|
|
22
|
-
"No Error on Failure": "
|
|
23
|
-
"Timeout (in seconds)": "
|
|
24
|
-
"The webpage URL to scrape.": "
|
|
25
|
-
"Describe what information you want to extract in natural language.": "
|
|
26
|
-
"Optional schema to structure the output data.": "
|
|
27
|
-
"The HTML content to process (max 2MB).": "
|
|
28
|
-
"The webpage URL to convert to Markdown": "Markdown
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
30
|
-
"Enable for files like PDFs, images, etc..": "
|
|
31
|
-
"GET": "
|
|
15
|
+
"Output Schema": "Output Schema",
|
|
16
|
+
"HTML Content": "HTML Content",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
|
+
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
|
+
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
|
+
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
|
+
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
+
"GET": "GET",
|
|
32
32
|
"POST": "POST",
|
|
33
33
|
"PATCH": "PATCH",
|
|
34
34
|
"PUT": "PUT",
|
|
35
|
-
"DELETE": "
|
|
36
|
-
"HEAD": "
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
|
+
"HEAD": "HEAD"
|
|
37
37
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ScrapeGraphAI": "ScrapeGraphAI",
|
|
3
|
-
"AI-powered web scraping and content extraction.": "
|
|
4
|
-
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\
|
|
5
|
-
"Smart Scraper": "
|
|
6
|
-
"Local Scraper": "
|
|
7
|
-
"Convert to Markdown": "
|
|
3
|
+
"AI-powered web scraping and content extraction.": "AI-powered web scraping and content extraction.",
|
|
4
|
+
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n",
|
|
5
|
+
"Smart Scraper": "Smart Scraper",
|
|
6
|
+
"Local Scraper": "Local Scraper",
|
|
7
|
+
"Convert to Markdown": "Convert to Markdown",
|
|
8
8
|
"Custom API Call": "Custom API Call",
|
|
9
|
-
"Extract content from a webpage using AI by providing a natural language prompt.": "
|
|
10
|
-
"Extract content from HTML content using AI by providing a natural language prompt.": "
|
|
11
|
-
"Convert any webpage into clean, readable Markdown format.": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
+
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
|
+
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
|
+
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
13
|
"Website URL": "Website URL",
|
|
14
|
-
"Extraction Prompt": "
|
|
15
|
-
"Output Schema": "
|
|
16
|
-
"HTML Content": "HTML
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "Query
|
|
20
|
-
"Body": "
|
|
21
|
-
"Response is Binary ?": "
|
|
22
|
-
"No Error on Failure": "
|
|
23
|
-
"Timeout (in seconds)": "
|
|
24
|
-
"The webpage URL to scrape.": "
|
|
25
|
-
"Describe what information you want to extract in natural language.": "
|
|
26
|
-
"Optional schema to structure the output data.": "
|
|
27
|
-
"The HTML content to process (max 2MB).": "
|
|
28
|
-
"The webpage URL to convert to Markdown": "
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
30
|
-
"Enable for files like PDFs, images, etc..": "
|
|
31
|
-
"GET": "
|
|
32
|
-
"POST": "
|
|
33
|
-
"PATCH": "
|
|
14
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
15
|
+
"Output Schema": "Output Schema",
|
|
16
|
+
"HTML Content": "HTML Content",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
|
+
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
|
+
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
|
+
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
|
+
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
+
"GET": "GET",
|
|
32
|
+
"POST": "POST",
|
|
33
|
+
"PATCH": "PATCH",
|
|
34
34
|
"PUT": "PUT",
|
|
35
|
-
"DELETE": "
|
|
36
|
-
"HEAD": "
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
|
+
"HEAD": "HEAD"
|
|
37
37
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ScrapeGraphAI": "
|
|
3
|
-
"AI-powered web scraping and content extraction.": "
|
|
4
|
-
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\
|
|
5
|
-
"Smart Scraper": "Scraper
|
|
6
|
-
"Local Scraper": "Scraper
|
|
7
|
-
"Convert to Markdown": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Extract content from a webpage using AI by providing a natural language prompt.": "
|
|
10
|
-
"Extract content from HTML content using AI by providing a natural language prompt.": "
|
|
11
|
-
"Convert any webpage into clean, readable Markdown format.": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"Website URL": "URL
|
|
14
|
-
"Extraction Prompt": "
|
|
15
|
-
"Output Schema": "
|
|
16
|
-
"HTML Content": "
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "
|
|
20
|
-
"Body": "
|
|
21
|
-
"Response is Binary ?": "
|
|
22
|
-
"No Error on Failure": "
|
|
23
|
-
"Timeout (in seconds)": "
|
|
24
|
-
"The webpage URL to scrape.": "
|
|
25
|
-
"Describe what information you want to extract in natural language.": "
|
|
26
|
-
"Optional schema to structure the output data.": "
|
|
27
|
-
"The HTML content to process (max 2MB).": "
|
|
28
|
-
"The webpage URL to convert to Markdown": "
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
30
|
-
"Enable for files like PDFs, images, etc..": "
|
|
31
|
-
"GET": "
|
|
32
|
-
"POST": "
|
|
33
|
-
"PATCH": "
|
|
34
|
-
"PUT": "
|
|
35
|
-
"DELETE": "
|
|
36
|
-
"HEAD": "
|
|
2
|
+
"ScrapeGraphAI": "ScrapeGraphAI",
|
|
3
|
+
"AI-powered web scraping and content extraction.": "AI-powered web scraping and content extraction.",
|
|
4
|
+
"\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n": "\nFollow these steps to obtain your ScrapeGraphAI API Key:\n\n1. Visit [ScrapeGraphAI](https://scrapegraphai.com) and create an account.\n2. Log in and navigate to your dashboard.\n3. Locate and copy your API key from the dashboard.\n",
|
|
5
|
+
"Smart Scraper": "Smart Scraper",
|
|
6
|
+
"Local Scraper": "Local Scraper",
|
|
7
|
+
"Convert to Markdown": "Convert to Markdown",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
|
+
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
|
+
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
|
+
"Website URL": "Website URL",
|
|
14
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
15
|
+
"Output Schema": "Output Schema",
|
|
16
|
+
"HTML Content": "HTML Content",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
|
+
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
|
+
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
|
+
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
|
+
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
+
"GET": "GET",
|
|
32
|
+
"POST": "POST",
|
|
33
|
+
"PATCH": "PATCH",
|
|
34
|
+
"PUT": "PUT",
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
|
+
"HEAD": "HEAD"
|
|
37
37
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -5,33 +5,33 @@
|
|
|
5
5
|
"Smart Scraper": "Smart Scraper",
|
|
6
6
|
"Local Scraper": "Local Scraper",
|
|
7
7
|
"Convert to Markdown": "Convert to Markdown",
|
|
8
|
-
"Custom API Call": "
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
9
|
"Extract content from a webpage using AI by providing a natural language prompt.": "Extract content from a webpage using AI by providing a natural language prompt.",
|
|
10
10
|
"Extract content from HTML content using AI by providing a natural language prompt.": "Extract content from HTML content using AI by providing a natural language prompt.",
|
|
11
11
|
"Convert any webpage into clean, readable Markdown format.": "Convert any webpage into clean, readable Markdown format.",
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
13
13
|
"Website URL": "Website URL",
|
|
14
14
|
"Extraction Prompt": "Extraction Prompt",
|
|
15
15
|
"Output Schema": "Output Schema",
|
|
16
16
|
"HTML Content": "HTML Content",
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "
|
|
20
|
-
"Body": "
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body": "Body",
|
|
21
21
|
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
-
"No Error on Failure": "
|
|
23
|
-
"Timeout (in seconds)": "
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
24
|
"The webpage URL to scrape.": "The webpage URL to scrape.",
|
|
25
25
|
"Describe what information you want to extract in natural language.": "Describe what information you want to extract in natural language.",
|
|
26
26
|
"Optional schema to structure the output data.": "Optional schema to structure the output data.",
|
|
27
27
|
"The HTML content to process (max 2MB).": "The HTML content to process (max 2MB).",
|
|
28
28
|
"The webpage URL to convert to Markdown": "The webpage URL to convert to Markdown",
|
|
29
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
29
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
30
30
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
|
-
"GET": "
|
|
32
|
-
"POST": "
|
|
31
|
+
"GET": "GET",
|
|
32
|
+
"POST": "POST",
|
|
33
33
|
"PATCH": "PATCH",
|
|
34
|
-
"PUT": "
|
|
35
|
-
"DELETE": "
|
|
36
|
-
"HEAD": "
|
|
34
|
+
"PUT": "PUT",
|
|
35
|
+
"DELETE": "DELETE",
|
|
36
|
+
"HEAD": "HEAD"
|
|
37
37
|
}
|