@activepieces/piece-scrapegrapghai 0.0.5 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-scrapegrapghai",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -13,7 +13,7 @@
13
13
  "zod": "3.25.76",
14
14
  "@activepieces/pieces-common": "0.7.0",
15
15
  "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.19.0",
16
+ "@activepieces/shared": "0.19.1",
17
17
  "tslib": "2.8.1"
18
18
  },
19
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.": "KI-betriebene Web-Scraping und Inhaltsextraktion.",
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": "\nFolgen Sie diesen Schritten, um Ihren ScrapeGraphAI API-Schlüssel zu erhalten:\n\n1. Besuchen Sie [ScrapeGraphAI](https://scrapegraphai.com) und erstellen Sie ein Konto.\n2. Melden Sie sich an und navigieren Sie zu Ihrem Dashboard.\n3. Suchen und kopieren Sie Ihren API-Schlüssel aus dem 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": "Lokaler Scraper",
7
- "Convert to Markdown": "In Markdown umwandeln",
8
- "Custom API Call": "Eigener API-Aufruf",
9
- "Extract content from a webpage using AI by providing a natural language prompt.": "Extrahieren Sie Inhalte aus einer Webseite mit Hilfe von AI durch eine natürliche Sprachenabfrage.",
10
- "Extract content from HTML content using AI by providing a natural language prompt.": "Extrahieren Sie Inhalte aus HTML-Inhalten mit Hilfe von KI über eine natürliche Sprachenabfrage.",
11
- "Convert any webpage into clean, readable Markdown format.": "Konvertieren Sie jede Webseite in sauberes, lesbares Markdown Format.",
12
- "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
13
- "Website URL": "Website-URL",
14
- "Extraction Prompt": "Prompt für Extraktion",
15
- "Output Schema": "Ausgabeschema",
16
- "HTML Content": "HTML-Inhalt",
17
- "Method": "Methode",
18
- "Headers": "Kopfzeilen",
19
- "Query Parameters": "Abfrageparameter",
20
- "Body": "Körper",
21
- "Response is Binary ?": "Antwort ist binär?",
22
- "No Error on Failure": "Kein Fehler bei Fehler",
23
- "Timeout (in seconds)": "Timeout (in Sekunden)",
24
- "The webpage URL to scrape.": "Die URL der Webseite.",
25
- "Describe what information you want to extract in natural language.": "Beschreiben Sie, welche Informationen Sie in natürlicher Sprache extrahieren möchten.",
26
- "Optional schema to structure the output data.": "Optionales Schema, um die Ausgabedaten zu strukturieren.",
27
- "The HTML content to process (max 2MB).": "Der zu verarbeitende HTML-Inhalt (max 2MB).",
28
- "The webpage URL to convert to Markdown": "Die URL der Webseite, die zu Markdown konvertiert werden soll",
29
- "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
30
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
31
- "GET": "ERHALTEN",
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": "LÖSCHEN",
35
+ "DELETE": "DELETE",
36
36
  "HEAD": "HEAD"
37
37
  }
package/src/i18n/es.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
- "ScrapeGraphAI": "CrapeGraphAI",
3
- "AI-powered web scraping and content extraction.": "Extracción de contenido y raspado web propulsado por AI.",
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": "\nSigue estos pasos para obtener tu clave API de ScrapeGraphAI:\n\n1. Visita [ScrapeGraphAI](https://scrapegraphai.com) y crea una cuenta.\n2. Inicie sesión y vaya a su panel de control.\n3. Localice y copie su clave API del panel de control.\n",
5
- "Smart Scraper": "Raspador Inteligente",
6
- "Local Scraper": "Raspador local",
7
- "Convert to Markdown": "Convertir a Markdown",
8
- "Custom API Call": "Llamada API personalizada",
9
- "Extract content from a webpage using AI by providing a natural language prompt.": "Extraiga contenido de una página web usando AI proporcionando una indicación de idioma natural.",
10
- "Extract content from HTML content using AI by providing a natural language prompt.": "Extraiga contenido del contenido HTML usando AI proporcionando una indicación de idioma natural.",
11
- "Convert any webpage into clean, readable Markdown format.": "Convierte cualquier página web en formato Markdown limpio y legible.",
12
- "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
13
- "Website URL": "URL del sitio web",
14
- "Extraction Prompt": "Prompt de extracción",
15
- "Output Schema": "Esquema de salida",
16
- "HTML Content": "Contenido HTML",
17
- "Method": "Método",
18
- "Headers": "Encabezados",
19
- "Query Parameters": "Parámetros de consulta",
20
- "Body": "Cuerpo",
21
- "Response is Binary ?": "¿Respuesta es binaria?",
22
- "No Error on Failure": "No hay ningún error en fallo",
23
- "Timeout (in seconds)": "Tiempo de espera (en segundos)",
24
- "The webpage URL to scrape.": "La URL de la página web a scrape.",
25
- "Describe what information you want to extract in natural language.": "Describa qué información desea extraer en lenguaje natural.",
26
- "Optional schema to structure the output data.": "Esquema opcional para estructurar los datos de salida.",
27
- "The HTML content to process (max 2MB).": "El contenido HTML a procesar (máx. 2MB).",
28
- "The webpage URL to convert to Markdown": "La URL de la página web para convertir a Markdown",
29
- "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
30
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
31
- "GET": "RECOGER",
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": "BORRAR",
36
- "HEAD": "LIMPIO"
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.": "Exploitation de sites web et d'extraction de contenu.",
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": "Écraseur intelligent",
6
- "Local Scraper": "Broyeur local",
7
- "Convert to Markdown": "Convertir en Markdown",
8
- "Custom API Call": "Appel API personnalisé",
9
- "Extract content from a webpage using AI by providing a natural language prompt.": "Extraire le contenu d'une page Web à l'aide de l'IA en fournissant une invite en langage naturel.",
10
- "Extract content from HTML content using AI by providing a natural language prompt.": "Extraire le contenu du contenu HTML à l'aide de l'IA en fournissant une invite en langage naturel.",
11
- "Convert any webpage into clean, readable Markdown format.": "Convertissez n'importe quelle page Web au format propre et lisible Markdown.",
12
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
13
- "Website URL": "URL du site web",
14
- "Extraction Prompt": "Proposition d'extraction",
15
- "Output Schema": "Schéma de sortie",
16
- "HTML Content": "Contenu HTML",
17
- "Method": "Méthode",
18
- "Headers": "En-têtes",
19
- "Query Parameters": "Paramètres de requête",
20
- "Body": "Corps",
21
- "Response is Binary ?": "La réponse est Binaire ?",
22
- "No Error on Failure": "Aucune erreur en cas d'échec",
23
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
24
- "The webpage URL to scrape.": "L'URL de la page Web à explorer.",
25
- "Describe what information you want to extract in natural language.": "Décrivez quelles informations vous voulez extraire en langage naturel.",
26
- "Optional schema to structure the output data.": "Schéma facultatif pour structurer les données de sortie.",
27
- "The HTML content to process (max 2MB).": "Le contenu HTML à traiter (max 2MB).",
28
- "The webpage URL to convert to Markdown": "L'URL de la page Web à convertir en Markdown",
29
- "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
30
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
31
- "GET": "OBTENIR",
32
- "POST": "POSTER",
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": "EFFACER",
35
- "DELETE": "SUPPRIMER",
36
- "HEAD": "TÊTE"
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駆動のWebスクレイピングとコンテンツ抽出。",
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": "カスタムAPI通話",
9
- "Extract content from a webpage using AI by providing a natural language prompt.": "自然言語プロンプトを提供することにより、AIを使用してWebページからコンテンツを抽出する。",
10
- "Extract content from HTML content using AI by providing a natural language prompt.": "自然言語プロンプトを提供することにより、AIを使用してHTMLコンテンツからコンテンツを抽出する。",
11
- "Convert any webpage into clean, readable Markdown format.": "任意のWebページをきれいで読みやすいMarkdown形式に変換します。",
12
- "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
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.": "スクレイプするウェブページのURL",
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).": "処理する HTML コンテンツ (最大 2MB)",
28
- "The webpage URL to convert to Markdown": "Markdownに変換するウェブページのURL",
29
- "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
30
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
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.": "Webscraping en content extractie aangedreven door AI-kracht.",
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": "\nVolg deze stappen om uw ScrapeGraphAI API-sleutel te verkrijgen:\n\n1. Bezoek [ScrapeGraphAI](https://scrapegraphai.com) en maak een account aan.\n2. Log in en navigeer naar uw dashboard.\n3. Zoek en kopieer uw API-sleutel vanuit het dashboard.\n",
5
- "Smart Scraper": "Slimme schroot",
6
- "Local Scraper": "Lokale Schrader",
7
- "Convert to Markdown": "Converteren naar 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.": "Haal inhoud van een webpagina uit met behulp van AI door een natuurlijke taalprompte aan te bieden.",
10
- "Extract content from HTML content using AI by providing a natural language prompt.": "Haal inhoud uit HTML met behulp van AI uit door een natuurlijke taalprompte te bieden.",
11
- "Convert any webpage into clean, readable Markdown format.": "Zet elke webpagina om in schone, leesbare Markdown formaat.",
12
- "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
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": "Extractie Prompt",
15
- "Output Schema": "Uitvoer Schema",
16
- "HTML Content": "HTML inhoud",
17
- "Method": "Methode",
18
- "Headers": "Kopteksten",
19
- "Query Parameters": "Query parameters",
20
- "Body": "Lichaam",
21
- "Response is Binary ?": "Antwoord is binair?",
22
- "No Error on Failure": "Geen fout bij fout",
23
- "Timeout (in seconds)": "Time-out (in seconden)",
24
- "The webpage URL to scrape.": "De URL van de webpagina om te scrapen.",
25
- "Describe what information you want to extract in natural language.": "Beschrijf welke informatie u in de natuurlijke taal wilt extraheren.",
26
- "Optional schema to structure the output data.": "Optioneel schema om de output data te structureren.",
27
- "The HTML content to process (max 2MB).": "De te verwerken HTML-inhoud (max 2MB).",
28
- "The webpage URL to convert to Markdown": "De webpagina URL om te converteren naar Markdown",
29
- "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
30
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
31
- "GET": "KRIJG",
32
- "POST": "POSTE",
33
- "PATCH": "BEKIJK",
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": "VERWIJDEREN",
36
- "HEAD": "HOOFD"
35
+ "DELETE": "DELETE",
36
+ "HEAD": "HEAD"
37
37
  }
package/src/i18n/pt.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
- "ScrapeGraphAI": "IA",
3
- "AI-powered web scraping and content extraction.": "Remoção de conteúdo e remoção de conteúdo com tecnologia AI.",
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": "\nSiga estes passos para obter sua Chave de API ScrapeGraphAI:\n\n1. Visite [ScrapeGraphAI](https://scrapegraphai.com) e crie uma conta.\n2. Inicie sessão e navegue para o seu painel.\n3. Localize e copie sua chave de API a partir do painel de controle.\n",
5
- "Smart Scraper": "Scraper Inteligente",
6
- "Local Scraper": "Scraper local",
7
- "Convert to Markdown": "Converter para Markdown",
8
- "Custom API Call": "Chamada de API personalizada",
9
- "Extract content from a webpage using AI by providing a natural language prompt.": "Extraia conteúdo de uma página da web usando a IA fornecendo um prompt de linguagem natural.",
10
- "Extract content from HTML content using AI by providing a natural language prompt.": "Extraia conteúdo de conteúdo HTML usando a IA fornecendo um prompt de linguagem natural.",
11
- "Convert any webpage into clean, readable Markdown format.": "Converta qualquer página web em formato Markdown limpo e legível.",
12
- "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
13
- "Website URL": "URL do site",
14
- "Extraction Prompt": "Solicitação de extração",
15
- "Output Schema": "Esquema de saída",
16
- "HTML Content": "Conteúdo HTML",
17
- "Method": "Método",
18
- "Headers": "Cabeçalhos",
19
- "Query Parameters": "Parâmetros da consulta",
20
- "Body": "Conteúdo",
21
- "Response is Binary ?": "A resposta é binária ?",
22
- "No Error on Failure": "Nenhum erro no Failure",
23
- "Timeout (in seconds)": "Tempo limite (em segundos)",
24
- "The webpage URL to scrape.": "A URL da página web para scrape.",
25
- "Describe what information you want to extract in natural language.": "Descreva que informações você deseja extrair na língua natural.",
26
- "Optional schema to structure the output data.": "Esquema opcional para estruturar os dados de saída.",
27
- "The HTML content to process (max 2MB).": "O conteúdo HTML a processar (máx. 2MB).",
28
- "The webpage URL to convert to Markdown": "O URL da página da Web para converter para Markdown",
29
- "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
30
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
31
- "GET": "OBTER",
32
- "POST": "POSTAR",
33
- "PATCH": "COMPRAR",
34
- "PUT": "COLOCAR",
35
- "DELETE": "EXCLUIR",
36
- "HEAD": "CABEÇA"
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": "自定义 API 呼叫",
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": "将一个自定义 API 调用到一个特定的终点",
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
  }