Skip to main content

SE::Rambler - Rambler search results parser

img

Yahoo parser overview

Rambler search results parser. With the Rambler parser, you can get large databases of links ready for further use. You can use queries in the same way as you enter them in the Rambler search bar, including search operators (site, ip, etc.).

A-Parser functionality allows you to save Rambler parser parsing settings for future use (presets), set up a parsing schedule, and much more. You can use automatic query multiplication, substitution of subqueries from files, enumeration of alphanumeric combinations and lists to get the maximum possible number of results.

Saving results is possible in the form and structure that you need, thanks to the built-in powerful Template Toolkit that allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.

List of collected data

  • Links, anchors, and snippets from the search results
  • List of related keywords (hints)

Data collected by the SE::Rambler parser

Capabilities

  • Support for Rambler search operators (url:, site:, inurl:, host:, rhost:, domain:.)
  • Parses up to 50 pages, with 50 results per page
  • Parses related keywords ($hints)

Use cases

  • Collecting link databases.
  • Evaluating competition for keywords.
  • Finding backlinks (mentions) of sites.
  • All cases when you need to parse Rambler.

Query examples

  • Specify queries in the same way as in the Rambler search. For example, you need only links from one site, without anchors and snippets. Enter:
"купить двери"  
site:http://kp.ru

Query substitutions

You can use built-in macros to multiply queries, for example, we want to get a very large database of forums, specify several basic queries in different languages:

forum
форум
foro
论坛

In the query format, we will specify the enumeration of characters from a to zzzz, this method allows us to rotate the search results to the maximum and get many new unique results:

$query {az:a:zzzz}

This macro will create 475254 additional queries for each original search query, which will give a total of 4 x 475254 = 1901016 search queries, an impressive figure, but it is not a problem for A-Parser. At a speed of 2000 requests per minute, this task will be processed in just 16 hours.

Using operators

You can use search operators in the query format, so it will be automatically added to each query from your list:

site:$query

Result output options

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

Similar to SE::Google.

Similar to SE::Google.

Similar to SE::Google.

Result format:

$hints.format('$hint\n')

Example of the result:

habrahabr
habr
habrahabr ru
xabra
livebusiness
эврика
электронный бухгалтер
остров эльба
эльба электронный бухгалтер
хаброхабр
...

Saving in SQL format

Similar to SE::Google.

Dumping results to JSON

Similar to SE::Google.

Results processing

A-Parser allows you to process results during parsing, in this section, we have provided the most popular cases for the Rambler parser.

Similar to SE::Google.

Similar to SE::Google.

Extracting domains

Similar to SE::Google.

Removing tags from anchors and snippets

Similar to SE::Google.

Similar to SE::Google.

Possible settings

Parameter nameDefault valueDescription
Pages count5Number of pages to parse (from 1 to 50)
Search settings - sortSites by relevanceSorting of page sites. By relevance or by date (Sites by relevance / Pages by relevance / Sites by date / Pages by date)
Search settings - results per page10Number of results per page (10 / 15 / 30 / 50)
Search settings - page filteringModerate filterResult filtering settings. Parental control, moderate control, all results (Moderate filter / Unrestricted / Family search)
Search settings - languageRussianSearch language selection (Russian / English)
AntiGate presetDefaultParser preset Util::AntiGateUtil::AntiGate. You need to configure the parser Util::AntiGateUtil::AntiGate in advance - specify your access key and other parameters, and then select the created preset