
DeepL Translate Scraper 🌐🔤
Pricing
$18.99/month + usage

DeepL Translate Scraper 🌐🔤
Gather DeepL translation results by keywords 🌐. Access detailed translations with original text, translated text, language pairs 🔄, timestamps ⏰, and more. Ideal for language learning, research, and multilingual projects 📊. Perfect for translators, researchers, and language enthusiasts.
5.0 (1)
Pricing
$18.99/month + usage
0
Monthly users
1
Runs succeeded
>99%
Last modified
6 days ago
You can access the DeepL Translate Scraper 🌐🔤 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "J9mXcSBrMHVUujvii"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/scrapestorm~deepl-translate-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-scrapestorm-deepl-translate-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/scrapestorm~deepl-translate-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-scrapestorm-deepl-translate-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/scrapestorm~deepl-translate-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-scrapestorm-deepl-translate-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "phrases"
135 ],
136 "properties": {
137 "phrases": {
138 "title": "Texts to translate",
139 "type": "array",
140 "description": "Enter the texts you want to translate.",
141 "default": [
142 "hello guys how are you doing? i hope you are okey",
143 "I have been to Paris last summer, during the olympic games 2024",
144 "This is a second example sentence to translate",
145 "Good morning, have a nice day"
146 ],
147 "items": {
148 "type": "string"
149 }
150 },
151 "source_language": {
152 "title": "🌍 Select the language of the input sentences/paragraphs",
153 "enum": [
154 "english 🇬🇧",
155 "french 🇫🇷",
156 "spanish 🇪🇸",
157 "german 🇩🇪",
158 "italian 🇮🇹",
159 "portuguese 🇵🇹",
160 "chinese 🇨🇳",
161 "japanese 🇯🇵",
162 "korean 🇰🇷",
163 "russian 🇷🇺",
164 "arabic 🇸🇦",
165 "dutch 🇳🇱",
166 "swedish 🇸🇪",
167 "norwegian 🇳🇴",
168 "polish 🇵🇱",
169 "greek 🇬🇷",
170 "turkish 🇹🇷",
171 "hindi 🇮🇳",
172 "czech 🇨🇿",
173 "hungarian 🇭🇺",
174 "danish 🇩🇰",
175 "finnish 🇫🇮",
176 "romanian 🇷🇴",
177 "thai 🇹🇭",
178 "vietnamese 🇻🇳",
179 "indonesian 🇮🇩",
180 "malay 🇲🇾",
181 "bengali 🇧🇩",
182 "ukrainian 🇺🇦",
183 "swahili 🇰🇪",
184 "catalan 🇪🇸",
185 "serbian 🇷🇸",
186 "croatian 🇭🇷",
187 "bulgarian 🇧🇬",
188 "slovak 🇸🇰",
189 "slovenian 🇸🇮",
190 "latvian 🇱🇻",
191 "estonian 🇪🇪",
192 "lithuanian 🇱🇹",
193 "icelandic 🇮🇸",
194 "malayalam 🇮🇳",
195 "telugu 🇮🇳",
196 "tamil 🇮🇳",
197 "kannada 🇮🇳",
198 "marathi 🇮🇳",
199 "gujarati 🇮🇳",
200 "punjabi 🇮🇳",
201 "malagasy 🇲🇬",
202 "armenian 🇦🇲",
203 "georgian 🇬🇪",
204 "kazakh 🇰🇿",
205 "mongolian 🇲🇳",
206 "tajik 🇹🇯",
207 "uzbek 🇺🇿",
208 "turkmen 🇹🇲",
209 "kyrgyz 🇰🇬",
210 "pashto 🇦🇫",
211 "nepali 🇳🇵",
212 "sinhala 🇱🇰",
213 "javanese 🇮🇩",
214 "sundanese 🇮🇩"
215 ],
216 "type": "string",
217 "description": "Choose the language of the text you want to translate from... 🌎",
218 "default": "english 🇬🇧"
219 },
220 "target_language": {
221 "title": "🌍 Select the language you want the text to be translated into",
222 "enum": [
223 "english 🇬🇧",
224 "french 🇫🇷",
225 "spanish 🇪🇸",
226 "german 🇩🇪",
227 "italian 🇮🇹",
228 "portuguese 🇵🇹",
229 "chinese 🇨🇳",
230 "japanese 🇯🇵",
231 "korean 🇰🇷",
232 "russian 🇷🇺",
233 "arabic 🇸🇦",
234 "dutch 🇳🇱",
235 "swedish 🇸🇪",
236 "norwegian 🇳🇴",
237 "polish 🇵🇱",
238 "greek 🇬🇷",
239 "turkish 🇹🇷",
240 "hindi 🇮🇳",
241 "czech 🇨🇿",
242 "hungarian 🇭🇺",
243 "danish 🇩🇰",
244 "finnish 🇫🇮",
245 "romanian 🇷🇴",
246 "thai 🇹🇭",
247 "vietnamese 🇻🇳",
248 "indonesian 🇮🇩",
249 "malay 🇲🇾",
250 "bengali 🇧🇩",
251 "ukrainian 🇺🇦",
252 "swahili 🇰🇪",
253 "catalan 🇪🇸",
254 "serbian 🇷🇸",
255 "croatian 🇭🇷",
256 "bulgarian 🇧🇬",
257 "slovak 🇸🇰",
258 "slovenian 🇸🇮",
259 "latvian 🇱🇻",
260 "estonian 🇪🇪",
261 "lithuanian 🇱🇹",
262 "icelandic 🇮🇸",
263 "malayalam 🇮🇳",
264 "telugu 🇮🇳",
265 "tamil 🇮🇳",
266 "kannada 🇮🇳",
267 "marathi 🇮🇳",
268 "gujarati 🇮🇳",
269 "punjabi 🇮🇳",
270 "malagasy 🇲🇬",
271 "armenian 🇦🇲",
272 "georgian 🇬🇪",
273 "kazakh 🇰🇿",
274 "mongolian 🇲🇳",
275 "tajik 🇹🇯",
276 "uzbek 🇺🇿",
277 "turkmen 🇹🇲",
278 "kyrgyz 🇰🇬",
279 "pashto 🇦🇫",
280 "nepali 🇳🇵",
281 "sinhala 🇱🇰",
282 "javanese 🇮🇩",
283 "sundanese 🇮🇩"
284 ],
285 "type": "string",
286 "description": "Choose the language you want to translate the text into ... 🌎",
287 "default": "spanish 🇪🇸"
288 }
289 }
290 },
291 "runsResponseSchema": {
292 "type": "object",
293 "properties": {
294 "data": {
295 "type": "object",
296 "properties": {
297 "id": {
298 "type": "string"
299 },
300 "actId": {
301 "type": "string"
302 },
303 "userId": {
304 "type": "string"
305 },
306 "startedAt": {
307 "type": "string",
308 "format": "date-time",
309 "example": "2025-01-08T00:00:00.000Z"
310 },
311 "finishedAt": {
312 "type": "string",
313 "format": "date-time",
314 "example": "2025-01-08T00:00:00.000Z"
315 },
316 "status": {
317 "type": "string",
318 "example": "READY"
319 },
320 "meta": {
321 "type": "object",
322 "properties": {
323 "origin": {
324 "type": "string",
325 "example": "API"
326 },
327 "userAgent": {
328 "type": "string"
329 }
330 }
331 },
332 "stats": {
333 "type": "object",
334 "properties": {
335 "inputBodyLen": {
336 "type": "integer",
337 "example": 2000
338 },
339 "rebootCount": {
340 "type": "integer",
341 "example": 0
342 },
343 "restartCount": {
344 "type": "integer",
345 "example": 0
346 },
347 "resurrectCount": {
348 "type": "integer",
349 "example": 0
350 },
351 "computeUnits": {
352 "type": "integer",
353 "example": 0
354 }
355 }
356 },
357 "options": {
358 "type": "object",
359 "properties": {
360 "build": {
361 "type": "string",
362 "example": "latest"
363 },
364 "timeoutSecs": {
365 "type": "integer",
366 "example": 300
367 },
368 "memoryMbytes": {
369 "type": "integer",
370 "example": 1024
371 },
372 "diskMbytes": {
373 "type": "integer",
374 "example": 2048
375 }
376 }
377 },
378 "buildId": {
379 "type": "string"
380 },
381 "defaultKeyValueStoreId": {
382 "type": "string"
383 },
384 "defaultDatasetId": {
385 "type": "string"
386 },
387 "defaultRequestQueueId": {
388 "type": "string"
389 },
390 "buildNumber": {
391 "type": "string",
392 "example": "1.0.0"
393 },
394 "containerUrl": {
395 "type": "string"
396 },
397 "usage": {
398 "type": "object",
399 "properties": {
400 "ACTOR_COMPUTE_UNITS": {
401 "type": "integer",
402 "example": 0
403 },
404 "DATASET_READS": {
405 "type": "integer",
406 "example": 0
407 },
408 "DATASET_WRITES": {
409 "type": "integer",
410 "example": 0
411 },
412 "KEY_VALUE_STORE_READS": {
413 "type": "integer",
414 "example": 0
415 },
416 "KEY_VALUE_STORE_WRITES": {
417 "type": "integer",
418 "example": 1
419 },
420 "KEY_VALUE_STORE_LISTS": {
421 "type": "integer",
422 "example": 0
423 },
424 "REQUEST_QUEUE_READS": {
425 "type": "integer",
426 "example": 0
427 },
428 "REQUEST_QUEUE_WRITES": {
429 "type": "integer",
430 "example": 0
431 },
432 "DATA_TRANSFER_INTERNAL_GBYTES": {
433 "type": "integer",
434 "example": 0
435 },
436 "DATA_TRANSFER_EXTERNAL_GBYTES": {
437 "type": "integer",
438 "example": 0
439 },
440 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
441 "type": "integer",
442 "example": 0
443 },
444 "PROXY_SERPS": {
445 "type": "integer",
446 "example": 0
447 }
448 }
449 },
450 "usageTotalUsd": {
451 "type": "number",
452 "example": 0.00005
453 },
454 "usageUsd": {
455 "type": "object",
456 "properties": {
457 "ACTOR_COMPUTE_UNITS": {
458 "type": "integer",
459 "example": 0
460 },
461 "DATASET_READS": {
462 "type": "integer",
463 "example": 0
464 },
465 "DATASET_WRITES": {
466 "type": "integer",
467 "example": 0
468 },
469 "KEY_VALUE_STORE_READS": {
470 "type": "integer",
471 "example": 0
472 },
473 "KEY_VALUE_STORE_WRITES": {
474 "type": "number",
475 "example": 0.00005
476 },
477 "KEY_VALUE_STORE_LISTS": {
478 "type": "integer",
479 "example": 0
480 },
481 "REQUEST_QUEUE_READS": {
482 "type": "integer",
483 "example": 0
484 },
485 "REQUEST_QUEUE_WRITES": {
486 "type": "integer",
487 "example": 0
488 },
489 "DATA_TRANSFER_INTERNAL_GBYTES": {
490 "type": "integer",
491 "example": 0
492 },
493 "DATA_TRANSFER_EXTERNAL_GBYTES": {
494 "type": "integer",
495 "example": 0
496 },
497 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
498 "type": "integer",
499 "example": 0
500 },
501 "PROXY_SERPS": {
502 "type": "integer",
503 "example": 0
504 }
505 }
506 }
507 }
508 }
509 }
510 }
511 }
512 }
513}
DeepL Translate Scraper 🌐🔤 OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for DeepL Translate Scraper 🌐🔤 from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
2 hours
Price
$18.99