SE::Rambler - Rambler search results parser
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)
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.
Exporting a list of links
Links + anchors + snippets with position output
Output of links, anchors, and snippets to a CSV table
Saving related keywords
Result format:
$hints.format('$hint\n')
Example of the result:
habrahabr
habr
habrahabr ru
xabra
livebusiness
эврика
электронный бухгалтер
остров эльба
эльба электронный бухгалтер
хаброхабр
...
Saving in SQL format
Dumping results to JSON
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.
Uniqueness of links
Uniqueness of links by domain
Extracting domains
Removing tags from anchors and snippets
Filtering links by inclusion
Possible settings
Parameter name | Default value | Description |
---|---|---|
Pages count | 5 | Number of pages to parse (from 1 to 50) |
Search settings - sort | Sites by relevance | Sorting of page sites. By relevance or by date (Sites by relevance / Pages by relevance / Sites by date / Pages by date) |
Search settings - results per page | 10 | Number of results per page (10 / 15 / 30 / 50) |
Search settings - page filtering | Moderate filter | Result filtering settings. Parental control, moderate control, all results (Moderate filter / Unrestricted / Family search) |
Search settings - language | Russian | Search language selection (Russian / English) |
AntiGate preset | Default | Parser preset ![]() ![]() |