SE::Seznam - Czech search engine parser
Seznam parser overviewโ
Seznam search results parser. Thanks to the Seznam 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 Dogpile search bar, including search operators (site, inurl, etc.).
The A-Parser functionality allows you to save the Seznam parser parsing settings for further 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 obtain the maximum possible number of results.
Saving results is possible in the format and structure that you need, thanks to the built-in powerful Template Toolkit template engine, which 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
Capabilitiesโ
- Parses the maximum number of Seznam results - 50 pages of 20 items in the search results
- The total maximum number of results for a query is 1000
Use casesโ
- Collecting link databases - for A-Poster, XRumer, AllSubmitter, etc.
- Search for backlinks (mentions) of sites
- Search for vulnerable sites
- Any other options involving parsing Seznam in one way or another
Query examplesโ
- Queries must be specified as search phrases, just as if you were entering them directly into the Seznam search form, for example:
test query
ะพะบะฝะฐ ะะพัะบะฒะฐ
site:a-parser.com
inurl:auto
Query substitutionsโ
You can use built-in macros to multiply queries. For example, we want to get a very large database of forums, so we specify several basic queries in different languages:
forum
ัะพััะผ
foro
่ฎบๅ
In the query format, we 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. The number is impressive, but it's not a problem for A-Parser. At a speed of 2000
queries 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 result formatting thanks to the built-in Template Toolkit template engine, which allows it to output results in any form, as well as in a structured form, such as CSV or JSON.
Exporting a list of linksโ
Links + anchors + snippets with position outputโ
Outputting links, anchors, and snippets to a CSV tableโ
Saving in SQL formatโ
Dumping results to JSONโ
Result processingโ
A-Parser allows you to process results during parsing, and in this section, we have provided the most popular use cases for the Seznam parser.
Link uniquenessโ
Link uniqueness by domainโ
Extracting domainsโ
Removing tags from anchors and snippetsโ
Filtering links by occurrenceโ
Possible settingsโ
Parameter name | Default value | Description |
---|---|---|
Pages count | 5 | Number of pages to parse (from 1 to 50) |
Links per page | 10 | Number of links on one page (10/20) |