Skip to main content

SE::Bing::Translator - translator via www.bing.com/translator/

Bing Translator

Парсер Overview

Bing - text translator via www.bing.com service. This scraper allows you to translate any volumes of text automatically, so you get unique content for filling websites, posting on social networks, or filling any other resources. The scraper automatically detects the original language of the content, you only need to specify the language of the results. Bing translator is capable of processing colossal volumes of text, while not consuming a lot of resources.

Collected Data

  • Translated text
  • Detected language of the text

Capabilities

  • Choice of translation language
  • Automatic language detection
  • When using automatic language detection, the language of the original text can be displayed in the result

Use Cases

  • Automatic translation of any volumes of text.
  • Getting unique content to fill your own websites, doorways, etc.

Queries

As queries, you need to specify the text that needs to be translated, for example:

A-Parser - a multi-threaded parser of search engines, site assessment services, keywords, content(text, links, random data) and much more(youtube, pictures, translators...). A-Parser combines over 60 parsers in total!

Output Results Examples

A-Parser supports flexible formatting of results thanks to the built-in templating engine Template Toolkit, which allows it to output results in any form, as well as in a structured form, for example CSV or JSON

Default Output

Result format:

$query - $translated\n

Result example:

A-Parser - a multi-threaded parser of search engines, site assessment services, keywords, content(text, links, random data) and much more(youtube, pictures, translators...). A-Parser combines over 60 parsers in total! - A-Parser - многотысячий парсер поисковых систем, сервисов оценки сайта, ключевых слов, содержания (текст, ссылки, случайные данные) и многое другое (youtube, фотографии, переводчики...). A-Parser объединяет более 60 парсеров в общей сложности!

Translated Output

Result format:

$translated\n

Result example:

A-Parser - многотысячий парсер поисковых систем, сервисов оценки сайта, ключевых слов, содержания (текст, ссылки, случайные данные) и многое другое (youtube, фотографии, переводчики...). A-Parser объединяет более 60 парсеров в общей сложности!

Output in CSV Table

Result format:

[% tools.CSVline(query, detected, translated) %]

Result example:

"A-Parser - a multi-threaded parser of search engines, site assessment services, keywords, content(text, links, random data) and much more(youtube, pictures, translators...). A-Parser combines over 60 parsers in total!",en,"A-Parser - многотысячий парсер поисковых систем, сервисов оценки сайта, ключевых слов, содержания (текст, ссылки, случайные данные) и многое другое (youtube, фотографии, переводчики...). A-Parser объединяет более 60 парсеров в общей сложности!"

Saving in SQL Format

Result format:

[%  "INSERT INTO text VALUES('" _ query _ "', '";   detected _ "', '";  translated _ "')\n";  %]

Result example:

INSERT INTO text VALUES('A-Parser - a multi-threaded parser of search engines, site assessment services, keywords, content(text, links, random data) and much more(youtube, pictures, translators...). A-Parser combines over 60 parsers in total!', 'en', 'A-Parser - многотысячий парсер поисковых систем, сервисов оценки сайта, ключевых слов, содержания (текст, ссылки, случайные данные) и многое другое (youtube, фотографии, переводчики...). A-Parser объединяет более 60 парсеров в общей сложности!')

Dump Results to JSON

Общий формат результата:

[% IF notFirst;
",\n";
ELSE;
notFirst = 1;
END;

obj = {};
obj.query = query;
obj.detected = p1.detected;
obj.translated = p1.translated;

obj.json %]

Начальный текст:

[

Конечный текст:

]

Result example:

[{"query":"A-Parser - a multi-threaded parser of search engines, site assessment services, keywords, content(text, links, random data) and much more(youtube, pictures, translators...). A-Parser combines over 60 parsers in total!","translated":"A-Parser - многотысячий парсер поисковых систем, сервисов оценки сайта, ключевых слов, содержания (текст, ссылки, случайные данные) и многое другое (youtube, фотографии, переводчики...). A-Parser объединяет более 60 парсеров в общей сложности!","detected":"en"}]
tip

To make the "Initial text" and "Final text" options available in the Task Editor, you need to activate "More options".

Possible Settings

ParameterDefault ValueDescription
From languageAuto-DetectSelect the language from which to translate the text, by default, automatic detection is set
To languageEnglishSelect the language to which the translation should be performed